diff --git a/.gitignore b/.gitignore index e8ee6ef128db9ec284434b4c35bdf3ec7057aa2f..af5fbbc76969bb3e8dc34fdd75125935f5c82ada 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /xmppc *.so *.o +docs/index.md diff --git a/README.md b/README.md index edc7761e545689df69ee346384b2a0c2bd02c115..42abb2929479009b73c907107b05a36d72765149 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# XMPP Client # +# XMPP Client In order to reach the devices that are connected behind NAT, the cwmp protocol introduces alternative method of executing Connection Request via NAT based on XMPP. The xmppc is an implementation of XMPP functionality that performs this feature. diff --git a/docs/.pages b/docs/.pages new file mode 100644 index 0000000000000000000000000000000000000000..6804a7db16d4e94390a7cfbc0feb658c8a283795 --- /dev/null +++ b/docs/.pages @@ -0,0 +1,7 @@ +title: "DOCS" + +nav: + - "api" + - "guide" + - "spec" + - "..." diff --git a/docs/api/.pages b/docs/api/.pages new file mode 100644 index 0000000000000000000000000000000000000000..7224a562003750a7e5e01604da653e25251d7450 --- /dev/null +++ b/docs/api/.pages @@ -0,0 +1,4 @@ +title: "API" + +nav: + - "..." diff --git a/docs/api/uci.xmpp.md b/docs/api/uci.xmpp.md index 22d1e6f5ce7b20bea3c60ffe3392752a5bd31974..12c4a14cd9d6be9c33129596b747eca48711ca4a 100644 --- a/docs/api/uci.xmpp.md +++ b/docs/api/uci.xmpp.md @@ -1 +1,2 @@ -<tbody><tr><td colspan="2"><div style="font-weight: bold">xmpp</div><table style="width:100%"><tbody><tr><td><div style="font-weight: bold; font-size: 14px">section</div></td><td><div style="font-weight: bold; font-size: 14px">description</div></td><td><div style="font-weight: bold; font-size: 14px">multi</div></td><td><div style="font-weight: bold; font-size: 14px">options</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">xmpp</div></td><td class="td_row_even"><div class="td_row_even">xmppc daemon Settings</div></td><td class="td_row_even"><div class="td_row_even">false</div></td><td class="td_row_even"><table style="width:100%"><tbody><tr><td><div style="font-weight: bold; font-size: 14px">name</div></td><td><div style="font-weight: bold; font-size: 14px">type</div></td><td><div style="font-weight: bold; font-size: 14px">required</div></td><td><div style="font-weight: bold; font-size: 14px">default</div></td><td><div style="font-weight: bold; font-size: 14px">description</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">enable</div></td><td class="td_row_even"><div class="td_row_even">boolean</div></td><td class="td_row_even"><div class="td_row_even">yes</div></td><td class="td_row_even"><div class="td_row_even">0</div></td><td class="td_row_even"><div class="td_row_even">Enable xmpp feature</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">conn_req_connection</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">yes</div></td><td class="td_row_odd"><div class="td_row_odd">0</div></td><td class="td_row_odd"><div class="td_row_odd">UCI name section for xmpp connection</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">allowed_jid</div></td><td class="td_row_even"><div class="td_row_even">string</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The list of Jabber IDs or addresses that are allowed to initiate an XMPP Connection Request.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">loglevel</div></td><td class="td_row_odd"><div class="td_row_odd">uinteger</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The log type to use, by default it is set to **'INFO'**. The possible types are **'EMERG', 'ALERT', 'CRITIC' ,'ERROR', 'WARNING', 'NOTICE', 'INFO' and 'DEBUG'**.</div></td></tr></tbody></table></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">connection</div></td><td class="td_row_odd"><div class="td_row_odd">Configure xmpp connections</div></td><td class="td_row_odd"><div class="td_row_odd">false</div></td><td class="td_row_odd"><table style="width:100%"><tbody><tr><td><div style="font-weight: bold; font-size: 14px">name</div></td><td><div style="font-weight: bold; font-size: 14px">type</div></td><td><div style="font-weight: bold; font-size: 14px">required</div></td><td><div style="font-weight: bold; font-size: 14px">default</div></td><td><div style="font-weight: bold; font-size: 14px">description</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">enable</div></td><td class="td_row_even"><div class="td_row_even">boolean</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">If set to **1**, it enables the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">username</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The username of the XMPP connection.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">password</div></td><td class="td_row_even"><div class="td_row_even">string</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The password of the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">domain</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The proposed domain-part of the Jabber ID of the XMPP connection.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">resource</div></td><td class="td_row_even"><div class="td_row_even">string</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The proposed resource-part of the Jabber ID of the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">usetls</div></td><td class="td_row_odd"><div class="td_row_odd">boolean</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">If set to **1**, the CPE will initiate TLS negotiation.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">interval</div></td><td class="td_row_even"><div class="td_row_even">uinteger</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The number of seconds, that keep alive events are sent by the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">attempt</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The number of times that the Connection attempts to connect to a given IP address.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">initial_retry_interval</div></td><td class="td_row_even"><div class="td_row_even">uinteger</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The maximum first reconnection wait interval in seconds.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">retry_interval_multiplier</div></td><td class="td_row_odd"><div class="td_row_odd">uinteger</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The reconnection interval multiplier.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">retry_max_interval</div></td><td class="td_row_even"><div class="td_row_even">uinteger</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The maximum reconnection wait interval in seconds.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">serveralgorithm</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The algorithm used when connecting with the XMPP server. Two algorithms are supported: **'DNS-SRV' and 'ServerTable'**.</div></td></tr></tbody></table></td></tr><tr><td class="td_row_even"><div class="td_row_even">connection_server</div></td><td class="td_row_even"><div class="td_row_even">xmpp connection server configuration</div></td><td class="td_row_even"><div class="td_row_even">false</div></td><td class="td_row_even"><table style="width:100%"><tbody><tr><td><div style="font-weight: bold; font-size: 14px">name</div></td><td><div style="font-weight: bold; font-size: 14px">type</div></td><td><div style="font-weight: bold; font-size: 14px">required</div></td><td><div style="font-weight: bold; font-size: 14px">default</div></td><td><div style="font-weight: bold; font-size: 14px">description</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">con_name</div></td><td class="td_row_even"><div class="td_row_even">string</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even">0</div></td><td class="td_row_even"><div class="td_row_even">UCI connection section name for XMPP connection</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">enable</div></td><td class="td_row_odd"><div class="td_row_odd">boolean</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd">0</div></td><td class="td_row_odd"><div class="td_row_odd">If set to **1**, it enables this XMPP server.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">port</div></td><td class="td_row_even"><div class="td_row_even">integer</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even">0</div></td><td class="td_row_even"><div class="td_row_even">The port of the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">priority</div></td><td class="td_row_odd"><div class="td_row_odd">integer</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd">0</div></td><td class="td_row_odd"><div class="td_row_odd">The priority of this server instance of the XMPP connection.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">weight</div></td><td class="td_row_even"><div class="td_row_even">integer</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even">0</div></td><td class="td_row_even"><div class="td_row_even">The weight of this server instance of the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">server_address</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd">0</div></td><td class="td_row_odd"><div class="td_row_odd">The server address of the XMPP connection.</div></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody> \ No newline at end of file +# UCI Schema +<tbody><tr><td colspan="2"><div style="font-weight: bold">xmpp</div><table style="width:100%"><tbody><tr><td><div style="font-weight: bold; font-size: 14px">section</div></td><td><div style="font-weight: bold; font-size: 14px">description</div></td><td><div style="font-weight: bold; font-size: 14px">multi</div></td><td><div style="font-weight: bold; font-size: 14px">options</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">xmpp</div></td><td class="td_row_even"><div class="td_row_even">xmppc daemon Settings</div></td><td class="td_row_even"><div class="td_row_even">false</div></td><td class="td_row_even"><table style="width:100%"><tbody><tr><td><div style="font-weight: bold; font-size: 14px">name</div></td><td><div style="font-weight: bold; font-size: 14px">type</div></td><td><div style="font-weight: bold; font-size: 14px">required</div></td><td><div style="font-weight: bold; font-size: 14px">default</div></td><td><div style="font-weight: bold; font-size: 14px">description</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">enable</div></td><td class="td_row_even"><div class="td_row_even">boolean</div></td><td class="td_row_even"><div class="td_row_even">yes</div></td><td class="td_row_even"><div class="td_row_even">0</div></td><td class="td_row_even"><div class="td_row_even">Enable xmpp feature</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">conn_req_connection</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">yes</div></td><td class="td_row_odd"><div class="td_row_odd">0</div></td><td class="td_row_odd"><div class="td_row_odd">UCI name section for xmpp connection</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">allowed_jid</div></td><td class="td_row_even"><div class="td_row_even">string</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The list of Jabber IDs or addresses that are allowed to initiate an XMPP Connection Request.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">loglevel</div></td><td class="td_row_odd"><div class="td_row_odd">uinteger</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The log type to use, by default it is set to **'INFO'**. The possible types are **'EMERG', 'ALERT', 'CRITIC' ,'ERROR', 'WARNING', 'NOTICE', 'INFO' and 'DEBUG'**.</div></td></tr></tbody></table></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">connection</div></td><td class="td_row_odd"><div class="td_row_odd">Configure xmpp connections</div></td><td class="td_row_odd"><div class="td_row_odd">false</div></td><td class="td_row_odd"><table style="width:100%"><tbody><tr><td><div style="font-weight: bold; font-size: 14px">name</div></td><td><div style="font-weight: bold; font-size: 14px">type</div></td><td><div style="font-weight: bold; font-size: 14px">required</div></td><td><div style="font-weight: bold; font-size: 14px">default</div></td><td><div style="font-weight: bold; font-size: 14px">description</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">enable</div></td><td class="td_row_even"><div class="td_row_even">boolean</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">If set to **1**, it enables the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">username</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The username of the XMPP connection.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">password</div></td><td class="td_row_even"><div class="td_row_even">string</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The password of the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">domain</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The proposed domain-part of the Jabber ID of the XMPP connection.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">resource</div></td><td class="td_row_even"><div class="td_row_even">string</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The proposed resource-part of the Jabber ID of the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">usetls</div></td><td class="td_row_odd"><div class="td_row_odd">boolean</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">If set to **1**, the CPE will initiate TLS negotiation.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">interval</div></td><td class="td_row_even"><div class="td_row_even">uinteger</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The number of seconds, that keep alive events are sent by the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">attempt</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The number of times that the Connection attempts to connect to a given IP address.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">initial_retry_interval</div></td><td class="td_row_even"><div class="td_row_even">uinteger</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The maximum first reconnection wait interval in seconds.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">retry_interval_multiplier</div></td><td class="td_row_odd"><div class="td_row_odd">uinteger</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The reconnection interval multiplier.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">retry_max_interval</div></td><td class="td_row_even"><div class="td_row_even">uinteger</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even"></div></td><td class="td_row_even"><div class="td_row_even">The maximum reconnection wait interval in seconds.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">serveralgorithm</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd"></div></td><td class="td_row_odd"><div class="td_row_odd">The algorithm used when connecting with the XMPP server. Two algorithms are supported: **'DNS-SRV' and 'ServerTable'**.</div></td></tr></tbody></table></td></tr><tr><td class="td_row_even"><div class="td_row_even">connection_server</div></td><td class="td_row_even"><div class="td_row_even">xmpp connection server configuration</div></td><td class="td_row_even"><div class="td_row_even">false</div></td><td class="td_row_even"><table style="width:100%"><tbody><tr><td><div style="font-weight: bold; font-size: 14px">name</div></td><td><div style="font-weight: bold; font-size: 14px">type</div></td><td><div style="font-weight: bold; font-size: 14px">required</div></td><td><div style="font-weight: bold; font-size: 14px">default</div></td><td><div style="font-weight: bold; font-size: 14px">description</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">con_name</div></td><td class="td_row_even"><div class="td_row_even">string</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even">0</div></td><td class="td_row_even"><div class="td_row_even">UCI connection section name for XMPP connection</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">enable</div></td><td class="td_row_odd"><div class="td_row_odd">boolean</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd">0</div></td><td class="td_row_odd"><div class="td_row_odd">If set to **1**, it enables this XMPP server.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">port</div></td><td class="td_row_even"><div class="td_row_even">integer</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even">0</div></td><td class="td_row_even"><div class="td_row_even">The port of the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">priority</div></td><td class="td_row_odd"><div class="td_row_odd">integer</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd">0</div></td><td class="td_row_odd"><div class="td_row_odd">The priority of this server instance of the XMPP connection.</div></td></tr><tr><td class="td_row_even"><div class="td_row_even">weight</div></td><td class="td_row_even"><div class="td_row_even">integer</div></td><td class="td_row_even"><div class="td_row_even">no</div></td><td class="td_row_even"><div class="td_row_even">0</div></td><td class="td_row_even"><div class="td_row_even">The weight of this server instance of the XMPP connection.</div></td></tr><tr><td class="td_row_odd"><div class="td_row_odd">server_address</div></td><td class="td_row_odd"><div class="td_row_odd">string</div></td><td class="td_row_odd"><div class="td_row_odd">no</div></td><td class="td_row_odd"><div class="td_row_odd">0</div></td><td class="td_row_odd"><div class="td_row_odd">The server address of the XMPP connection.</div></td></tr></tbody></table></td></tr></tbody></table></td></tr></tbody> diff --git a/docs/css/assets/fonts/Madera-Bold.eot b/docs/css/assets/fonts/Madera-Bold.eot new file mode 100644 index 0000000000000000000000000000000000000000..457671d88ef3a24eca85d07579041f9e0f4c703a Binary files /dev/null and b/docs/css/assets/fonts/Madera-Bold.eot differ diff --git a/docs/css/assets/fonts/Madera-Bold.svg b/docs/css/assets/fonts/Madera-Bold.svg new file mode 100644 index 0000000000000000000000000000000000000000..93cf70feafaa3ab3a0a86f0883e7b3baf8ad9f45 --- /dev/null +++ b/docs/css/assets/fonts/Madera-Bold.svg @@ -0,0 +1,5301 @@ +<?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 20201107 at Thu Jan 11 12:25:57 2018 + By Unknown +Copyright (c) 2018 Monotype Imaging Inc. All rights reserved +</metadata> +<defs> +<font id="Madera-Bold" horiz-adv-x="1095" > + <font-face + font-family="Madera" + font-weight="700" + font-stretch="normal" + units-per-em="1000" + panose-1="2 11 8 4 2 2 4 2 2 4" + ascent="767" + descent="-233" + x-height="531" + cap-height="739" + bbox="-702 -242.213 1448 1257" + underline-thickness="50" + underline-position="-100" + stemh="129" + stemv="153" + unicode-range="U+000D-FEFF" + /> +<missing-glyph horiz-adv-x="794" +d="M86 881h622v-1015h-622v1015zM301 226h136v13c0 106 205 100 205 275c0 119 -75 218 -246 218c-113 0 -195 -44 -251 -109l94 -104c33 43 79 72 144 72c72 0 101 -40 101 -85c0 -103 -183 -90 -183 -256v-24zM377 -1c51 0 86 36 86 85s-35 85 -86 85s-87 -36 -87 -85 +s36 -85 87 -85z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="895" +d="M86 0v739h159v-739h-159zM822 739v-486c0 -182 -117 -268 -254 -268c-108 0 -171 40 -223 103l102 107c35 -45 70 -64 117 -64c56 0 99 36 99 119v347h-250l35 142h374z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="600" +d="M149 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 92 -34 92 -84s-39 -84 -92 -84zM449 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 92 -34 92 -84s-39 -84 -92 -84zM74 0v531h152v-531h-152zM226 -204l37 121c15 -7 30 -10 46 -10c41 0 65 19 65 79v545h152v-538 +c0 -141 -76 -214 -196 -214c-40 0 -74 6 -104 17z" /> + <glyph glyph-name="f_f" unicode="ff" horiz-adv-x="779" +d="M319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM641 562v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120 +c-14 4 -30 7 -46 7c-44 0 -68 -24 -68 -69z" /> + <glyph glyph-name="f_f_i" unicode="ffi" horiz-adv-x="1079" +d="M319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM709 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206 +c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM929 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 91 -34 91 -84s-38 -84 -91 -84zM853 0v531h153v-531h-153z" /> + <glyph glyph-name="f_f_l" unicode="ffl" horiz-adv-x="1079" +d="M319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM709 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206 +c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM853 739h152v-739h-152v739z" /> + <glyph glyph-name="f_i" unicode="fi" horiz-adv-x="689" +d="M319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM539 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 92 -34 92 -84s-39 -84 -92 -84zM464 0v531h152v-531h-152z" /> + <glyph glyph-name="f_l" unicode="fl" horiz-adv-x="689" +d="M319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM463 739h153v-739h-153v739z" /> + <glyph glyph-name=".notdef" horiz-adv-x="794" +d="M86 881h622v-1015h-622v1015zM301 226h136v13c0 106 205 100 205 275c0 119 -75 218 -246 218c-113 0 -195 -44 -251 -109l94 -104c33 43 79 72 144 72c72 0 101 -40 101 -85c0 -103 -183 -90 -183 -256v-24zM377 -1c51 0 86 36 86 85s-35 85 -86 85s-87 -36 -87 -85 +s36 -85 87 -85z" /> + <glyph glyph-name="NULL" horiz-adv-x="0" + /> + <glyph glyph-name="CR" unicode="
" horiz-adv-x="254" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="254" + /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="700" +d="M529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="700" +d="M502 916l-96 -125h-117l68 189zM529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="700" +d="M349 789c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="700" +d="M349 861l-58 -70h-115l86 156h173l87 -156h-116zM529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="700" +d="M253 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM446 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203l-83 -203 +h167z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="700" +d="M411 791h-116l-97 125l145 64zM529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="700" +d="M497 925v-117h-294v117h294zM529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="700" +d="M557 -65c0 -21 15 -31 48 -31c27 0 47 6 69 16v-107c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 42 22 76 75 113l-51 121h-257l-52 -127h-170l343 752h21l342 -752h-105c-29 -24 -41 -45 -41 -65zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="700" +d="M350 781c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM349 960c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51s49 20 49 51s-21 50 -50 50zM529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203 +l-83 -203h167z" /> + <glyph glyph-name="Aringacute" unicode="Ǻ" horiz-adv-x="700" +d="M502 1193l-96 -125h-117l68 189zM350 781c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM349 960c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51s49 20 49 51s-21 50 -50 50zM529 0l-53 127h-257l-52 -127h-170l343 752h21 +l342 -752h-174zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="700" +d="M297 834c-14 0 -25 -12 -32 -40l-98 25c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35zM529 0l-53 127h-257l-52 -127h-170l343 752h21l342 -752h-174zM431 257l-84 203l-83 -203h167z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="975" +d="M630 143h285v-143h-441v177h-212l-86 -177h-179l391 739h516v-143h-274v-143h259v-140h-259v-170zM328 311h146v283h-8z" /> + <glyph glyph-name="AEacute" unicode="Ǽ" horiz-adv-x="975" +d="M796 916l-96 -125h-117l68 189zM630 143h285v-143h-441v177h-212l-86 -177h-179l391 739h516v-143h-274v-143h259v-140h-259v-170zM328 311h146v283h-8z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="682" +d="M511 390c90 -31 123 -99 123 -177c0 -142 -107 -213 -262 -213h-286v739h256c168 0 262 -70 262 -191c0 -65 -23 -125 -93 -158zM336 600h-94v-159h89c70 0 112 22 112 80c0 54 -41 79 -107 79zM366 139c65 0 107 29 107 86c0 59 -41 86 -112 86h-119v-172h124z" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="733" +d="M419 -15c-211 0 -372 154 -372 385c0 235 169 384 378 384c122 0 214 -41 281 -117l-104 -111c-44 50 -101 75 -169 75c-125 0 -221 -82 -221 -231c0 -145 91 -233 214 -233c72 0 130 31 180 88l105 -102c-71 -94 -181 -138 -292 -138z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="733" +d="M365 791l68 189l145 -64l-96 -125h-117zM419 -15c-211 0 -372 154 -372 385c0 235 169 384 378 384c122 0 214 -41 281 -117l-104 -111c-44 50 -101 75 -169 75c-125 0 -221 -82 -221 -231c0 -145 91 -233 214 -233c72 0 130 31 180 88l105 -102 +c-71 -94 -181 -138 -292 -138z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="733" +d="M518 792h-174l-86 155h116l57 -70l58 70h115zM606 225l105 -102c-71 -94 -181 -138 -292 -138c-211 0 -372 154 -372 385c0 235 169 384 378 384c122 0 214 -41 281 -117l-104 -111c-44 50 -101 75 -169 75c-125 0 -221 -82 -221 -231c0 -145 91 -233 214 -233 +c72 0 130 31 180 88z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="733" +d="M419 -15c-211 0 -372 154 -372 385c0 235 169 384 378 384c122 0 214 -41 281 -117l-104 -111c-44 50 -101 75 -169 75c-125 0 -221 -82 -221 -231c0 -145 91 -233 214 -233c72 0 130 31 180 88l105 -102c-71 -94 -181 -138 -292 -138zM321 -206l35 147h142l-68 -147 +h-109z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="733" +d="M426 861l-58 -70h-115l86 156h173l87 -156h-116zM606 225l105 -102c-71 -94 -181 -138 -292 -138c-211 0 -372 154 -372 385c0 235 169 384 378 384c122 0 214 -41 281 -117l-104 -111c-44 50 -101 75 -169 75c-125 0 -221 -82 -221 -231c0 -145 91 -233 214 -233 +c72 0 130 31 180 88z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="733" +d="M425 786c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM419 -15c-211 0 -372 154 -372 385c0 235 169 384 378 384c122 0 214 -41 281 -117l-104 -111c-44 50 -101 75 -169 75c-125 0 -221 -82 -221 -231c0 -145 91 -233 214 -233 +c72 0 130 31 180 88l105 -102c-71 -94 -181 -138 -292 -138z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="767" +d="M286 739c281 0 433 -136 433 -361c0 -241 -170 -378 -433 -378h-200v739h200zM288 143c164 0 267 81 267 235s-93 218 -267 218h-45v-453h45z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="767" +d="M286 739c281 0 433 -136 433 -361c0 -241 -170 -378 -433 -378h-200v309h-53v122h53v308h200zM288 143c164 0 267 81 267 235s-93 218 -267 218h-45v-165h148v-122h-148v-166h45z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="767" +d="M409 792h-174l-86 155h116l57 -70l58 70h115zM286 739c281 0 433 -136 433 -361c0 -241 -170 -378 -433 -378h-200v739h200zM288 143c164 0 267 81 267 235s-93 218 -267 218h-45v-453h45z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="767" +d="M286 739c281 0 433 -136 433 -361c0 -241 -170 -378 -433 -378h-200v309h-53v122h53v308h200zM288 143c164 0 267 81 267 235s-93 218 -267 218h-45v-165h148v-122h-148v-166h45z" /> + <glyph glyph-name="E" unicode="E" horiz-adv-x="621" +d="M243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Eacute" unicode="É" horiz-adv-x="621" +d="M471 916l-96 -125h-117l68 189zM243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" horiz-adv-x="621" +d="M318 789c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Ecaron" unicode="Ě" horiz-adv-x="621" +d="M411 792h-174l-86 155h116l57 -70l58 70h115zM243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" horiz-adv-x="621" +d="M319 861l-58 -70h-115l86 156h173l87 -156h-116zM243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Edieresis" unicode="Ë" horiz-adv-x="621" +d="M223 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM416 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" horiz-adv-x="621" +d="M319 786c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Egrave" unicode="È" horiz-adv-x="621" +d="M380 791h-116l-97 125l145 64zM243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Emacron" unicode="Ē" horiz-adv-x="621" +d="M466 925v-117h-294v117h294zM243 143h318v-143h-475v739h464v-143h-307v-143h292v-141h-292v-169z" /> + <glyph glyph-name="Eogonek" unicode="Ę" horiz-adv-x="621" +d="M449 0c-29 -24 -41 -45 -41 -65c0 -21 15 -31 48 -31c27 0 47 6 69 16v-107c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 39 20 73 67 107h-284v739h464v-143h-307v-143h292v-141h-292v-169h318v-143h-112z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="571" +d="M520 596h-275v-155h261v-141h-261v-300h-159v739h434v-143z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="809" +d="M768 416c2 -21 3 -40 3 -57c0 -229 -139 -374 -345 -374c-182 0 -379 128 -379 383c0 258 187 387 375 387c124 0 215 -40 282 -118l-108 -106c-40 46 -99 71 -170 71c-104 0 -214 -73 -214 -234c0 -155 105 -230 214 -230c101 0 157 45 174 138h-191v140h359z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="809" +d="M431 789c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM768 416c2 -21 3 -40 3 -57c0 -229 -139 -374 -345 -374c-182 0 -379 128 -379 383c0 258 187 387 375 387c124 0 215 -40 282 -118l-108 -106 +c-40 46 -99 71 -170 71c-104 0 -214 -73 -214 -234c0 -155 105 -230 214 -230c101 0 157 45 174 138h-191v140h359z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="809" +d="M432 861l-58 -70h-115l86 156h173l87 -156h-116zM768 416c2 -21 3 -40 3 -57c0 -229 -139 -374 -345 -374c-182 0 -379 128 -379 383c0 258 187 387 375 387c124 0 215 -40 282 -118l-108 -106c-40 46 -99 71 -170 71c-104 0 -214 -73 -214 -234 +c0 -155 105 -230 214 -230c101 0 157 45 174 138h-191v140h359z" /> + <glyph glyph-name="uni0122" unicode="Ģ" horiz-adv-x="809" +d="M768 416c2 -21 3 -40 3 -57c0 -229 -139 -374 -345 -374c-182 0 -379 128 -379 383c0 258 187 387 375 387c124 0 215 -40 282 -118l-108 -106c-40 46 -99 71 -170 71c-104 0 -214 -73 -214 -234c0 -155 105 -230 214 -230c101 0 157 45 174 138h-191v140h359zM432 -48 +c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="809" +d="M432 786c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM768 416c2 -21 3 -40 3 -57c0 -229 -139 -374 -345 -374c-182 0 -379 128 -379 383c0 258 187 387 375 387c124 0 215 -40 282 -118l-108 -106c-40 46 -99 71 -170 71 +c-104 0 -214 -73 -214 -234c0 -155 105 -230 214 -230c101 0 157 45 174 138h-191v140h359z" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="772" +d="M526 739h159v-739h-159v313h-281v-313h-159v739h159v-283h281v283z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="772" +d="M526 739h159v-739h-159v313h-281v-313h-159v739h159v-76h281v76zM245 456h281v85h-281v-85z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="772" +d="M386 861l-58 -70h-115l86 156h173l87 -156h-116zM526 739h159v-739h-159v313h-281v-313h-159v739h159v-283h281v283z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="332" +d="M86 0v739h159v-739h-159z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="332" +d="M104 791l68 189l145 -64l-96 -125h-117zM86 0v739h159v-739h-159z" /> + <glyph glyph-name="Ibreve" unicode="Ĭ" horiz-adv-x="332" +d="M164 789c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM86 0v739h159v-739h-159z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="332" +d="M165 861l-58 -70h-115l86 156h173l87 -156h-116zM86 0v739h159v-739h-159z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="332" +d="M68 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM261 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM86 0v739h159v-739h-159z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="332" +d="M164 786c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM86 0v739h159v-739h-159z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="332" +d="M110 791l-97 125l145 64l68 -189h-116zM86 0v739h159v-739h-159z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="332" +d="M18 808v117h294v-117h-294zM86 0v739h159v-739h-159z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="332" +d="M190 -203c-88 0 -131 37 -131 96c0 40 20 72 68 107l-41 1v738h159v-739h-39c-30 -25 -41 -44 -41 -65s15 -31 47 -31c28 0 47 6 70 16v-107c-27 -10 -57 -16 -92 -16z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="332" +d="M-18 819c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35c-14 0 -25 -12 -32 -40zM86 0v739h159v-739h-159z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="564" +d="M490 739v-486c0 -182 -117 -268 -254 -268c-108 0 -171 40 -223 103l102 107c35 -45 70 -64 117 -64c56 0 99 36 99 119v347h-250l35 142h374z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="564" +d="M288 861l-58 -70h-115l86 156h173l87 -156h-116zM490 739v-486c0 -182 -117 -268 -254 -268c-108 0 -171 40 -223 103l102 107c35 -45 70 -64 117 -64c56 0 99 36 99 119v347h-250l35 142h374z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="681" +d="M684 0h-201l-238 356v-356h-159v739h159v-324l242 324h195l-279 -349z" /> + <glyph glyph-name="uni0136" unicode="Ķ" horiz-adv-x="681" +d="M403 390l281 -390h-201l-238 356v-356h-159v739h159v-324l242 324h195zM357 -48c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="540" +d="M245 143h260v-143h-419v739h159v-596z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="540" +d="M318 916l-96 -125h-117l68 189zM245 143h260v-143h-419v739h159v-596z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="540" +d="M245 143h260v-143h-419v739h159v-596zM433 739l-30 -164h-98l1 164h127z" /> + <glyph glyph-name="uni013B" unicode="Ļ" horiz-adv-x="540" +d="M245 143h260v-143h-419v739h159v-596zM317 -48c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="566" +d="M245 739v-596h260v-143h-419v739h159zM445 502c55 0 96 -38 96 -92c0 -53 -41 -92 -96 -92s-95 39 -95 92c0 54 40 92 95 92z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="540" +d="M245 143h260v-143h-419v739h159v-279l149 121v-162l-149 -121v-155z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="872" +d="M838 0h-158l-56 353l-177 -357h-21l-177 358l-57 -354h-158l137 752h21l244 -494l245 494h23z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="761" +d="M515 739h160v-751h-22l-408 417v-405h-159v752h23l406 -416v403z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="761" +d="M507 916l-96 -125h-117l68 189zM515 739h160v-751h-22l-408 417v-405h-159v752h23l406 -416v403z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="761" +d="M447 792h-174l-86 155h116l57 -70l58 70h115zM515 739h160v-751h-22l-408 417v-405h-159v752h23l406 -416v403z" /> + <glyph glyph-name="uni0145" unicode="Ņ" horiz-adv-x="761" +d="M515 739h160v-751h-22l-408 417v-405h-159v752h23l406 -416v403zM394 -48c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="Eng" unicode="Ŋ" horiz-adv-x="743" +d="M496 739h160v-751c-1 -137 -75 -209 -194 -209c-42 0 -76 7 -106 18l32 130c14 -6 29 -9 44 -9c41 0 64 15 64 74v143l-251 266v-401h-159v752h22l388 -412v399z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="761" +d="M302 834c-14 0 -25 -12 -32 -40l-98 25c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35zM515 739h160v-751h-22l-408 417v-405h-159v752h23l406 -416v403z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="862" +d="M428 -16c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387c0 -255 -202 -384 -386 -384zM428 138c107 0 222 74 222 230c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="862" +d="M370 791l68 189l145 -64l-96 -125h-117zM428 -16c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387c0 -255 -202 -384 -386 -384zM428 138c107 0 222 74 222 230c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z +" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="862" +d="M430 789c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM428 -16c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387c0 -255 -202 -384 -386 -384zM428 138c107 0 222 74 222 230 +c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="862" +d="M431 861l-58 -70h-115l86 156h173l87 -156h-116zM428 755c181 0 386 -125 386 -387c0 -255 -202 -384 -386 -384c-182 0 -381 129 -381 384c0 262 199 387 381 387zM428 138c107 0 222 74 222 230c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234 +c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="862" +d="M334 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM527 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM428 -16c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387 +c0 -255 -202 -384 -386 -384zM428 138c107 0 222 74 222 230c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="862" +d="M376 791l-97 125l145 64l68 -189h-116zM428 -16c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387c0 -255 -202 -384 -386 -384zM428 138c107 0 222 74 222 230c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z +" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="862" +d="M290 791l71 192l115 -56l-69 -136h-117zM463 791l82 182l114 -57l-79 -125h-117zM428 -16c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387c0 -255 -202 -384 -386 -384zM428 138c107 0 222 74 222 230c0 163 -115 234 -222 234 +c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="862" +d="M284 808v117h294v-117h-294zM428 -16c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387c0 -255 -202 -384 -386 -384zM428 138c107 0 222 74 222 230c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="862" +d="M722 627c56 -63 92 -149 92 -259c0 -255 -202 -384 -386 -384c-71 0 -144 19 -207 58l-34 -40l-82 70l33 39c-55 63 -91 148 -91 257c0 262 199 387 381 387c71 0 146 -19 211 -59l35 41l83 -70zM212 368c0 -53 13 -97 34 -132l290 340c-33 18 -71 26 -108 26 +c-108 0 -216 -71 -216 -234zM428 138c107 0 222 74 222 230c0 55 -13 99 -34 134l-291 -339c32 -17 67 -25 103 -25z" /> + <glyph glyph-name="Oslashacute" unicode="Ǿ" horiz-adv-x="862" +d="M583 916l-96 -125h-117l68 189zM722 627c56 -63 92 -149 92 -259c0 -255 -202 -384 -386 -384c-71 0 -144 19 -207 58l-34 -40l-82 70l33 39c-55 63 -91 148 -91 257c0 262 199 387 381 387c71 0 146 -19 211 -59l35 41l83 -70zM212 368c0 -53 13 -97 34 -132l290 340 +c-33 18 -71 26 -108 26c-108 0 -216 -71 -216 -234zM428 138c107 0 222 74 222 230c0 55 -13 99 -34 134l-291 -339c32 -17 67 -25 103 -25z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="862" +d="M248 819c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35c-14 0 -25 -12 -32 -40zM428 -16c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387c0 -255 -202 -384 -386 -384z +M428 138c107 0 222 74 222 230c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="993" +d="M648 143h285v-143h-493c-195 0 -393 114 -393 368c0 261 198 371 393 371h482v-143h-274v-143h260v-141h-260v-169zM440 143h52v453h-52c-121 0 -228 -59 -228 -228c0 -162 107 -225 228 -225z" /> + <glyph glyph-name="P" unicode="P" horiz-adv-x="669" +d="M335 739c176 0 292 -90 292 -243c0 -170 -122 -250 -314 -250h-68v-246h-159v739h249zM313 386c100 0 149 28 149 110c0 72 -45 100 -132 100h-85v-210h68z" /> + <glyph glyph-name="Thorn" unicode="Þ" horiz-adv-x="669" +d="M335 621c176 0 292 -90 292 -244c0 -170 -122 -250 -314 -250h-68v-127h-159v739h159v-118h90zM312 265c99 0 150 28 150 112c0 74 -47 101 -133 101h-84v-213h67z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="862" +d="M814 368c0 -103 -33 -185 -84 -247l71 -82l-114 -98l-75 87c-58 -29 -122 -44 -184 -44c-182 0 -381 129 -381 384c0 262 199 387 381 387c181 0 386 -125 386 -387zM428 138c26 0 52 4 77 13l-76 88l113 99l79 -91c18 33 29 73 29 121c0 163 -115 234 -222 234 +c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="702" +d="M659 0h-189l-225 342v-342h-159v739h271c175 0 285 -76 285 -233c0 -121 -69 -192 -189 -215zM245 398h76c109 0 157 31 157 101c0 66 -41 100 -136 100h-97v-201z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="702" +d="M465 916l-96 -125h-117l68 189zM659 0h-189l-225 342v-342h-159v739h271c175 0 285 -76 285 -233c0 -121 -69 -192 -189 -215zM245 398h76c109 0 157 31 157 101c0 66 -41 100 -136 100h-97v-201z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="702" +d="M405 792h-174l-86 155h116l57 -70l58 70h115zM659 0h-189l-225 342v-342h-159v739h271c175 0 285 -76 285 -233c0 -121 -69 -192 -189 -215zM245 398h76c109 0 157 31 157 101c0 66 -41 100 -136 100h-97v-201z" /> + <glyph glyph-name="uni0156" unicode="Ŗ" horiz-adv-x="702" +d="M453 291l206 -291h-189l-225 342v-342h-159v739h271c175 0 285 -76 285 -233c0 -121 -69 -192 -189 -215zM245 398h76c109 0 157 31 157 101c0 66 -41 100 -136 100h-97v-201zM363 -48c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20 +c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="S" unicode="S" horiz-adv-x="630" +d="M310 -15c-139 0 -224 57 -286 114l93 117c64 -61 126 -86 195 -86c75 0 115 32 115 80c0 134 -370 30 -370 313c0 135 109 231 278 231c114 0 194 -42 249 -95l-89 -115c-44 40 -91 65 -160 65c-78 0 -117 -34 -117 -81c0 -127 370 -34 370 -305 +c0 -146 -111 -238 -278 -238z" /> + <glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="630" +d="M270 791l68 189l145 -64l-96 -125h-117zM310 -15c-139 0 -224 57 -286 114l93 117c64 -61 126 -86 195 -86c75 0 115 32 115 80c0 134 -370 30 -370 313c0 135 109 231 278 231c114 0 194 -42 249 -95l-89 -115c-44 40 -91 65 -160 65c-78 0 -117 -34 -117 -81 +c0 -127 370 -34 370 -305c0 -146 -111 -238 -278 -238z" /> + <glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="630" +d="M423 792h-174l-86 155h116l57 -70l58 70h115zM218 528c0 -127 370 -34 370 -305c0 -146 -111 -238 -278 -238c-139 0 -224 57 -286 114l93 117c64 -61 126 -86 195 -86c75 0 115 32 115 80c0 134 -370 30 -370 313c0 135 109 231 278 231c114 0 194 -42 249 -95l-89 -115 +c-44 40 -91 65 -160 65c-78 0 -117 -34 -117 -81z" /> + <glyph glyph-name="Scedilla" unicode="Ş" horiz-adv-x="630" +d="M310 -15c-139 0 -224 57 -286 114l93 117c64 -61 126 -86 195 -86c75 0 115 32 115 80c0 134 -370 30 -370 313c0 135 109 231 278 231c114 0 194 -42 249 -95l-89 -115c-44 40 -91 65 -160 65c-78 0 -117 -34 -117 -81c0 -127 370 -34 370 -305 +c0 -146 -111 -238 -278 -238zM216 -206l35 147h142l-68 -147h-109z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="630" +d="M331 861l-58 -70h-115l86 156h173l87 -156h-116zM218 528c0 -127 370 -34 370 -305c0 -146 -111 -238 -278 -238c-139 0 -224 57 -286 114l93 117c64 -61 126 -86 195 -86c75 0 115 32 115 80c0 134 -370 30 -370 313c0 135 109 231 278 231c114 0 194 -42 249 -95 +l-89 -115c-44 40 -91 65 -160 65c-78 0 -117 -34 -117 -81z" /> + <glyph glyph-name="uni0218" unicode="Ș" horiz-adv-x="630" +d="M310 -15c-139 0 -224 57 -286 114l93 117c64 -61 126 -86 195 -86c75 0 115 32 115 80c0 134 -370 30 -370 313c0 135 109 231 278 231c114 0 194 -42 249 -95l-89 -115c-44 40 -91 65 -160 65c-78 0 -117 -34 -117 -81c0 -127 370 -34 370 -305 +c0 -146 -111 -238 -278 -238zM254 -242v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113z" /> + <glyph glyph-name="uni1E9E" unicode="ẞ" horiz-adv-x="745" +d="M541 415c101 -46 161 -112 161 -222c0 -115 -85 -209 -238 -209c-75 0 -131 16 -174 40l52 132c35 -19 71 -29 107 -29c53 0 89 25 89 80c0 57 -34 108 -185 149l-5 23l152 186c-34 32 -74 49 -125 49c-92 0 -144 -53 -144 -160v-458h-158v458c0 204 132 301 294 301 +c169 0 255 -93 309 -185z" /> + <glyph glyph-name="uni018F" unicode="Ə" horiz-adv-x="810" +d="M393 755c192 0 369 -129 369 -387c0 -255 -183 -383 -366 -383c-205 0 -358 145 -358 375c0 24 2 52 6 84h544c-26 108 -110 158 -201 158c-70 0 -135 -25 -180 -71l-103 106c70 76 167 118 289 118zM396 138c92 0 173 54 195 165h-382c15 -110 85 -165 187 -165z" /> + <glyph glyph-name="T" unicode="T" horiz-adv-x="639" +d="M240 0v596h-206v143h571v-143h-206v-596h-159z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" horiz-adv-x="639" +d="M605 596h-206v-165h93v-122h-93v-309h-159v309h-93v122h93v165h-206v143h571v-143z" /> + <glyph glyph-name="Tcaron" unicode="Ť" horiz-adv-x="639" +d="M411 792h-174l-86 155h116l57 -70l58 70h115zM34 739h571v-143h-206v-596h-159v596h-206v143z" /> + <glyph glyph-name="uni0162" unicode="Ţ" horiz-adv-x="639" +d="M240 0v596h-206v143h571v-143h-206v-596h-159zM221 -206l35 147h142l-68 -147h-109z" /> + <glyph glyph-name="uni021A" unicode="Ț" horiz-adv-x="639" +d="M240 0v596h-206v143h571v-143h-206v-596h-159zM259 -242v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="747" +d="M374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176s140 56 140 176l1 425h159l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="747" +d="M313 791l68 189l145 -64l-96 -125h-117zM374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176s140 56 140 176l1 425h159l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="747" +d="M373 789c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176s140 56 140 176l1 425h159l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="747" +d="M373 861l-58 -70h-115l86 156h173l87 -156h-116zM514 739h159l-1 -440c0 -206 -122 -314 -298 -314c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176s140 56 140 176z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="747" +d="M277 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM470 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176 +s140 56 140 176l1 425h159l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="747" +d="M319 791l-97 125l145 64l68 -189h-116zM374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176s140 56 140 176l1 425h159l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="747" +d="M233 791l71 192l115 -56l-69 -136h-117zM406 791l82 182l114 -57l-79 -125h-117zM374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176s140 56 140 176l1 425h159l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="747" +d="M227 808v117h294v-117h-294zM374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176s140 56 140 176l1 425h159l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="747" +d="M514 739h159l-1 -440c0 -167 -80 -270 -204 -302c-26 -23 -37 -43 -37 -62c0 -21 15 -31 48 -31c27 0 47 6 69 16v-107c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 34 14 63 48 92c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176 +s140 56 140 176z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="747" +d="M374 781c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM374 859c28 0 49 20 49 51s-21 50 -50 50c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51zM374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425 +c-1 -120 50 -176 141 -176s140 56 140 176l1 425h159l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="747" +d="M191 819c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35c-14 0 -25 -12 -32 -40zM374 -15c-177 0 -301 108 -301 314l2 440h158l-1 -425c-1 -120 50 -176 141 -176s140 56 140 176l1 425h159 +l-1 -440c0 -206 -122 -314 -298 -314z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="703" +d="M533 739h173l-345 -751h-22l-342 751h179l179 -425z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="967" +d="M798 739h173l-289 -751h-22l-178 429l-179 -429h-21l-286 751h176l134 -410l168 410h22l169 -410z" /> + <glyph glyph-name="Wacute" unicode="Ẃ" horiz-adv-x="967" +d="M636 916l-96 -125h-117l68 189zM798 739h173l-289 -751h-22l-178 429l-179 -429h-21l-286 751h176l134 -410l168 410h22l169 -410z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="967" +d="M484 861l-58 -70h-115l86 156h173l87 -156h-116zM798 739h173l-289 -751h-22l-178 429l-179 -429h-21l-286 751h176l134 -410l168 410h22l169 -410z" /> + <glyph glyph-name="Wdieresis" unicode="Ẅ" horiz-adv-x="967" +d="M387 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM580 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM798 739h173l-289 -751h-22l-178 429l-179 -429h-21l-286 751h176l134 -410l168 410h22 +l169 -410z" /> + <glyph glyph-name="Wgrave" unicode="Ẁ" horiz-adv-x="967" +d="M545 791h-116l-97 125l145 64zM798 739h173l-289 -751h-22l-178 429l-179 -429h-21l-286 751h176l134 -410l168 410h22l169 -410z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="721" +d="M724 0h-193l-177 260l-172 -260h-185l265 375l-254 364h192l156 -237l153 237h185l-245 -349z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="703" +d="M519 739h186l-274 -462v-277h-158v271l-275 468h191l165 -307z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="703" +d="M504 916l-96 -125h-117l68 189zM519 739h186l-274 -462v-277h-158v271l-275 468h191l165 -307z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="703" +d="M352 861l-58 -70h-115l86 156h173l87 -156h-116zM519 739h186l-274 -462v-277h-158v271l-275 468h191l165 -307z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="703" +d="M256 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM449 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM519 739h186l-274 -462v-277h-158v271l-275 468h191l165 -307z" /> + <glyph glyph-name="Ygrave" unicode="Ỳ" horiz-adv-x="703" +d="M413 791h-116l-97 125l145 64zM519 739h186l-274 -462v-277h-158v271l-275 468h191l165 -307z" /> + <glyph glyph-name="Z" unicode="Z" horiz-adv-x="598" +d="M564 739v-22l-284 -574h282v-143h-520v22l285 574h-293l35 143h495z" /> + <glyph glyph-name="Zacute" unicode="Ź" horiz-adv-x="598" +d="M455 916l-96 -125h-117l68 189zM564 739v-22l-284 -574h282v-143h-520v22l285 574h-293l35 143h495z" /> + <glyph glyph-name="Zcaron" unicode="Ž" horiz-adv-x="598" +d="M395 792h-174l-86 155h116l57 -70l58 70h115zM564 739v-22l-284 -574h282v-143h-520v22l285 574h-293l35 143h495z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" horiz-adv-x="598" +d="M303 786c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM564 739v-22l-284 -574h282v-143h-520v22l285 574h-293l35 143h495z" /> + <glyph glyph-name="R.alt" horiz-adv-x="709" +d="M477 0l-170 270h-62v-270h-159v739h277c174 0 285 -83 285 -231c0 -118 -63 -191 -173 -222l198 -286h-196zM245 596v-187h93c98 0 145 26 145 99c0 66 -41 88 -126 88h-112z" /> + <glyph glyph-name="uni1E9E.calt" horiz-adv-x="745" +d="M541 415c101 -46 161 -112 161 -222c0 -115 -85 -209 -238 -209c-75 0 -131 16 -174 40l52 132c35 -19 71 -29 107 -29c53 0 89 25 89 80c0 57 -34 108 -185 149l-5 23l152 186c-34 32 -74 49 -125 49c-92 0 -144 -53 -144 -160v-458h-158v458c0 204 132 301 294 301 +c169 0 255 -93 309 -185z" /> + <glyph glyph-name="J.ss02" horiz-adv-x="479" +d="M158 -15c-60 0 -107 12 -145 30l46 139c24 -14 54 -22 90 -22c55 0 98 31 98 111v496h158v-489c0 -179 -110 -265 -247 -265z" /> + <glyph glyph-name="Jcircumflex.ss02" horiz-adv-x="479" +d="M327 861l-58 -70h-115l86 156h173l87 -156h-116zM247 243v496h158v-489c0 -179 -110 -265 -247 -265c-60 0 -107 12 -145 30l46 139c24 -14 54 -22 90 -22c55 0 98 31 98 111z" /> + <glyph glyph-name="A.ss06" horiz-adv-x="717" +d="M720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1l-97 230z" /> + <glyph glyph-name="Aacute.ss06" horiz-adv-x="717" +d="M510 916l-96 -125h-117l68 189zM720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1l-97 230z" /> + <glyph glyph-name="Abreve.ss06" horiz-adv-x="717" +d="M357 789c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1l-97 230z" /> + <glyph glyph-name="Acircumflex.ss06" horiz-adv-x="717" +d="M358 861l-58 -70h-115l86 156h173l87 -156h-116zM720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1l-97 230z" /> + <glyph glyph-name="Adieresis.ss06" horiz-adv-x="717" +d="M262 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM455 794c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1l-97 230 +z" /> + <glyph glyph-name="Agrave.ss06" horiz-adv-x="717" +d="M419 791h-116l-97 125l145 64zM720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1l-97 230z" /> + <glyph glyph-name="Amacron.ss06" horiz-adv-x="717" +d="M505 925v-117h-294v117h294zM720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1l-97 230z" /> + <glyph glyph-name="Aring.ss06" horiz-adv-x="717" +d="M359 781c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM358 960c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51s49 20 49 51s-21 50 -50 50zM720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1 +l-97 230z" /> + <glyph glyph-name="Atilde.ss06" horiz-adv-x="717" +d="M306 834c-14 0 -25 -12 -32 -40l-98 25c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35zM720 0h-172l-76 179l-116 -143l-116 142l-75 -178h-168l352 752h21zM259 224l194 -1l-97 230z" /> + <glyph glyph-name="Q.ss07" horiz-adv-x="862" +d="M814 368c0 -217 -146 -343 -303 -375v-143h-159v141c-157 31 -305 157 -305 377c0 262 199 387 381 387c181 0 386 -125 386 -387zM428 138c107 0 222 74 222 230c0 163 -115 234 -222 234c-108 0 -216 -71 -216 -234c0 -156 108 -230 216 -230z" /> + <glyph glyph-name="a" unicode="a" horiz-adv-x="575" +d="M520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181c0 -53 4 -106 10 -148zM256 103 +c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="aacute" unicode="á" horiz-adv-x="575" +d="M424 709l-96 -125h-117l68 189zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181 +c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="abreve" unicode="ă" horiz-adv-x="575" +d="M271 582c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95 +c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="acircumflex" unicode="â" horiz-adv-x="575" +d="M272 654l-58 -70h-115l86 156h173l87 -156h-116zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218 +v-181c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="adieresis" unicode="ä" horiz-adv-x="575" +d="M176 587c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM369 587c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169 +c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68 +c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="agrave" unicode="à" horiz-adv-x="575" +d="M333 584h-116l-97 125l145 64zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181 +c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="amacron" unicode="ā" horiz-adv-x="575" +d="M419 718v-117h-294v117h294zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181 +c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="aogonek" unicode="ą" horiz-adv-x="575" +d="M466 -96c27 0 47 6 69 16v-107c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 41 21 75 71 110c-4 21 -7 42 -11 62c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46 +l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181c0 -53 4 -106 10 -148h-61c-29 -24 -41 -45 -41 -65c0 -21 15 -31 48 -31zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="aring" unicode="å" horiz-adv-x="575" +d="M273 574c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM272 753c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51s49 20 49 51s-21 50 -50 50zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169 +c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68 +c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="aringacute" unicode="ǻ" horiz-adv-x="575" +d="M424 986l-96 -125h-117l68 189zM273 574c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM272 753c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51s49 20 49 51s-21 50 -50 50zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76 +c-108 0 -184 60 -184 169c0 102 89 169 235 169c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10 +c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="atilde" unicode="ã" horiz-adv-x="575" +d="M219 627c-14 0 -25 -12 -32 -40l-98 25c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35zM520 0h-135l-12 65c-34 -49 -89 -76 -157 -76c-108 0 -184 60 -184 169c0 102 89 169 235 169 +c40 0 73 -6 99 -13v14c0 60 -40 95 -109 95c-55 0 -97 -16 -140 -46l-55 111c59 37 129 59 207 59c148 0 241 -83 241 -218v-181c0 -53 4 -106 10 -148zM256 103c58 0 110 32 110 95v21c-23 6 -50 10 -79 10c-78 0 -108 -29 -108 -68c0 -33 25 -58 77 -58z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="921" +d="M622 548c157 0 274 -107 260 -328h-375c15 -69 61 -102 138 -102c48 0 91 17 133 56l75 -107c-59 -54 -131 -82 -223 -82c-86 0 -157 33 -203 93c-42 -60 -109 -89 -194 -89c-118 0 -201 60 -201 169c0 104 92 170 237 170c36 0 67 -5 91 -11v9c0 65 -38 98 -100 98 +c-49 0 -90 -15 -132 -46l-58 110c59 39 127 58 200 58c78 0 139 -24 177 -71c46 48 109 73 175 73zM622 425c-58 0 -99 -37 -114 -99l220 -1c-11 66 -49 100 -106 100zM256 101c55 0 104 31 104 99v21c-22 6 -47 9 -73 9c-78 0 -108 -28 -108 -68c0 -39 23 -61 77 -61z" /> + <glyph glyph-name="aeacute" unicode="ǽ" horiz-adv-x="921" +d="M613 708l-96 -125h-117l68 189zM622 548c157 0 274 -107 260 -328h-375c15 -69 61 -102 138 -102c48 0 91 17 133 56l75 -107c-59 -54 -131 -82 -223 -82c-86 0 -157 33 -203 93c-42 -60 -109 -89 -194 -89c-118 0 -201 60 -201 169c0 104 92 170 237 170 +c36 0 67 -5 91 -11v9c0 65 -38 98 -100 98c-49 0 -90 -15 -132 -46l-58 110c59 39 127 58 200 58c78 0 139 -24 177 -71c46 48 109 73 175 73zM622 425c-58 0 -99 -37 -114 -99l220 -1c-11 66 -49 100 -106 100zM256 101c55 0 104 31 104 99v21c-22 6 -47 9 -73 9 +c-78 0 -108 -28 -108 -68c0 -39 23 -61 77 -61z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="688" +d="M397 547c160 0 250 -126 250 -280c0 -157 -103 -282 -252 -282c-78 0 -135 33 -171 87l-6 -72h-145v739h153v-280c38 54 96 88 171 88zM357 119c75 0 134 53 134 147c0 97 -56 147 -128 147c-73 0 -137 -51 -137 -147c0 -97 57 -147 131 -147z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="551" +d="M317 -15c-161 0 -277 103 -277 280c0 172 123 282 286 282c71 0 137 -21 187 -68l-78 -111c-30 30 -63 43 -102 43c-75 0 -136 -52 -136 -147c0 -98 58 -142 132 -142c38 0 73 10 111 45l76 -107c-52 -49 -115 -75 -199 -75z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="551" +d="M255 583l68 189l145 -64l-96 -125h-117zM317 -15c-161 0 -277 103 -277 280c0 172 123 282 286 282c71 0 137 -21 187 -68l-78 -111c-30 30 -63 43 -102 43c-75 0 -136 -52 -136 -147c0 -98 58 -142 132 -142c38 0 73 10 111 45l76 -107c-52 -49 -115 -75 -199 -75z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="551" +d="M408 584h-174l-86 155h116l57 -70l58 70h115zM440 167l76 -107c-52 -49 -115 -75 -199 -75c-161 0 -277 103 -277 280c0 172 123 282 286 282c71 0 137 -21 187 -68l-78 -111c-30 30 -63 43 -102 43c-75 0 -136 -52 -136 -147c0 -98 58 -142 132 -142c38 0 73 10 111 45z +" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="551" +d="M317 -15c-161 0 -277 103 -277 280c0 172 123 282 286 282c71 0 137 -21 187 -68l-78 -111c-30 30 -63 43 -102 43c-75 0 -136 -52 -136 -147c0 -98 58 -142 132 -142c38 0 73 10 111 45l76 -107c-52 -49 -115 -75 -199 -75zM213 -206l35 147h142l-68 -147h-109z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="551" +d="M316 653l-58 -70h-115l86 156h173l87 -156h-116zM440 167l76 -107c-52 -49 -115 -75 -199 -75c-161 0 -277 103 -277 280c0 172 123 282 286 282c71 0 137 -21 187 -68l-78 -111c-30 30 -63 43 -102 43c-75 0 -136 -52 -136 -147c0 -98 58 -142 132 -142 +c38 0 73 10 111 45z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="551" +d="M316 578c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM317 -15c-161 0 -277 103 -277 280c0 172 123 282 286 282c71 0 137 -21 187 -68l-78 -111c-30 30 -63 43 -102 43c-75 0 -136 -52 -136 -147c0 -98 58 -142 132 -142 +c38 0 73 10 111 45l76 -107c-52 -49 -115 -75 -199 -75z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="687" +d="M461 739h152v-739h-144l-6 75c-38 -55 -96 -90 -174 -90c-159 0 -249 125 -249 279c0 156 102 283 251 283c76 0 133 -32 170 -85v277zM325 118c72 0 136 51 136 147c0 98 -57 147 -130 147c-75 0 -134 -54 -134 -147c0 -96 56 -147 128 -147z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="648" +d="M521 478c59 -78 86 -149 86 -228c0 -153 -109 -265 -286 -265c-171 0 -281 102 -281 252c0 156 115 254 252 254c19 0 34 -1 48 -4l-73 89l-142 -56l-33 77l119 47l-78 95h191l29 -39l121 48l34 -77l-102 -40zM323 117c73 0 125 53 125 127c0 71 -52 123 -125 123 +c-76 0 -126 -52 -126 -123c0 -75 50 -127 126 -127z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="687" +d="M461 462v277h152v-739h-144l-6 75c-38 -55 -96 -90 -174 -90c-159 0 -249 125 -249 279c0 156 102 283 251 283c76 0 133 -32 170 -85zM656 739h127l-30 -164h-98zM325 118c72 0 136 51 136 147c0 98 -57 147 -130 147c-75 0 -134 -54 -134 -147c0 -96 56 -147 128 -147z +" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="687" +d="M672 687v-90h-59v-597h-144l-6 75c-38 -55 -96 -90 -174 -90c-159 0 -249 125 -249 279c0 156 102 283 251 283c76 0 133 -32 170 -85v135h-135v90h135v52h152v-52h59zM325 118c72 0 136 51 136 147c0 98 -57 147 -130 147c-75 0 -134 -54 -134 -147 +c0 -96 56 -147 128 -147z" /> + <glyph glyph-name="e" unicode="e" horiz-adv-x="614" +d="M576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425c-58 0 -100 -39 -114 -103h221c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="eacute" unicode="é" horiz-adv-x="614" +d="M462 708l-96 -125h-117l68 189zM576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425c-58 0 -100 -39 -114 -103h221 +c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="ebreve" unicode="ĕ" horiz-adv-x="614" +d="M309 581c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279 +c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425c-58 0 -100 -39 -114 -103h221c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="ecaron" unicode="ě" horiz-adv-x="614" +d="M402 584h-174l-86 155h116l57 -70l58 70h115zM576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425 +c-58 0 -100 -39 -114 -103h221c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="ecircumflex" unicode="ê" horiz-adv-x="614" +d="M310 653l-58 -70h-115l86 156h173l87 -156h-116zM576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425 +c-58 0 -100 -39 -114 -103h221c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="edieresis" unicode="ë" horiz-adv-x="614" +d="M214 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM407 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104 +c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425c-58 0 -100 -39 -114 -103h221c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="edotaccent" unicode="ė" horiz-adv-x="614" +d="M310 578c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279c0 185 133 284 275 284 +c150 0 261 -96 261 -294zM313 425c-58 0 -100 -39 -114 -103h221c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="egrave" unicode="è" horiz-adv-x="614" +d="M371 583h-116l-97 125l145 64zM576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425c-58 0 -100 -39 -114 -103h221 +c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="emacron" unicode="ē" horiz-adv-x="614" +d="M457 717v-117h-294v117h294zM576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-59 -54 -132 -81 -224 -81c-167 0 -280 106 -280 279c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425c-58 0 -100 -39 -114 -103h221 +c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="eogonek" unicode="ę" horiz-adv-x="614" +d="M576 254c0 -10 0 -20 -1 -30h-377c14 -72 61 -106 137 -106c49 0 93 15 136 52l73 -104c-43 -39 -93 -64 -152 -75c-21 -20 -30 -38 -30 -55c0 -21 15 -31 48 -31c27 0 47 6 69 16v-107c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 33 14 62 47 91 +c-158 7 -264 112 -264 279c0 185 133 284 275 284c150 0 261 -96 261 -294zM313 425c-58 0 -100 -39 -114 -103h221c-9 61 -44 103 -107 103z" /> + <glyph glyph-name="uni0259" unicode="ə" horiz-adv-x="615" +d="M294 547c167 0 280 -106 280 -280c0 -184 -132 -283 -275 -283c-149 0 -261 96 -261 294c0 10 1 20 1 30h377c-14 72 -60 105 -137 105c-48 0 -93 -15 -136 -52l-72 104c58 54 131 82 223 82zM301 107c59 0 101 39 114 103h-220c9 -60 43 -103 106 -103z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="443" +d="M266 556v-25h151v-129h-151v-402h-153v402h-103l32 129h71v17c0 131 75 206 202 206c58 0 104 -14 143 -41l-61 -107c-20 15 -41 24 -66 24c-39 0 -65 -25 -65 -74z" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="667" +d="M448 531h145v-470c0 -201 -126 -282 -295 -282c-63 0 -122 12 -179 36l44 130c43 -21 85 -31 132 -31c84 0 145 32 145 138v38c-37 -49 -91 -80 -158 -80c-156 0 -242 121 -242 267c0 150 99 270 244 270c71 0 124 -30 159 -80zM313 141c69 0 127 47 127 137 +c0 92 -50 135 -118 135c-71 0 -125 -49 -125 -135s49 -137 116 -137z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="667" +d="M317 581c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM448 531h145v-470c0 -201 -126 -282 -295 -282c-63 0 -122 12 -179 36l44 130c43 -21 85 -31 132 -31c84 0 145 32 145 138v38c-37 -49 -91 -80 -158 -80 +c-156 0 -242 121 -242 267c0 150 99 270 244 270c71 0 124 -30 159 -80zM313 141c69 0 127 47 127 137c0 92 -50 135 -118 135c-71 0 -125 -49 -125 -135s49 -137 116 -137z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="667" +d="M318 653l-58 -70h-115l86 156h173l87 -156h-116zM448 531h145v-470c0 -201 -126 -282 -295 -282c-63 0 -122 12 -179 36l44 130c43 -21 85 -31 132 -31c84 0 145 32 145 138v38c-37 -49 -91 -80 -158 -80c-156 0 -242 121 -242 267c0 150 99 270 244 270 +c71 0 124 -30 159 -80zM313 141c69 0 127 47 127 137c0 92 -50 135 -118 135c-71 0 -125 -49 -125 -135s49 -137 116 -137z" /> + <glyph glyph-name="uni0123" unicode="ģ" horiz-adv-x="667" +d="M331 581c-51 0 -76 39 -76 81c0 64 47 117 142 113v-27c-20 0 -37 -8 -45 -19c-6 -6 -9 -12 -10 -20c15 1 30 -3 42 -15c12 -11 18 -24 18 -42c0 -38 -23 -71 -71 -71zM448 531h145v-470c0 -201 -126 -282 -295 -282c-63 0 -122 12 -179 36l44 130c43 -21 85 -31 132 -31 +c84 0 145 32 145 138v38c-37 -49 -91 -80 -158 -80c-156 0 -242 121 -242 267c0 150 99 270 244 270c71 0 124 -30 159 -80zM313 141c69 0 127 47 127 137c0 92 -50 135 -118 135c-71 0 -125 -49 -125 -135s49 -137 116 -137z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="667" +d="M318 578c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM448 531h145v-470c0 -201 -126 -282 -295 -282c-63 0 -122 12 -179 36l44 130c43 -21 85 -31 132 -31c84 0 145 32 145 138v38c-37 -49 -91 -80 -158 -80 +c-156 0 -242 121 -242 267c0 150 99 270 244 270c71 0 124 -30 159 -80zM313 141c69 0 127 47 127 137c0 92 -50 135 -118 135c-71 0 -125 -49 -125 -135s49 -137 116 -137z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="639" +d="M392 547c109 0 185 -76 185 -228v-319h-152v294c0 82 -34 113 -94 113c-58 0 -105 -35 -105 -126v-281h-153v739h153v-273c40 55 95 81 166 81z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="640" +d="M393 547c108 0 184 -76 184 -228v-319h-152v294c0 82 -33 113 -94 113c-58 0 -105 -35 -105 -126v-281h-152v596h-62v90h62v53h152v-53h132v-90h-132v-130c41 54 95 81 167 81z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="639" +d="M149 861l-58 -70h-115l86 156h173l87 -156h-116zM392 547c109 0 185 -76 185 -228v-319h-152v294c0 82 -34 113 -94 113c-58 0 -105 -35 -105 -126v-281h-153v739h153v-273c40 55 95 81 166 81z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="300" +d="M149 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 92 -34 92 -84s-39 -84 -92 -84zM74 0v531h152v-531h-152z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="300" +d="M73 0v531h153v-531h-153z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="300" +d="M88 583l68 189l145 -64l-96 -125h-117zM73 0v531h153v-531h-153z" /> + <glyph glyph-name="ibreve" unicode="ĭ" horiz-adv-x="300" +d="M148 581c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM73 0v531h153v-531h-153z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="300" +d="M149 653l-58 -70h-115l86 156h173l87 -156h-116zM73 0v531h153v-531h-153z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="300" +d="M52 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM245 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM73 0v531h153v-531h-153z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="300" +d="M94 583l-97 125l145 64l68 -189h-116zM73 0v531h153v-531h-153z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="300" +d="M2 600v117h294v-117h-294zM73 0v531h153v-531h-153z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="300" +d="M149 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 92 -34 92 -84s-39 -84 -92 -84zM193 -96c27 0 47 6 69 16v-107c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 39 20 73 67 107h-33v531h152v-531h-40c-29 -24 -41 -45 -41 -65c0 -21 15 -31 48 -31z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="300" +d="M-34 611c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35c-14 0 -25 -12 -32 -40zM73 0v531h153v-531h-153z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="300" +d="M149 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 92 -34 92 -84s-39 -84 -92 -84zM-74 -204l37 121c15 -7 30 -10 46 -10c41 0 65 19 65 79v545h152v-538c0 -141 -76 -214 -196 -214c-40 0 -74 6 -104 17z" /> + <glyph glyph-name="uni0237" unicode="ȷ" horiz-adv-x="300" +d="M30 -221c-40 0 -74 6 -104 17l37 121c15 -7 30 -10 46 -10c41 0 65 19 65 79v545h152v-538c0 -141 -76 -214 -196 -214z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="300" +d="M149 653l-58 -70h-115l86 156h173l87 -156h-116zM74 -14v545h152v-538c0 -141 -76 -214 -196 -214c-40 0 -74 6 -104 17l37 121c15 -7 30 -10 46 -10c41 0 65 19 65 79z" /> + <glyph glyph-name="k" unicode="k" horiz-adv-x="575" +d="M577 0h-190l-161 260v-260h-153v739h153v-446l170 238h179l-195 -245z" /> + <glyph glyph-name="uni0137" unicode="ķ" horiz-adv-x="575" +d="M380 286l197 -286h-190l-161 260v-260h-153v739h153v-446l170 238h179zM309 -48c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="kgreenlandic" unicode="ĸ" horiz-adv-x="586" +d="M578 531l-198 -245l197 -286h-190l-161 260v-260h-152v531h152v-238l173 238h179z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="300" +d="M73 0v739h153v-739h-153z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="300" +d="M88 791l68 189l145 -64l-96 -125h-117zM73 0v739h153v-739h-153z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="300" +d="M73 0v739h153v-739h-153zM272 575l1 164h127l-30 -164h-98z" /> + <glyph glyph-name="uni013C" unicode="ļ" horiz-adv-x="300" +d="M73 0v739h153v-739h-153zM89 -242v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="444" +d="M73 0v739h153v-739h-153zM372 267c-50 0 -87 35 -87 83c0 49 37 84 87 84s86 -35 86 -84c0 -48 -36 -83 -86 -83z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="314" +d="M303 534v-130l-70 -50v-354h-153v271l-68 -51v129l68 50v340h153v-257z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="967" +d="M721 547c111 0 184 -76 184 -227v-320h-153v296c0 80 -33 111 -87 111c-58 0 -100 -35 -100 -125v-282h-152v296c0 80 -35 111 -88 111c-58 0 -99 -35 -99 -125v-282h-153v531h145l6 -68c32 51 85 84 157 84s128 -32 158 -96c37 58 97 96 182 96z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="638" +d="M392 547c108 0 184 -76 184 -228v-319h-153v294c0 82 -33 113 -93 113c-58 0 -104 -35 -104 -126v-281h-153v531h145l6 -68c40 56 95 84 168 84z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="638" +d="M488 708l-96 -125h-117l68 189zM392 547c108 0 184 -76 184 -228v-319h-153v294c0 82 -33 113 -93 113c-58 0 -104 -35 -104 -126v-281h-153v531h145l6 -68c40 56 95 84 168 84z" /> + <glyph glyph-name="napostrophe" unicode="ʼn" horiz-adv-x="930" +d="M144 754c59 0 98 -44 98 -114c0 -93 -58 -179 -162 -229l-35 68c48 21 86 55 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -80 33 -80 82c0 57 43 93 96 93zM684 547c108 0 184 -76 184 -228v-319h-153v294c0 82 -33 113 -93 113c-58 0 -104 -35 -104 -126v-281h-153v531h145 +l6 -68c40 56 95 84 168 84z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="638" +d="M428 584h-174l-86 155h116l57 -70l58 70h115zM392 547c108 0 184 -76 184 -228v-319h-153v294c0 82 -33 113 -93 113c-58 0 -104 -35 -104 -126v-281h-153v531h145l6 -68c40 56 95 84 168 84z" /> + <glyph glyph-name="uni0146" unicode="ņ" horiz-adv-x="638" +d="M392 547c108 0 184 -76 184 -228v-319h-153v294c0 82 -33 113 -93 113c-58 0 -104 -35 -104 -126v-281h-153v531h145l6 -68c40 56 95 84 168 84zM322 -48c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16 +c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="eng" unicode="ŋ" horiz-adv-x="633" +d="M378 547c115 0 193 -80 193 -232v-322c0 -141 -75 -214 -196 -214c-40 0 -73 6 -103 17l36 121c15 -7 31 -10 47 -10c41 0 64 19 64 79v300c0 80 -30 120 -91 120c-58 0 -102 -37 -102 -128v-278h-153v531h139l8 -57c34 44 84 73 158 73z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="638" +d="M284 626c-14 0 -25 -12 -32 -40l-98 25c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35zM392 547c108 0 184 -76 184 -228v-319h-153v294c0 82 -33 113 -93 113c-58 0 -104 -35 -104 -126v-281 +h-153v531h145l6 -68c40 56 95 84 168 84z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="648" +d="M323 -15c-145 0 -283 97 -283 281s136 281 286 281c144 0 282 -96 282 -281c0 -183 -135 -281 -285 -281zM323 117c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="648" +d="M264 584l68 189l145 -64l-96 -125h-117zM323 -15c-145 0 -283 97 -283 281s136 281 286 281c144 0 282 -96 282 -281c0 -183 -135 -281 -285 -281zM323 117c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="648" +d="M324 582c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM323 -15c-145 0 -283 97 -283 281s136 281 286 281c144 0 282 -96 282 -281c0 -183 -135 -281 -285 -281zM323 117c66 0 129 53 129 150 +c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="648" +d="M325 654l-58 -70h-115l86 156h173l87 -156h-116zM326 547c144 0 282 -96 282 -281c0 -183 -135 -281 -285 -281c-145 0 -283 97 -283 281s136 281 286 281zM323 117c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="648" +d="M228 587c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM421 587c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM323 -15c-145 0 -283 97 -283 281s136 281 286 281c144 0 282 -96 282 -281 +c0 -183 -135 -281 -285 -281zM323 117c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="648" +d="M270 584l-97 125l145 64l68 -189h-116zM323 -15c-145 0 -283 97 -283 281s136 281 286 281c144 0 282 -96 282 -281c0 -183 -135 -281 -285 -281zM323 117c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="648" +d="M184 584l71 192l115 -56l-69 -136h-117zM357 584l82 182l114 -57l-79 -125h-117zM323 -15c-145 0 -283 97 -283 281s136 281 286 281c144 0 282 -96 282 -281c0 -183 -135 -281 -285 -281zM323 117c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150 +c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="648" +d="M178 601v117h294v-117h-294zM323 -15c-145 0 -283 97 -283 281s136 281 286 281c144 0 282 -96 282 -281c0 -183 -135 -281 -285 -281zM323 117c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="648" +d="M543 453c40 -46 65 -108 65 -187c0 -183 -135 -281 -285 -281c-49 0 -98 11 -141 33l-29 -35l-74 62l27 33c-41 46 -66 109 -66 188c0 184 136 281 286 281c49 0 98 -11 140 -33l29 34l75 -63zM197 265c0 -24 4 -46 11 -64l168 203c-16 7 -33 11 -50 11 +c-66 0 -129 -53 -129 -150zM323 117c66 0 129 53 129 150c0 24 -4 45 -10 63l-169 -202c16 -7 33 -11 50 -11z" /> + <glyph glyph-name="oslashacute" unicode="ǿ" horiz-adv-x="648" +d="M477 709l-96 -125h-117l68 189zM543 453c40 -46 65 -108 65 -187c0 -183 -135 -281 -285 -281c-49 0 -98 11 -141 33l-29 -35l-74 62l27 33c-41 46 -66 109 -66 188c0 184 136 281 286 281c49 0 98 -11 140 -33l29 34l75 -63zM197 265c0 -24 4 -46 11 -64l168 203 +c-16 7 -33 11 -50 11c-66 0 -129 -53 -129 -150zM323 117c66 0 129 53 129 150c0 24 -4 45 -10 63l-169 -202c16 -7 33 -11 50 -11z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="648" +d="M142 612c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35c-14 0 -25 -12 -32 -40zM323 -15c-145 0 -283 97 -283 281s136 281 286 281c144 0 282 -96 282 -281c0 -183 -135 -281 -285 -281zM323 117 +c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="1027" +d="M728 548c157 0 272 -107 260 -328h-375c14 -69 60 -102 137 -102c48 0 92 17 134 56l75 -107c-59 -54 -132 -82 -223 -82c-86 0 -158 28 -207 79c-53 -52 -128 -79 -206 -79c-145 0 -283 97 -283 281s136 281 286 281c76 0 151 -27 204 -80c52 53 124 81 198 81zM728 425 +c-58 0 -99 -37 -114 -99l220 -2c-11 67 -49 101 -106 101zM323 117c66 0 129 53 129 150c0 95 -60 148 -126 148s-129 -53 -129 -150c0 -95 59 -148 126 -148z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="687" +d="M397 547c160 0 249 -126 249 -280c0 -157 -102 -282 -251 -282c-76 0 -132 32 -169 84v-275h-153v737h145l6 -75c38 56 96 91 173 91zM357 119c75 0 133 53 133 147c0 97 -55 147 -127 147c-73 0 -137 -51 -137 -147c0 -97 57 -147 131 -147z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="688" +d="M397 547c160 0 250 -126 250 -280c0 -157 -103 -282 -252 -282c-76 0 -132 32 -169 84v-275h-153v945h153v-280c38 54 96 88 171 88zM357 119c74 0 134 53 134 147c0 97 -56 147 -128 147c-73 0 -137 -51 -137 -147c0 -97 57 -147 131 -147z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="687" +d="M470 531h143v-737h-152v278c-38 -54 -96 -87 -172 -87c-159 0 -249 125 -249 279c0 156 102 283 251 283c78 0 136 -34 173 -89zM325 118c72 0 136 51 136 147c0 98 -57 147 -130 147c-75 0 -134 -54 -134 -147c0 -96 56 -147 128 -147z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="435" +d="M224 440c47 81 116 101 181 101v-154c-93 9 -179 -20 -179 -126v-261h-153v531h145z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="435" +d="M390 709l-96 -125h-117l68 189zM224 440c47 81 116 101 181 101v-154c-93 9 -179 -20 -179 -126v-261h-153v531h145z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="435" +d="M330 585h-174l-86 155h116l57 -70l58 70h115zM224 440c47 81 116 101 181 101v-154c-93 9 -179 -20 -179 -126v-261h-153v531h145z" /> + <glyph glyph-name="uni0157" unicode="ŗ" horiz-adv-x="435" +d="M224 440c47 81 116 101 181 101v-154c-93 9 -179 -20 -179 -126v-261h-153v531h145zM153 -48c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="494" +d="M248 -15c-111 0 -177 37 -234 90l83 99c48 -47 94 -66 149 -66c45 0 70 16 70 42c0 91 -279 25 -279 222c0 106 93 174 220 174c94 0 160 -31 207 -74l-75 -100c-35 31 -74 52 -128 52c-43 0 -70 -16 -70 -42c0 -78 279 -23 279 -219c0 -113 -104 -178 -222 -178z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="494" +d="M194 583l68 189l145 -64l-96 -125h-117zM248 -15c-111 0 -177 37 -234 90l83 99c48 -47 94 -66 149 -66c45 0 70 16 70 42c0 91 -279 25 -279 222c0 106 93 174 220 174c94 0 160 -31 207 -74l-75 -100c-35 31 -74 52 -128 52c-43 0 -70 -16 -70 -42 +c0 -78 279 -23 279 -219c0 -113 -104 -178 -222 -178z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="494" +d="M347 584h-174l-86 155h116l57 -70l58 70h115zM191 382c0 -78 279 -23 279 -219c0 -113 -104 -178 -222 -178c-111 0 -177 37 -234 90l83 99c48 -47 94 -66 149 -66c45 0 70 16 70 42c0 91 -279 25 -279 222c0 106 93 174 220 174c94 0 160 -31 207 -74l-75 -100 +c-35 31 -74 52 -128 52c-43 0 -70 -16 -70 -42z" /> + <glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="494" +d="M248 -15c-111 0 -177 37 -234 90l83 99c48 -47 94 -66 149 -66c45 0 70 16 70 42c0 91 -279 25 -279 222c0 106 93 174 220 174c94 0 160 -31 207 -74l-75 -100c-35 31 -74 52 -128 52c-43 0 -70 -16 -70 -42c0 -78 279 -23 279 -219c0 -113 -104 -178 -222 -178z +M147 -206l35 147h142l-68 -147h-109z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="494" +d="M255 653l-58 -70h-115l86 156h173l87 -156h-116zM191 382c0 -78 279 -23 279 -219c0 -113 -104 -178 -222 -178c-111 0 -177 37 -234 90l83 99c48 -47 94 -66 149 -66c45 0 70 16 70 42c0 91 -279 25 -279 222c0 106 93 174 220 174c94 0 160 -31 207 -74l-75 -100 +c-35 31 -74 52 -128 52c-43 0 -70 -16 -70 -42z" /> + <glyph glyph-name="uni0219" unicode="ș" horiz-adv-x="494" +d="M248 -15c-111 0 -177 37 -234 90l83 99c48 -47 94 -66 149 -66c45 0 70 16 70 42c0 91 -279 25 -279 222c0 106 93 174 220 174c94 0 160 -31 207 -74l-75 -100c-35 31 -74 52 -128 52c-43 0 -70 -16 -70 -42c0 -78 279 -23 279 -219c0 -113 -104 -178 -222 -178z +M185 -242v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113z" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="674" +d="M480 400c109 -59 169 -137 169 -226c0 -118 -86 -189 -214 -189c-62 0 -108 13 -149 31l43 118c32 -18 63 -26 93 -26c43 0 71 25 71 62c0 56 -31 114 -189 197v21c83 62 116 105 116 158c0 49 -37 84 -90 84c-70 0 -104 -46 -104 -142v-488h-153v486 +c0 170 96 268 259 268c165 0 245 -92 245 -204c0 -76 -48 -118 -97 -150z" /> + <glyph glyph-name="longs" unicode="ſ" horiz-adv-x="443" +d="M315 754c58 0 104 -14 143 -41l-61 -107c-20 15 -41 24 -66 24c-39 0 -65 -25 -65 -74v-556h-153v402h-103l32 129h71v17c0 131 75 206 202 206z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="474" +d="M402 143l49 -117c-43 -26 -91 -41 -143 -41c-107 0 -195 49 -195 199v218h-103l32 129h71v134h153v-134h172v-129h-172v-216c0 -43 23 -64 64 -64c26 0 49 7 72 21z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="474" +d="M402 143l49 -117c-43 -26 -91 -41 -143 -41c-107 0 -195 49 -195 199v37h-71v90h71v91h-103l32 129h71v134h153v-134h172v-129h-172v-91h122v-90h-122v-35c0 -43 23 -64 64 -64c26 0 49 7 72 21z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="474" +d="M439 739l-30 -164h-98l1 164h127zM402 143l49 -117c-43 -26 -91 -41 -143 -41c-107 0 -195 49 -195 199v218h-103l32 129h71v134h153v-134h172v-129h-172v-216c0 -43 23 -64 64 -64c26 0 49 7 72 21z" /> + <glyph glyph-name="uni0163" unicode="ţ" horiz-adv-x="474" +d="M451 26c-43 -26 -91 -41 -143 -41c-107 0 -195 49 -195 199v218h-103l32 129h71v134h153v-134h172v-129h-172v-216c0 -43 23 -64 64 -64c26 0 49 7 72 21zM189 -206l35 147h142l-68 -147h-109z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="474" +d="M451 26c-43 -26 -91 -41 -143 -41c-107 0 -195 49 -195 199v218h-103l32 129h71v134h153v-134h172v-129h-172v-216c0 -43 23 -64 64 -64c26 0 49 7 72 21zM293 -48c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16 +c-12 10 -18 24 -18 42c0 37 23 71 71 71z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="638" +d="M412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="638" +d="M462 708l-96 -125h-117l68 189zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="638" +d="M309 581c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="638" +d="M310 653l-58 -70h-115l86 156h173l87 -156h-116zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="638" +d="M213 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM406 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153 +v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="638" +d="M371 583h-116l-97 125l145 64zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="638" +d="M355 719l-69 -136h-117l71 192zM459 583h-117l82 182l114 -57zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="638" +d="M457 717v-117h-294v117h294zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="638" +d="M506 -96c27 0 47 6 69 16v-107c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 40 20 73 67 107l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280h153v-531h-66c-29 -24 -41 -45 -41 -65 +c0 -21 15 -31 48 -31z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="638" +d="M310 573c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM309 752c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51s49 20 49 51s-21 50 -50 50zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227 +v319h153v-294c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="638" +d="M257 626c-14 0 -25 -12 -32 -40l-98 25c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35zM412 531h153v-531h-145l-6 69c-40 -57 -95 -84 -168 -84c-108 0 -184 76 -184 227v319h153v-294 +c0 -82 33 -113 93 -113c58 0 104 36 104 127v280z" /> + <glyph glyph-name="v" unicode="v" horiz-adv-x="586" +d="M415 531h173l-284 -542h-22l-284 542h176l122 -274z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="791" +d="M625 531h166l-243 -542h-22l-131 285l-131 -285h-23l-240 542h166l98 -248l120 251h22l125 -251z" /> + <glyph glyph-name="wacute" unicode="ẃ" horiz-adv-x="791" +d="M538 709l-96 -125h-117l68 189zM625 531h166l-243 -542h-22l-131 285l-131 -285h-23l-240 542h166l98 -248l120 251h22l125 -251z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="791" +d="M386 654l-58 -70h-115l86 156h173l87 -156h-116zM625 531h166l-243 -542h-22l-131 285l-131 -285h-23l-240 542h166l98 -248l120 251h22l125 -251z" /> + <glyph glyph-name="wdieresis" unicode="ẅ" horiz-adv-x="791" +d="M289 587c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM482 587c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM625 531h166l-243 -542h-22l-131 285l-131 -285h-23l-240 542h166l98 -248l120 251h22 +l125 -251z" /> + <glyph glyph-name="wgrave" unicode="ẁ" horiz-adv-x="791" +d="M447 584h-116l-97 125l145 64zM625 531h166l-243 -542h-22l-131 285l-131 -285h-23l-240 542h166l98 -248l120 251h22l125 -251z" /> + <glyph glyph-name="x" unicode="x" horiz-adv-x="564" +d="M566 0h-183l-106 165l-107 -165h-172l195 271l-187 260h184l92 -148l93 148h172l-181 -252z" /> + <glyph glyph-name="y" unicode="y" horiz-adv-x="581" +d="M414 531h165l-232 -531l-86 -206h-159l116 269l-216 468h173l121 -300z" /> + <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="581" +d="M442 708l-96 -125h-117l68 189zM414 531h165l-232 -531l-86 -206h-159l116 269l-216 468h173l121 -300z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="581" +d="M290 653l-58 -70h-115l86 156h173l87 -156h-116zM414 531h165l-232 -531l-86 -206h-159l116 269l-216 468h173l121 -300z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="581" +d="M194 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM387 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM414 531h165l-232 -531l-86 -206h-159l116 269l-216 468h173l121 -300z" /> + <glyph glyph-name="ygrave" unicode="ỳ" horiz-adv-x="581" +d="M351 583h-116l-97 125l145 64zM414 531h165l-232 -531l-86 -206h-159l116 269l-216 468h173l121 -300z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="480" +d="M466 531v-21l-221 -380h207v-130h-432v22l219 380h-222l31 129h418z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="480" +d="M385 708l-96 -125h-117l68 189zM466 531v-21l-221 -380h207v-130h-432v22l219 380h-222l31 129h418z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="480" +d="M325 584h-174l-86 155h116l57 -70l58 70h115zM466 531v-21l-221 -380h207v-130h-432v22l219 380h-222l31 129h418z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="480" +d="M232 578c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87zM466 531v-21l-221 -380h207v-130h-432v22l219 380h-222l31 129h418z" /> + <glyph glyph-name="f.calt" horiz-adv-x="390" +d="M251 562v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7c-44 0 -68 -24 -68 -69z" /> + <glyph glyph-name="j.calt" horiz-adv-x="300" +d="M149 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 92 -34 92 -84s-39 -84 -92 -84zM7 -221v128c48 0 67 21 67 77v547h152v-540c0 -146 -87 -225 -219 -212z" /> + <glyph glyph-name="uni0237.calt" horiz-adv-x="300" +d="M7 -93c48 0 67 21 67 77v547h152v-540c0 -146 -87 -225 -219 -212v128z" /> + <glyph glyph-name="a.ss01" horiz-adv-x="680" +d="M453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280c0 156 100 283 245 283c75 0 131 -31 168 -82v65zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="aacute.ss01" horiz-adv-x="680" +d="M491 708l-96 -125h-117l68 189zM453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280c0 156 100 283 245 283c75 0 131 -31 168 -82v65zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147 +c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="abreve.ss01" horiz-adv-x="680" +d="M338 581c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158zM453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280c0 156 100 283 245 283c75 0 131 -31 168 -82v65zM319 119 +c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="acircumflex.ss01" horiz-adv-x="680" +d="M339 653l-58 -70h-115l86 156h173l87 -156h-116zM453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280c0 156 100 283 245 283c75 0 131 -31 168 -82v65zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147 +c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="adieresis.ss01" horiz-adv-x="680" +d="M243 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM436 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79zM453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280 +c0 156 100 283 245 283c75 0 131 -31 168 -82v65zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="agrave.ss01" horiz-adv-x="680" +d="M400 583h-116l-97 125l145 64zM453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280c0 156 100 283 245 283c75 0 131 -31 168 -82v65zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147 +c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="amacron.ss01" horiz-adv-x="680" +d="M486 717v-117h-294v117h294zM453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280c0 156 100 283 245 283c75 0 131 -31 168 -82v65zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147c0 -96 54 -147 123 -147z +" /> + <glyph glyph-name="aogonek.ss01" horiz-adv-x="680" +d="M546 -96c27 0 47 6 69 16v-107c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 40 20 74 69 109l-6 72c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280c0 156 100 283 245 283c75 0 131 -31 168 -82v65h153v-531h-67c-29 -24 -41 -45 -41 -65 +c0 -21 15 -31 48 -31zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="aring.ss01" horiz-adv-x="680" +d="M340 573c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM339 752c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51s49 20 49 51s-21 50 -50 50zM453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280 +c0 156 100 283 245 283c75 0 131 -31 168 -82v65zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="atilde.ss01" horiz-adv-x="680" +d="M287 626c-14 0 -25 -12 -32 -40l-98 25c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35zM453 531h153v-531h-144l-6 74c-38 -55 -96 -89 -173 -89c-155 0 -243 125 -243 280c0 156 100 283 245 283 +c75 0 131 -31 168 -82v65zM319 119c72 0 134 51 134 147c0 98 -55 147 -128 147c-71 0 -129 -54 -129 -147c0 -96 54 -147 123 -147z" /> + <glyph glyph-name="i.ss05" horiz-adv-x="300" +d="M149 570l-105 106l105 105l106 -105zM74 0v531h152v-531h-152z" /> + <glyph glyph-name="ij.ss05" horiz-adv-x="600" +d="M149 570l-105 106l105 105l106 -105zM449 570l-105 106l105 105l106 -105zM74 0v531h152v-531h-152zM226 -204l37 121c15 -7 30 -10 46 -10c41 0 65 19 65 79v545h152v-538c0 -141 -76 -214 -196 -214c-40 0 -74 6 -104 17z" /> + <glyph glyph-name="j.ss05" horiz-adv-x="300" +d="M149 570l-105 106l105 105l106 -105zM-74 -204l37 121c15 -7 30 -10 46 -10c41 0 65 19 65 79v545h152v-538c0 -141 -76 -214 -196 -214c-40 0 -74 6 -104 17z" /> + <glyph glyph-name="fi" unicode="fi" horiz-adv-x="689" +d="M319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM539 586c-52 0 -91 34 -91 84s39 84 91 84c53 0 92 -34 92 -84s-39 -84 -92 -84zM464 0v531h152v-531h-152z" /> + <glyph glyph-name="fl" unicode="fl" horiz-adv-x="689" +d="M319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM463 739h153v-739h-153v739z" /> + <glyph glyph-name="f_f_i.ss05" horiz-adv-x="1079" +d="M1034 676l-105 -106l-105 106l105 105zM319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM709 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89 +l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM853 0v531h153v-531h-153z" /> + <glyph glyph-name="f_i.ss05" horiz-adv-x="689" +d="M645 676l-106 -106l-105 106l105 105zM319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM464 0v531h152v-531h-152z" /> + <glyph glyph-name="fi.ss05" horiz-adv-x="689" +d="M645 676l-106 -106l-105 106l105 105zM319 631c-44 0 -68 -24 -68 -69v-31h115v-129h-115v-402h-152v402h-89l32 129h57v17c0 131 72 206 198 206c33 0 60 -4 80 -10l-12 -120c-14 4 -30 7 -46 7zM464 0v531h152v-531h-152z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="441" +d="M394 361h-106c-3 13 -5 27 -8 41c-26 -34 -66 -50 -113 -50c-80 0 -137 44 -137 122c0 74 67 121 176 121c27 0 50 -4 68 -8v3c0 38 -28 60 -77 60c-40 0 -70 -10 -102 -31l-44 87c45 26 97 42 155 42c110 0 181 -59 181 -158v-127c0 -34 3 -72 7 -102zM197 442 +c40 0 77 17 77 62v7c-17 4 -36 6 -54 6c-55 0 -76 -17 -76 -42c0 -17 17 -33 53 -33z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="485" +d="M240 352c-101 0 -200 66 -200 197c0 133 98 199 204 199c101 0 201 -66 201 -199c0 -131 -98 -197 -205 -197zM240 454c41 0 81 33 81 96c0 62 -38 95 -77 95c-40 0 -81 -33 -81 -96c0 -62 38 -95 77 -95z" /> + <glyph glyph-name="i.sups.ss05" horiz-adv-x="241" +d="M121 763l-75 76l75 75l75 -75zM61 361v375h120v-375h-120z" /> + <glyph glyph-name="j.sups.ss05" horiz-adv-x="241" +d="M120 763l-75 76l75 75l75 -75zM31 205c-30 0 -56 5 -78 13l28 94c12 -5 24 -7 34 -7c33 0 46 15 46 51v380h120v-375c0 -102 -59 -156 -150 -156z" /> + <glyph glyph-name="a.sups" horiz-adv-x="441" +d="M394 361h-106c-3 13 -5 27 -8 41c-26 -34 -66 -50 -113 -50c-80 0 -137 44 -137 122c0 74 67 121 176 121c27 0 50 -4 68 -8v3c0 38 -28 60 -77 60c-40 0 -70 -10 -102 -31l-44 87c45 26 97 42 155 42c110 0 181 -59 181 -158v-127c0 -34 3 -72 7 -102zM197 442 +c40 0 77 17 77 62v7c-17 4 -36 6 -54 6c-55 0 -76 -17 -76 -42c0 -17 17 -33 53 -33z" /> + <glyph glyph-name="b.sups" horiz-adv-x="527" +d="M305 748c120 0 185 -90 185 -199s-76 -200 -187 -200c-56 0 -97 22 -124 57l-5 -45h-113v517h120v-188c28 36 69 58 124 58zM273 454c53 0 96 33 96 94c0 64 -40 95 -91 95s-97 -32 -97 -95s40 -94 92 -94z" /> + <glyph glyph-name="c.sups" horiz-adv-x="426" +d="M242 350c-120 0 -205 73 -205 198c0 123 92 199 213 199c52 0 102 -14 139 -47l-61 -86c-22 19 -46 27 -73 27c-52 0 -96 -31 -96 -94s41 -90 92 -90c28 0 52 6 80 29l60 -83c-39 -35 -87 -53 -149 -53z" /> + <glyph glyph-name="d.sups" horiz-adv-x="527" +d="M346 878h119v-517h-112l-5 47c-28 -36 -70 -59 -126 -59c-119 0 -185 89 -185 198c0 111 76 201 187 201c54 0 95 -21 122 -54v184zM249 453c52 0 97 32 97 95c0 64 -40 95 -93 95c-51 0 -94 -34 -94 -95c0 -63 40 -95 90 -95z" /> + <glyph glyph-name="e.sups" horiz-adv-x="472" +d="M437 538c0 -8 -1 -15 -1 -24h-274c11 -43 43 -61 95 -61c34 0 65 10 97 34l58 -81c-44 -38 -98 -57 -167 -57c-123 0 -208 74 -208 198c0 133 99 202 205 202c112 0 195 -67 195 -211zM241 652c-39 0 -68 -23 -79 -61h152c-8 37 -31 61 -73 61z" /> + <glyph glyph-name="f.sups" horiz-adv-x="343" +d="M208 749v-13h109v-101h-109v-274h-118v274h-76l26 101h50v6c0 94 57 148 151 148c43 0 78 -10 107 -29l-48 -84c-13 10 -29 15 -47 15c-26 0 -45 -14 -45 -43z" /> + <glyph glyph-name="g.sups" horiz-adv-x="511" +d="M337 736h113v-330c0 -143 -93 -201 -221 -201c-44 0 -89 7 -132 25l34 101c30 -14 60 -20 96 -20c68 0 104 24 104 89v21c-27 -32 -66 -52 -115 -52c-116 0 -179 85 -179 188c0 105 73 191 180 191c51 0 90 -20 116 -53zM239 470c51 0 92 30 92 88c0 60 -36 85 -84 85 +c-49 0 -88 -30 -88 -85s34 -88 80 -88z" /> + <glyph glyph-name="h.sups" horiz-adv-x="491" +d="M301 748c80 0 138 -53 138 -160v-227h-120v208c0 47 -18 70 -65 70c-41 0 -73 -22 -73 -79v-199h-120v517h120v-179c30 33 69 49 120 49z" /> + <glyph glyph-name="i.sups" horiz-adv-x="241" +d="M120 778c-40 0 -71 26 -71 65c0 38 31 64 71 64c42 0 72 -26 72 -64c0 -39 -30 -65 -72 -65zM61 361v375h120v-375h-120z" /> + <glyph glyph-name="j.sups" horiz-adv-x="241" +d="M120 778c-40 0 -71 26 -71 65c0 38 31 64 71 64c42 0 72 -26 72 -64c0 -39 -30 -65 -72 -65zM31 205c-30 0 -56 5 -78 13l28 94c12 -5 24 -7 34 -7c33 0 46 15 46 51v380h120v-375c0 -102 -59 -156 -150 -156z" /> + <glyph glyph-name="k.sups" horiz-adv-x="446" +d="M441 361h-149l-111 180v-180h-120v517h120v-309l119 167h140l-139 -174z" /> + <glyph glyph-name="l.sups" horiz-adv-x="242" +d="M61 361v517h120v-517h-120z" /> + <glyph glyph-name="m.sups" horiz-adv-x="733" +d="M543 748c83 0 138 -53 138 -162v-225h-119v207c0 49 -20 71 -61 71s-71 -21 -71 -81v-197h-118v207c0 49 -21 71 -62 71c-40 0 -69 -21 -69 -80v-198h-120v375h113l5 -41c25 33 63 53 115 53c51 0 92 -21 115 -65c28 39 72 65 134 65z" /> + <glyph glyph-name="n.sups" horiz-adv-x="489" +d="M300 748c80 0 136 -53 136 -160v-227h-119v208c0 47 -18 70 -64 70c-40 0 -72 -22 -72 -79v-199h-120v375h113l5 -40c30 35 70 52 121 52z" /> + <glyph glyph-name="uni207F" unicode="ⁿ" horiz-adv-x="489" +d="M300 748c80 0 136 -53 136 -160v-227h-119v208c0 47 -18 70 -64 70c-40 0 -72 -22 -72 -79v-199h-120v375h113l5 -40c30 35 70 52 121 52z" /> + <glyph glyph-name="o.sups" horiz-adv-x="498" +d="M249 349c-108 0 -212 67 -212 199c0 133 103 200 213 200c107 0 211 -67 211 -200c0 -131 -102 -199 -212 -199zM249 452c45 0 90 33 90 97c0 63 -43 96 -89 96s-91 -33 -91 -97c0 -63 43 -96 90 -96z" /> + <glyph glyph-name="p.sups" horiz-adv-x="527" +d="M305 748c119 0 185 -90 185 -199s-76 -200 -187 -200c-55 0 -95 21 -122 55v-187h-120v519h113l5 -48c28 37 70 60 126 60zM273 454c53 0 95 33 95 94c0 64 -39 95 -90 95s-97 -32 -97 -95s40 -94 92 -94z" /> + <glyph glyph-name="q.sups" horiz-adv-x="527" +d="M353 736h112v-519h-119v188c-28 -34 -70 -56 -124 -56c-119 0 -185 89 -185 198c0 111 76 201 187 201c56 0 97 -22 124 -57zM249 453c52 0 97 32 97 95c0 64 -40 95 -93 95c-51 0 -94 -34 -94 -95c0 -63 40 -95 90 -95z" /> + <glyph glyph-name="r.sups" horiz-adv-x="339" +d="M179 677c35 55 85 66 132 66v-120c-66 7 -130 -8 -130 -79v-183h-120v375h113z" /> + <glyph glyph-name="s.sups" horiz-adv-x="382" +d="M190 350c-83 0 -133 27 -173 64l65 77c36 -33 69 -45 107 -45c31 0 49 8 49 23c0 55 -204 12 -204 152c0 78 71 126 166 126c69 0 118 -22 154 -52l-59 -78c-25 20 -54 34 -93 34c-30 0 -48 -7 -48 -22c0 -46 204 -12 204 -150c0 -83 -79 -129 -168 -129z" /> + <glyph glyph-name="t.sups" horiz-adv-x="366" +d="M303 470l39 -91c-32 -19 -68 -30 -106 -30c-81 0 -146 36 -146 144v142h-76l26 101h50v91h118v-91h126v-101h-126v-140c0 -26 16 -39 44 -39c18 0 34 5 51 14z" /> + <glyph glyph-name="u.sups" horiz-adv-x="489" +d="M308 739h119v-374h-113l-4 39c-30 -35 -69 -52 -121 -52c-80 0 -137 54 -137 161v226h120v-208c0 -47 17 -69 64 -69c40 0 72 21 72 78v199z" /> + <glyph glyph-name="v.sups" horiz-adv-x="451" +d="M312 736h135l-213 -384h-17l-212 384h137l86 -177z" /> + <glyph glyph-name="w.sups" horiz-adv-x="600" +d="M464 736h128l-181 -384h-17l-94 187l-95 -187h-18l-180 384h130l69 -160l86 162h18l89 -160z" /> + <glyph glyph-name="x.sups" horiz-adv-x="438" +d="M432 361h-142l-75 110l-75 -110h-135l144 191l-137 184h144l63 -98l65 98h134l-133 -179z" /> + <glyph glyph-name="y.sups" horiz-adv-x="441" +d="M307 736h129l-171 -375l-64 -144h-124l86 194l-158 325h135l85 -198z" /> + <glyph glyph-name="z.sups" horiz-adv-x="369" +d="M352 736v-17l-153 -256h143v-102h-320v17l153 257h-155l24 101h308z" /> + <glyph glyph-name="uni0394" unicode="Δ" horiz-adv-x="702" +d="M362 751l343 -751h-708l344 751h21zM219 130h260l-130 328z" /> + <glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="811" +d="M625 147h138v-147h-316v127c87 89 137 173 137 281c0 116 -66 193 -179 193c-112 0 -178 -77 -178 -193c0 -108 50 -192 137 -281v-127h-317v147h138c-83 78 -123 169 -123 278c0 207 155 329 343 329c189 0 344 -122 344 -329c0 -109 -40 -200 -124 -278z" /> + <glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="645" +d="M422 531h149v-531h-136l-7 53c-27 -42 -67 -63 -120 -63c-37 0 -67 10 -90 28l1 -224h-146v737h151v-283c0 -84 36 -124 97 -124c59 0 101 37 101 130v277z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="719" +d="M672 127l24 -129c-24 -8 -52 -13 -83 -13c-107 0 -184 49 -184 190v227h-143v-402h-153v402h-123l32 129h648v-129h-109v-225c0 -34 13 -55 54 -55c14 0 26 2 37 5z" /> + <glyph glyph-name="uni2099" unicode="ₙ" horiz-adv-x="489" +d="M300 288c80 0 136 -53 136 -160v-227h-119v208c0 47 -18 70 -64 70c-40 0 -72 -22 -72 -79v-199h-120v375h113l5 -40c30 35 70 52 121 52z" /> + <glyph glyph-name="zero" unicode="0" horiz-adv-x="737" +d="M369 -13c-193 0 -312 155 -312 382c0 226 119 383 312 383c190 0 311 -157 311 -383c0 -227 -121 -382 -311 -382zM369 130c89 0 150 73 150 239c0 167 -61 239 -150 239c-91 0 -152 -72 -152 -239c0 -166 61 -239 152 -239z" /> + <glyph glyph-name="one" unicode="1" horiz-adv-x="490" +d="M374 753h21v-753h-159v523l-148 -77l-54 129z" /> + <glyph glyph-name="two" unicode="2" horiz-adv-x="636" +d="M333 143h256v-143h-541v21l243 293c86 103 106 138 106 197c0 53 -35 98 -109 98c-65 0 -111 -34 -147 -92l-114 82c56 101 152 155 269 155c190 0 263 -119 263 -234c0 -105 -52 -176 -171 -314z" /> + <glyph glyph-name="three" unicode="3" horiz-adv-x="651" +d="M597 739v-24l-195 -252c110 -18 186 -98 186 -224c0 -120 -90 -254 -285 -254c-123 0 -208 52 -269 129l98 103c43 -56 94 -89 169 -89c80 0 127 46 127 114c0 102 -97 129 -204 100l-26 66l140 188h-275v143h534z" /> + <glyph glyph-name="four" unicode="4" horiz-adv-x="717" +d="M683 273v-137h-116v-136h-156v136h-415v22l415 581h156v-466h116zM243 273h168v243z" /> + <glyph glyph-name="five" unicode="5" horiz-adv-x="610" +d="M316 487c165 0 247 -111 247 -244c0 -126 -91 -258 -283 -258c-116 0 -193 42 -252 109l88 110c45 -50 92 -77 162 -77c77 0 124 44 124 111c0 66 -40 118 -144 118c-71 0 -129 -19 -174 -44l-14 9v418h448v-143h-302v-125c30 10 63 16 100 16z" /> + <glyph glyph-name="six" unicode="6" horiz-adv-x="651" +d="M366 500c137 0 245 -96 245 -253c0 -151 -111 -262 -285 -262c-177 0 -286 112 -286 265c0 75 25 144 80 220l194 269h200l-194 -243c14 2 30 4 46 4zM326 127c75 0 123 48 123 120c0 73 -48 121 -123 121c-77 0 -125 -49 -125 -122c0 -71 48 -119 125 -119z" /> + <glyph glyph-name="seven" unicode="7" horiz-adv-x="565" +d="M34 739h535v-21l-274 -718h-176l244 596h-329v143z" /> + <glyph glyph-name="eight" unicode="8" horiz-adv-x="683" +d="M511 385c67 -30 115 -89 115 -168c0 -147 -118 -230 -283 -230s-286 83 -286 230c0 80 49 139 116 168c-57 32 -92 85 -92 162c0 120 101 205 262 205c160 0 261 -85 261 -205c0 -77 -36 -130 -93 -162zM343 623c-68 0 -106 -43 -106 -95c0 -60 39 -92 106 -92 +c65 0 105 32 105 92c0 52 -38 95 -105 95zM343 117c76 0 125 36 125 105c0 58 -48 101 -125 101c-81 0 -126 -43 -126 -101c0 -69 49 -105 126 -105z" /> + <glyph glyph-name="nine" unicode="9" horiz-adv-x="651" +d="M324 754c177 0 287 -112 287 -265c0 -75 -26 -144 -80 -220l-194 -269h-200l194 244c-14 -3 -29 -5 -46 -5c-137 0 -245 96 -245 253c0 151 111 262 284 262zM324 371c78 0 126 49 126 122c0 71 -48 119 -126 119c-74 0 -123 -48 -123 -120c0 -73 49 -121 123 -121z" /> + <glyph glyph-name="uni2780" unicode="➀" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM500 157v279l-91 -36l-45 103l246 106h17v-452h-127z +" /> + <glyph glyph-name="uni2781" unicode="➁" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM594 274h136v-117h-375l1 16l154 168 +c60 66 73 89 73 113c0 25 -19 42 -55 42c-41 0 -71 -23 -96 -57l-81 80c40 51 103 92 189 92c129 0 174 -75 174 -145c0 -65 -42 -120 -108 -181z" /> + <glyph glyph-name="uni2782" unicode="➂" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM551 148c-92 0 -152 30 -196 76l76 89 +c29 -29 60 -49 110 -49c38 0 68 15 68 54c0 52 -77 64 -139 39l-21 40l84 89h-166v116h373v-32l-122 -130c70 -9 118 -60 118 -136c0 -93 -64 -156 -185 -156z" /> + <glyph glyph-name="uni2783" unicode="➃" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM763 328v-102h-74v-69h-115v69h-285v15l276 360h124 +v-273h74zM478 328h96v123z" /> + <glyph glyph-name="uni2784" unicode="➄" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM565 446c123 0 177 -65 177 -138 +c0 -78 -63 -161 -196 -161c-77 0 -132 24 -172 61l70 92c26 -25 54 -38 100 -38c41 0 69 11 69 40c0 26 -22 49 -85 49c-51 0 -89 -12 -117 -21l-10 9v263h310v-107h-193v-54c14 3 30 5 47 5z" /> + <glyph glyph-name="uni2785" unicode="➅" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM578 459c100 0 164 -60 164 -149 +c0 -94 -77 -163 -197 -163c-123 0 -200 69 -200 165c0 47 17 96 60 147l121 143h162l-148 -147c12 3 25 4 38 4zM545 262c41 0 68 18 68 48c0 32 -27 51 -68 51c-43 0 -72 -18 -72 -52c0 -29 29 -47 72 -47z" /> + <glyph glyph-name="uni2786" unicode="➆" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM373 601h372v-15l-181 -429h-139l152 328h-204v116z +" /> + <glyph glyph-name="uni2787" unicode="➇" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM548 147c-117 0 -205 50 -205 144c0 47 35 82 72 97 +c-31 16 -56 45 -56 93c0 79 73 131 189 131c115 0 189 -52 189 -131c0 -48 -25 -77 -59 -93c39 -15 73 -50 73 -97c0 -94 -86 -144 -203 -144zM548 420c35 0 61 12 61 47c0 29 -22 49 -61 49c-41 0 -64 -20 -64 -49c0 -35 26 -47 64 -47zM548 242c43 0 74 19 74 53 +s-29 52 -75 52c-47 0 -75 -18 -75 -52s31 -53 76 -53z" /> + <glyph glyph-name="uni2788" unicode="➈" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM405 157l147 147c-11 -4 -24 -5 -37 -5 +c-101 0 -165 60 -165 150c0 94 77 162 198 162c122 0 200 -68 200 -165c0 -46 -17 -96 -59 -146l-121 -143h-163zM548 398c43 0 71 18 71 51c0 29 -29 48 -71 48c-41 0 -68 -19 -68 -48c0 -32 27 -51 68 -51z" /> + <glyph glyph-name="uni278A" unicode="➊" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM499 156h128v453h-17l-247 -107l45 -104l91 36v-278z" /> + <glyph glyph-name="uni278B" unicode="➋" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM355 156h375v118h-134l11 10c65 60 107 116 107 181c0 70 -44 146 -174 146c-86 0 -149 -42 -189 -93l82 -81c24 34 54 57 95 57c36 0 54 -17 54 -41 +s-12 -47 -73 -113l-153 -168z" /> + <glyph glyph-name="uni278C" unicode="➌" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM551 147c121 0 185 63 185 157c0 75 -48 126 -118 135l122 129v33h-374v-117h165l-83 -88l21 -41c61 26 138 14 138 -38c0 -39 -29 -53 -66 -53 +c-50 0 -81 20 -110 49l-76 -90c43 -46 104 -76 196 -76z" /> + <glyph glyph-name="uni278D" unicode="➍" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM573 156h116v69h74v102h-74v273h-125l-275 -360v-15h284v-69zM479 327l94 122v-122h-94z" /> + <glyph glyph-name="uni278E" unicode="➎" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM546 146c133 0 197 84 197 162c0 72 -54 137 -178 137c-16 0 -32 -1 -46 -5v53h192v108h-310v-264l10 -8c28 8 66 21 117 21c62 0 84 -23 84 -49 +c0 -28 -27 -39 -68 -39c-45 0 -73 13 -99 38l-71 -93c40 -37 95 -61 172 -61z" /> + <glyph glyph-name="uni278F" unicode="➏" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM545 146c120 0 197 69 197 163c0 90 -63 150 -164 150c-12 0 -25 -2 -37 -5l147 147h-163l-120 -143c-43 -50 -61 -100 -61 -146c0 -97 78 -166 201 -166z +M545 262c-42 0 -71 18 -71 47c0 33 28 50 71 50c41 0 67 -18 67 -50c0 -29 -26 -47 -67 -47z" /> + <glyph glyph-name="uni2790" unicode="➐" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM425 156h139l181 429v15h-373v-117h203z" /> + <glyph glyph-name="uni2791" unicode="➑" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 146c117 0 204 50 204 144c0 47 -35 82 -73 97c34 17 58 45 58 93c0 79 -74 131 -189 131c-116 0 -189 -52 -189 -131c0 -48 24 -76 55 -93 +c-36 -15 -71 -50 -71 -97c0 -94 88 -144 205 -144zM548 419c-38 0 -63 12 -63 47c0 29 23 48 63 48c39 0 60 -19 60 -48c0 -35 -25 -47 -60 -47zM548 242c-44 0 -76 19 -76 52c0 35 28 52 75 52c46 0 74 -17 74 -52c0 -33 -31 -52 -73 -52z" /> + <glyph glyph-name="uni2792" unicode="➒" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM405 156h164l120 142c42 51 59 101 59 147c0 97 -77 166 -200 166c-121 0 -198 -69 -198 -163c0 -90 63 -150 165 -150c12 0 25 1 36 5zM548 397 +c-41 0 -67 19 -67 51c0 29 26 47 67 47s71 -18 71 -47c0 -33 -29 -51 -71 -51z" /> + <glyph glyph-name="uni24FF" unicode="⓿" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 147c133 0 213 92 213 232c0 136 -80 230 -213 230c-134 0 -214 -94 -214 -230c0 -139 80 -232 214 -232zM548 264c-50 0 -85 38 -85 115 +c0 75 35 113 85 113c48 0 85 -38 85 -113c0 -77 -37 -115 -85 -115z" /> + <glyph glyph-name="uni2776" unicode="❶" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM499 156h128v453h-17l-247 -107l45 -104l91 36v-278z" /> + <glyph glyph-name="uni2777" unicode="❷" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM355 156h375v118h-134l11 10c65 60 107 116 107 181c0 70 -44 146 -174 146c-86 0 -149 -42 -189 -93l82 -81c24 34 54 57 95 57c36 0 54 -17 54 -41 +s-12 -47 -73 -113l-153 -168z" /> + <glyph glyph-name="uni2778" unicode="❸" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM551 147c121 0 185 63 185 157c0 75 -48 126 -118 135l122 129v33h-374v-117h165l-83 -88l21 -41c61 26 138 14 138 -38c0 -39 -29 -53 -66 -53 +c-50 0 -81 20 -110 49l-76 -90c43 -46 104 -76 196 -76z" /> + <glyph glyph-name="uni2779" unicode="❹" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM573 156h116v69h74v102h-74v273h-125l-275 -360v-15h284v-69zM479 327l94 122v-122h-94z" /> + <glyph glyph-name="uni277A" unicode="❺" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM546 146c133 0 197 84 197 162c0 72 -54 137 -178 137c-16 0 -32 -1 -46 -5v53h192v108h-310v-264l10 -8c28 8 66 21 117 21c62 0 84 -23 84 -49 +c0 -28 -27 -39 -68 -39c-45 0 -73 13 -99 38l-71 -93c40 -37 95 -61 172 -61z" /> + <glyph glyph-name="uni277B" unicode="❻" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM545 146c120 0 197 69 197 163c0 90 -63 150 -164 150c-12 0 -25 -2 -37 -5l147 147h-163l-120 -143c-43 -50 -61 -100 -61 -146c0 -97 78 -166 201 -166z +M545 262c-42 0 -71 18 -71 47c0 33 28 50 71 50c41 0 67 -18 67 -50c0 -29 -26 -47 -67 -47z" /> + <glyph glyph-name="uni277C" unicode="❼" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM425 156h139l181 429v15h-373v-117h203z" /> + <glyph glyph-name="uni277D" unicode="❽" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 146c117 0 204 50 204 144c0 47 -35 82 -73 97c34 17 58 45 58 93c0 79 -74 131 -189 131c-116 0 -189 -52 -189 -131c0 -48 24 -76 55 -93 +c-36 -15 -71 -50 -71 -97c0 -94 88 -144 205 -144zM548 419c-38 0 -63 12 -63 47c0 29 23 48 63 48c39 0 60 -19 60 -48c0 -35 -25 -47 -60 -47zM548 242c-44 0 -76 19 -76 52c0 35 28 52 75 52c46 0 74 -17 74 -52c0 -33 -31 -52 -73 -52z" /> + <glyph glyph-name="uni277E" unicode="❾" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM405 156h164l120 142c42 51 59 101 59 147c0 97 -77 166 -200 166c-121 0 -198 -69 -198 -163c0 -90 63 -150 165 -150c12 0 25 1 36 5zM548 397 +c-41 0 -67 19 -67 51c0 29 26 47 67 47s71 -18 71 -47c0 -33 -29 -51 -71 -51z" /> + <glyph glyph-name="uni24EA" unicode="⓪" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM548 148c-134 0 -214 94 -214 231 +c0 136 80 231 214 231c133 0 213 -95 213 -231c0 -138 -80 -231 -213 -231zM548 264c49 0 86 38 86 115s-37 115 -86 115c-51 0 -86 -38 -86 -115s35 -115 86 -115z" /> + <glyph glyph-name="uni2460" unicode="①" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM500 157v279l-91 -36l-45 103l246 106h17v-452h-127z +" /> + <glyph glyph-name="uni2461" unicode="②" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM594 274h136v-117h-375l1 16l154 168 +c60 66 73 89 73 113c0 25 -19 42 -55 42c-41 0 -71 -23 -96 -57l-81 80c40 51 103 92 189 92c129 0 174 -75 174 -145c0 -65 -42 -120 -108 -181z" /> + <glyph glyph-name="uni2462" unicode="③" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM551 148c-92 0 -152 30 -196 76l76 89 +c29 -29 60 -49 110 -49c38 0 68 15 68 54c0 52 -77 64 -139 39l-21 40l84 89h-166v116h373v-32l-122 -130c70 -9 118 -60 118 -136c0 -93 -64 -156 -185 -156z" /> + <glyph glyph-name="uni2463" unicode="④" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM763 328v-102h-74v-69h-115v69h-285v15l276 360h124 +v-273h74zM478 328h96v123z" /> + <glyph glyph-name="uni2464" unicode="⑤" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM565 446c123 0 177 -65 177 -138 +c0 -78 -63 -161 -196 -161c-77 0 -132 24 -172 61l70 92c26 -25 54 -38 100 -38c41 0 69 11 69 40c0 26 -22 49 -85 49c-51 0 -89 -12 -117 -21l-10 9v263h310v-107h-193v-54c14 3 30 5 47 5z" /> + <glyph glyph-name="uni2465" unicode="⑥" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM578 459c100 0 164 -60 164 -149 +c0 -94 -77 -163 -197 -163c-123 0 -200 69 -200 165c0 47 17 96 60 147l121 143h162l-148 -147c12 3 25 4 38 4zM545 262c41 0 68 18 68 48c0 32 -27 51 -68 51c-43 0 -72 -18 -72 -52c0 -29 29 -47 72 -47z" /> + <glyph glyph-name="uni2466" unicode="⑦" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM373 601h372v-15l-181 -429h-139l152 328h-204v116z +" /> + <glyph glyph-name="uni2467" unicode="⑧" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM548 147c-117 0 -205 50 -205 144c0 47 35 82 72 97 +c-31 16 -56 45 -56 93c0 79 73 131 189 131c115 0 189 -52 189 -131c0 -48 -25 -77 -59 -93c39 -15 73 -50 73 -97c0 -94 -86 -144 -203 -144zM548 420c35 0 61 12 61 47c0 29 -22 49 -61 49c-41 0 -64 -20 -64 -49c0 -35 26 -47 64 -47zM548 242c43 0 74 19 74 53 +s-29 52 -75 52c-47 0 -75 -18 -75 -52s31 -53 76 -53z" /> + <glyph glyph-name="uni2468" unicode="⑨" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370zM405 157l147 147c-11 -4 -24 -5 -37 -5 +c-101 0 -165 60 -165 150c0 94 77 162 198 162c122 0 200 -68 200 -165c0 -46 -17 -96 -59 -146l-121 -143h-163zM548 398c43 0 71 18 71 51c0 29 -29 48 -71 48c-41 0 -68 -19 -68 -48c0 -32 27 -51 68 -51z" /> + <glyph glyph-name="zero.osf" horiz-adv-x="733" +d="M368 -12c-192 0 -311 134 -311 314s119 316 311 316c187 0 308 -136 308 -316s-121 -314 -308 -314zM368 131c88 0 150 62 150 171c0 111 -62 172 -150 172c-92 0 -152 -61 -152 -172c0 -109 60 -171 152 -171z" /> + <glyph glyph-name="one.osf" horiz-adv-x="488" +d="M372 623h21v-623h-157v405l-151 -63l-51 127z" /> + <glyph glyph-name="two.osf" horiz-adv-x="601" +d="M342 146h212v-146h-524v12l237 252c80 85 90 110 90 149c0 37 -27 67 -88 67c-62 0 -107 -33 -135 -73l-102 88c50 74 135 126 249 126c177 0 237 -106 237 -201c0 -86 -43 -156 -166 -265z" /> + <glyph glyph-name="three.osf" horiz-adv-x="651" +d="M597 606v-23l-196 -253c111 -18 187 -97 187 -223c0 -121 -90 -254 -285 -254c-123 0 -208 51 -269 128l98 103c43 -56 94 -89 169 -89c80 0 127 46 127 115c0 101 -97 128 -204 99l-26 66l140 188h-275v143h534z" /> + <glyph glyph-name="four.osf" horiz-adv-x="717" +d="M683 140v-137h-116v-136h-156v136h-415v22l415 581h156v-466h116zM243 140h168v243z" /> + <glyph glyph-name="five.osf" horiz-adv-x="610" +d="M316 354c165 0 247 -111 247 -244c0 -126 -91 -258 -283 -258c-116 0 -193 42 -252 109l88 110c45 -50 92 -77 162 -77c77 0 124 44 124 111c0 66 -40 118 -144 118c-71 0 -129 -19 -174 -44l-14 9v418h448v-143h-302v-125c30 10 63 16 100 16z" /> + <glyph glyph-name="six.osf" horiz-adv-x="651" +d="M366 500c137 0 245 -96 245 -253c0 -151 -111 -262 -285 -262c-177 0 -286 112 -286 265c0 75 25 144 80 220l194 269h200l-194 -243c14 2 30 4 46 4zM326 127c75 0 123 48 123 120c0 73 -48 121 -123 121c-77 0 -125 -49 -125 -122c0 -71 48 -119 125 -119z" /> + <glyph glyph-name="seven.osf" horiz-adv-x="565" +d="M34 606h535v-21l-274 -718h-176l244 596h-329v143z" /> + <glyph glyph-name="eight.osf" horiz-adv-x="683" +d="M511 385c67 -30 115 -89 115 -168c0 -147 -118 -230 -283 -230s-286 83 -286 230c0 80 49 139 116 168c-57 32 -92 85 -92 162c0 120 101 205 262 205c160 0 261 -85 261 -205c0 -77 -36 -130 -93 -162zM343 623c-68 0 -106 -43 -106 -95c0 -60 39 -92 106 -92 +c65 0 105 32 105 92c0 52 -38 95 -105 95zM343 117c76 0 125 36 125 105c0 58 -48 101 -125 101c-81 0 -126 -43 -126 -101c0 -69 49 -105 126 -105z" /> + <glyph glyph-name="nine.osf" horiz-adv-x="651" +d="M324 621c177 0 287 -112 287 -265c0 -75 -26 -144 -80 -220l-194 -269h-200l194 244c-14 -3 -29 -5 -46 -5c-137 0 -245 96 -245 253c0 151 111 262 284 262zM324 238c78 0 126 49 126 122c0 71 -48 119 -126 119c-74 0 -123 -48 -123 -120c0 -73 49 -121 123 -121z" /> + <glyph glyph-name="zero.tf" horiz-adv-x="694" +d="M347 -13c-190 0 -308 155 -308 382c0 226 118 383 308 383c189 0 308 -157 308 -383c0 -227 -119 -382 -308 -382zM347 130c87 0 147 73 147 239c0 167 -60 239 -147 239c-89 0 -148 -72 -148 -239c0 -166 59 -239 148 -239z" /> + <glyph glyph-name="one.tf" horiz-adv-x="694" +d="M473 143h151v-143h-475v143h166v384l-171 -81l-54 129l362 178h21v-610z" /> + <glyph glyph-name="two.tf" horiz-adv-x="694" +d="M352 143h255v-143h-540v21l243 293c86 103 106 138 106 197c0 53 -35 98 -109 98c-65 0 -111 -34 -147 -92l-114 82c56 101 151 155 269 155c189 0 263 -119 263 -234c0 -105 -52 -176 -171 -314z" /> + <glyph glyph-name="three.tf" horiz-adv-x="694" +d="M619 739v-24l-195 -252c110 -18 186 -98 186 -224c0 -120 -90 -254 -285 -254c-123 0 -208 52 -269 129l98 103c43 -56 95 -89 169 -89c81 0 127 46 127 114c0 102 -97 129 -204 100l-26 66l140 188h-275v143h534z" /> + <glyph glyph-name="four.tf" horiz-adv-x="694" +d="M686 273v-137h-110v-136h-156v136h-399v22l399 581h156v-466h110zM264 273h156v241z" /> + <glyph glyph-name="five.tf" horiz-adv-x="694" +d="M354 487c165 0 247 -111 247 -244c0 -126 -92 -258 -284 -258c-116 0 -192 42 -252 109l88 110c46 -50 92 -77 162 -77c77 0 125 44 125 111c0 66 -41 118 -145 118c-71 0 -129 -19 -173 -44l-14 9v418h447v-143h-301v-124c30 9 63 15 100 15z" /> + <glyph glyph-name="six.tf" horiz-adv-x="694" +d="M387 500c137 0 245 -96 245 -253c0 -151 -111 -262 -284 -262c-177 0 -286 112 -286 265c0 75 25 144 79 220l194 269h201l-195 -244c14 3 30 5 46 5zM348 127c74 0 123 48 123 120c0 73 -49 121 -123 121c-78 0 -126 -49 -126 -122c0 -71 49 -119 126 -119z" /> + <glyph glyph-name="seven.tf" horiz-adv-x="694" +d="M83 739h534v-21l-274 -718h-176l244 596h-328v143z" /> + <glyph glyph-name="eight.tf" horiz-adv-x="694" +d="M517 385c67 -29 115 -88 115 -168c0 -147 -119 -230 -283 -230c-165 0 -286 83 -286 230c0 80 48 139 116 169c-57 31 -92 84 -92 161c0 120 101 205 262 205c159 0 261 -85 261 -205c0 -77 -36 -130 -93 -162zM349 623c-68 0 -107 -43 -107 -95c0 -60 40 -92 107 -92 +c64 0 105 32 105 92c0 52 -39 95 -105 95zM349 117c75 0 124 36 124 105c0 58 -47 101 -124 101c-82 0 -127 -43 -127 -101c0 -69 49 -105 127 -105z" /> + <glyph glyph-name="nine.tf" horiz-adv-x="694" +d="M346 754c177 0 286 -112 286 -265c0 -75 -25 -144 -80 -220l-193 -269h-201l194 243c-14 -2 -30 -4 -46 -4c-137 0 -244 96 -244 253c0 151 111 262 284 262zM346 371c78 0 126 49 126 122c0 71 -49 119 -126 119c-74 0 -123 -48 -123 -120c0 -73 49 -121 123 -121z" /> + <glyph glyph-name="uni2080" unicode="₀" horiz-adv-x="446" +d="M224 -108c-112 0 -179 78 -179 193c0 114 67 192 179 192c110 0 177 -78 177 -192c0 -115 -67 -193 -177 -193zM224 -12c41 0 72 32 72 97c0 64 -31 97 -72 97c-44 0 -73 -33 -73 -97c0 -65 29 -97 73 -97z" /> + <glyph glyph-name="uni2081" unicode="₁" horiz-adv-x="321" +d="M141 -100v234l-77 -31l-37 85l204 89h14v-377h-104z" /> + <glyph glyph-name="uni2082" unicode="₂" horiz-adv-x="375" +d="M222 -4h115v-96h-312v13l128 141c51 54 62 74 62 94s-16 35 -47 35c-34 0 -59 -19 -80 -47l-66 66c32 43 84 77 156 77c108 0 145 -64 145 -121c0 -54 -34 -100 -90 -152z" /> + <glyph glyph-name="uni2083" unicode="₃" horiz-adv-x="390" +d="M190 -108c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130z" /> + <glyph glyph-name="uni2084" unicode="₄" horiz-adv-x="418" +d="M391 42v-84h-62v-58h-96v58h-236v12l229 300h103v-228h62zM153 42h80v104z" /> + <glyph glyph-name="uni2085" unicode="₅" horiz-adv-x="365" +d="M180 141c103 0 148 -55 148 -116c0 -65 -53 -134 -163 -134c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5z" /> + <glyph glyph-name="uni2086" unicode="₆" horiz-adv-x="395" +d="M226 151c83 0 137 -50 137 -125c0 -78 -65 -135 -164 -135c-102 0 -167 57 -167 138c0 39 15 79 49 121l103 120h132l-121 -122c9 2 20 3 31 3zM199 -14c34 0 57 16 57 40c0 28 -23 44 -57 44c-37 0 -61 -16 -61 -44c0 -24 25 -40 61 -40z" /> + <glyph glyph-name="uni2087" unicode="₇" horiz-adv-x="333" +d="M27 270h310v-13l-152 -357h-114l127 275h-171v95z" /> + <glyph glyph-name="uni2088" unicode="₈" horiz-adv-x="430" +d="M216 -109c-97 0 -170 42 -170 120c0 40 29 68 60 80c-27 14 -47 40 -47 79c0 65 60 109 157 109c95 0 156 -44 156 -109c0 -39 -20 -65 -47 -79c30 -12 60 -40 60 -80c0 -78 -73 -120 -169 -120zM216 125c31 0 52 10 52 33c0 20 -19 34 -52 34c-34 0 -53 -14 -53 -34 +c0 -23 21 -33 53 -33zM216 -23c36 0 62 13 62 38c0 23 -23 36 -63 36c-39 0 -64 -13 -64 -36c0 -25 27 -38 65 -38z" /> + <glyph glyph-name="uni2089" unicode="₉" horiz-adv-x="395" +d="M197 279c102 0 166 -57 166 -138c0 -39 -15 -79 -49 -121l-102 -120h-133l122 122c-10 -2 -21 -3 -32 -3c-83 0 -137 50 -137 125c0 78 65 135 165 135zM197 100c36 0 60 16 60 44c0 24 -24 40 -60 40c-35 0 -58 -16 -58 -40c0 -28 23 -44 58 -44z" /> + <glyph glyph-name="zero.dnom" horiz-adv-x="446" +d="M224 -8c-112 0 -179 78 -179 193c0 114 67 192 179 192c110 0 177 -78 177 -192c0 -115 -67 -193 -177 -193zM224 88c41 0 72 32 72 97c0 64 -31 97 -72 97c-44 0 -73 -33 -73 -97c0 -65 29 -97 73 -97z" /> + <glyph glyph-name="one.dnom" horiz-adv-x="321" +d="M141 0v234l-77 -31l-37 85l204 89h14v-377h-104z" /> + <glyph glyph-name="two.dnom" horiz-adv-x="375" +d="M222 96h115v-96h-312v13l128 141c51 54 62 74 62 94s-16 35 -47 35c-34 0 -59 -19 -80 -47l-66 66c32 43 84 77 156 77c108 0 145 -64 145 -121c0 -54 -34 -100 -90 -152z" /> + <glyph glyph-name="three.dnom" horiz-adv-x="390" +d="M190 -8c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130z" /> + <glyph glyph-name="four.dnom" horiz-adv-x="418" +d="M391 142v-84h-62v-58h-96v58h-236v12l229 300h103v-228h62zM153 142h80v104z" /> + <glyph glyph-name="five.dnom" horiz-adv-x="365" +d="M180 241c103 0 148 -55 148 -116c0 -65 -53 -134 -163 -134c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5z" /> + <glyph glyph-name="six.dnom" horiz-adv-x="395" +d="M226 251c83 0 137 -50 137 -125c0 -78 -65 -135 -164 -135c-102 0 -167 57 -167 138c0 39 15 79 49 121l103 120h132l-121 -122c9 2 20 3 31 3zM199 86c34 0 57 16 57 40c0 28 -23 44 -57 44c-37 0 -61 -16 -61 -44c0 -24 25 -40 61 -40z" /> + <glyph glyph-name="seven.dnom" horiz-adv-x="333" +d="M27 370h310v-13l-152 -357h-114l127 275h-171v95z" /> + <glyph glyph-name="eight.dnom" horiz-adv-x="430" +d="M216 -9c-97 0 -170 42 -170 120c0 40 29 68 60 80c-27 14 -47 40 -47 79c0 65 60 109 157 109c95 0 156 -44 156 -109c0 -39 -20 -65 -47 -79c30 -12 60 -40 60 -80c0 -78 -73 -120 -169 -120zM216 225c31 0 52 10 52 33c0 20 -19 34 -52 34c-34 0 -53 -14 -53 -34 +c0 -23 21 -33 53 -33zM216 77c36 0 62 13 62 38c0 23 -23 36 -63 36c-39 0 -64 -13 -64 -36c0 -25 27 -38 65 -38z" /> + <glyph glyph-name="nine.dnom" horiz-adv-x="395" +d="M197 379c102 0 166 -57 166 -138c0 -39 -15 -79 -49 -121l-102 -120h-133l122 122c-10 -2 -21 -3 -32 -3c-83 0 -137 50 -137 125c0 78 65 135 165 135zM197 200c36 0 60 16 60 44c0 24 -24 40 -60 40c-35 0 -58 -16 -58 -40c0 -28 23 -44 58 -44z" /> + <glyph glyph-name="zero.numr" horiz-adv-x="446" +d="M224 361c-112 0 -179 78 -179 193c0 114 67 192 179 192c110 0 177 -78 177 -192c0 -115 -67 -193 -177 -193zM224 457c41 0 72 32 72 97c0 64 -31 97 -72 97c-44 0 -73 -33 -73 -97c0 -65 29 -97 73 -97z" /> + <glyph glyph-name="one.numr" horiz-adv-x="321" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104z" /> + <glyph glyph-name="two.numr" horiz-adv-x="375" +d="M222 465h115v-96h-312v13l128 141c51 54 62 74 62 94s-16 35 -47 35c-34 0 -59 -19 -80 -47l-66 66c32 43 84 77 156 77c108 0 145 -64 145 -121c0 -54 -34 -100 -90 -152z" /> + <glyph glyph-name="three.numr" horiz-adv-x="390" +d="M190 361c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130z" /> + <glyph glyph-name="four.numr" horiz-adv-x="418" +d="M391 511v-84h-62v-58h-96v58h-236v12l229 300h103v-228h62zM153 511h80v104z" /> + <glyph glyph-name="five.numr" horiz-adv-x="365" +d="M180 610c103 0 148 -55 148 -116c0 -65 -53 -134 -163 -134c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5z" /> + <glyph glyph-name="six.numr" horiz-adv-x="395" +d="M226 620c83 0 137 -50 137 -125c0 -78 -65 -135 -164 -135c-102 0 -167 57 -167 138c0 39 15 79 49 121l103 120h132l-121 -122c9 2 20 3 31 3zM199 455c34 0 57 16 57 40c0 28 -23 44 -57 44c-37 0 -61 -16 -61 -44c0 -24 25 -40 61 -40z" /> + <glyph glyph-name="seven.numr" horiz-adv-x="333" +d="M27 739h310v-13l-152 -357h-114l127 275h-171v95z" /> + <glyph glyph-name="eight.numr" horiz-adv-x="430" +d="M216 360c-97 0 -170 42 -170 120c0 40 29 68 60 80c-27 14 -47 40 -47 79c0 65 60 109 157 109c95 0 156 -44 156 -109c0 -39 -20 -65 -47 -79c30 -12 60 -40 60 -80c0 -78 -73 -120 -169 -120zM216 594c31 0 52 10 52 33c0 20 -19 34 -52 34c-34 0 -53 -14 -53 -34 +c0 -23 21 -33 53 -33zM216 446c36 0 62 13 62 38c0 23 -23 36 -63 36c-39 0 -64 -13 -64 -36c0 -25 27 -38 65 -38z" /> + <glyph glyph-name="nine.numr" horiz-adv-x="395" +d="M197 748c102 0 166 -57 166 -138c0 -39 -15 -79 -49 -121l-102 -120h-133l122 122c-10 -2 -21 -3 -32 -3c-83 0 -137 50 -137 125c0 78 65 135 165 135zM197 569c36 0 60 16 60 44c0 24 -24 40 -60 40c-35 0 -58 -16 -58 -40c0 -28 23 -44 58 -44z" /> + <glyph glyph-name="uni2070" unicode="⁰" horiz-adv-x="446" +d="M224 531c-112 0 -179 78 -179 193c0 114 67 192 179 192c110 0 177 -78 177 -192c0 -115 -67 -193 -177 -193zM224 627c41 0 72 32 72 97c0 64 -31 97 -72 97c-44 0 -73 -33 -73 -97c0 -65 29 -97 73 -97z" /> + <glyph glyph-name="uni00B9" unicode="¹" horiz-adv-x="321" +d="M141 539v234l-77 -31l-37 85l204 89h14v-377h-104z" /> + <glyph glyph-name="uni00B2" unicode="²" horiz-adv-x="375" +d="M222 635h115v-96h-312v13l128 141c51 54 62 74 62 94s-16 35 -47 35c-34 0 -59 -19 -80 -47l-66 66c32 43 84 77 156 77c108 0 145 -64 145 -121c0 -54 -34 -100 -90 -152z" /> + <glyph glyph-name="uni00B3" unicode="³" horiz-adv-x="390" +d="M190 531c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130z" /> + <glyph glyph-name="uni2074" unicode="⁴" horiz-adv-x="418" +d="M391 681v-84h-62v-58h-96v58h-236v12l229 300h103v-228h62zM153 681h80v104z" /> + <glyph glyph-name="uni2075" unicode="⁵" horiz-adv-x="365" +d="M180 780c103 0 148 -55 148 -116c0 -65 -53 -134 -163 -134c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5z" /> + <glyph glyph-name="uni2076" unicode="⁶" horiz-adv-x="395" +d="M226 790c83 0 137 -50 137 -125c0 -78 -65 -135 -164 -135c-102 0 -167 57 -167 138c0 39 15 79 49 121l103 120h132l-121 -122c9 2 20 3 31 3zM199 625c34 0 57 16 57 40c0 28 -23 44 -57 44c-37 0 -61 -16 -61 -44c0 -24 25 -40 61 -40z" /> + <glyph glyph-name="uni2077" unicode="⁷" horiz-adv-x="333" +d="M27 909h310v-13l-152 -357h-114l127 275h-171v95z" /> + <glyph glyph-name="uni2078" unicode="⁸" horiz-adv-x="430" +d="M216 530c-97 0 -170 42 -170 120c0 40 29 68 60 80c-27 14 -47 40 -47 79c0 65 60 109 157 109c95 0 156 -44 156 -109c0 -39 -20 -65 -47 -79c30 -12 60 -40 60 -80c0 -78 -73 -120 -169 -120zM216 764c31 0 52 10 52 33c0 20 -19 34 -52 34c-34 0 -53 -14 -53 -34 +c0 -23 21 -33 53 -33zM216 616c36 0 62 13 62 38c0 23 -23 36 -63 36c-39 0 -64 -13 -64 -36c0 -25 27 -38 65 -38z" /> + <glyph glyph-name="uni2079" unicode="⁹" horiz-adv-x="395" +d="M197 918c102 0 166 -57 166 -138c0 -39 -15 -79 -49 -121l-102 -120h-133l122 122c-10 -2 -21 -3 -32 -3c-83 0 -137 50 -137 125c0 78 65 135 165 135zM197 739c36 0 60 16 60 44c0 24 -24 40 -60 40c-35 0 -58 -16 -58 -40c0 -28 23 -44 58 -44z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="148" +d="M-225 0l462 739h135l-462 -739h-135z" /> + <glyph glyph-name="uni215F" unicode="⅟" horiz-adv-x="469" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104zM96 0l462 739h135l-462 -739h-135z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="844" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104zM96 0l462 739h135l-462 -739h-135zM691 96h115v-96h-312v13l128 141c51 54 62 74 62 94s-16 35 -47 35c-34 0 -59 -19 -80 -47l-66 66c32 43 84 77 156 77c108 0 145 -64 145 -121c0 -54 -34 -100 -90 -152z" /> + <glyph glyph-name="uni2189" unicode="↉" horiz-adv-x="985" +d="M224 361c-112 0 -179 78 -179 193c0 114 67 192 179 192c110 0 177 -78 177 -192c0 -115 -67 -193 -177 -193zM221 0l462 739h135l-462 -739h-135zM224 457c41 0 72 32 72 97c0 64 -31 97 -72 97c-44 0 -73 -33 -73 -97c0 -65 29 -97 73 -97zM784 -8 +c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130z" /> + <glyph glyph-name="uni2153" unicode="⅓" horiz-adv-x="859" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104zM96 0l462 739h135l-462 -739h-135zM659 -8c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113 +c0 -76 -53 -130 -154 -130z" /> + <glyph glyph-name="uni2154" unicode="⅔" horiz-adv-x="914" +d="M222 465h115v-96h-312v13l128 141c51 54 62 74 62 94s-16 35 -47 35c-34 0 -59 -19 -80 -47l-66 66c32 43 84 77 156 77c108 0 145 -64 145 -121c0 -54 -34 -100 -90 -152zM150 0l462 739h135l-462 -739h-135zM713 -8c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41 +c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="838" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104zM96 0l462 739h135l-462 -739h-135zM811 142v-84h-62v-58h-96v58h-236v12l230 300h102v-228h62zM573 142h80v104z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="907" +d="M190 361c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130zM165 0l462 739h135l-462 -739h-135zM880 142v-84h-62v-58h-96v58h-236v12 +l230 300h102v-228h62zM642 142h80v104z" /> + <glyph glyph-name="uni2156" unicode="⅖" horiz-adv-x="889" +d="M222 465h115v-96h-312v13l128 141c51 54 62 74 62 94s-16 35 -47 35c-34 0 -59 -19 -80 -47l-66 66c32 43 84 77 156 77c108 0 145 -64 145 -121c0 -54 -34 -100 -90 -152zM150 0l462 739h135l-462 -739h-135zM703 241c103 0 148 -55 148 -116c0 -65 -53 -134 -163 -134 +c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5z" /> + <glyph glyph-name="uni2157" unicode="⅗" horiz-adv-x="903" +d="M190 361c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130zM165 0l462 739h135l-462 -739h-135zM718 241c103 0 148 -55 148 -116 +c0 -65 -53 -134 -163 -134c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5z" /> + <glyph glyph-name="uni2158" unicode="⅘" horiz-adv-x="931" +d="M391 511v-84h-62v-58h-96v58h-236v12l229 300h103v-228h62zM193 0l462 739h135l-462 -739h-135zM153 511h80v104zM746 241c103 0 148 -55 148 -116c0 -65 -53 -134 -163 -134c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41 +c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5z" /> + <glyph glyph-name="uni2159" unicode="⅙" horiz-adv-x="865" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104zM96 0l462 739h135l-462 -739h-135zM695 251c83 0 137 -50 137 -125c0 -78 -65 -135 -164 -135c-102 0 -167 57 -167 138c0 39 15 79 49 121l103 120h132l-121 -122c9 2 20 3 31 3zM668 86c34 0 57 16 57 40 +c0 28 -23 44 -57 44c-37 0 -61 -16 -61 -44c0 -24 25 -40 61 -40z" /> + <glyph glyph-name="uni215A" unicode="⅚" horiz-adv-x="909" +d="M180 610c103 0 148 -55 148 -116c0 -65 -53 -134 -163 -134c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5zM140 0l462 739h135l-462 -739h-135zM739 251 +c83 0 137 -50 137 -125c0 -78 -65 -135 -164 -135c-102 0 -167 57 -167 138c0 39 15 79 49 121l103 120h132l-121 -122c9 2 20 3 31 3zM712 86c34 0 57 16 57 40c0 28 -23 44 -57 44c-37 0 -61 -16 -61 -44c0 -24 25 -40 61 -40z" /> + <glyph glyph-name="uni2150" unicode="⅐" horiz-adv-x="802" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104zM96 0l462 739h135l-462 -739h-135zM496 370h310v-13l-152 -357h-114l127 275h-171v95z" /> + <glyph glyph-name="oneeighth" unicode="⅛" horiz-adv-x="900" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104zM96 0l462 739h135l-462 -739h-135zM685 -9c-97 0 -170 42 -170 120c0 40 29 68 60 80c-27 14 -47 40 -47 79c0 65 60 109 157 109c95 0 156 -44 156 -109c0 -39 -20 -65 -47 -79c30 -12 60 -40 60 -80 +c0 -78 -73 -120 -169 -120zM685 225c31 0 52 10 52 33c0 20 -19 34 -52 34c-34 0 -53 -14 -53 -34c0 -23 21 -33 53 -33zM685 77c36 0 62 13 62 38c0 23 -23 36 -63 36c-39 0 -64 -13 -64 -36c0 -25 27 -38 65 -38z" /> + <glyph glyph-name="threeeighths" unicode="⅜" horiz-adv-x="969" +d="M190 361c-76 0 -127 25 -163 64l63 73c23 -25 50 -41 92 -41c32 0 57 12 57 45c0 44 -64 54 -116 33l-17 34l70 75h-139v95h311v-26l-103 -109c58 -7 99 -50 99 -113c0 -76 -53 -130 -154 -130zM165 0l462 739h135l-462 -739h-135zM754 -9c-97 0 -170 42 -170 120 +c0 40 29 68 60 80c-27 14 -47 40 -47 79c0 65 60 109 157 109c95 0 156 -44 156 -109c0 -39 -20 -65 -47 -79c30 -12 60 -40 60 -80c0 -78 -73 -120 -169 -120zM754 225c31 0 52 10 52 33c0 20 -19 34 -52 34c-34 0 -53 -14 -53 -34c0 -23 21 -33 53 -33zM754 77 +c36 0 62 13 62 38c0 23 -23 36 -63 36c-39 0 -64 -13 -64 -36c0 -25 27 -38 65 -38z" /> + <glyph glyph-name="fiveeighths" unicode="⅝" horiz-adv-x="944" +d="M180 610c103 0 148 -55 148 -116c0 -65 -53 -134 -163 -134c-64 0 -110 21 -143 52l57 75c22 -21 46 -32 84 -32c35 0 59 10 59 35c0 21 -19 41 -72 41c-42 0 -74 -10 -98 -17l-8 6v219h258v-88h-162v-46c13 3 26 5 40 5zM140 0l462 739h135l-462 -739h-135zM729 -9 +c-97 0 -170 42 -170 120c0 40 29 68 60 80c-27 14 -47 40 -47 79c0 65 60 109 157 109c95 0 156 -44 156 -109c0 -39 -20 -65 -47 -79c30 -12 60 -40 60 -80c0 -78 -73 -120 -169 -120zM729 225c31 0 52 10 52 33c0 20 -19 34 -52 34c-34 0 -53 -14 -53 -34 +c0 -23 21 -33 53 -33zM729 77c36 0 62 13 62 38c0 23 -23 36 -63 36c-39 0 -64 -13 -64 -36c0 -25 27 -38 65 -38z" /> + <glyph glyph-name="seveneighths" unicode="⅞" horiz-adv-x="897" +d="M27 739h310v-13l-152 -357h-114l127 275h-171v95zM93 0l462 739h135l-462 -739h-135zM682 -9c-97 0 -170 42 -170 120c0 40 29 68 60 80c-27 14 -47 40 -47 79c0 65 60 109 157 109c95 0 156 -44 156 -109c0 -39 -20 -65 -47 -79c30 -12 60 -40 60 -80 +c0 -78 -73 -120 -169 -120zM682 225c31 0 52 10 52 33c0 20 -19 34 -52 34c-34 0 -53 -14 -53 -34c0 -23 21 -33 53 -33zM682 77c36 0 62 13 62 38c0 23 -23 36 -63 36c-39 0 -64 -13 -64 -36c0 -25 27 -38 65 -38z" /> + <glyph glyph-name="uni2151" unicode="⅑" horiz-adv-x="865" +d="M141 369v234l-77 -31l-37 85l204 89h14v-377h-104zM96 0l462 739h135l-462 -739h-135zM666 379c102 0 166 -57 166 -138c0 -39 -15 -79 -49 -121l-102 -120h-133l122 122c-10 -2 -21 -3 -32 -3c-83 0 -137 50 -137 125c0 78 65 135 165 135zM666 200c36 0 60 16 60 44 +c0 24 -24 40 -60 40c-35 0 -58 -16 -58 -40c0 -28 23 -44 58 -44z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="292" +d="M146 -15c-55 0 -95 38 -95 92c0 53 40 92 95 92s96 -39 96 -92c0 -54 -41 -92 -96 -92z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="292" +d="M80 -175l-35 68c48 20 86 54 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -80 33 -80 82c0 56 43 93 96 93c59 0 98 -44 98 -114c0 -93 -58 -180 -162 -229z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="292" +d="M146 362c-55 0 -95 38 -95 92c0 53 40 92 95 92s96 -39 96 -92c0 -54 -41 -92 -96 -92zM146 -15c-55 0 -95 38 -95 92c0 53 40 92 95 92s96 -39 96 -92c0 -54 -41 -92 -96 -92z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="292" +d="M143 362c-55 0 -95 38 -95 92c0 53 40 92 95 92c56 0 96 -39 96 -92c0 -54 -40 -92 -96 -92zM80 -175l-35 68c48 20 86 54 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -80 33 -80 82c0 56 43 93 96 93c59 0 98 -44 98 -114c0 -93 -58 -180 -162 -229z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="829" +d="M146 -15c-55 0 -95 38 -95 92c0 53 40 92 95 92s96 -39 96 -92c0 -54 -41 -92 -96 -92zM415 -15c-55 0 -95 38 -95 92c0 53 40 92 95 92s96 -39 96 -92c0 -54 -41 -92 -96 -92zM683 -15c-55 0 -95 38 -95 92c0 53 40 92 95 92c56 0 96 -39 96 -92c0 -54 -40 -92 -96 -92z +" /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="300" +d="M208 226h-116l-30 513h176zM151 -11c-52 0 -89 36 -89 85s37 85 89 85c49 0 86 -36 86 -85s-37 -85 -86 -85z" /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="300" +d="M150 377c-50 0 -87 36 -87 85s37 85 87 85c51 0 88 -36 88 -85s-37 -85 -88 -85zM62 -203l30 513h116l30 -513h-176z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="559" +d="M178 226v24c0 180 182 166 182 278c0 46 -28 85 -100 85c-66 0 -111 -29 -144 -72l-95 104c57 65 139 109 251 109c171 0 246 -98 246 -218c0 -188 -205 -184 -205 -297v-13h-135zM253 -11c-51 0 -87 36 -87 85s36 85 87 85s87 -36 87 -85s-36 -85 -87 -85z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="509" +d="M305 377c-50 0 -86 36 -86 85s36 85 86 85c51 0 87 -36 87 -85s-36 -85 -87 -85zM286 -218c-170 0 -246 98 -246 218c0 188 205 184 205 297v13h136v-24c0 -180 -182 -166 -182 -278c0 -46 28 -85 100 -85c65 0 110 29 144 72l94 -104c-57 -65 -138 -109 -251 -109z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="292" +d="M146 211c-55 0 -95 38 -95 92c0 53 40 92 95 92s96 -39 96 -92c0 -54 -41 -92 -96 -92z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="423" +d="M212 212c-85 0 -146 59 -146 141c0 81 61 140 146 140c84 0 146 -59 146 -140c0 -82 -62 -141 -146 -141z" /> + <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="426" +d="M392 564l-110 -16l79 -77l-99 -72l-49 100l-50 -100l-99 72l79 77l-110 16l39 117l98 -52l-19 110h124l-19 -110l98 52z" /> + <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="827" +d="M775 453h-119l-42 -166h119l-31 -125h-119l-40 -162h-144l41 162h-156l-40 -162h-144l41 162h-119l30 125h120l41 166h-119l31 126h120l40 160h142l-40 -160h157l40 160h143l-40 -160h118zM471 287l41 166h-156l-41 -166h156z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="490" +d="M105 -206h-139l384 1057h140z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="490" +d="M384 -206l-384 1057h140l384 -1057h-140z" /> + <glyph glyph-name="periodcentered.loclCAT.case" horiz-adv-x="27" +d="M-95 318c-55 0 -95 39 -95 92c0 54 40 92 95 92s96 -38 96 -92c0 -53 -41 -92 -96 -92z" /> + <glyph glyph-name="periodcentered.loclCAT" horiz-adv-x="144" +d="M72 267c-50 0 -87 35 -87 83c0 49 37 84 87 84s86 -35 86 -84c0 -48 -36 -83 -86 -83z" /> + <glyph glyph-name="period.ss05" horiz-adv-x="310" +d="M155 -17l-124 124l124 124l124 -124z" /> + <glyph glyph-name="comma.ss05" horiz-adv-x="289" +d="M64 -140v288h187l-169 -288h-18z" /> + <glyph glyph-name="colon.ss05" horiz-adv-x="310" +d="M155 299l-124 124l124 124l124 -124zM155 -17l-124 124l124 124l124 -124z" /> + <glyph glyph-name="semicolon.ss05" horiz-adv-x="310" +d="M155 299l-124 124l124 124l124 -124zM64 -140v288h187l-169 -288h-18z" /> + <glyph glyph-name="ellipsis.ss05" horiz-adv-x="847" +d="M155 -17l-124 124l124 124l124 -124zM424 -17l-124 124l124 124l124 -124zM692 -17l-124 124l124 124l124 -124z" /> + <glyph glyph-name="exclam.ss05" horiz-adv-x="277" +d="M197 226h-116l-30 513h176zM138 -17l-107 108l107 109l108 -109z" /> + <glyph glyph-name="exclamdown.ss05" horiz-adv-x="277" +d="M139 330l-108 109l108 108l107 -108zM50 -209l30 513h117l30 -513h-177z" /> + <glyph glyph-name="question.ss05" horiz-adv-x="559" +d="M178 226v24c0 180 182 166 182 278c0 46 -28 85 -100 85c-66 0 -111 -29 -144 -72l-95 104c57 65 139 109 251 109c171 0 246 -98 246 -218c0 -188 -205 -184 -205 -297v-13h-135zM247 -17l-107 108l107 109l108 -109z" /> + <glyph glyph-name="questiondown.ss05" horiz-adv-x="509" +d="M311 330l-108 109l108 108l108 -108zM286 -224c-170 0 -246 98 -246 217c0 189 205 184 205 297v14h136v-24c0 -180 -182 -166 -182 -278c0 -46 28 -86 100 -86c65 0 110 30 144 73l94 -105c-57 -65 -138 -108 -251 -108z" /> + <glyph glyph-name="periodcentered.ss05" horiz-adv-x="310" +d="M155 209l-124 124l124 124l124 -124z" /> + <glyph glyph-name="bullet.ss05" horiz-adv-x="441" +d="M221 210l-190 189l190 189l189 -189z" /> + <glyph glyph-name="uni208D" unicode="₍" horiz-adv-x="268" +d="M219 -210c-111 65 -181 162 -181 305c0 142 70 239 181 303l48 -71c-71 -50 -119 -108 -119 -232c0 -125 48 -183 119 -236z" /> + <glyph glyph-name="uni208E" unicode="₎" horiz-adv-x="268" +d="M49 -210l-48 69c71 53 119 111 119 236c0 124 -48 182 -119 232l48 71c111 -64 181 -161 181 -303c0 -143 -70 -240 -181 -305z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="408" +d="M344 -171c-183 110 -297 274 -297 510c0 235 114 399 297 506l63 -83c-117 -96 -199 -212 -199 -423c0 -213 82 -329 199 -428z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="408" +d="M63 -171l-62 82c117 99 198 215 198 428c0 211 -81 327 -198 423l62 83c184 -107 297 -271 297 -506c0 -236 -113 -400 -297 -510z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="380" +d="M369 -166c-165 3 -253 93 -253 193c0 73 35 122 35 180c0 64 -30 90 -117 121v21c87 33 117 57 117 120c0 59 -35 108 -35 182c0 101 88 189 253 191v-95c-77 -3 -105 -41 -105 -96c0 -58 36 -108 36 -182c0 -62 -33 -91 -104 -130c71 -40 104 -69 104 -132 +c0 -74 -36 -122 -36 -180c0 -54 28 -94 105 -96v-97z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="380" +d="M11 -166v97c77 2 105 42 105 96c0 58 -36 106 -36 180c0 63 33 92 104 132c-71 39 -104 68 -104 130c0 74 36 124 36 182c0 55 -28 93 -105 96v95c165 -2 253 -90 253 -191c0 -74 -35 -123 -35 -182c0 -63 30 -87 117 -120v-21c-87 -31 -117 -57 -117 -121 +c0 -58 35 -107 35 -180c0 -100 -88 -190 -253 -193z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="326" +d="M86 -169v1014h229v-100h-83v-814h83v-100h-229z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="326" +d="M11 -169v100h83v814h-83v100h229v-1014h-229z" /> + <glyph glyph-name="uni207D" unicode="⁽" horiz-adv-x="268" +d="M219 420c-111 65 -181 162 -181 305c0 142 70 239 181 303l48 -71c-71 -50 -119 -108 -119 -232c0 -125 48 -183 119 -236z" /> + <glyph glyph-name="uni207E" unicode="⁾" horiz-adv-x="268" +d="M49 420l-48 69c71 53 119 111 119 236c0 124 -48 182 -119 232l48 71c111 -64 181 -161 181 -303c0 -143 -70 -240 -181 -305z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="357" +d="M51 368h255v-129h-255v129z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="357" +d="M51 368h255v-129h-255v129z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="424" +d="M20 368h384v-129h-384v129z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="768" +d="M0 368h768v-129h-768v129z" /> + <glyph glyph-name="uni2011" unicode="‑" horiz-adv-x="357" +d="M51 368h255v-129h-255v129z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="424" +d="M20 -170v129h384v-129h-384z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="292" +d="M80 -175l-35 68c48 21 86 55 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -80 33 -80 82c0 57 43 93 96 93c59 0 98 -44 98 -114c0 -93 -58 -179 -162 -229z" /> + <glyph glyph-name="quotedblbase" unicode="„" horiz-adv-x="529" +d="M80 -175l-35 68c48 21 86 55 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -80 33 -80 82c0 57 43 93 96 93c59 0 98 -44 98 -114c0 -93 -58 -179 -162 -229zM318 -175l-36 68c48 21 87 55 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -79 33 -79 82c0 57 42 93 95 93 +c59 0 99 -44 99 -114c0 -93 -59 -179 -162 -229z" /> + <glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="529" +d="M148 411c-59 0 -98 44 -98 114c0 94 58 180 162 229l35 -68c-48 -20 -86 -54 -97 -97l-1 -4c8 1 10 1 15 1c46 0 80 -33 80 -81c0 -57 -43 -94 -96 -94zM386 411c-60 0 -99 44 -99 114c0 94 58 180 162 229l35 -68c-48 -20 -86 -54 -97 -97l-1 -4c8 1 10 1 15 1 +c46 0 80 -33 80 -81c0 -57 -43 -94 -95 -94z" /> + <glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="529" +d="M80 411l-35 68c48 21 87 56 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -80 33 -80 82c0 57 43 93 96 93c59 0 98 -44 98 -114c0 -93 -58 -179 -162 -229zM318 411l-36 68c48 21 87 56 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -79 33 -79 82c0 57 42 93 95 93 +c59 0 99 -44 99 -114c0 -93 -59 -179 -162 -229z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="292" +d="M148 411c-59 0 -98 44 -98 114c0 94 58 180 162 229l35 -68c-48 -20 -87 -55 -97 -97l-1 -4c8 1 10 1 15 1c46 0 80 -33 80 -81c0 -57 -43 -94 -96 -94z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="292" +d="M80 411l-35 68c48 21 86 55 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -80 33 -80 82c0 57 43 93 96 93c59 0 98 -44 98 -114c0 -93 -58 -179 -162 -229z" /> + <glyph glyph-name="guillemotleft" unicode="«" horiz-adv-x="639" +d="M206 58l-184 222l184 222h121l-126 -222l126 -222h-121zM486 58l-184 222l184 222h121l-126 -222l126 -222h-121z" /> + <glyph glyph-name="guillemotright" unicode="»" horiz-adv-x="639" +d="M32 58l126 222l-126 222h121l184 -222l-184 -222h-121zM312 58l126 222l-126 222h121l184 -222l-184 -222h-121z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="359" +d="M327 502l-126 -222l126 -222h-121l-184 222l184 222h121z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="359" +d="M32 58l126 222l-126 222h121l184 -222l-184 -222h-121z" /> + <glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="499" +d="M130 418l-78 321h181l-77 -321h-26zM343 418l-78 321h181l-77 -321h-26z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="286" +d="M130 418l-78 321h181l-77 -321h-26z" /> + <glyph glyph-name="quotesinglbase.ss05" horiz-adv-x="289" +d="M64 -140v288h187l-169 -288h-18z" /> + <glyph glyph-name="quotedblbase.ss05" horiz-adv-x="523" +d="M64 -140v288h187l-169 -288h-18zM298 -140v288h188l-170 -288h-18z" /> + <glyph glyph-name="quotedblleft.ss05" horiz-adv-x="523" +d="M38 467l169 287h18v-287h-187zM272 467l169 287h18v-287h-187z" /> + <glyph glyph-name="quotedblright.ss05" horiz-adv-x="523" +d="M64 451v288h187l-169 -288h-18zM298 451v288h188l-170 -288h-18z" /> + <glyph glyph-name="quoteleft.ss05" horiz-adv-x="289" +d="M38 452l169 288h18v-288h-187z" /> + <glyph glyph-name="quoteright.ss05" horiz-adv-x="289" +d="M64 451v288h187l-169 -288h-18z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="254" + /> + <glyph glyph-name="space.frac" horiz-adv-x="600" + /> + <glyph glyph-name=".null" horiz-adv-x="600" + /> + <glyph glyph-name="uniFEFF" unicode="" horiz-adv-x="0" + /> + <glyph glyph-name="cent" unicode="¢" horiz-adv-x="546" +d="M523 165c-40 -38 -87 -62 -145 -71v-94h-142v101c-114 32 -189 127 -189 269c0 136 77 233 189 268v101h142v-90c54 -7 103 -28 142 -65l-78 -110c-30 29 -63 42 -102 42c-75 0 -136 -52 -136 -147c0 -97 59 -142 132 -142c39 0 73 11 111 45z" /> + <glyph glyph-name="currency" unicode="¤" horiz-adv-x="739" +d="M628 389c0 -51 -11 -96 -32 -134l88 -86l-94 -94l-87 87c-38 -20 -83 -31 -133 -31c-51 0 -96 11 -134 31l-87 -87l-93 94l86 86c-21 38 -32 83 -32 134s11 96 32 134l-86 86l93 94l86 -86c38 20 84 31 135 31s96 -11 134 -31l86 86l94 -94l-87 -86 +c20 -38 31 -83 31 -134zM244 389c0 -75 50 -126 126 -126c75 0 126 51 126 126s-51 126 -126 126c-76 0 -126 -51 -126 -126z" /> + <glyph glyph-name="dollar" unicode="$" horiz-adv-x="630" +d="M588 223c0 -120 -75 -203 -194 -229v-107h-141v101c-106 13 -176 62 -229 111l93 117c64 -61 126 -86 195 -86c75 0 115 32 115 80c0 134 -370 30 -370 313c0 112 75 197 196 223v106h141v-102c83 -12 145 -48 190 -91l-89 -115c-44 40 -91 65 -160 65 +c-78 0 -117 -34 -117 -81c0 -127 370 -34 370 -305z" /> + <glyph glyph-name="Euro" unicode="€" horiz-adv-x="720" +d="M436 130c66 0 119 30 167 84l94 -111c-52 -62 -144 -118 -268 -118c-156 0 -278 83 -320 248h-75v105h60c-1 10 -1 21 -1 32c0 12 0 24 1 35h-60v106h78c49 165 185 243 329 243c118 0 196 -39 256 -110l-92 -106c-40 45 -92 74 -160 74c-66 0 -128 -29 -162 -101h182 +v-106h-208c-1 -11 -1 -23 -1 -35c0 -11 0 -22 1 -32h208v-105h-187c31 -76 91 -103 158 -103z" /> + <glyph glyph-name="florin" unicode="ƒ" horiz-adv-x="442" +d="M395 624c-75 0 -99 -28 -99 -95v-109h102v-124h-102v-275c0 -144 -70 -228 -233 -228c-9 0 -19 0 -29 1v130c9 0 17 -1 24 -1c61 0 80 33 80 96v277h-94v124h94v107c0 144 66 228 239 228c9 0 21 0 31 -1v-130h-13z" /> + <glyph glyph-name="uni20BA" unicode="₺" horiz-adv-x="625" +d="M465 272h164c0 -174 -104 -272 -318 -272h-206v249l-71 -26v105l71 26v68l-71 -26v106l71 26v211h158v-154l176 64v-106l-176 -64v-67l176 64v-106l-176 -64v-159h50c115 0 152 42 152 125z" /> + <glyph glyph-name="uni20BC" unicode="₼" horiz-adv-x="889" +d="M523 594c149 -28 292 -133 292 -361v-233h-161v238c0 125 -59 183 -131 206v-444h-157v445c-73 -20 -132 -78 -132 -207v-238h-161v233c0 232 143 337 293 362v144h157v-145z" /> + <glyph glyph-name="uni20B9" unicode="₹" horiz-adv-x="612" +d="M572 739v-105h-152c22 -19 38 -41 48 -67h104v-104h-97c-14 -92 -73 -149 -168 -177l199 -286h-197l-210 334l8 20c135 11 185 46 201 109h-269v104h272c-13 46 -52 67 -123 67h-149v105h533z" /> + <glyph glyph-name="sterling" unicode="£" horiz-adv-x="631" +d="M307 273c0 -49 -11 -90 -37 -126h322v-147h-556v21c89 92 113 139 113 229c0 15 -2 29 -4 43h-101v109h66c-9 32 -17 68 -17 113c0 138 109 239 279 239c113 0 187 -46 236 -106l-96 -108c-30 39 -72 66 -133 66c-82 0 -121 -48 -121 -114c0 -33 9 -61 19 -90h218v-109 +h-189c1 -6 1 -13 1 -20z" /> + <glyph glyph-name="yen" unicode="¥" horiz-adv-x="713" +d="M710 739l-234 -349h145v-105h-185v-67h185v-105h-185v-113h-158v113h-185v105h185v67h-185v105h142l-232 349h192l164 -271l164 271h187z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="631" +d="M316 229c-67 0 -116 47 -116 112s49 112 116 112c66 0 115 -47 115 -112s-49 -112 -115 -112z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="601" +d="M-7 0l467 739h148l-466 -739h-149z" /> + <glyph glyph-name="uni208C" unicode="₌" horiz-adv-x="376" +d="M32 101v96h312v-96h-312zM32 -46v96h312v-96h-312z" /> + <glyph glyph-name="uni207C" unicode="⁼" horiz-adv-x="376" +d="M32 731v96h312v-96h-312zM32 584v96h312v-96h-312z" /> + <glyph glyph-name="uni208B" unicode="₋" horiz-adv-x="353" +d="M24 27v97h305v-97h-305z" /> + <glyph glyph-name="uni207B" unicode="⁻" horiz-adv-x="353" +d="M24 657v97h305v-97h-305z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="600" +d="M570 379v-141h-200v-200h-140v200h-200v141h200v199h140v-199h200z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="571" +d="M30 238v140l511 1v-141h-511z" /> + <glyph glyph-name="multiply" unicode="×" horiz-adv-x="579" +d="M539 158l-99 -98l-150 150l-151 -151l-99 99l151 150l-151 150l99 99l151 -150l150 150l98 -99l-150 -150z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="571" +d="M285 440c-57 0 -98 38 -98 92c0 53 41 91 98 91c58 0 99 -38 99 -91c0 -54 -41 -92 -99 -92zM30 238v141h511v-141h-511zM285 -6c-57 0 -98 38 -98 91c0 54 41 92 98 92c58 0 99 -38 99 -92c0 -53 -41 -91 -99 -91z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="600" +d="M40 362v140h520v-140h-520zM40 115v140h520v-140h-520z" /> + <glyph glyph-name="notequal" unicode="≠" horiz-adv-x="620" +d="M580 362h-165l-60 -107h225v-140h-303l-46 -83h-150l46 83h-87v140h165l60 107h-225v140h303l46 83h150l-46 -83h87v-140z" /> + <glyph glyph-name="greater" unicode=">" horiz-adv-x="562" +d="M40 564l492 -247v-18l-492 -247v148l215 108l-215 109v147z" /> + <glyph glyph-name="less" unicode="<" horiz-adv-x="562" +d="M522 564v-147l-215 -109l215 -108v-148l-492 247v18z" /> + <glyph glyph-name="greaterequal" unicode="≥" horiz-adv-x="611" +d="M560 413v-17l-510 -219v131l222 96l-222 98v130zM50 133h511v-133h-511v133z" /> + <glyph glyph-name="lessequal" unicode="≤" horiz-adv-x="611" +d="M561 632v-130l-222 -98l222 -96v-131l-510 219v17zM50 0v133h511v-133h-511z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="602" +d="M370 497h182v-134h-182v-162h-140v162h-180v134h180v163h140v-163zM50 0v133h502v-133h-502z" /> + <glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="589" +d="M381 328c-73 0 -123 66 -170 66c-28 0 -45 -21 -45 -50h-116c0 112 62 192 157 192c74 0 122 -68 168 -68c29 0 45 23 45 52h119c0 -114 -64 -192 -158 -192zM381 86c-73 0 -123 65 -170 65c-28 0 -45 -21 -45 -52h-116c0 115 62 192 157 192c74 0 122 -64 168 -64 +c29 0 45 19 45 50h119c0 -112 -64 -191 -158 -191z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="696" +d="M452 250c-97 0 -156 130 -212 130c-35 0 -60 -47 -60 -122h-130c0 171 83 279 197 279c94 0 154 -133 209 -133c35 0 59 51 60 127h130c0 -173 -80 -281 -194 -281z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="620" +d="M570 477v-368h-140v228h-400v140h540z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="603" +d="M583 271h-165l-118 196l-116 -196h-164l276 468h10z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="878" +d="M634 519c116 0 194 -82 194 -209c0 -128 -78 -210 -194 -210c-93 0 -150 54 -196 115c-46 -61 -103 -115 -195 -115c-118 0 -193 82 -193 210c0 127 75 209 193 209c82 0 144 -54 196 -115c52 61 113 115 195 115zM260 235c37 0 71 34 107 79c-31 40 -63 70 -107 70 +s-72 -29 -72 -74s28 -75 72 -75zM618 235c44 0 72 30 72 75s-28 74 -72 74s-77 -29 -108 -69c37 -45 71 -80 108 -80z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="451" +d="M39 -206v130c9 0 18 -1 25 -1c60 1 78 33 78 96v508c0 144 67 228 239 228c10 0 20 0 31 -1v-130h-13c-74 0 -98 -28 -98 -95v-508c0 -143 -69 -227 -230 -228c-11 0 -21 0 -32 1z" /> + <glyph glyph-name="uni2126" unicode="Ω" horiz-adv-x="811" +d="M625 147h138v-147h-316v127c87 89 137 173 137 281c0 116 -66 193 -179 193c-112 0 -178 -77 -178 -193c0 -108 50 -192 137 -281v-127h-317v147h138c-83 78 -123 169 -123 278c0 207 155 329 343 329c189 0 344 -122 344 -329c0 -109 -40 -200 -124 -278z" /> + <glyph glyph-name="uni2206" unicode="∆" horiz-adv-x="702" +d="M362 751l343 -751h-708l344 751h21zM219 130h260l-130 328z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="743" +d="M708 739v-146h-94v-799h-160v799h-167v-799h-158v799h-95v146h674z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="553" +d="M34 -206v22l196 458l-195 444v21h482v-143h-242l137 -322l-139 -337h246v-143h-485z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="770" +d="M785 739v-145h-106l-338 -800h-21l-323 737h178l160 -402l232 610h218z" /> + <glyph glyph-name="uni00B5" unicode="µ" horiz-adv-x="645" +d="M422 531h149v-531h-136l-7 53c-27 -42 -67 -63 -120 -63c-37 0 -67 10 -90 28l1 -224h-146v737h151v-283c0 -84 36 -124 97 -124c59 0 101 37 101 130v277z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="644" +d="M299 754c215 0 288 -153 288 -364c0 -264 -125 -405 -313 -405c-143 0 -237 98 -237 233c0 174 105 296 266 296c64 0 109 -20 135 -53c-7 109 -48 168 -153 168c-55 0 -103 -18 -147 -50l-56 109c61 44 141 66 217 66zM294 113c75 0 130 70 130 166 +c0 67 -37 111 -106 111c-83 0 -132 -68 -132 -157c0 -71 39 -120 108 -120z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="1056" +d="M241 367c-110 0 -201 80 -201 193c0 116 91 195 201 195c112 0 202 -79 202 -195c0 -113 -90 -193 -202 -193zM216 0l476 739h148l-476 -739h-148zM241 481c43 0 76 34 76 79c0 46 -33 81 -76 81c-42 0 -74 -35 -74 -81c0 -45 32 -79 74 -79zM813 -15 +c-111 0 -200 78 -200 194c0 113 89 194 200 194c112 0 202 -81 202 -194c0 -116 -90 -194 -202 -194zM813 99c42 0 75 35 75 80s-33 79 -75 79c-40 0 -75 -34 -75 -79s35 -80 75 -80z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="1488" +d="M237 367c-108 0 -197 80 -197 193c0 116 89 195 197 195c110 0 198 -79 198 -195c0 -113 -88 -193 -198 -193zM212 0l465 739h158l-466 -739h-157zM237 481c41 0 72 34 72 79c0 46 -31 81 -72 81c-40 0 -70 -35 -70 -81c0 -45 30 -79 70 -79zM808 -15 +c-109 0 -196 78 -196 194c0 113 87 194 196 194s198 -81 198 -194c0 -116 -89 -194 -198 -194zM1250 -15c-109 0 -196 78 -196 194c0 113 87 194 196 194c108 0 198 -81 198 -194c0 -116 -90 -194 -198 -194zM808 99c40 0 71 35 71 80s-31 79 -71 79c-38 0 -72 -34 -72 -79 +s34 -80 72 -80zM1250 99c40 0 71 35 71 80s-31 79 -71 79c-38 0 -72 -34 -72 -79s34 -80 72 -80z" /> + <glyph glyph-name="uni208A" unicode="₊" horiz-adv-x="372" +d="M348 124v-97h-114v-113h-97v113h-113v97h113v114h97v-114h114z" /> + <glyph glyph-name="uni207A" unicode="⁺" horiz-adv-x="372" +d="M348 754v-97h-114v-113h-97v113h-113v97h113v114h97v-114h114z" /> + <glyph glyph-name="divide.ss05" horiz-adv-x="571" +d="M285 419l-112 112l112 113l113 -113zM30 238v141h511v-141h-511zM285 -26l-112 112l112 113l113 -113z" /> + <glyph glyph-name="arrowup" unicode="↑" horiz-adv-x="918" +d="M818 395l-104 -103l-182 182v-474h-146v474l-182 -182l-104 103l359 359z" /> + <glyph glyph-name="uni2197" unicode="↗" horiz-adv-x="785" +d="M204 77l-104 104l335 335h-257v146h507v-508h-146v258z" /> + <glyph glyph-name="arrowright" unicode="→" horiz-adv-x="954" +d="M495 729l359 -359l-359 -359l-103 104l182 182h-474v146h474l-182 182z" /> + <glyph glyph-name="uni2198" unicode="↘" horiz-adv-x="785" +d="M538 585h147v-508h-508v147h258l-335 335l103 103l335 -334v257z" /> + <glyph glyph-name="arrowdown" unicode="↓" horiz-adv-x="918" +d="M714 447l104 -103l-359 -359l-359 359l104 103l182 -182v474h146v-474z" /> + <glyph glyph-name="uni2199" unicode="↙" horiz-adv-x="785" +d="M685 559l-336 -335h258v-146h-507v507h146v-258l335 336z" /> + <glyph glyph-name="arrowleft" unicode="←" horiz-adv-x="954" +d="M854 443v-146h-474l182 -182l-103 -104l-359 359l359 359l103 -104l-182 -182h474z" /> + <glyph glyph-name="uni2196" unicode="↖" horiz-adv-x="785" +d="M685 180l-103 -103l-335 335v-258h-147v508h508v-147h-257z" /> + <glyph glyph-name="uni25CF" unicode="●" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486z" /> + <glyph glyph-name="circle" unicode="○" +d="M548 -108c-270 0 -488 197 -488 486c0 290 218 486 488 486c269 0 487 -197 487 -486s-217 -486 -487 -486zM548 8c203 0 368 147 368 370c0 224 -165 371 -368 371s-369 -147 -369 -371c0 -223 166 -370 369 -370z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="553" +d="M290 751l267 -382l-268 -382h-26l-266 381l268 383h25zM274 540l-112 -172l117 -171l113 172z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="947" +d="M478 363c25 0 51 -2 79 -5v8c0 53 -29 79 -86 79c-44 0 -83 -16 -125 -48l-55 86c58 42 124 66 193 66c123 0 194 -65 194 -183v-124c0 -46 14 -64 45 -64c59 0 90 56 90 162c0 208 -125 331 -330 331c-200 0 -352 -143 -352 -359c0 -218 142 -363 350 -363 +c88 0 163 25 220 71l47 -65c-70 -55 -163 -88 -267 -88c-255 0 -434 183 -434 445c0 259 184 441 436 441s416 -162 416 -413c0 -142 -75 -259 -200 -259c-70 0 -109 27 -128 64c-31 -46 -81 -64 -137 -64c-91 0 -157 51 -157 145c0 92 76 137 201 137zM461 177 +c52 0 96 29 96 92v5c-26 4 -48 6 -68 6c-63 0 -90 -20 -90 -55c0 -31 20 -48 62 -48z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="753" +d="M730 100l-94 -102l-80 71c-61 -52 -141 -81 -240 -81c-164 0 -269 76 -269 196c0 95 54 152 165 194c-59 61 -89 117 -89 181c0 86 68 194 233 194c138 0 220 -89 220 -196c0 -86 -57 -148 -154 -184l115 -102c9 30 14 63 14 99h147c-8 -72 -27 -137 -56 -192zM353 622 +c-52 0 -81 -32 -81 -72c0 -38 18 -57 78 -112c53 33 82 65 82 107c0 44 -24 77 -79 77zM326 116c52 0 97 14 133 40l-173 154c-54 -34 -78 -67 -78 -115c0 -49 40 -79 118 -79z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="706" +d="M310 285c-161 0 -267 76 -267 225c0 156 111 229 287 229h53v-454h-73zM463 0v739h157v-739h-157z" /> + <glyph glyph-name="section" unicode="§" horiz-adv-x="528" +d="M337 365c0 90 -292 11 -292 217c0 106 94 172 222 172c96 0 164 -33 212 -83l-79 -92c-32 35 -74 58 -131 58c-51 0 -80 -15 -80 -48c0 -80 291 -13 291 -224h-143zM266 -15c-119 0 -193 44 -241 93l83 96c53 -53 97 -71 157 -71c37 0 77 13 77 50c0 93 -292 15 -292 225 +h144c0 -77 290 -10 290 -218c0 -110 -100 -175 -218 -175z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="849" +d="M425 -15c-222 0 -378 159 -378 385c0 225 156 385 378 385c220 0 376 -160 376 -385c0 -226 -156 -385 -376 -385zM425 59c177 0 299 126 299 311s-122 310 -299 310c-179 0 -301 -125 -301 -310s122 -311 301 -311zM427 138c-129 0 -219 94 -219 232 +c0 141 92 232 225 232c76 0 135 -31 178 -88l-84 -74c-25 31 -52 46 -92 46c-65 0 -104 -45 -104 -116c0 -68 40 -114 100 -114c46 0 77 22 98 54l78 -82c-48 -60 -111 -90 -180 -90z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="517" +d="M258 739c131 0 225 -94 225 -224c0 -131 -94 -225 -225 -225c-130 0 -225 94 -225 225c0 130 95 224 225 224zM258 358c93 0 156 64 156 157s-63 157 -156 157c-92 0 -156 -64 -156 -157s64 -157 156 -157zM345 549c0 -28 -13 -49 -38 -59l55 -76h-75l-44 67h-2v-67h-61 +v202h83c51 0 82 -26 82 -67zM261 561h-20v-26h15c21 0 28 3 28 14c0 8 -5 12 -23 12z" /> + <glyph glyph-name="uni2117" unicode="℗" horiz-adv-x="849" +d="M425 755c220 0 376 -160 376 -385c0 -226 -156 -385 -376 -385c-222 0 -378 159 -378 385c0 225 156 385 378 385zM425 59c177 0 299 126 299 311s-122 310 -299 310c-179 0 -301 -125 -301 -310s122 -311 301 -311zM449 598c114 0 184 -60 184 -155 +c0 -102 -70 -158 -196 -158h-29v-144h-117v457h158zM437 392c54 0 76 16 76 51c0 29 -20 44 -66 44h-39v-95h29z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="911" +d="M51 628v111h333v-111h-106v-296h-120v296h-107zM861 332h-120l-15 143l-83 -146h-16l-82 148l-16 -145h-120l74 407h14l138 -243l139 243h15z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="500" +d="M254 344c-125 0 -214 87 -214 206c0 121 85 203 209 203c121 0 211 -86 211 -205c0 -117 -91 -204 -206 -204zM254 461c46 0 81 38 81 87c0 51 -35 89 -86 89s-84 -35 -84 -87c0 -51 36 -89 89 -89z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="393" +d="M129 851h134v-1057h-134v1057z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="393" +d="M129 851h134v-396h-134v396zM129 190h134v-396h-134v396z" /> + <glyph glyph-name="dagger" unicode="†" horiz-adv-x="752" +d="M365 499l-101 240h224l-102 -240h-21zM80 331v225l240 -102v-20zM672 331l-241 103v20l241 102v-225zM296 -206v433l69 161h21l69 -161v-433h-159z" /> + <glyph glyph-name="uni2113" unicode="ℓ" horiz-adv-x="531" +d="M479 662c0 -212 -92 -326 -227 -379v-106c0 -60 29 -75 75 -75c44 0 76 11 127 30l-1 -111c-56 -22 -106 -29 -157 -29c-148 0 -215 66 -215 189v68c-15 -1 -31 -1 -47 -1v92c16 0 31 1 47 2v361c0 146 82 222 199 222c106 0 199 -69 199 -236v-27zM252 744v-348 +c62 44 106 124 106 266v27c0 118 -39 129 -58 129c-26 0 -48 -24 -48 -74z" /> + <glyph glyph-name="daggerdbl" unicode="‡" horiz-adv-x="752" +d="M366 499l-102 240h224l-102 -240h-20zM80 331v225l240 -102v-20zM672 331l-241 103v20l241 102v-225zM366 146l-54 121l54 121h20l54 -121l-54 -121h-20zM80 -22v224l240 -102v-21zM672 -22l-241 101v21l241 102v-224zM264 -206l102 240h20l102 -240h-224z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="909" +d="M454 -15c-134 0 -227 33 -304 106c-78 74 -117 166 -117 278c0 114 42 204 118 278c78 73 168 108 303 108c124 0 211 -30 291 -96c81 -64 125 -172 130 -301h-669c-10 0 -17 -1 -17 -19v-189c0 -39 106 -135 265 -135c107 0 207 53 267 122h79 +c-53 -58 -102 -97 -158 -120c-60 -23 -100 -32 -188 -32zM206 383h494c16 0 18 4 18 17v186c0 60 -145 141 -265 141c-151 0 -264 -101 -264 -134v-200c0 -7 4 -10 17 -10z" /> + <glyph glyph-name="uni2116" unicode="№" horiz-adv-x="1259" +d="M86 0v752h23l406 -419v406h160v-751h-22l-408 418v-406h-159zM1010 349c-108 0 -212 67 -212 199c0 133 103 200 214 200c107 0 210 -67 210 -200c0 -131 -102 -199 -212 -199zM1010 452c45 0 91 33 91 97c0 63 -43 96 -89 96s-92 -33 -92 -97c0 -63 43 -96 90 -96z +M830 165v92h360v-92h-360zM830 0v92h360v-92h-360z" /> + <glyph glyph-name="ampersand.ss08" horiz-adv-x="727" +d="M728 96l-115 -97l-68 89c-57 -66 -138 -103 -238 -103c-168 0 -277 106 -277 260c0 122 71 210 192 268l-156 205v21h589v-142h-306zM317 121c61 0 113 28 148 73l-161 211c-82 -39 -116 -94 -116 -160s46 -124 129 -124z" /> + <glyph glyph-name="uni02BC" unicode="ʼ" horiz-adv-x="292" +d="M80 411l-35 68c48 21 86 55 97 97l1 4c-7 -1 -10 -1 -15 -1c-46 0 -80 33 -80 82c0 57 43 93 96 93c59 0 98 -44 98 -114c0 -93 -58 -179 -162 -229z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="394" +d="M50 600v117h294v-117h-294z" /> + <glyph glyph-name="uni0308" unicode="̈" horiz-adv-x="0" +d="M-319 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM-126 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79z" /> + <glyph glyph-name="uni0307" unicode="̇" horiz-adv-x="0" +d="M-143 578c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87z" /> + <glyph glyph-name="gravecomb" unicode="̀" horiz-adv-x="0" +d="M-166 583l-97 125l145 64l68 -189h-116z" /> + <glyph glyph-name="acutecomb" unicode="́" horiz-adv-x="0" +d="M-263 583l68 189l145 -64l-96 -125h-117z" /> + <glyph glyph-name="uni030B" unicode="̋" horiz-adv-x="0" +d="M-419 583l71 192l115 -56l-69 -136h-117zM-246 583l82 182l114 -57l-79 -125h-117z" /> + <glyph glyph-name="caroncomb.alt" horiz-adv-x="0" +d="M-178 575l1 164h127l-30 -164h-98z" /> + <glyph glyph-name="uni0302" unicode="̂" horiz-adv-x="0" +d="M-50 583h-116l-57 70l-58 -70h-115l86 156h173z" /> + <glyph glyph-name="uni030C" unicode="̌" horiz-adv-x="0" +d="M-165 739h115l-86 -155h-174l-86 155h116l57 -70z" /> + <glyph glyph-name="uni0306" unicode="̆" horiz-adv-x="0" +d="M-210 581c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158z" /> + <glyph glyph-name="uni030A" unicode="̊" horiz-adv-x="0" +d="M-185 573c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM-185 651c28 0 49 20 49 51s-21 50 -50 50c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51z" /> + <glyph glyph-name="tildecomb" unicode="̃" horiz-adv-x="0" +d="M-396 611c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35c-14 0 -25 -12 -32 -40z" /> + <glyph glyph-name="uni0304" unicode="̄" horiz-adv-x="0" +d="M-344 600v117h294v-117h-294z" /> + <glyph glyph-name="uni0312" unicode="̒" horiz-adv-x="0" +d="M-121 581c-51 0 -76 39 -76 81c0 64 47 117 142 113v-27c-20 0 -37 -8 -45 -19c-6 -6 -9 -12 -10 -20c15 1 30 -3 42 -15c12 -11 18 -24 18 -42c0 -38 -23 -71 -71 -71z" /> + <glyph glyph-name="uni0313" unicode="̓" horiz-adv-x="0" +d="M-192 581v27c20 0 37 8 45 18c6 7 9 13 9 21c-14 -1 -29 3 -41 15c-12 11 -18 24 -18 42c0 37 23 71 71 71c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113z" /> + <glyph glyph-name="uni0326" unicode="̦" horiz-adv-x="0" +d="M-192 -242v27c20 -1 37 8 45 18c6 7 9 13 9 20c-14 0 -29 3 -41 16c-12 10 -18 24 -18 42c0 37 23 71 71 71c50 0 76 -39 76 -81c0 -64 -47 -117 -142 -113z" /> + <glyph glyph-name="uni0327" unicode="̧" horiz-adv-x="0" +d="M-227 -206l35 147h142l-68 -147h-109z" /> + <glyph glyph-name="uni0328" unicode="̨" horiz-adv-x="0" +d="M-50 -187c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 54 37 96 130 146l33 -25c-41 -31 -58 -55 -58 -79c0 -21 15 -31 48 -31c27 0 47 6 69 16v-107z" /> + <glyph glyph-name="uni0335" unicode="̵" horiz-adv-x="0" +d="M-396 265v90h346v-90h-346z" /> + <glyph glyph-name="uni0336" unicode="̶" horiz-adv-x="0" +d="M-544 249v122h494v-122h-494z" /> + <glyph glyph-name="uni0337" unicode="̷" horiz-adv-x="0" +d="M-178 369v127l128 95v-130zM-341 277v129l126 93v-128z" /> + <glyph glyph-name="uni0338" unicode="̸" horiz-adv-x="0" +d="M-467 -13l-74 62l416 503l75 -63z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="313" +d="M50 583l68 189l145 -64l-96 -125h-117z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="418" +d="M208 581c-97 0 -153 58 -158 158h109c4 -34 18 -56 49 -56c33 0 45 22 50 56h110c-6 -100 -60 -158 -160 -158z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="446" +d="M281 739h115l-86 -155h-174l-86 155h116l57 -70z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="277" +d="M50 -206l35 147h142l-68 -147h-109z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="446" +d="M396 583h-116l-57 70l-58 -70h-115l86 156h173z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="446" +d="M127 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s77 -35 77 -78c0 -47 -31 -79 -77 -79zM320 586c-46 0 -77 32 -77 79c0 43 31 78 77 78s76 -35 76 -78c0 -47 -29 -79 -76 -79z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="284" +d="M141 578c-51 0 -91 38 -91 87c0 50 42 86 91 86c52 0 93 -37 93 -86c0 -50 -41 -87 -93 -87z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="313" +d="M147 583l-97 125l145 64l68 -189h-116z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="469" +d="M50 583l71 192l115 -56l-69 -136h-117zM223 583l82 182l114 -57l-79 -125h-117z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="394" +d="M50 600v117h294v-117h-294z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="322" +d="M272 -187c-27 -10 -56 -16 -91 -16c-89 0 -131 37 -131 96c0 54 37 96 130 146l33 -25c-41 -31 -58 -55 -58 -79c0 -21 15 -31 48 -31c27 0 47 6 69 16v-107z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="370" +d="M185 573c-80 0 -135 55 -135 129s56 128 134 128c81 0 136 -55 136 -128c0 -75 -57 -129 -135 -129zM185 651c28 0 49 20 49 51s-21 50 -50 50c-27 0 -49 -20 -49 -50c0 -32 22 -51 50 -51z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="446" +d="M50 611c15 86 53 128 101 128c55 0 85 -34 114 -34c15 0 26 11 33 39l98 -25c-15 -86 -53 -128 -102 -128c-56 0 -84 35 -114 35c-14 0 -25 -12 -32 -40z" /> + <glyph glyph-name="uni0335.case" horiz-adv-x="0" +d="M-408 249v122h358v-122h-358z" /> + <glyph glyph-name="uni0336.case" horiz-adv-x="0" +d="M-544 249v122h494v-122h-494z" /> + <glyph glyph-name="uni0337.case" horiz-adv-x="0" +d="M-291 296v163l241 195v-162z" /> + <glyph glyph-name="uni0338.case" horiz-adv-x="0" +d="M-620 2l-82 70l569 665l83 -70z" /> + <glyph glyph-name="uni0307.i" horiz-adv-x="0" +d="M-141 586c-53 0 -91 34 -91 84s38 84 91 84s91 -34 91 -84s-38 -84 -91 -84z" /> + <glyph glyph-name="uni0307.i.ss05" horiz-adv-x="0" +d="M-156 570l-105 106l105 105l106 -105z" /> + <hkern u1="F" g2="ampersand.ss08" k="21" /> + <hkern u1="F" u2="*" k="-10" /> + <hkern u1="F" u2="ß" k="15" /> + <hkern u1="F" u2="V" k="-5" /> + <hkern u1="F" u2="ẞ" k="10" /> + <hkern u1="F" u2="M" k="35" /> + <hkern u1="Ľ" u2="Ỳ" k="82" /> + <hkern u1="Ľ" u2="Ÿ" k="82" /> + <hkern u1="Ľ" u2="Ŷ" k="82" /> + <hkern u1="Ľ" u2="Ý" k="82" /> + <hkern u1="Ľ" u2="Y" k="82" /> + <hkern u1="Ľ" u2="V" k="73" /> + <hkern u1="Ľ" u2="Ț" k="93" /> + <hkern u1="Ľ" u2="Ţ" k="93" /> + <hkern u1="Ľ" u2="Ť" k="93" /> + <hkern u1="Ľ" u2="Ŧ" k="93" /> + <hkern u1="Ľ" u2="T" k="93" /> + <hkern u1="M" g2="ampersand.ss08" k="1" /> + <hkern u1="M" u2="\" k="40" /> + <hkern u1="M" u2="*" k="30" /> + <hkern u1="M" u2="?" k="1" /> + <hkern u1="M" u2="V" k="47" /> + <hkern u1="M" u2="M" k="9" /> + <hkern u1="Þ" u2="\" k="50" /> + <hkern u1="Þ" u2="·" k="-20" /> + <hkern u1="Þ" u2="V" k="50" /> + <hkern u1="Þ" u2="M" k="10" /> + <hkern u1="Q" u2="\" k="44" /> + <hkern u1="Q" u2="*" k="10" /> + <hkern u1="Q" u2="?" k="40" /> + <hkern u1="Q" u2="V" k="24" /> + <hkern u1="Q" u2="M" k="14" /> + <hkern u1="ẞ" u2="\" k="40" /> + <hkern u1="ẞ" u2="*" k="20" /> + <hkern u1="ẞ" u2="V" k="25" /> + <hkern u1="T" u2="ř" k="81" /> + <hkern u1="Ŧ" u2="ř" k="81" /> + <hkern u1="Ť" u2="ř" k="81" /> + <hkern u1="Ţ" u2="ř" k="81" /> + <hkern u1="Ț" u2="ř" k="81" /> + <hkern u1="V" g2="ampersand.ss08" k="11" /> + <hkern u1="V" u2="*" k="-10" /> + <hkern u1="V" u2="·" k="57" /> + <hkern u1="V" u2="?" k="-31" /> + <hkern u1="V" u2="ß" k="29" /> + <hkern u1="V" u2="V" k="17" /> + <hkern u1="V" u2="ẞ" k="30" /> + <hkern u1="V" u2="M" k="47" /> + <hkern u1="ď" g2="quoteright.ss05" k="-58" /> + <hkern u1="ď" g2="quoteleft.ss05" k="-58" /> + <hkern u1="ď" g2="quotedblright.ss05" k="-58" /> + <hkern u1="ď" g2="quotedblleft.ss05" k="-58" /> + <hkern u1="ď" u2="'" k="-58" /> + <hkern u1="ď" u2=""" k="-58" /> + <hkern u1="ď" u2="’" k="-58" /> + <hkern u1="ď" u2="‘" k="-58" /> + <hkern u1="ď" u2="”" k="-58" /> + <hkern u1="ď" u2="“" k="-58" /> + <hkern u1="ď" u2="]" k="-123" /> + <hkern u1="ď" u2="}" k="-123" /> + <hkern u1="ď" u2=")" k="-123" /> + <hkern u1="ď" g2="j.ss05" k="-73" /> + <hkern u1="ď" g2="ij.ss05" k="-73" /> + <hkern u1="ď" g2="i.ss05" k="-73" /> + <hkern u1="ď" g2="j.calt" k="-73" /> + <hkern u1="ď" u2="j" k="-73" /> + <hkern u1="ď" u2="į" k="-73" /> + <hkern u1="ď" g2="ij" k="-73" /> + <hkern u1="ď" u2="í" k="-73" /> + <hkern u1="ď" u2="i" k="-73" /> + <hkern u1="ľ" g2="quoteright.ss05" k="-58" /> + <hkern u1="ľ" g2="quoteleft.ss05" k="-58" /> + <hkern u1="ľ" g2="quotedblright.ss05" k="-58" /> + <hkern u1="ľ" g2="quotedblleft.ss05" k="-58" /> + <hkern u1="ľ" u2="'" k="-58" /> + <hkern u1="ľ" u2=""" k="-58" /> + <hkern u1="ľ" u2="’" k="-58" /> + <hkern u1="ľ" u2="‘" k="-58" /> + <hkern u1="ľ" u2="”" k="-58" /> + <hkern u1="ľ" u2="“" k="-58" /> + <hkern u1="ľ" u2="]" k="-123" /> + <hkern u1="ľ" u2="}" k="-123" /> + <hkern u1="ľ" u2=")" k="-123" /> + <hkern u1="ľ" g2="j.ss05" k="-73" /> + <hkern u1="ľ" g2="ij.ss05" k="-73" /> + <hkern u1="ľ" g2="i.ss05" k="-73" /> + <hkern u1="ľ" g2="j.calt" k="-73" /> + <hkern u1="ľ" u2="ż" k="-62" /> + <hkern u1="ľ" u2="ž" k="-62" /> + <hkern u1="ľ" u2="ź" k="-62" /> + <hkern u1="ľ" u2="z" k="-62" /> + <hkern u1="ľ" u2="þ" k="-62" /> + <hkern u1="ľ" u2="ŀ" k="-62" /> + <hkern u1="ľ" u2="ļ" k="-62" /> + <hkern u1="ľ" u2="ľ" k="-62" /> + <hkern u1="ľ" u2="ĺ" k="-62" /> + <hkern u1="ľ" u2="l" k="-62" /> + <hkern u1="ľ" u2="ķ" k="-62" /> + <hkern u1="ľ" u2="k" k="-62" /> + <hkern u1="ľ" u2="j" k="-73" /> + <hkern u1="ľ" u2="į" k="-73" /> + <hkern u1="ľ" g2="ij" k="-73" /> + <hkern u1="ľ" u2="í" k="-73" /> + <hkern u1="ľ" u2="i" k="-73" /> + <hkern u1="ľ" u2="ĥ" k="-62" /> + <hkern u1="ľ" u2="ħ" k="-62" /> + <hkern u1="ľ" u2="h" k="-62" /> + <hkern u1="ľ" u2="b" k="-62" /> + <hkern u1="ř" u2="Ț" k="30" /> + <hkern u1="ř" u2="Ţ" k="30" /> + <hkern u1="ř" u2="Ť" k="30" /> + <hkern u1="ř" u2="Ŧ" k="30" /> + <hkern u1="ř" u2="T" k="30" /> + <hkern u1="ß" u2="V" k="43" /> + <hkern u1="0" u2="7" k="40" /> + <hkern u1="0" u2="6" k="-10" /> + <hkern u1="0" u2="5" k="10" /> + <hkern u1="0" u2="4" k="-10" /> + <hkern u1="0" u2="3" k="20" /> + <hkern u1="0" u2="2" k="20" /> + <hkern u1="0" u2="1" k="-10" /> + <hkern u1="2" u2="9" k="1" /> + <hkern u1="2" u2="8" k="1" /> + <hkern u1="2" u2="7" k="10" /> + <hkern u1="2" u2="4" k="-15" /> + <hkern u1="3" u2="9" k="10" /> + <hkern u1="3" u2="3" k="10" /> + <hkern u1="3" u2="2" k="20" /> + <hkern u1="3" u2="1" k="20" /> + <hkern u1="3" u2="0" k="10" /> + <hkern u1="4" u2="9" k="20" /> + <hkern u1="4" u2="7" k="25" /> + <hkern u1="4" u2="6" k="-10" /> + <hkern u1="4" u2="4" k="-20" /> + <hkern u1="4" u2="2" k="30" /> + <hkern u1="4" u2="1" k="10" /> + <hkern u1="5" u2="9" k="10" /> + <hkern u1="5" u2="7" k="20" /> + <hkern u1="5" u2="2" k="20" /> + <hkern u1="5" u2="1" k="10" /> + <hkern u1="6" u2="?" k="20" /> + <hkern u1="6" u2="9" k="10" /> + <hkern u1="6" u2="7" k="30" /> + <hkern u1="6" u2="5" k="10" /> + <hkern u1="6" u2="4" k="-30" /> + <hkern u1="6" u2="3" k="10" /> + <hkern u1="6" u2="2" k="40" /> + <hkern u1="6" u2="1" k="20" /> + <hkern u1="7" u2="?" k="-50" /> + <hkern u1="7" u2="8" k="1" /> + <hkern u1="7" u2="7" k="-20" /> + <hkern u1="7" u2="6" k="16" /> + <hkern u1="7" u2="4" k="32" /> + <hkern u1="7" u2="2" k="-20" /> + <hkern u1="7" u2="1" k="-30" /> + <hkern u1="8" u2="7" k="21" /> + <hkern u1="8" u2="5" k="10" /> + <hkern u1="8" u2="4" k="-10" /> + <hkern u1="8" u2="3" k="15" /> + <hkern u1="8" u2="2" k="20" /> + <hkern u1="9" u2="7" k="1" /> + <hkern u1="9" u2="4" k="20" /> + <hkern u1="9" u2="3" k="10" /> + <hkern u1="9" u2="1" k="-20" /> + <hkern g1="seven.numr" u2="⁄" k="15" /> + <hkern u1="⁄" g2="four.dnom" k="49" /> + <hkern u1="¿" u2="Δ" k="-31" /> + <hkern u1="¿" g2="fi.ss05" k="30" /> + <hkern u1="¿" g2="f_i.ss05" k="30" /> + <hkern u1="¿" g2="f_f_i.ss05" k="30" /> + <hkern u1="¿" u2="fl" k="30" /> + <hkern u1="¿" u2="fi" k="30" /> + <hkern u1="¿" g2="f_l" k="30" /> + <hkern u1="¿" g2="f_i" k="30" /> + <hkern u1="¿" g2="f_f_l" k="30" /> + <hkern u1="¿" g2="f_f_i" k="30" /> + <hkern u1="¿" g2="f_f" k="30" /> + <hkern u1="¿" g2="j.ss05" k="-7" /> + <hkern u1="¿" g2="atilde.ss01" k="35" /> + <hkern u1="¿" g2="aring.ss01" k="35" /> + <hkern u1="¿" g2="aogonek.ss01" k="35" /> + <hkern u1="¿" g2="amacron.ss01" k="35" /> + <hkern u1="¿" g2="agrave.ss01" k="35" /> + <hkern u1="¿" g2="adieresis.ss01" k="35" /> + <hkern u1="¿" g2="acircumflex.ss01" k="35" /> + <hkern u1="¿" g2="abreve.ss01" k="35" /> + <hkern u1="¿" g2="aacute.ss01" k="35" /> + <hkern u1="¿" g2="a.ss01" k="35" /> + <hkern u1="¿" u2="ỳ" k="46" /> + <hkern u1="¿" u2="ÿ" k="46" /> + <hkern u1="¿" u2="ŷ" k="46" /> + <hkern u1="¿" u2="ý" k="46" /> + <hkern u1="¿" u2="y" k="46" /> + <hkern u1="¿" u2="x" k="-32" /> + <hkern u1="¿" u2="ẁ" k="46" /> + <hkern u1="¿" u2="ẅ" k="46" /> + <hkern u1="¿" u2="ŵ" k="46" /> + <hkern u1="¿" u2="ẃ" k="46" /> + <hkern u1="¿" u2="w" k="46" /> + <hkern u1="¿" u2="v" k="46" /> + <hkern u1="¿" u2="ũ" k="-1" /> + <hkern u1="¿" u2="ů" k="-1" /> + <hkern u1="¿" u2="ų" k="-1" /> + <hkern u1="¿" u2="ū" k="-1" /> + <hkern u1="¿" u2="ű" k="-1" /> + <hkern u1="¿" u2="ù" k="-1" /> + <hkern u1="¿" u2="ü" k="-1" /> + <hkern u1="¿" u2="û" k="-1" /> + <hkern u1="¿" u2="ŭ" k="-1" /> + <hkern u1="¿" u2="ú" k="-1" /> + <hkern u1="¿" u2="u" k="-1" /> + <hkern u1="¿" u2="ș" k="-2" /> + <hkern u1="¿" u2="ŝ" k="-2" /> + <hkern u1="¿" u2="ş" k="-2" /> + <hkern u1="¿" u2="š" k="-2" /> + <hkern u1="¿" u2="ś" k="-2" /> + <hkern u1="¿" u2="s" k="-2" /> + <hkern u1="¿" u2="q" k="35" /> + <hkern u1="¿" u2="œ" k="35" /> + <hkern u1="¿" u2="õ" k="35" /> + <hkern u1="¿" u2="ø" k="35" /> + <hkern u1="¿" u2="ō" k="35" /> + <hkern u1="¿" u2="ő" k="35" /> + <hkern u1="¿" u2="ò" k="35" /> + <hkern u1="¿" u2="ö" k="35" /> + <hkern u1="¿" u2="ô" k="35" /> + <hkern u1="¿" u2="ŏ" k="35" /> + <hkern u1="¿" u2="ó" k="35" /> + <hkern u1="¿" u2="o" k="35" /> + <hkern u1="¿" u2="j" k="-104" /> + <hkern u1="¿" u2="ġ" k="35" /> + <hkern u1="¿" u2="ģ" k="35" /> + <hkern u1="¿" u2="ĝ" k="35" /> + <hkern u1="¿" u2="ğ" k="35" /> + <hkern u1="¿" u2="g" k="35" /> + <hkern u1="¿" u2="f" k="30" /> + <hkern u1="¿" u2="ę" k="35" /> + <hkern u1="¿" u2="ē" k="35" /> + <hkern u1="¿" u2="è" k="35" /> + <hkern u1="¿" u2="ė" k="35" /> + <hkern u1="¿" u2="ë" k="35" /> + <hkern u1="¿" u2="ê" k="35" /> + <hkern u1="¿" u2="ě" k="35" /> + <hkern u1="¿" u2="ĕ" k="35" /> + <hkern u1="¿" u2="é" k="35" /> + <hkern u1="¿" u2="e" k="35" /> + <hkern u1="¿" u2="đ" k="35" /> + <hkern u1="¿" u2="ď" k="35" /> + <hkern u1="¿" u2="ð" k="35" /> + <hkern u1="¿" u2="d" k="35" /> + <hkern u1="¿" u2="ċ" k="35" /> + <hkern u1="¿" u2="ĉ" k="35" /> + <hkern u1="¿" u2="ç" k="35" /> + <hkern u1="¿" u2="č" k="35" /> + <hkern u1="¿" u2="ć" k="35" /> + <hkern u1="¿" u2="c" k="35" /> + <hkern u1="¿" u2="æ" k="24" /> + <hkern u1="¿" u2="ã" k="24" /> + <hkern u1="¿" u2="å" k="24" /> + <hkern u1="¿" u2="ą" k="24" /> + <hkern u1="¿" u2="ā" k="24" /> + <hkern u1="¿" u2="à" k="24" /> + <hkern u1="¿" u2="ä" k="24" /> + <hkern u1="¿" u2="â" k="24" /> + <hkern u1="¿" u2="ă" k="24" /> + <hkern u1="¿" u2="á" k="24" /> + <hkern u1="¿" u2="a" k="24" /> + <hkern u1="¿" g2="Q.ss07" k="40" /> + <hkern u1="¿" g2="Atilde.ss06" k="-31" /> + <hkern u1="¿" g2="Aring.ss06" k="-31" /> + <hkern u1="¿" g2="Amacron.ss06" k="-31" /> + <hkern u1="¿" g2="Agrave.ss06" k="-31" /> + <hkern u1="¿" g2="Adieresis.ss06" k="-31" /> + <hkern u1="¿" g2="Acircumflex.ss06" k="-31" /> + <hkern u1="¿" g2="Abreve.ss06" k="-31" /> + <hkern u1="¿" g2="Aacute.ss06" k="-31" /> + <hkern u1="¿" g2="A.ss06" k="-31" /> + <hkern u1="¿" g2="Jcircumflex.ss02" k="-21" /> + <hkern u1="¿" g2="J.ss02" k="-21" /> + <hkern u1="¿" u2="Ż" k="-3" /> + <hkern u1="¿" u2="Ž" k="-3" /> + <hkern u1="¿" u2="Ź" k="-3" /> + <hkern u1="¿" u2="Z" k="-3" /> + <hkern u1="¿" u2="Ỳ" k="113" /> + <hkern u1="¿" u2="Ÿ" k="113" /> + <hkern u1="¿" u2="Ŷ" k="113" /> + <hkern u1="¿" u2="Ý" k="113" /> + <hkern u1="¿" u2="Y" k="113" /> + <hkern u1="¿" u2="X" k="-21" /> + <hkern u1="¿" u2="Ẁ" k="68" /> + <hkern u1="¿" u2="Ẅ" k="68" /> + <hkern u1="¿" u2="Ŵ" k="68" /> + <hkern u1="¿" u2="Ẃ" k="68" /> + <hkern u1="¿" u2="W" k="68" /> + <hkern u1="¿" u2="V" k="87" /> + <hkern u1="¿" u2="Ț" k="84" /> + <hkern u1="¿" u2="Ţ" k="84" /> + <hkern u1="¿" u2="Ť" k="84" /> + <hkern u1="¿" u2="Ŧ" k="84" /> + <hkern u1="¿" u2="T" k="84" /> + <hkern u1="¿" u2="Q" k="40" /> + <hkern u1="¿" u2="Œ" k="40" /> + <hkern u1="¿" u2="Õ" k="40" /> + <hkern u1="¿" u2="Ø" k="40" /> + <hkern u1="¿" u2="Ō" k="40" /> + <hkern u1="¿" u2="Ő" k="40" /> + <hkern u1="¿" u2="Ò" k="40" /> + <hkern u1="¿" u2="Ö" k="40" /> + <hkern u1="¿" u2="Ô" k="40" /> + <hkern u1="¿" u2="Ŏ" k="40" /> + <hkern u1="¿" u2="Ó" k="40" /> + <hkern u1="¿" u2="O" k="40" /> + <hkern u1="¿" u2="M" k="-2" /> + <hkern u1="¿" u2="Ĵ" k="-21" /> + <hkern u1="¿" u2="J" k="-21" /> + <hkern u1="¿" u2="Ġ" k="40" /> + <hkern u1="¿" u2="Ģ" k="40" /> + <hkern u1="¿" u2="Ĝ" k="40" /> + <hkern u1="¿" u2="Ğ" k="40" /> + <hkern u1="¿" u2="G" k="40" /> + <hkern u1="¿" u2="Ċ" k="40" /> + <hkern u1="¿" u2="Ĉ" k="40" /> + <hkern u1="¿" u2="Ç" k="40" /> + <hkern u1="¿" u2="Č" k="40" /> + <hkern u1="¿" u2="Ć" k="40" /> + <hkern u1="¿" u2="C" k="40" /> + <hkern u1="¿" u2="Ã" k="-31" /> + <hkern u1="¿" u2="Å" k="-31" /> + <hkern u1="¿" u2="Ą" k="-31" /> + <hkern u1="¿" u2="Ā" k="-31" /> + <hkern u1="¿" u2="À" k="-31" /> + <hkern u1="¿" u2="Ä" k="-31" /> + <hkern u1="¿" u2="Â" k="-31" /> + <hkern u1="¿" u2="Ă" k="-31" /> + <hkern u1="¿" u2="Á" k="-31" /> + <hkern u1="¿" u2="A" k="-31" /> + <hkern u1="·" u2="V" k="57" /> + <hkern u1="*" u2="V" k="-10" /> + <hkern u1="*" u2="M" k="30" /> + <hkern u1="\" u2="j" k="-115" /> + <hkern u1="\" u2="V" k="100" /> + <hkern g1="questiondown.ss05" g2="j.ss05" k="-104" /> + <hkern g1="questiondown.ss05" u2="j" k="-104" /> + <hkern u1="(" u2="j" k="-103" /> + <hkern u1="{" u2="j" k="-103" /> + <hkern u1="[" u2="j" k="-103" /> + <hkern u1="@" u2="V" k="1" /> + <hkern u1="@" u2="M" k="10" /> + <hkern g1="ampersand.ss08" u2="V" k="12" /> + <hkern g1="ampersand.ss08" u2="M" k="-3" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="60" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="question" + k="-40" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="60" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="asterisk" + k="60" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="four" + k="-10" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="nine" + k="30" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="one" + k="50" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="seven" + k="30" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="two" + k="-10" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="zero" + k="20" /> + <hkern g1="asterisk" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="60" /> + <hkern g1="question" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-20" /> + <hkern g1="plus,minus,divide,greater,divide.ss05" + g2="six" + k="-20" /> + <hkern g1="nine" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="50" /> + <hkern g1="seven" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="60" /> + <hkern g1="six" + g2="plus,minus,divide,less,divide.ss05" + k="-20" /> + <hkern g1="two" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-10" /> + <hkern g1="zero" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="20" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="75" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="AE" + k="110" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="25" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="9" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-1" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-30" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-22" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="X" + k="-11" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-12" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="19" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="20" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-10" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-11" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="x" + k="-1" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="uni1E9E" + k="10" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="M" + k="19" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="V" + k="-22" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="30" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="30" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="30" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="t,tbar,tcaron,uni0163,uni021B" + k="20" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="20" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="10" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="20" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="38" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="AE" + k="30" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="40" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-20" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="91" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="29" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="X" + k="59" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="80" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="t,tbar,tcaron,uni0163,uni021B" + k="1" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="14" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="x" + k="38" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="V" + k="69" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="30" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="z,zacute,zcaron,zdotaccent" + k="1" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-12" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="AE" + k="-2" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-2" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="59" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="18" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="X" + k="-2" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="47" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="10" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-1" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-1" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-13" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="x" + k="-4" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="M" + k="-1" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="V" + k="28" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-1" /> + <hkern g1="guillemotright,guilsinglright" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-1" /> + <hkern g1="guillemotright,guilsinglright" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="20" /> + <hkern g1="guillemotright,guilsinglright" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-20" /> + <hkern g1="guillemotright,guilsinglright" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="guillemotright,guilsinglright" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="70" /> + <hkern g1="guillemotright,guilsinglright" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="40" /> + <hkern g1="guillemotright,guilsinglright" + g2="X" + k="29" /> + <hkern g1="guillemotright,guilsinglright" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="79" /> + <hkern g1="guillemotright,guilsinglright" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="guillemotright,guilsinglright" + g2="t,tbar,tcaron,uni0163,uni021B" + k="10" /> + <hkern g1="guillemotright,guilsinglright" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="9" /> + <hkern g1="guillemotright,guilsinglright" + g2="x" + k="28" /> + <hkern g1="guillemotright,guilsinglright" + g2="V" + k="60" /> + <hkern g1="guillemotright,guilsinglright" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="guillemotright,guilsinglright" + g2="z,zacute,zcaron,zdotaccent" + k="20" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-21" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="AE" + k="-23" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-10" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="21" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="108" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="55" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="X" + k="-31" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="123" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="11" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="t,tbar,tcaron,uni0163,uni021B" + k="50" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="68" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="x" + k="-21" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="M" + k="-11" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="V" + k="95" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="30" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-11" /> + <hkern g1="slash" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="100" /> + <hkern g1="slash" + g2="AE" + k="130" /> + <hkern g1="slash" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="50" /> + <hkern g1="slash" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="slash" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="80" /> + <hkern g1="slash" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="80" /> + <hkern g1="slash" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="80" /> + <hkern g1="slash" + g2="t,tbar,tcaron,uni0163,uni021B" + k="50" /> + <hkern g1="slash" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="50" /> + <hkern g1="slash" + g2="x" + k="60" /> + <hkern g1="slash" + g2="uni1E9E" + k="40" /> + <hkern g1="slash" + g2="M" + k="30" /> + <hkern g1="slash" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="70" /> + <hkern g1="slash" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="40" /> + <hkern g1="slash" + g2="z,zacute,zcaron,zdotaccent" + k="50" /> + <hkern g1="slash" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="60" /> + <hkern g1="questiondown,questiondown.ss05" + g2="t,tbar,tcaron,uni0163,uni021B" + k="3" /> + <hkern g1="questiondown,questiondown.ss05" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="35" /> + <hkern g1="asterisk" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="100" /> + <hkern g1="asterisk" + g2="AE" + k="120" /> + <hkern g1="asterisk" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="30" /> + <hkern g1="asterisk" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="asterisk" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-10" /> + <hkern g1="asterisk" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-10" /> + <hkern g1="asterisk" + g2="X" + k="30" /> + <hkern g1="asterisk" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="30" /> + <hkern g1="asterisk" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="20" /> + <hkern g1="asterisk" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="asterisk" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-20" /> + <hkern g1="backslash" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="50" /> + <hkern g1="backslash" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="9" /> + <hkern g1="backslash" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="139" /> + <hkern g1="backslash" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="80" /> + <hkern g1="backslash" + g2="t,tbar,tcaron,uni0163,uni021B" + k="40" /> + <hkern g1="backslash" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="70" /> + <hkern g1="backslash" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="40" /> + <hkern g1="backslash" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="30" /> + <hkern g1="periodcentered" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="30" /> + <hkern g1="periodcentered" + g2="AE" + k="30" /> + <hkern g1="periodcentered" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="30" /> + <hkern g1="periodcentered" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-10" /> + <hkern g1="periodcentered" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="periodcentered" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="100" /> + <hkern g1="periodcentered" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="27" /> + <hkern g1="periodcentered" + g2="X" + k="50" /> + <hkern g1="periodcentered" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="88" /> + <hkern g1="periodcentered" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="periodcentered" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="periodcentered" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="9" /> + <hkern g1="periodcentered" + g2="x" + k="38" /> + <hkern g1="periodcentered" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="periodcentered" + g2="z,zacute,zcaron,zdotaccent" + k="10" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="75" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-21" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="hyphen,uni00AD,endash,emdash" + k="38" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="guillemotleft,guilsinglleft" + k="-1" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="guillemotright,guilsinglright" + k="-12" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-21" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="6" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="AE" + k="18" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-22" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="24" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-1" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="99" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="24" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="66" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="X" + k="16" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="91" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-1" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="9" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-20" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="40" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-21" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="t,tbar,tcaron,uni0163,uni021B" + k="52" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="4" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="64" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="x" + k="7" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="z,zacute,zcaron,zdotaccent" + k="-1" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="M" + k="9" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="V" + k="91" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="asterisk" + k="100" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="backslash" + k="100" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="dagger" + k="60" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="periodcentered" + k="30" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="question" + k="78" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="registered" + k="60" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="trademark" + k="80" /> + <hkern g1="B" + g2="AE" + k="10" /> + <hkern g1="B" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="33" /> + <hkern g1="B" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="B" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="15" /> + <hkern g1="B" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="27" /> + <hkern g1="B" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="B" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="5" /> + <hkern g1="B" + g2="X" + k="14" /> + <hkern g1="B" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="25" /> + <hkern g1="B" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="20" /> + <hkern g1="B" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-10" /> + <hkern g1="B" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="15" /> + <hkern g1="B" + g2="t,tbar,tcaron,uni0163,uni021B" + k="15" /> + <hkern g1="B" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="15" /> + <hkern g1="B" + g2="x" + k="15" /> + <hkern g1="B" + g2="z,zacute,zcaron,zdotaccent" + k="5" /> + <hkern g1="B" + g2="M" + k="9" /> + <hkern g1="B" + g2="V" + k="15" /> + <hkern g1="B" + g2="parenright,braceright,bracketright" + k="20" /> + <hkern g1="B" + g2="ampersand.ss08" + k="-9" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-1" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="30" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="guillemotleft,guilsinglleft" + k="-1" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-20" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-11" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="9" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="28" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="4" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="1" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-21" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="X" + k="-11" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-21" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-10" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="15" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="30" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="t,tbar,tcaron,uni0163,uni021B" + k="38" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="14" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="29" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="x" + k="-1" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="z,zacute,zcaron,zdotaccent" + k="9" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="M" + k="-3" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="V" + k="-17" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="periodcentered" + k="40" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="question" + k="-30" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="ampersand.ss08" + k="1" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="AE" + k="15" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="20" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="16" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="12" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="18" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="20" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="t,tbar,tcaron,uni0163,uni021B" + k="15" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="10" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="20" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="M" + k="5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="V" + k="5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="ampersand.ss08" + k="2" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="-20" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="25" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="19" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="AE" + k="40" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="44" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="33" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="X" + k="39" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="38" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="10" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="5" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="x" + k="20" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="V" + k="37" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="backslash" + k="50" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="periodcentered" + k="-10" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="question" + k="29" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="slash" + k="50" /> + <hkern g1="K,uni0136" + g2="hyphen,uni00AD,endash,emdash" + k="70" /> + <hkern g1="K,uni0136" + g2="guillemotright,guilsinglright" + k="-2" /> + <hkern g1="K,uni0136" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-22" /> + <hkern g1="K,uni0136" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="15" /> + <hkern g1="K,uni0136" + g2="AE" + k="20" /> + <hkern g1="K,uni0136" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-6" /> + <hkern g1="K,uni0136" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="50" /> + <hkern g1="K,uni0136" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="9" /> + <hkern g1="K,uni0136" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="9" /> + <hkern g1="K,uni0136" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="K,uni0136" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="18" /> + <hkern g1="K,uni0136" + g2="X" + k="6" /> + <hkern g1="K,uni0136" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="16" /> + <hkern g1="K,uni0136" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-2" /> + <hkern g1="K,uni0136" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="25" /> + <hkern g1="K,uni0136" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-5" /> + <hkern g1="K,uni0136" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="40" /> + <hkern g1="K,uni0136" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="K,uni0136" + g2="t,tbar,tcaron,uni0163,uni021B" + k="60" /> + <hkern g1="K,uni0136" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="65" /> + <hkern g1="K,uni0136" + g2="x" + k="10" /> + <hkern g1="K,uni0136" + g2="M" + k="18" /> + <hkern g1="K,uni0136" + g2="V" + k="18" /> + <hkern g1="K,uni0136" + g2="asterisk" + k="-10" /> + <hkern g1="K,uni0136" + g2="periodcentered" + k="60" /> + <hkern g1="K,uni0136" + g2="question" + k="-30" /> + <hkern g1="K,uni0136" + g2="ampersand.ss08" + k="2" /> + <hkern g1="K,uni0136" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-40" /> + <hkern g1="K,uni0136" + g2="at" + k="10" /> + <hkern g1="K,uni0136" + g2="germandbls" + k="5" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="115" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="hyphen,uni00AD,endash,emdash" + k="70" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="guillemotleft,guilsinglleft" + k="21" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-10" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-1" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-1" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="46" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="15" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="119" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="36" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="110" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="X" + k="10" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="135" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="15" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-3" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="40" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="t,tbar,tcaron,uni0163,uni021B" + k="55" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="5" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="110" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="V" + k="135" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="asterisk" + k="130" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="backslash" + k="130" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="periodcentered" + k="60" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="question" + k="80" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="registered" + k="80" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="trademark" + k="110" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="ampersand.ss08" + k="5" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="at" + k="10" /> + <hkern g1="P" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-16" /> + <hkern g1="P" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="130" /> + <hkern g1="P" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="80" /> + <hkern g1="P" + g2="AE" + k="115" /> + <hkern g1="P" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="74" /> + <hkern g1="P" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="4" /> + <hkern g1="P" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="15" /> + <hkern g1="P" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-6" /> + <hkern g1="P" + g2="X" + k="43" /> + <hkern g1="P" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="18" /> + <hkern g1="P" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="20" /> + <hkern g1="P" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="16" /> + <hkern g1="P" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="26" /> + <hkern g1="P" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-5" /> + <hkern g1="P" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-6" /> + <hkern g1="P" + g2="x" + k="-1" /> + <hkern g1="P" + g2="z,zacute,zcaron,zdotaccent" + k="-1" /> + <hkern g1="P" + g2="M" + k="39" /> + <hkern g1="P" + g2="V" + k="3" /> + <hkern g1="P" + g2="asterisk" + k="-10" /> + <hkern g1="P" + g2="question" + k="-1" /> + <hkern g1="P" + g2="ampersand.ss08" + k="13" /> + <hkern g1="P" + g2="slash" + k="80" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="hyphen,uni00AD,endash,emdash" + k="20" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="guillemotleft,guilsinglleft" + k="30" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="19" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="AE" + k="45" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="9" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="25" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-1" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="X" + k="18" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="27" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="15" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="31" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="25" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="1" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="M" + k="25" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="V" + k="9" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="backslash" + k="27" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="periodcentered" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="ampersand.ss08" + k="5" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="9" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="hyphen,uni00AD,endash,emdash" + k="-20" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="guillemotleft,guilsinglleft" + k="-20" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="21" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="24" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="AE" + k="50" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="60" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="9" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="42" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="18" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="X" + k="44" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="48" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="35" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="15" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-1" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="x" + k="17" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="M" + k="14" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="V" + k="24" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="asterisk" + k="10" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="backslash" + k="50" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="periodcentered" + k="-10" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="question" + k="38" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="ampersand.ss08" + k="1" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="slash" + k="50" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-11" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="hyphen,uni00AD,endash,emdash" + k="-20" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="guillemotleft,guilsinglleft" + k="-30" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="4" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="9" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="11" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="X" + k="9" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-1" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="t,tbar,tcaron,uni0163,uni021B" + k="20" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="38" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="x" + k="18" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="M" + k="9" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="V" + k="-1" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="backslash" + k="9" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="periodcentered" + k="-40" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="question" + k="-1" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="slash" + k="10" /> + <hkern g1="H,Hbar,Hcircumflex,I,Iacute,Ibreve,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,Itilde,N,Nacute,Ncaron,uni0145,Ntilde" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="10" /> + <hkern g1="H,Hbar,Hcircumflex,I,Iacute,Ibreve,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,Itilde,N,Nacute,Ncaron,uni0145,Ntilde" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="5" /> + <hkern g1="H,Hbar,Hcircumflex,I,Iacute,Ibreve,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,Itilde,N,Nacute,Ncaron,uni0145,Ntilde" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="15" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-30" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="60" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="hyphen,uni00AD,endash,emdash" + k="91" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="guillemotleft,guilsinglleft" + k="70" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="guillemotright,guilsinglright" + k="59" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="108" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="99" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="AE" + k="140" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="54" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="42" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="21" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-1" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="X" + k="9" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="13" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="1" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="121" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="111" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="21" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="100" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="t,tbar,tcaron,uni0163,uni021B" + k="40" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="101" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="63" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="x" + k="53" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="z,zacute,zcaron,zdotaccent" + k="64" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="M" + k="58" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="V" + k="4" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="asterisk" + k="-10" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="periodcentered" + k="100" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="question" + k="-31" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="ampersand.ss08" + k="31" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="slash" + k="110" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-10" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="at" + k="4" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="germandbls" + k="30" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="102" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="20" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="uni1E9E" + k="35" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="20" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="24" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="AE" + k="45" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="38" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="5" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="5" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="X" + k="14" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="19" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="25" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="5" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="x" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="M" + k="18" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="V" + k="9" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="ampersand.ss08" + k="1" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="slash" + k="40" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-22" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="25" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="hyphen,uni00AD,endash,emdash" + k="29" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="guillemotleft,guilsinglleft" + k="40" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="guillemotright,guilsinglright" + k="18" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="55" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="66" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="AE" + k="116" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="24" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="18" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-1" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="10" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="X" + k="18" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="18" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="68" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="66" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="28" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="47" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="t,tbar,tcaron,uni0163,uni021B" + k="18" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="38" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="18" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="x" + k="23" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="z,zacute,zcaron,zdotaccent" + k="38" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="M" + k="33" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="V" + k="17" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="asterisk" + k="-10" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="periodcentered" + k="27" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="question" + k="-42" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="ampersand.ss08" + k="3" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="slash" + k="80" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-46" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="germandbls" + k="15" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="48" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="4" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="uni1E9E" + k="20" /> + <hkern g1="X" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-1" /> + <hkern g1="X" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-24" /> + <hkern g1="X" + g2="hyphen,uni00AD,endash,emdash" + k="59" /> + <hkern g1="X" + g2="guillemotleft,guilsinglleft" + k="29" /> + <hkern g1="X" + g2="guillemotright,guilsinglright" + k="-2" /> + <hkern g1="X" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-31" /> + <hkern g1="X" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="16" /> + <hkern g1="X" + g2="AE" + k="26" /> + <hkern g1="X" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-12" /> + <hkern g1="X" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="44" /> + <hkern g1="X" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="9" /> + <hkern g1="X" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="24" /> + <hkern g1="X" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="25" /> + <hkern g1="X" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="28" /> + <hkern g1="X" + g2="X" + k="-1" /> + <hkern g1="X" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="23" /> + <hkern g1="X" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-1" /> + <hkern g1="X" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="28" /> + <hkern g1="X" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-5" /> + <hkern g1="X" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="50" /> + <hkern g1="X" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-16" /> + <hkern g1="X" + g2="t,tbar,tcaron,uni0163,uni021B" + k="48" /> + <hkern g1="X" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="15" /> + <hkern g1="X" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="65" /> + <hkern g1="X" + g2="x" + k="25" /> + <hkern g1="X" + g2="z,zacute,zcaron,zdotaccent" + k="9" /> + <hkern g1="X" + g2="M" + k="9" /> + <hkern g1="X" + g2="V" + k="28" /> + <hkern g1="X" + g2="asterisk" + k="30" /> + <hkern g1="X" + g2="periodcentered" + k="50" /> + <hkern g1="X" + g2="question" + k="-11" /> + <hkern g1="X" + g2="ampersand.ss08" + k="3" /> + <hkern g1="X" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-12" /> + <hkern g1="X" + g2="germandbls" + k="10" /> + <hkern g1="X" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="10" /> + <hkern g1="X" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="10" /> + <hkern g1="X" + g2="uni1E9E" + k="10" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-12" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="45" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="hyphen,uni00AD,endash,emdash" + k="80" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="guillemotleft,guilsinglleft" + k="79" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="guillemotright,guilsinglright" + k="47" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="123" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="91" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="AE" + k="130" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="43" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="48" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="28" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="13" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="18" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="X" + k="13" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-1" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="108" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="103" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="45" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="92" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="t,tbar,tcaron,uni0163,uni021B" + k="33" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="78" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="46" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="x" + k="56" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="z,zacute,zcaron,zdotaccent" + k="73" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="M" + k="51" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="V" + k="17" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="periodcentered" + k="88" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="question" + k="-4" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="ampersand.ss08" + k="13" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="slash" + k="90" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-25" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="at" + k="1" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="germandbls" + k="38" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="78" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="18" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="uni1E9E" + k="50" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-2" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-10" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="60" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-11" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-1" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="AE" + k="20" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="41" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="15" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="X" + k="-1" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="3" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="20" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-8" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="35" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-1" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="t,tbar,tcaron,uni0163,uni021B" + k="48" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="15" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="43" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="x" + k="-2" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="V" + k="4" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="asterisk" + k="10" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="periodcentered" + k="50" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="question" + k="-3" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="ampersand.ss08" + k="12" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="at" + k="1" /> + <hkern g1="F" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-10" /> + <hkern g1="F" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="110" /> + <hkern g1="F" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="80" /> + <hkern g1="F" + g2="AE" + k="95" /> + <hkern g1="F" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="51" /> + <hkern g1="F" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="F" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="F" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="1" /> + <hkern g1="F" + g2="X" + k="10" /> + <hkern g1="F" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="F" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="15" /> + <hkern g1="F" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="40" /> + <hkern g1="F" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="F" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="5" /> + <hkern g1="F" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="15" /> + <hkern g1="F" + g2="slash" + k="80" /> + <hkern g1="F" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="10" /> + <hkern g1="uni1E9E" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="10" /> + <hkern g1="uni1E9E" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="35" /> + <hkern g1="uni1E9E" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="uni1E9E" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="15" /> + <hkern g1="uni1E9E" + g2="X" + k="10" /> + <hkern g1="uni1E9E" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="45" /> + <hkern g1="uni1E9E" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="M" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="19" /> + <hkern g1="M" + g2="guillemotright,guilsinglright" + k="-1" /> + <hkern g1="M" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-11" /> + <hkern g1="M" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="9" /> + <hkern g1="M" + g2="AE" + k="5" /> + <hkern g1="M" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-1" /> + <hkern g1="M" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="14" /> + <hkern g1="M" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="9" /> + <hkern g1="M" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="58" /> + <hkern g1="M" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="18" /> + <hkern g1="M" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="33" /> + <hkern g1="M" + g2="X" + k="9" /> + <hkern g1="M" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="51" /> + <hkern g1="M" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="10" /> + <hkern g1="M" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-5" /> + <hkern g1="M" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="20" /> + <hkern g1="M" + g2="t,tbar,tcaron,uni0163,uni021B" + k="25" /> + <hkern g1="M" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="5" /> + <hkern g1="M" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="28" /> + <hkern g1="M" + g2="z,zacute,zcaron,zdotaccent" + k="5" /> + <hkern g1="Q" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="10" /> + <hkern g1="Q" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="1" /> + <hkern g1="Q" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="1" /> + <hkern g1="Q" + g2="AE" + k="30" /> + <hkern g1="Q" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="29" /> + <hkern g1="Q" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="14" /> + <hkern g1="Q" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="42" /> + <hkern g1="Q" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="18" /> + <hkern g1="Q" + g2="X" + k="20" /> + <hkern g1="Q" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="48" /> + <hkern g1="Q" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="30" /> + <hkern g1="Q" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="5" /> + <hkern g1="Q" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="5" /> + <hkern g1="Q" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-1" /> + <hkern g1="Q" + g2="x" + k="-1" /> + <hkern g1="Q" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="Q" + g2="slash" + k="20" /> + <hkern g1="Thorn" + g2="hyphen,uni00AD,endash,emdash" + k="-10" /> + <hkern g1="Thorn" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="43" /> + <hkern g1="Thorn" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="60" /> + <hkern g1="Thorn" + g2="AE" + k="55" /> + <hkern g1="Thorn" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="70" /> + <hkern g1="Thorn" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-10" /> + <hkern g1="Thorn" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="5" /> + <hkern g1="Thorn" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="Thorn" + g2="X" + k="85" /> + <hkern g1="Thorn" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="70" /> + <hkern g1="Thorn" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="15" /> + <hkern g1="Thorn" + g2="slash" + k="50" /> + <hkern g1="V" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-22" /> + <hkern g1="V" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="56" /> + <hkern g1="V" + g2="hyphen,uni00AD,endash,emdash" + k="69" /> + <hkern g1="V" + g2="guillemotleft,guilsinglleft" + k="60" /> + <hkern g1="V" + g2="guillemotright,guilsinglright" + k="28" /> + <hkern g1="V" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="95" /> + <hkern g1="V" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="91" /> + <hkern g1="V" + g2="AE" + k="121" /> + <hkern g1="V" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="33" /> + <hkern g1="V" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="24" /> + <hkern g1="V" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="9" /> + <hkern g1="V" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="4" /> + <hkern g1="V" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="V" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="17" /> + <hkern g1="V" + g2="X" + k="13" /> + <hkern g1="V" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="17" /> + <hkern g1="V" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="88" /> + <hkern g1="V" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="73" /> + <hkern g1="V" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="38" /> + <hkern g1="V" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="58" /> + <hkern g1="V" + g2="t,tbar,tcaron,uni0163,uni021B" + k="38" /> + <hkern g1="V" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="58" /> + <hkern g1="V" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="28" /> + <hkern g1="V" + g2="x" + k="38" /> + <hkern g1="V" + g2="z,zacute,zcaron,zdotaccent" + k="53" /> + <hkern g1="V" + g2="slash" + k="100" /> + <hkern g1="V" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-41" /> + <hkern g1="V" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="58" /> + <hkern g1="V" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="18" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="19" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="hyphen,uni00AD,endash,emdash" + k="-10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="guillemotleft,guilsinglleft" + k="-10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="guillemotright,guilsinglright" + k="10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="11" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="9" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="20" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="121" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="68" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="X" + k="28" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="108" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-5" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="t,tbar,tcaron,uni0163,uni021B" + k="20" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="14" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="x" + k="29" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="z,zacute,zcaron,zdotaccent" + k="16" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="M" + k="10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="V" + k="88" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="asterisk" + k="30" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="backslash" + k="80" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="periodcentered" + k="-10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="question" + k="70" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="100" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="50" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="78" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="V" + k="70" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="backslash" + k="70" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="question" + k="40" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="15" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="111" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="58" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="X" + k="10" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="98" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="5" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="t,tbar,tcaron,uni0163,uni021B" + k="10" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="10" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="V" + k="80" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="asterisk" + k="20" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="question" + k="50" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="40" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="111" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="73" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="X" + k="-1" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="116" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="16" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="t,tbar,tcaron,uni0163,uni021B" + k="20" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="28" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="x" + k="13" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="z,zacute,zcaron,zdotaccent" + k="5" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="V" + k="93" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="asterisk" + k="30" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="backslash" + k="70" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="question" + k="60" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="20" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="guillemotright,guilsinglright" + k="-1" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="23" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="X" + k="-21" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="60" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="14" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-5" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="t,tbar,tcaron,uni0163,uni021B" + k="4" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-11" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="x" + k="-11" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="z,zacute,zcaron,zdotaccent" + k="-5" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="V" + k="40" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="question" + k="20" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="34" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="20" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="hyphen,uni00AD,endash,emdash" + k="-10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="guillemotleft,guilsinglleft" + k="-1" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="guillemotright,guilsinglright" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="18" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="35" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="120" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="68" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="X" + k="33" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="108" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="45" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="t,tbar,tcaron,uni0163,uni021B" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="14" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="x" + k="37" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="z,zacute,zcaron,zdotaccent" + k="11" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="M" + k="15" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="V" + k="88" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="asterisk" + k="30" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="backslash" + k="80" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="periodcentered" + k="-10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="question" + k="70" /> + <hkern g1="f,f_f" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-50" /> + <hkern g1="f,f_f" + g2="parenright,braceright,bracketright" + k="-50" /> + <hkern g1="f,f_f" + g2="hyphen,uni00AD,endash,emdash" + k="31" /> + <hkern g1="f,f_f" + g2="guillemotleft,guilsinglleft" + k="20" /> + <hkern g1="f,f_f" + g2="guillemotright,guilsinglright" + k="-2" /> + <hkern g1="f,f_f" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="60" /> + <hkern g1="f,f_f" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="79" /> + <hkern g1="f,f_f" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="10" /> + <hkern g1="f,f_f" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-1" /> + <hkern g1="f,f_f" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-21" /> + <hkern g1="f,f_f" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="-10" /> + <hkern g1="f,f_f" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-62" /> + <hkern g1="f,f_f" + g2="X" + k="-41" /> + <hkern g1="f,f_f" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-41" /> + <hkern g1="f,f_f" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-31" /> + <hkern g1="f,f_f" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="25" /> + <hkern g1="f,f_f" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-16" /> + <hkern g1="f,f_f" + g2="x" + k="-1" /> + <hkern g1="f,f_f" + g2="M" + k="35" /> + <hkern g1="f,f_f" + g2="V" + k="-61" /> + <hkern g1="f,f_f" + g2="asterisk" + k="-40" /> + <hkern g1="f,f_f" + g2="backslash" + k="-30" /> + <hkern g1="f,f_f" + g2="periodcentered" + k="20" /> + <hkern g1="f,f_f" + g2="question" + k="-61" /> + <hkern g1="f,f_f" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="30" /> + <hkern g1="f,f_f" + g2="slash" + k="40" /> + <hkern g1="f,f_f" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="5" /> + <hkern g1="f,f_f" + g2="trademark" + k="-60" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="20" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="4" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="X" + k="10" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="18" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="V" + k="18" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-10" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-46" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="X" + k="-12" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-25" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="V" + k="-41" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="hyphen,uni00AD,endash,emdash" + k="50" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="guillemotright,guilsinglright" + k="-4" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-15" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-1" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-5" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="9" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="X" + k="6" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="38" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="9" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-1" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="17" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="x" + k="-2" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="V" + k="27" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="asterisk" + k="-10" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="backslash" + k="40" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="periodcentered" + k="30" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="29" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-1" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-2" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="5" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="15" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="guillemotleft,guilsinglleft" + k="20" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="guillemotright,guilsinglright" + k="-12" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="80" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="78" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="70" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="82" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="28" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="X" + k="58" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="48" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="24" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-15" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="x" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="M" + k="30" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="V" + k="35" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="asterisk" + k="-20" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="backslash" + k="50" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="question" + k="-1" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="slash" + k="70" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-1" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="ampersand.ss08" + k="2" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="guillemotleft,guilsinglleft" + k="-10" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-19" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="90" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="29" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="X" + k="4" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="69" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="14" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-14" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="5" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="t,tbar,tcaron,uni0163,uni021B" + k="1" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-6" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="V" + k="39" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="backslash" + k="70" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="question" + k="29" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-9" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-1" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="parenright,braceright,bracketright" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="hyphen,uni00AD,endash,emdash" + k="11" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="guillemotleft,guilsinglleft" + k="21" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="guillemotright,guilsinglright" + k="-1" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-2" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="33" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="X" + k="-11" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="68" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="4" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="x" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="z,zacute,zcaron,zdotaccent" + k="-5" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="V" + k="50" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="backslash" + k="50" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="periodcentered" + k="30" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="question" + k="-1" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="21" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-1" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="1" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="102" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="38" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="78" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="15" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="V" + k="58" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="backslash" + k="40" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-11" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="parenright,braceright,bracketright" + k="20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="hyphen,uni00AD,endash,emdash" + k="14" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="guillemotleft,guilsinglleft" + k="9" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="guillemotright,guilsinglright" + k="-13" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="68" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="64" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="70" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="63" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="18" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="X" + k="65" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="46" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="13" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="17" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="x" + k="13" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="z,zacute,zcaron,zdotaccent" + k="-5" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="M" + k="28" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="V" + k="28" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="asterisk" + k="-20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="backslash" + k="20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="periodcentered" + k="9" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="question" + k="-4" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="14" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="slash" + k="80" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-1" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-2" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-1" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="ampersand.ss08" + k="2" /> + <hkern g1="x" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-1" /> + <hkern g1="x" + g2="hyphen,uni00AD,endash,emdash" + k="38" /> + <hkern g1="x" + g2="guillemotleft,guilsinglleft" + k="28" /> + <hkern g1="x" + g2="guillemotright,guilsinglright" + k="-4" /> + <hkern g1="x" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-21" /> + <hkern g1="x" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="7" /> + <hkern g1="x" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="53" /> + <hkern g1="x" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="x" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="23" /> + <hkern g1="x" + g2="X" + k="25" /> + <hkern g1="x" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="56" /> + <hkern g1="x" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="4" /> + <hkern g1="x" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="9" /> + <hkern g1="x" + g2="t,tbar,tcaron,uni0163,uni021B" + k="5" /> + <hkern g1="x" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="28" /> + <hkern g1="x" + g2="x" + k="-1" /> + <hkern g1="x" + g2="V" + k="38" /> + <hkern g1="x" + g2="backslash" + k="60" /> + <hkern g1="x" + g2="periodcentered" + k="38" /> + <hkern g1="x" + g2="question" + k="8" /> + <hkern g1="x" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="29" /> + <hkern g1="x" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-5" /> + <hkern g1="x" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-1" /> + <hkern g1="x" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="17" /> + <hkern g1="x" + g2="ampersand.ss08" + k="3" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="25" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="guillemotleft,guilsinglleft" + k="10" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-1" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="63" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="23" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="X" + k="-1" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="54" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-10" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="V" + k="33" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="backslash" + k="50" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="periodcentered" + k="20" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="26" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-1" /> + <hkern g1="eth" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="81" /> + <hkern g1="eth" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="15" /> + <hkern g1="eth" + g2="t,tbar,tcaron,uni0163,uni021B" + k="15" /> + <hkern g1="eth" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="25" /> + <hkern g1="eth" + g2="x" + k="30" /> + <hkern g1="f.calt" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-21" /> + <hkern g1="germandbls" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-1" /> + <hkern g1="germandbls" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="50" /> + <hkern g1="germandbls" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="germandbls" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="30" /> + <hkern g1="germandbls" + g2="X" + k="-1" /> + <hkern g1="germandbls" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="53" /> + <hkern g1="germandbls" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="9" /> + <hkern g1="germandbls" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-15" /> + <hkern g1="germandbls" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="25" /> + <hkern g1="germandbls" + g2="t,tbar,tcaron,uni0163,uni021B" + k="35" /> + <hkern g1="germandbls" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="35" /> + <hkern g1="germandbls" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="germandbls" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="5" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="a.sups" + k="-4" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="f.sups" + k="7" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="t.sups" + k="15" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="v.sups,w.sups,y.sups" + k="10" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="x.sups" + k="21" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="z.sups" + k="12" /> + <hkern g1="h.sups,m.sups,n.sups" + g2="f.sups" + k="4" /> + <hkern g1="h.sups,m.sups,n.sups" + g2="t.sups" + k="7" /> + <hkern g1="h.sups,m.sups,n.sups" + g2="v.sups,w.sups,y.sups" + k="7" /> + <hkern g1="a.sups" + g2="f.sups" + k="12" /> + <hkern g1="a.sups" + g2="t.sups" + k="15" /> + <hkern g1="a.sups" + g2="v.sups,w.sups,y.sups" + k="20" /> + <hkern g1="a.sups" + g2="x.sups" + k="10" /> + <hkern g1="a.sups" + g2="z.sups" + k="4" /> + <hkern g1="c.sups" + g2="a.sups" + k="11" /> + <hkern g1="c.sups" + g2="f.sups" + k="-4" /> + <hkern g1="c.sups" + g2="t.sups" + k="3" /> + <hkern g1="c.sups" + g2="v.sups,w.sups,y.sups" + k="-8" /> + <hkern g1="c.sups" + g2="x.sups" + k="-8" /> + <hkern g1="c.sups" + g2="z.sups" + k="-4" /> + <hkern g1="c.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="25" /> + <hkern g1="e.sups" + g2="a.sups" + k="7" /> + <hkern g1="e.sups" + g2="f.sups" + k="7" /> + <hkern g1="e.sups" + g2="t.sups" + k="7" /> + <hkern g1="e.sups" + g2="v.sups,w.sups,y.sups" + k="10" /> + <hkern g1="e.sups" + g2="x.sups" + k="28" /> + <hkern g1="e.sups" + g2="z.sups" + k="8" /> + <hkern g1="f.sups" + g2="a.sups" + k="19" /> + <hkern g1="f.sups" + g2="v.sups,w.sups,y.sups" + k="-12" /> + <hkern g1="f.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="22" /> + <hkern g1="f.sups" + g2="s.sups" + k="4" /> + <hkern g1="k.sups" + g2="a.sups" + k="6" /> + <hkern g1="k.sups" + g2="v.sups,w.sups,y.sups" + k="13" /> + <hkern g1="k.sups" + g2="x.sups" + k="-2" /> + <hkern g1="k.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="21" /> + <hkern g1="k.sups" + g2="u.sups" + k="11" /> + <hkern g1="r.sups" + g2="a.sups" + k="18" /> + <hkern g1="r.sups" + g2="t.sups" + k="-7" /> + <hkern g1="r.sups" + g2="v.sups,w.sups,y.sups" + k="-11" /> + <hkern g1="r.sups" + g2="x.sups" + k="-7" /> + <hkern g1="r.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="7" /> + <hkern g1="r.sups" + g2="s.sups" + k="-7" /> + <hkern g1="s.sups" + g2="a.sups" + k="-11" /> + <hkern g1="s.sups" + g2="f.sups" + k="4" /> + <hkern g1="s.sups" + g2="v.sups,w.sups,y.sups" + k="-4" /> + <hkern g1="s.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="-6" /> + <hkern g1="t.sups" + g2="a.sups" + k="7" /> + <hkern g1="t.sups" + g2="v.sups,w.sups,y.sups" + k="-7" /> + <hkern g1="t.sups" + g2="x.sups" + k="-7" /> + <hkern g1="t.sups" + g2="z.sups" + k="-4" /> + <hkern g1="t.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="15" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="a.sups" + k="10" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="f.sups" + k="-15" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="t.sups" + k="-15" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="v.sups,w.sups,y.sups" + k="13" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="x.sups" + k="9" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="z.sups" + k="-4" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="10" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="s.sups" + k="-1" /> + <hkern g1="x.sups" + g2="a.sups" + k="3" /> + <hkern g1="x.sups" + g2="f.sups" + k="6" /> + <hkern g1="x.sups" + g2="t.sups" + k="4" /> + <hkern g1="x.sups" + g2="v.sups,w.sups,y.sups" + k="20" /> + <hkern g1="x.sups" + g2="x.sups" + k="-1" /> + <hkern g1="x.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="21" /> + <hkern g1="x.sups" + g2="s.sups" + k="-4" /> + <hkern g1="z.sups" + g2="v.sups,w.sups,y.sups" + k="-7" /> + <hkern g1="z.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="19" /> + <hkern g1="ampersand.ss08" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="39" /> + <hkern g1="ampersand.ss08" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="23" /> + <hkern g1="ampersand.ss08" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="ampersand.ss08" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="22" /> + <hkern g1="ampersand.ss08" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="7" /> + <hkern g1="ampersand.ss08" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="30" /> + <hkern g1="ampersand.ss08" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="41" /> + <hkern g1="ampersand.ss08" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-6" /> + <hkern g1="ampersand.ss08" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-2" /> + <hkern g1="ampersand.ss08" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="3" /> + <hkern g1="ampersand.ss08" + g2="X" + k="-3" /> + <hkern g1="ampersand.ss08" + g2="x" + k="-5" /> + <hkern g1="at" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="4" /> + <hkern g1="at" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="1" /> + <hkern g1="at" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="30" /> + <hkern g1="at" + g2="X" + k="1" /> + <hkern g1="at" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="20" /> + <hkern g1="dagger" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="60" /> + </font> +</defs></svg> diff --git a/docs/css/assets/fonts/Madera-Bold.ttf b/docs/css/assets/fonts/Madera-Bold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..f2727b12398796294222ae79f86f3af28950f57d Binary files /dev/null and b/docs/css/assets/fonts/Madera-Bold.ttf differ diff --git a/docs/css/assets/fonts/Madera-Bold.woff b/docs/css/assets/fonts/Madera-Bold.woff new file mode 100644 index 0000000000000000000000000000000000000000..4cb26fdb1715777aee16a62d2955c14d2bb3f58a Binary files /dev/null and b/docs/css/assets/fonts/Madera-Bold.woff differ diff --git a/docs/css/assets/fonts/Madera-Bold.woff2 b/docs/css/assets/fonts/Madera-Bold.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..090315e964ebe33f381009e6e329661061b8a94a Binary files /dev/null and b/docs/css/assets/fonts/Madera-Bold.woff2 differ diff --git a/docs/css/assets/fonts/Madera-Regular.eot b/docs/css/assets/fonts/Madera-Regular.eot new file mode 100644 index 0000000000000000000000000000000000000000..33d4788af8428daadd2584ceddaaed359fb114ce Binary files /dev/null and b/docs/css/assets/fonts/Madera-Regular.eot differ diff --git a/docs/css/assets/fonts/Madera-Regular.svg b/docs/css/assets/fonts/Madera-Regular.svg new file mode 100644 index 0000000000000000000000000000000000000000..b4ed242c56bf90112ca6970b142891d90681aa98 --- /dev/null +++ b/docs/css/assets/fonts/Madera-Regular.svg @@ -0,0 +1,5284 @@ +<?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 20201107 at Thu Jan 11 12:26:25 2018 + By Unknown +Copyright (c) 2018 Monotype Imaging Inc. All rights reserved +</metadata> +<defs> +<font id="Madera-Regular" horiz-adv-x="1070" > + <font-face + font-family="Madera" + font-weight="400" + font-stretch="normal" + units-per-em="1000" + panose-1="2 11 5 4 2 2 4 2 2 4" + ascent="767" + descent="-233" + x-height="517" + cap-height="739" + bbox="-676 -233 1426 1241" + underline-thickness="50" + underline-position="-100" + stemh="72" + stemv="79" + unicode-range="U+000D-FEFF" + /> +<missing-glyph horiz-adv-x="832" +d="M105 881h622v-1015h-622v1015zM350 192h74v20c0 137 223 97 223 290c0 116 -83 211 -235 211c-111 0 -192 -46 -246 -117l56 -52c41 56 101 94 187 94c100 0 154 -62 154 -140c0 -146 -213 -111 -213 -282v-24zM395 0c30 0 54 24 54 55c0 30 -24 54 -54 54 +c-32 0 -56 -24 -56 -54c0 -31 24 -55 56 -55z" /> + <glyph glyph-name="IJ" unicode="IJ" horiz-adv-x="832" +d="M105 0v739h84v-739h-84zM743 739v-500c0 -167 -101 -249 -220 -249c-106 0 -161 39 -211 99l60 58c40 -51 79 -78 150 -78c81 0 137 60 137 172v422h-278l21 76h341z" /> + <glyph glyph-name="ij" unicode="ij" horiz-adv-x="514" +d="M128 640c-32 0 -55 24 -55 54c0 31 23 53 55 53c34 0 58 -22 58 -53c0 -30 -24 -54 -58 -54zM385 640c-32 0 -55 24 -55 54c0 31 23 53 55 53c34 0 58 -22 58 -53c0 -30 -24 -54 -58 -54zM89 0v517h79v-517h-79zM190 -204l19 67c17 -7 35 -11 55 -11c49 0 83 30 83 104 +v561h78v-558c0 -118 -62 -177 -156 -177c-30 0 -56 5 -79 14z" /> + <glyph glyph-name="f_f" unicode="ff" horiz-adv-x="740" +d="M110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM656 682c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51c0 113 63 183 169 183 +c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9z" /> + <glyph glyph-name="f_f_i" unicode="ffi" horiz-adv-x="997" +d="M110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM480 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71 +h-148v-446h-78v446h-97l19 71h78v51zM869 747c33 0 57 -22 57 -53c0 -30 -24 -54 -57 -54s-56 24 -56 54c0 31 23 53 56 53zM829 0v517h79v-517h-79z" /> + <glyph glyph-name="f_f_l" unicode="ffl" horiz-adv-x="997" +d="M110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM480 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71 +h-148v-446h-78v446h-97l19 71h78v51zM829 739h79v-739h-79v739z" /> + <glyph glyph-name="f_i" unicode="fi" horiz-adv-x="627" +d="M110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM498 747c34 0 58 -22 58 -53c0 -30 -24 -54 -58 -54c-32 0 -55 24 -55 54c0 31 23 53 55 53zM459 0v517h79v-517h-79 +z" /> + <glyph glyph-name="f_l" unicode="fl" horiz-adv-x="627" +d="M110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM459 739h79v-739h-79v739z" /> + <glyph glyph-name=".notdef" horiz-adv-x="832" +d="M105 881h622v-1015h-622v1015zM350 192h74v20c0 137 223 97 223 290c0 116 -83 211 -235 211c-111 0 -192 -46 -246 -117l56 -52c41 56 101 94 187 94c100 0 154 -62 154 -140c0 -146 -213 -111 -213 -282v-24zM395 0c30 0 54 24 54 55c0 30 -24 54 -54 54 +c-32 0 -56 -24 -56 -54c0 -31 24 -55 56 -55z" /> + <glyph glyph-name="NULL" horiz-adv-x="0" + /> + <glyph glyph-name="CR" unicode="
" horiz-adv-x="220" + /> + <glyph glyph-name="space" unicode=" " horiz-adv-x="220" + /> + <glyph glyph-name="A" unicode="A" horiz-adv-x="649" +d="M550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="Aacute" unicode="Á" horiz-adv-x="649" +d="M442 944l-83 -136h-67l73 173zM550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="Abreve" unicode="Ă" horiz-adv-x="649" +d="M325 813c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="Acircumflex" unicode="Â" horiz-adv-x="649" +d="M324 909l-71 -101h-68l92 153h93l94 -153h-68zM550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="Adieresis" unicode="Ä" horiz-adv-x="649" +d="M229 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM420 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274l-122 311 +l-121 -311h243z" /> + <glyph glyph-name="Agrave" unicode="À" horiz-adv-x="649" +d="M357 808h-67l-83 136l77 37zM550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="Amacron" unicode="Ā" horiz-adv-x="649" +d="M456 908v-67h-261v67h261zM550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="Aogonek" unicode="Ą" horiz-adv-x="649" +d="M607 -121c32 0 55 7 79 17v-65c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 37 18 68 63 104l-77 197h-296l-79 -199h-89l309 751h16l309 -751h-26c-53 -34 -65 -58 -65 -82c0 -25 17 -39 56 -39zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="Aring" unicode="Å" horiz-adv-x="649" +d="M325 790c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM325 977c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68c39 0 67 27 67 68c0 40 -28 68 -67 68zM550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274 +l-122 311l-121 -311h243z" /> + <glyph glyph-name="Aringacute" unicode="Ǻ" horiz-adv-x="649" +d="M442 1204l-83 -136h-67l73 173zM325 790c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM325 977c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68c39 0 67 27 67 68c0 40 -28 68 -67 68zM550 0l-78 199h-296l-79 -199h-89l309 751 +h16l309 -751h-92zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="Atilde" unicode="Ã" horiz-adv-x="649" +d="M266 873c-20 0 -30 -11 -41 -45l-54 14c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47zM550 0l-78 199h-296l-79 -199h-89l309 751h16l309 -751h-92zM445 274l-122 311l-121 -311h243z" /> + <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="968" +d="M567 78h327v-78h-410v216h-258l-123 -216h-95l428 739h447v-77h-316v-244h302v-78h-302v-262zM269 292h215v372h-4z" /> + <glyph glyph-name="AEacute" unicode="Ǽ" horiz-adv-x="968" +d="M738 944l-83 -136h-67l73 173zM567 78h327v-78h-410v216h-258l-123 -216h-95l428 739h447v-77h-316v-244h302v-78h-302v-262zM269 292h215v372h-4z" /> + <glyph glyph-name="B" unicode="B" horiz-adv-x="671" +d="M470 388c95 -24 143 -92 143 -183c0 -133 -95 -205 -250 -205h-258v739h228c157 0 249 -68 249 -189c0 -74 -36 -135 -112 -162zM331 662h-143v-245h143c104 0 166 39 166 126c0 76 -63 119 -166 119zM360 77c106 0 168 47 168 131c0 89 -62 135 -169 135h-171v-266h172z +" /> + <glyph glyph-name="C" unicode="C" horiz-adv-x="739" +d="M412 -11c-198 0 -354 157 -354 380c0 227 157 380 362 380c120 0 212 -46 275 -124l-60 -56c-49 65 -124 100 -213 100c-161 0 -278 -121 -278 -300c0 -177 118 -300 272 -300c97 0 171 43 223 115l60 -52c-63 -93 -164 -143 -287 -143z" /> + <glyph glyph-name="Cacute" unicode="Ć" horiz-adv-x="739" +d="M388 808l73 173l77 -37l-83 -136h-67zM412 -11c-198 0 -354 157 -354 380c0 227 157 380 362 380c120 0 212 -46 275 -124l-60 -56c-49 65 -124 100 -213 100c-161 0 -278 -121 -278 -300c0 -177 118 -300 272 -300c97 0 171 43 223 115l60 -52 +c-63 -93 -164 -143 -287 -143z" /> + <glyph glyph-name="Ccaron" unicode="Č" horiz-adv-x="739" +d="M473 809h-93l-94 153h68l72 -100l71 100h68zM639 184l60 -52c-63 -93 -164 -143 -287 -143c-198 0 -354 157 -354 380c0 227 157 380 362 380c120 0 212 -46 275 -124l-60 -56c-49 65 -124 100 -213 100c-161 0 -278 -121 -278 -300c0 -177 118 -300 272 -300 +c97 0 171 43 223 115z" /> + <glyph glyph-name="Ccedilla" unicode="Ç" horiz-adv-x="739" +d="M412 -11c-198 0 -354 157 -354 380c0 227 157 380 362 380c120 0 212 -46 275 -124l-60 -56c-49 65 -124 100 -213 100c-161 0 -278 -121 -278 -300c0 -177 118 -300 272 -300c97 0 171 43 223 115l60 -52c-63 -93 -164 -143 -287 -143zM330 -206l43 143h87l-65 -143h-65 +z" /> + <glyph glyph-name="Ccircumflex" unicode="Ĉ" horiz-adv-x="739" +d="M420 909l-71 -101h-68l92 153h93l94 -153h-68zM639 184l60 -52c-63 -93 -164 -143 -287 -143c-198 0 -354 157 -354 380c0 227 157 380 362 380c120 0 212 -46 275 -124l-60 -56c-49 65 -124 100 -213 100c-161 0 -278 -121 -278 -300c0 -177 118 -300 272 -300 +c97 0 171 43 223 115z" /> + <glyph glyph-name="Cdotaccent" unicode="Ċ" horiz-adv-x="739" +d="M419 818c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM412 -11c-198 0 -354 157 -354 380c0 227 157 380 362 380c120 0 212 -46 275 -124l-60 -56c-49 65 -124 100 -213 100c-161 0 -278 -121 -278 -300c0 -177 118 -300 272 -300 +c97 0 171 43 223 115l60 -52c-63 -93 -164 -143 -287 -143z" /> + <glyph glyph-name="D" unicode="D" horiz-adv-x="756" +d="M295 739c242 0 403 -132 403 -363c0 -236 -165 -376 -403 -376h-190v739h190zM297 78c186 0 314 106 314 298c0 190 -125 286 -314 286h-109v-584h109z" /> + <glyph glyph-name="Eth" unicode="Ð" horiz-adv-x="756" +d="M295 739c242 0 403 -132 403 -363c0 -236 -165 -376 -403 -376h-190v336h-81v68h81v335h190zM297 78c186 0 314 106 314 298c0 190 -125 286 -314 286h-109v-258h194v-68h-194v-258h109z" /> + <glyph glyph-name="Dcaron" unicode="Ď" horiz-adv-x="756" +d="M370 809h-93l-94 153h68l72 -100l71 100h68zM295 739c242 0 403 -132 403 -363c0 -236 -165 -376 -403 -376h-190v739h190zM297 78c186 0 314 106 314 298c0 190 -125 286 -314 286h-109v-584h109z" /> + <glyph glyph-name="Dcroat" unicode="Đ" horiz-adv-x="756" +d="M295 739c242 0 403 -132 403 -363c0 -236 -165 -376 -403 -376h-190v336h-81v68h81v335h190zM297 78c186 0 314 106 314 298c0 190 -125 286 -314 286h-109v-258h194v-68h-194v-258h109z" /> + <glyph glyph-name="E" unicode="E" horiz-adv-x="623" +d="M188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Eacute" unicode="É" horiz-adv-x="623" +d="M443 944l-83 -136h-67l73 173zM188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Ebreve" unicode="Ĕ" horiz-adv-x="623" +d="M326 813c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Ecaron" unicode="Ě" horiz-adv-x="623" +d="M378 809h-93l-94 153h68l72 -100l71 100h68zM188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Ecircumflex" unicode="Ê" horiz-adv-x="623" +d="M325 909l-71 -101h-68l92 153h93l94 -153h-68zM188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Edieresis" unicode="Ë" horiz-adv-x="623" +d="M230 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM421 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Edotaccent" unicode="Ė" horiz-adv-x="623" +d="M324 818c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Egrave" unicode="È" horiz-adv-x="623" +d="M358 808h-67l-83 136l77 37zM188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Emacron" unicode="Ē" horiz-adv-x="623" +d="M457 908v-67h-261v67h261zM188 78h362v-78h-445v739h434v-77h-351v-244h336v-78h-336v-262z" /> + <glyph glyph-name="Eogonek" unicode="Ę" horiz-adv-x="623" +d="M455 0c-53 -34 -65 -58 -65 -82c0 -25 17 -39 56 -39c32 0 55 7 79 17v-65c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 37 17 67 61 102h-281v739h434v-77h-351v-244h336v-78h-336v-262h362v-78h-95z" /> + <glyph glyph-name="F" unicode="F" horiz-adv-x="581" +d="M518 662h-329v-250h315v-77h-315v-335h-84v739h413v-77z" /> + <glyph glyph-name="G" unicode="G" horiz-adv-x="800" +d="M752 387c1 -11 1 -22 1 -32c0 -220 -132 -367 -335 -367c-195 0 -360 151 -360 381s159 383 363 383c122 0 218 -47 281 -130l-58 -56c-48 67 -127 106 -220 106c-161 0 -280 -122 -280 -303c0 -180 118 -301 274 -301c149 0 238 96 249 242h-267v77h352z" /> + <glyph glyph-name="Gbreve" unicode="Ğ" horiz-adv-x="800" +d="M423 813c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM752 387c1 -11 1 -22 1 -32c0 -220 -132 -367 -335 -367c-195 0 -360 151 -360 381s159 383 363 383c122 0 218 -47 281 -130l-58 -56c-48 67 -127 106 -220 106 +c-161 0 -280 -122 -280 -303c0 -180 118 -301 274 -301c149 0 238 96 249 242h-267v77h352z" /> + <glyph glyph-name="Gcircumflex" unicode="Ĝ" horiz-adv-x="800" +d="M422 909l-71 -101h-68l92 153h93l94 -153h-68zM752 387c1 -11 1 -22 1 -32c0 -220 -132 -367 -335 -367c-195 0 -360 151 -360 381s159 383 363 383c122 0 218 -47 281 -130l-58 -56c-48 67 -127 106 -220 106c-161 0 -280 -122 -280 -303c0 -180 118 -301 274 -301 +c149 0 238 96 249 242h-267v77h352z" /> + <glyph glyph-name="uni0122" unicode="Ģ" horiz-adv-x="800" +d="M752 387c1 -11 1 -22 1 -32c0 -220 -132 -367 -335 -367c-195 0 -360 151 -360 381s159 383 363 383c122 0 218 -47 281 -130l-58 -56c-48 67 -127 106 -220 106c-161 0 -280 -122 -280 -303c0 -180 118 -301 274 -301c149 0 238 96 249 242h-267v77h352zM419 -57 +c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="Gdotaccent" unicode="Ġ" horiz-adv-x="800" +d="M421 818c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM752 387c1 -11 1 -22 1 -32c0 -220 -132 -367 -335 -367c-195 0 -360 151 -360 381s159 383 363 383c122 0 218 -47 281 -130l-58 -56c-48 67 -127 106 -220 106 +c-161 0 -280 -122 -280 -303c0 -180 118 -301 274 -301c149 0 238 96 249 242h-267v77h352z" /> + <glyph glyph-name="H" unicode="H" horiz-adv-x="752" +d="M564 739h83v-739h-83v340h-375v-340h-84v739h84v-321h375v321z" /> + <glyph glyph-name="Hbar" unicode="Ħ" horiz-adv-x="752" +d="M564 739h83v-739h-83v340h-375v-340h-84v739h84v-120h375v120zM189 418h375v132h-375v-132z" /> + <glyph glyph-name="Hcircumflex" unicode="Ĥ" horiz-adv-x="752" +d="M376 909l-71 -101h-68l92 153h93l94 -153h-68zM564 739h83v-739h-83v340h-375v-340h-84v739h84v-321h375v321z" /> + <glyph glyph-name="I" unicode="I" horiz-adv-x="294" +d="M105 0v739h84v-739h-84z" /> + <glyph glyph-name="Iacute" unicode="Í" horiz-adv-x="294" +d="M114 808l73 173l77 -37l-83 -136h-67zM105 0v739h84v-739h-84z" /> + <glyph glyph-name="Ibreve" unicode="Ĭ" horiz-adv-x="294" +d="M147 813c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM105 0v739h84v-739h-84z" /> + <glyph glyph-name="Icircumflex" unicode="Î" horiz-adv-x="294" +d="M192 961l94 -153h-68l-72 101l-71 -101h-68l92 153h93zM105 0v739h84v-739h-84z" /> + <glyph glyph-name="Idieresis" unicode="Ï" horiz-adv-x="294" +d="M51 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM242 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM105 0v739h84v-739h-84z" /> + <glyph glyph-name="Idotaccent" unicode="İ" horiz-adv-x="294" +d="M145 818c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM105 0v739h84v-739h-84z" /> + <glyph glyph-name="Igrave" unicode="Ì" horiz-adv-x="294" +d="M112 808l-83 136l77 37l73 -173h-67zM105 0v739h84v-739h-84z" /> + <glyph glyph-name="Imacron" unicode="Ī" horiz-adv-x="294" +d="M16 841v67h261v-67h-261zM105 0v739h84v-739h-84z" /> + <glyph glyph-name="Iogonek" unicode="Į" horiz-adv-x="294" +d="M163 -185c-75 0 -113 30 -113 83c0 38 18 69 65 105l-10 1v735h84v-738l-10 -1c-53 -36 -65 -58 -65 -82c0 -25 18 -39 57 -39c31 0 55 7 79 17v-65c-26 -9 -54 -16 -87 -16z" /> + <glyph glyph-name="Itilde" unicode="Ĩ" horiz-adv-x="294" +d="M-7 842c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47c-20 0 -30 -11 -41 -45zM105 0v739h84v-739h-84z" /> + <glyph glyph-name="J" unicode="J" horiz-adv-x="538" +d="M449 739v-500c0 -167 -101 -249 -220 -249c-106 0 -161 39 -211 99l60 58c40 -51 79 -78 150 -78c81 0 137 60 137 172v422h-278l21 76h341z" /> + <glyph glyph-name="Jcircumflex" unicode="Ĵ" horiz-adv-x="538" +d="M263 909l-71 -101h-68l92 153h93l94 -153h-68zM449 739v-500c0 -167 -101 -249 -220 -249c-106 0 -161 39 -211 99l60 58c40 -51 79 -78 150 -78c81 0 137 60 137 172v422h-278l21 76h341z" /> + <glyph glyph-name="K" unicode="K" horiz-adv-x="600" +d="M592 0h-107l-296 373v-373h-84v739h84v-344l291 344h103l-305 -353z" /> + <glyph glyph-name="uni0136" unicode="Ķ" horiz-adv-x="600" +d="M278 386l314 -386h-107l-296 373v-373h-84v739h84v-344l291 344h103zM309 -57c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="L" unicode="L" horiz-adv-x="537" +d="M189 78h306v-78h-390v739h84v-661z" /> + <glyph glyph-name="Lacute" unicode="Ĺ" horiz-adv-x="537" +d="M264 944l-83 -136h-67l73 173zM189 78h306v-78h-390v739h84v-661z" /> + <glyph glyph-name="Lcaron" unicode="Ľ" horiz-adv-x="537" +d="M189 78h306v-78h-390v739h84v-661zM371 739l-25 -157h-59l10 157h74z" /> + <glyph glyph-name="uni013B" unicode="Ļ" horiz-adv-x="537" +d="M189 78h306v-78h-390v739h84v-661zM313 -57c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="Ldot" unicode="Ŀ" horiz-adv-x="543" +d="M189 78h306v-78h-390v739h84v-661zM419 343c-33 0 -58 25 -58 57s25 56 58 56c32 0 57 -24 57 -56s-25 -57 -57 -57z" /> + <glyph glyph-name="Lslash" unicode="Ł" horiz-adv-x="537" +d="M189 78h306v-78h-390v739h84v-357l177 163v-96l-177 -162v-209z" /> + <glyph glyph-name="M" unicode="M" horiz-adv-x="887" +d="M846 0h-84l-91 516l-218 -517h-15l-218 516l-94 -515h-84l137 751h20l246 -587l246 587h21z" /> + <glyph glyph-name="N" unicode="N" horiz-adv-x="788" +d="M599 739h84v-750h-21l-473 564v-553h-84v750h21l473 -565v554z" /> + <glyph glyph-name="Nacute" unicode="Ń" horiz-adv-x="788" +d="M502 944l-83 -136h-67l73 173zM599 739h84v-750h-21l-473 564v-553h-84v750h21l473 -565v554z" /> + <glyph glyph-name="Ncaron" unicode="Ň" horiz-adv-x="788" +d="M437 809h-93l-94 153h68l72 -100l71 100h68zM599 739h84v-750h-21l-473 564v-553h-84v750h21l473 -565v554z" /> + <glyph glyph-name="uni0145" unicode="Ņ" horiz-adv-x="788" +d="M599 739h84v-750h-21l-473 564v-553h-84v750h21l473 -565v554zM394 -57c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="Eng" unicode="Ŋ" horiz-adv-x="776" +d="M587 739h84v-780c0 -118 -62 -177 -155 -177c-31 0 -57 5 -80 15l18 72c16 -7 34 -11 54 -11c48 0 79 28 79 100v111l-398 480v-549h-84v751h18l464 -560v548z" /> + <glyph glyph-name="Ntilde" unicode="Ñ" horiz-adv-x="788" +d="M326 873c-20 0 -30 -11 -41 -45l-54 14c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47zM599 739h84v-750h-21l-473 564v-553h-84v750h21l473 -565v554z" /> + <glyph glyph-name="O" unicode="O" horiz-adv-x="841" +d="M420 -13c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383c0 -234 -168 -382 -363 -382zM420 68c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="Oacute" unicode="Ó" horiz-adv-x="841" +d="M388 808l73 173l77 -37l-83 -136h-67zM420 -13c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383c0 -234 -168 -382 -363 -382zM420 68c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="Obreve" unicode="Ŏ" horiz-adv-x="841" +d="M420 813c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM420 -13c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383c0 -234 -168 -382 -363 -382zM420 68c150 0 277 113 277 301 +c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="Ocircumflex" unicode="Ô" horiz-adv-x="841" +d="M420 909l-71 -101h-68l92 153h93l94 -153h-68zM420 752c195 0 363 -148 363 -383c0 -234 -168 -382 -363 -382s-362 148 -362 382c0 235 167 383 362 383zM420 68c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="Odieresis" unicode="Ö" horiz-adv-x="841" +d="M324 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM515 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM420 -13c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383 +c0 -234 -168 -382 -363 -382zM420 68c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="Ograve" unicode="Ò" horiz-adv-x="841" +d="M386 808l-83 136l77 37l73 -173h-67zM420 -13c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383c0 -234 -168 -382 -363 -382zM420 68c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="Ohungarumlaut" unicode="Ő" horiz-adv-x="841" +d="M314 808l72 174l66 -31l-70 -143h-68zM459 808l78 168l66 -31l-76 -137h-68zM420 -13c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383c0 -234 -168 -382 -363 -382zM420 68c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303 +c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="Omacron" unicode="Ō" horiz-adv-x="841" +d="M290 841v67h261v-67h-261zM420 -13c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383c0 -234 -168 -382 -363 -382zM420 68c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="841" +d="M690 633c57 -66 93 -156 93 -264c0 -234 -168 -382 -363 -382c-82 0 -159 26 -221 74l-41 -48l-51 43l43 51c-57 65 -92 154 -92 262c0 235 167 383 362 383c82 0 159 -26 220 -73l42 48l51 -44zM144 369c0 -81 23 -148 62 -198l381 445c-47 36 -105 56 -167 56 +c-150 0 -276 -114 -276 -303zM420 68c150 0 277 113 277 301c0 81 -24 149 -62 199l-382 -444c47 -37 105 -56 167 -56z" /> + <glyph glyph-name="Oslashacute" unicode="Ǿ" horiz-adv-x="841" +d="M538 944l-83 -136h-67l73 173zM690 633c57 -66 93 -156 93 -264c0 -234 -168 -382 -363 -382c-82 0 -159 26 -221 74l-41 -48l-51 43l43 51c-57 65 -92 154 -92 262c0 235 167 383 362 383c82 0 159 -26 220 -73l42 48l51 -44zM144 369c0 -81 23 -148 62 -198l381 445 +c-47 36 -105 56 -167 56c-150 0 -276 -114 -276 -303zM420 68c150 0 277 113 277 301c0 81 -24 149 -62 199l-382 -444c47 -37 105 -56 167 -56z" /> + <glyph glyph-name="Otilde" unicode="Õ" horiz-adv-x="841" +d="M266 842c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47c-20 0 -30 -11 -41 -45zM420 -13c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383c0 -234 -168 -382 -363 -382zM420 68 +c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="OE" unicode="Œ" horiz-adv-x="991" +d="M589 78h328v-78h-479c-218 0 -380 141 -380 369c0 230 162 370 380 370h468v-77h-317v-244h302v-78h-302v-262zM438 75h68v589h-68c-179 0 -294 -112 -294 -295c0 -181 115 -294 294 -294z" /> + <glyph glyph-name="P" unicode="P" horiz-adv-x="654" +d="M335 739c166 0 267 -83 267 -223c0 -150 -102 -226 -280 -226h-133v-290h-84v739h230zM322 367c129 0 194 48 194 149c0 96 -64 146 -183 146h-144v-295h133z" /> + <glyph glyph-name="Thorn" unicode="Þ" horiz-adv-x="654" +d="M335 602c166 0 267 -83 267 -224c0 -150 -102 -226 -280 -226h-133v-152h-84v739h84v-137h146zM322 229c129 0 194 47 194 149c0 96 -64 146 -183 146h-144v-295h133z" /> + <glyph glyph-name="Q" unicode="Q" horiz-adv-x="841" +d="M783 369c0 -110 -37 -201 -97 -267l88 -102l-60 -53l-88 103c-59 -41 -131 -63 -206 -63c-195 0 -362 148 -362 382c0 235 167 383 362 383s363 -148 363 -383zM420 68c56 0 108 16 152 45l-116 135l59 52l116 -134c41 51 66 119 66 203c0 189 -127 303 -277 303 +s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="R" unicode="R" horiz-adv-x="648" +d="M596 0h-105l-302 369v-369h-84v739h217c161 0 257 -74 257 -208c0 -129 -88 -199 -256 -205zM189 395h99c141 0 205 43 205 135c0 87 -59 132 -175 132h-129v-267z" /> + <glyph glyph-name="Racute" unicode="Ŕ" horiz-adv-x="648" +d="M432 944l-83 -136h-67l73 173zM596 0h-105l-302 369v-369h-84v739h217c161 0 257 -74 257 -208c0 -129 -88 -199 -256 -205zM189 395h99c141 0 205 43 205 135c0 87 -59 132 -175 132h-129v-267z" /> + <glyph glyph-name="Rcaron" unicode="Ř" horiz-adv-x="648" +d="M367 809h-93l-94 153h68l72 -100l71 100h68zM596 0h-105l-302 369v-369h-84v739h217c161 0 257 -74 257 -208c0 -129 -88 -199 -256 -205zM189 395h99c141 0 205 43 205 135c0 87 -59 132 -175 132h-129v-267z" /> + <glyph glyph-name="uni0156" unicode="Ŗ" horiz-adv-x="648" +d="M323 326l273 -326h-105l-302 369v-369h-84v739h217c161 0 257 -74 257 -208c0 -129 -88 -199 -256 -205zM189 395h99c141 0 205 43 205 135c0 87 -59 132 -175 132h-129v-267zM358 -57c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17 +c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="S" unicode="S" horiz-adv-x="609" +d="M302 -11c-119 0 -205 50 -263 107l52 64c60 -59 133 -93 213 -93c104 0 167 53 167 133c0 197 -412 66 -412 341c0 122 105 209 255 209c102 0 182 -39 233 -91l-49 -62c-44 48 -106 76 -184 76c-102 0 -169 -54 -169 -130c0 -190 412 -67 412 -337 +c0 -132 -102 -217 -255 -217z" /> + <glyph glyph-name="Sacute" unicode="Ś" horiz-adv-x="609" +d="M272 808l73 173l77 -37l-83 -136h-67zM302 -11c-119 0 -205 50 -263 107l52 64c60 -59 133 -93 213 -93c104 0 167 53 167 133c0 197 -412 66 -412 341c0 122 105 209 255 209c102 0 182 -39 233 -91l-49 -62c-44 48 -106 76 -184 76c-102 0 -169 -54 -169 -130 +c0 -190 412 -67 412 -337c0 -132 -102 -217 -255 -217z" /> + <glyph glyph-name="Scaron" unicode="Š" horiz-adv-x="609" +d="M357 809h-93l-94 153h68l72 -100l71 100h68zM145 543c0 -190 412 -67 412 -337c0 -132 -102 -217 -255 -217c-119 0 -205 50 -263 107l52 64c60 -59 133 -93 213 -93c104 0 167 53 167 133c0 197 -412 66 -412 341c0 122 105 209 255 209c102 0 182 -39 233 -91l-49 -62 +c-44 48 -106 76 -184 76c-102 0 -169 -54 -169 -130z" /> + <glyph glyph-name="Scedilla" unicode="Ş" horiz-adv-x="609" +d="M302 -11c-119 0 -205 50 -263 107l52 64c60 -59 133 -93 213 -93c104 0 167 53 167 133c0 197 -412 66 -412 341c0 122 105 209 255 209c102 0 182 -39 233 -91l-49 -62c-44 48 -106 76 -184 76c-102 0 -169 -54 -169 -130c0 -190 412 -67 412 -337 +c0 -132 -102 -217 -255 -217zM231 -206l43 143h87l-65 -143h-65z" /> + <glyph glyph-name="Scircumflex" unicode="Ŝ" horiz-adv-x="609" +d="M304 909l-71 -101h-68l92 153h93l94 -153h-68zM145 543c0 -190 412 -67 412 -337c0 -132 -102 -217 -255 -217c-119 0 -205 50 -263 107l52 64c60 -59 133 -93 213 -93c104 0 167 53 167 133c0 197 -412 66 -412 341c0 122 105 209 255 209c102 0 182 -39 233 -91 +l-49 -62c-44 48 -106 76 -184 76c-102 0 -169 -54 -169 -130z" /> + <glyph glyph-name="uni0218" unicode="Ș" horiz-adv-x="609" +d="M302 -11c-119 0 -205 50 -263 107l52 64c60 -59 133 -93 213 -93c104 0 167 53 167 133c0 197 -412 66 -412 341c0 122 105 209 255 209c102 0 182 -39 233 -91l-49 -62c-44 48 -106 76 -184 76c-102 0 -169 -54 -169 -130c0 -190 412 -67 412 -337 +c0 -132 -102 -217 -255 -217zM265 -232v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101z" /> + <glyph glyph-name="uni1E9E" unicode="ẞ" horiz-adv-x="725" +d="M485 409c130 -58 188 -120 188 -228c0 -116 -90 -191 -221 -191c-86 0 -141 22 -187 59l39 68c41 -33 84 -49 144 -49c79 0 138 38 138 116c0 77 -45 134 -206 190l-3 14l165 195c-39 56 -103 91 -178 91c-117 0 -192 -69 -192 -197v-479h-83v479c0 180 117 275 271 275 +c137 0 226 -80 274 -173z" /> + <glyph glyph-name="uni018F" unicode="Ə" horiz-adv-x="802" +d="M384 752c205 0 360 -153 360 -383s-162 -381 -356 -381c-203 0 -342 151 -342 375c0 12 1 24 2 38h609c-13 163 -124 271 -274 271c-93 0 -175 -37 -230 -101l-57 57c69 78 168 124 288 124zM388 68c142 0 250 101 268 256h-522c9 -154 103 -256 254 -256z" /> + <glyph glyph-name="T" unicode="T" horiz-adv-x="644" +d="M281 0v662h-239v77h561v-77h-239v-662h-83z" /> + <glyph glyph-name="Tbar" unicode="Ŧ" horiz-adv-x="644" +d="M603 662h-239v-258h119v-68h-119v-336h-83v336h-119v68h119v258h-239v77h561v-77z" /> + <glyph glyph-name="Tcaron" unicode="Ť" horiz-adv-x="644" +d="M375 809h-93l-94 153h68l72 -100l71 100h68zM42 739h561v-77h-239v-662h-83v662h-239v77z" /> + <glyph glyph-name="uni0162" unicode="Ţ" horiz-adv-x="644" +d="M281 0v662h-239v77h561v-77h-239v-662h-83zM240 -206l43 143h87l-65 -143h-65z" /> + <glyph glyph-name="uni021A" unicode="Ț" horiz-adv-x="644" +d="M281 0v662h-239v77h561v-77h-239v-662h-83zM274 -232v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101z" /> + <glyph glyph-name="U" unicode="U" horiz-adv-x="738" +d="M369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219c118 0 196 73 196 219l1 449h83l-1 -453c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="Uacute" unicode="Ú" horiz-adv-x="738" +d="M336 808l73 173l77 -37l-83 -136h-67zM369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219c118 0 196 73 196 219l1 449h83l-1 -453c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="Ubreve" unicode="Ŭ" horiz-adv-x="738" +d="M369 813c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219c118 0 196 73 196 219l1 449h83l-1 -453c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="Ucircumflex" unicode="Û" horiz-adv-x="738" +d="M368 909l-71 -101h-68l92 153h93l94 -153h-68zM566 739h83l-1 -453c0 -203 -124 -296 -279 -296c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219c118 0 196 73 196 219z" /> + <glyph glyph-name="Udieresis" unicode="Ü" horiz-adv-x="738" +d="M273 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM464 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219 +c118 0 196 73 196 219l1 449h83l-1 -453c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="Ugrave" unicode="Ù" horiz-adv-x="738" +d="M334 808l-83 136l77 37l73 -173h-67zM369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219c118 0 196 73 196 219l1 449h83l-1 -453c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="Uhungarumlaut" unicode="Ű" horiz-adv-x="738" +d="M263 808l72 174l66 -31l-70 -143h-68zM408 808l78 168l66 -31l-76 -137h-68zM369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219c118 0 196 73 196 219l1 449h83l-1 -453c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="Umacron" unicode="Ū" horiz-adv-x="738" +d="M239 841v67h261v-67h-261zM369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219c118 0 196 73 196 219l1 449h83l-1 -453c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="Uogonek" unicode="Ų" horiz-adv-x="738" +d="M566 739h83l-1 -453c0 -169 -86 -262 -204 -288c-50 -33 -62 -56 -62 -80c0 -25 17 -39 56 -39c32 0 55 7 79 17v-65c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 33 14 61 49 92c-155 1 -276 94 -277 296v453h84v-449c-1 -146 79 -219 196 -219 +c118 0 196 73 196 219z" /> + <glyph glyph-name="Uring" unicode="Ů" horiz-adv-x="738" +d="M369 790c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM369 841c39 0 67 27 67 68c0 40 -28 68 -67 68c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68zM369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219 +c118 0 196 73 196 219l1 449h83l-1 -453c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="Utilde" unicode="Ũ" horiz-adv-x="738" +d="M215 842c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47c-20 0 -30 -11 -41 -45zM369 -10c-156 0 -279 93 -280 296v453h84v-449c-1 -146 79 -219 196 -219c118 0 196 73 196 219l1 449h83l-1 -453 +c0 -203 -124 -296 -279 -296z" /> + <glyph glyph-name="V" unicode="V" horiz-adv-x="667" +d="M569 739h90l-316 -750h-20l-315 750h92l235 -583z" /> + <glyph glyph-name="W" unicode="W" horiz-adv-x="990" +d="M891 739h90l-258 -750h-21l-207 564l-207 -564h-20l-259 750h93l182 -563l202 565h20l205 -564z" /> + <glyph glyph-name="Wacute" unicode="Ẃ" horiz-adv-x="990" +d="M613 944l-83 -136h-67l73 173zM891 739h90l-258 -750h-21l-207 564l-207 -564h-20l-259 750h93l182 -563l202 565h20l205 -564z" /> + <glyph glyph-name="Wcircumflex" unicode="Ŵ" horiz-adv-x="990" +d="M495 909l-71 -101h-68l92 153h93l94 -153h-68zM891 739h90l-258 -750h-21l-207 564l-207 -564h-20l-259 750h93l182 -563l202 565h20l205 -564z" /> + <glyph glyph-name="Wdieresis" unicode="Ẅ" horiz-adv-x="990" +d="M400 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM591 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM891 739h90l-258 -750h-21l-207 564l-207 -564h-20l-259 750h93l182 -563l202 565 +h20l205 -564z" /> + <glyph glyph-name="Wgrave" unicode="Ẁ" horiz-adv-x="990" +d="M528 808h-67l-83 136l77 37zM891 739h90l-258 -750h-21l-207 564l-207 -564h-20l-259 750h93l182 -563l202 565h20l205 -564z" /> + <glyph glyph-name="X" unicode="X" horiz-adv-x="666" +d="M658 0h-100l-231 319l-222 -319h-97l269 381l-258 358h100l210 -293l202 293h97l-249 -352z" /> + <glyph glyph-name="Y" unicode="Y" horiz-adv-x="625" +d="M522 739h98l-263 -448v-291h-84v289l-268 450h98l212 -365z" /> + <glyph glyph-name="Yacute" unicode="Ý" horiz-adv-x="625" +d="M429 944l-83 -136h-67l73 173zM522 739h98l-263 -448v-291h-84v289l-268 450h98l212 -365z" /> + <glyph glyph-name="Ycircumflex" unicode="Ŷ" horiz-adv-x="625" +d="M312 909l-71 -101h-68l92 153h93l94 -153h-68zM522 739h98l-263 -448v-291h-84v289l-268 450h98l212 -365z" /> + <glyph glyph-name="Ydieresis" unicode="Ÿ" horiz-adv-x="625" +d="M216 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM407 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM522 739h98l-263 -448v-291h-84v289l-268 450h98l212 -365z" /> + <glyph glyph-name="Ygrave" unicode="Ỳ" horiz-adv-x="625" +d="M344 808h-67l-83 136l77 37zM522 739h98l-263 -448v-291h-84v289l-268 450h98l212 -365z" /> + <glyph glyph-name="Z" unicode="Z" horiz-adv-x="577" +d="M536 739v-20l-364 -641h363v-78h-488v20l365 642h-370l20 77h474z" /> + <glyph glyph-name="Zacute" unicode="Ź" horiz-adv-x="577" +d="M409 944l-83 -136h-67l73 173zM536 739v-20l-364 -641h363v-78h-488v20l365 642h-370l20 77h474z" /> + <glyph glyph-name="Zcaron" unicode="Ž" horiz-adv-x="577" +d="M344 809h-93l-94 153h68l72 -100l71 100h68zM536 739v-20l-364 -641h363v-78h-488v20l365 642h-370l20 77h474z" /> + <glyph glyph-name="Zdotaccent" unicode="Ż" horiz-adv-x="577" +d="M290 818c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM536 739v-20l-364 -641h363v-78h-488v20l365 642h-370l20 77h474z" /> + <glyph glyph-name="R.alt" horiz-adv-x="700" +d="M544 0l-230 320h-125v-320h-84v739h256c162 0 258 -76 258 -207c0 -122 -77 -192 -210 -208l240 -324h-105zM189 662v-264h157c123 0 187 42 187 134c0 87 -60 130 -173 130h-171z" /> + <glyph glyph-name="uni1E9E.calt" horiz-adv-x="725" +d="M485 409c130 -58 188 -120 188 -228c0 -116 -90 -191 -221 -191c-86 0 -141 22 -187 59l39 68c41 -33 84 -49 144 -49c79 0 138 38 138 116c0 77 -45 134 -206 190l-3 14l165 195c-39 56 -103 91 -178 91c-117 0 -192 -69 -192 -197v-479h-83v479c0 180 117 275 271 275 +c137 0 226 -80 274 -173z" /> + <glyph glyph-name="J.ss02" horiz-adv-x="463" +d="M164 -9c-64 0 -110 15 -146 37l32 75c28 -20 62 -33 110 -33c78 0 131 53 131 159v510h83v-511c0 -162 -96 -237 -210 -237z" /> + <glyph glyph-name="Jcircumflex.ss02" horiz-adv-x="463" +d="M378 961l94 -153h-68l-72 101l-71 -101h-68l92 153h93zM291 229v510h83v-511c0 -162 -96 -237 -210 -237c-64 0 -110 15 -146 37l32 75c28 -20 62 -33 110 -33c78 0 131 53 131 159z" /> + <glyph glyph-name="A.ss06" horiz-adv-x="654" +d="M646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183l124 84l-124 314l-124 -314z" /> + <glyph glyph-name="Aacute.ss06" horiz-adv-x="654" +d="M444 944l-83 -136h-67l73 173zM646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183l124 84l-124 314l-124 -314z" /> + <glyph glyph-name="Abreve.ss06" horiz-adv-x="654" +d="M327 813c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183l124 84l-124 314l-124 -314z" /> + <glyph glyph-name="Acircumflex.ss06" horiz-adv-x="654" +d="M326 909l-71 -101h-68l92 153h93l94 -153h-68zM646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183l124 84l-124 314l-124 -314z" /> + <glyph glyph-name="Adieresis.ss06" horiz-adv-x="654" +d="M231 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM422 822c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183l124 84 +l-124 314l-124 -314z" /> + <glyph glyph-name="Agrave.ss06" horiz-adv-x="654" +d="M359 808h-67l-83 136l77 37zM646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183l124 84l-124 314l-124 -314z" /> + <glyph glyph-name="Amacron.ss06" horiz-adv-x="654" +d="M458 908v-67h-261v67h261zM646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183l124 84l-124 314l-124 -314z" /> + <glyph glyph-name="Aring.ss06" horiz-adv-x="654" +d="M327 790c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM327 977c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68c39 0 67 27 67 68c0 40 -28 68 -67 68zM646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183 +l124 84l-124 314l-124 -314z" /> + <glyph glyph-name="Atilde.ss06" horiz-adv-x="654" +d="M268 873c-20 0 -30 -11 -41 -45l-54 14c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47zM646 0h-91l-79 201l-150 -104l-150 104l-79 -201h-89l311 751h16zM326 183l124 84l-124 314l-124 -314z" /> + <glyph glyph-name="Q.ss07" horiz-adv-x="841" +d="M783 369c0 -217 -144 -360 -321 -380v-139h-83v139c-177 19 -321 163 -321 380c0 235 167 383 362 383s363 -148 363 -383zM420 68c150 0 277 113 277 301c0 189 -127 303 -277 303s-276 -114 -276 -303c0 -188 126 -301 276 -301z" /> + <glyph glyph-name="a" unicode="a" horiz-adv-x="551" +d="M486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176c0 -58 5 -110 11 -151zM242 56 +c95 0 155 58 156 151v25c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="aacute" unicode="á" horiz-adv-x="551" +d="M379 721l-83 -136h-67l73 173zM486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176 +c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="abreve" unicode="ă" horiz-adv-x="551" +d="M262 590c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130 +c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="acircumflex" unicode="â" horiz-adv-x="551" +d="M262 686l-71 -101h-68l92 153h93l94 -153h-68zM486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60 +c130 0 211 -72 211 -200v-176c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="adieresis" unicode="ä" horiz-adv-x="551" +d="M166 599c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM357 599c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92 +c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16 +c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="agrave" unicode="à" horiz-adv-x="551" +d="M295 585h-67l-83 136l77 37zM486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176 +c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="amacron" unicode="ā" horiz-adv-x="551" +d="M393 685v-67h-261v67h261zM486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176 +c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="aogonek" unicode="ą" horiz-adv-x="551" +d="M464 -121c32 0 55 7 79 17v-65c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 38 19 70 67 107c-4 27 -7 51 -9 76c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52 +l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176c0 -58 5 -110 11 -151h-13c-53 -34 -65 -58 -65 -82c0 -25 17 -39 56 -39zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="aring" unicode="å" horiz-adv-x="551" +d="M262 567c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM262 754c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68c39 0 67 27 67 68c0 40 -28 68 -67 68zM486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92 +c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16 +c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="aringacute" unicode="ǻ" horiz-adv-x="551" +d="M379 980l-83 -136h-67l73 173zM262 567c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM262 754c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68c39 0 67 27 67 68c0 40 -28 68 -67 68zM486 0h-75c-4 29 -8 54 -10 81 +c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25 +c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="atilde" unicode="ã" horiz-adv-x="551" +d="M203 650c-20 0 -30 -11 -41 -45l-54 14c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47zM486 0h-75c-4 29 -8 54 -10 81c-35 -59 -95 -92 -173 -92c-108 0 -183 57 -183 156c0 101 81 164 224 164 +c53 0 94 -7 129 -16v34c0 82 -52 130 -137 130c-66 0 -113 -22 -151 -52l-34 62c47 35 109 60 188 60c130 0 211 -72 211 -200v-176c0 -58 5 -110 11 -151zM242 56c95 0 155 58 156 151v25c-35 10 -71 16 -122 16c-105 0 -152 -40 -152 -101c0 -55 45 -91 118 -91z" /> + <glyph glyph-name="ae" unicode="æ" horiz-adv-x="930" +d="M646 528c151 0 250 -117 236 -291h-409c9 -115 76 -177 182 -177c64 0 111 21 158 75l50 -52c-56 -65 -122 -95 -212 -95c-98 0 -175 44 -216 123c-36 -81 -107 -122 -205 -122c-111 0 -185 57 -185 157c0 99 84 164 227 164c52 0 91 -5 124 -11v27 +c0 83 -47 133 -128 133c-64 0 -114 -22 -155 -53l-36 61c51 37 116 61 193 61c89 0 151 -36 180 -100c44 63 114 100 196 100zM646 458c-92 0 -157 -62 -171 -156l328 -1c-9 98 -68 157 -157 157zM243 55c91 0 152 56 153 163v20c-33 6 -71 10 -118 10 +c-105 0 -154 -41 -154 -100c0 -57 41 -93 119 -93z" /> + <glyph glyph-name="aeacute" unicode="ǽ" horiz-adv-x="930" +d="M583 722l-83 -136h-67l73 173zM646 528c151 0 250 -117 236 -291h-409c9 -115 76 -177 182 -177c64 0 111 21 158 75l50 -52c-56 -65 -122 -95 -212 -95c-98 0 -175 44 -216 123c-36 -81 -107 -122 -205 -122c-111 0 -185 57 -185 157c0 99 84 164 227 164 +c52 0 91 -5 124 -11v27c0 83 -47 133 -128 133c-64 0 -114 -22 -155 -53l-36 61c51 37 116 61 193 61c89 0 151 -36 180 -100c44 63 114 100 196 100zM646 458c-92 0 -157 -62 -171 -156l328 -1c-9 98 -68 157 -157 157zM243 55c91 0 152 56 153 163v20 +c-33 6 -71 10 -118 10c-105 0 -154 -41 -154 -100c0 -57 41 -93 119 -93z" /> + <glyph glyph-name="b" unicode="b" horiz-adv-x="658" +d="M364 529c151 0 245 -119 245 -270c0 -152 -101 -271 -247 -271c-92 0 -157 41 -195 107l-1 -95h-77v739h79v-321c38 68 104 111 196 111zM347 60c102 0 181 79 181 198s-74 199 -176 199c-104 0 -184 -77 -184 -199c0 -121 73 -198 179 -198z" /> + <glyph glyph-name="c" unicode="c" horiz-adv-x="542" +d="M303 -10c-143 0 -254 101 -254 269c0 154 112 266 263 266c79 0 137 -26 184 -74l-45 -58c-37 39 -80 59 -137 59c-104 0 -184 -81 -184 -194c0 -126 82 -195 177 -195c57 0 101 18 147 64l45 -55c-53 -55 -113 -82 -196 -82z" /> + <glyph glyph-name="cacute" unicode="ć" horiz-adv-x="542" +d="M267 586l73 173l77 -37l-83 -136h-67zM303 -10c-143 0 -254 101 -254 269c0 154 112 266 263 266c79 0 137 -26 184 -74l-45 -58c-37 39 -80 59 -137 59c-104 0 -184 -81 -184 -194c0 -126 82 -195 177 -195c57 0 101 18 147 64l45 -55c-53 -55 -113 -82 -196 -82z" /> + <glyph glyph-name="ccaron" unicode="č" horiz-adv-x="542" +d="M352 587h-93l-94 153h68l72 -100l71 100h68zM454 127l45 -55c-53 -55 -113 -82 -196 -82c-143 0 -254 101 -254 269c0 154 112 266 263 266c79 0 137 -26 184 -74l-45 -58c-37 39 -80 59 -137 59c-104 0 -184 -81 -184 -194c0 -126 82 -195 177 -195c57 0 101 18 147 64z +" /> + <glyph glyph-name="ccedilla" unicode="ç" horiz-adv-x="542" +d="M303 -10c-143 0 -254 101 -254 269c0 154 112 266 263 266c79 0 137 -26 184 -74l-45 -58c-37 39 -80 59 -137 59c-104 0 -184 -81 -184 -194c0 -126 82 -195 177 -195c57 0 101 18 147 64l45 -55c-53 -55 -113 -82 -196 -82zM218 -206l43 143h87l-65 -143h-65z" /> + <glyph glyph-name="ccircumflex" unicode="ĉ" horiz-adv-x="542" +d="M299 687l-71 -101h-68l92 153h93l94 -153h-68zM454 127l45 -55c-53 -55 -113 -82 -196 -82c-143 0 -254 101 -254 269c0 154 112 266 263 266c79 0 137 -26 184 -74l-45 -58c-37 39 -80 59 -137 59c-104 0 -184 -81 -184 -194c0 -126 82 -195 177 -195 +c57 0 101 18 147 64z" /> + <glyph glyph-name="cdotaccent" unicode="ċ" horiz-adv-x="542" +d="M298 596c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM303 -10c-143 0 -254 101 -254 269c0 154 112 266 263 266c79 0 137 -26 184 -74l-45 -58c-37 39 -80 59 -137 59c-104 0 -184 -81 -184 -194c0 -126 82 -195 177 -195 +c57 0 101 18 147 64l45 -55c-53 -55 -113 -82 -196 -82z" /> + <glyph glyph-name="d" unicode="d" horiz-adv-x="657" +d="M489 739h79v-739h-77l-1 96c-39 -66 -105 -108 -196 -108c-151 0 -245 119 -245 270s101 271 247 271c91 0 155 -40 193 -104v314zM306 60c98 0 174 66 183 175v47c-9 108 -79 174 -177 174c-103 0 -182 -79 -182 -198s74 -198 176 -198z" /> + <glyph glyph-name="eth" unicode="ð" horiz-adv-x="630" +d="M509 434c47 -60 72 -122 72 -195c0 -143 -104 -248 -268 -248c-162 0 -264 102 -264 243c0 144 105 246 249 246c39 0 70 -7 98 -19l-116 143l-157 -66l-23 51l143 61l-73 89h95l47 -59l144 61l24 -52l-131 -55zM314 63c111 0 185 74 185 173c0 100 -69 178 -185 178 +c-114 0 -184 -78 -184 -178s70 -173 184 -173z" /> + <glyph glyph-name="dcaron" unicode="ď" horiz-adv-x="657" +d="M489 425v314h79v-739h-77l-1 96c-39 -66 -105 -108 -196 -108c-151 0 -245 119 -245 270s101 271 247 271c91 0 155 -40 193 -104zM639 739h74l-25 -157h-59zM306 60c98 0 174 66 183 175v47c-9 108 -79 174 -177 174c-103 0 -182 -79 -182 -198s74 -198 176 -198z" /> + <glyph glyph-name="dcroat" unicode="đ" horiz-adv-x="657" +d="M654 665v-60h-86v-605h-77l-1 96c-39 -66 -105 -108 -196 -108c-151 0 -245 119 -245 270s101 271 247 271c91 0 155 -40 193 -104v180h-170v60h170v74h79v-74h86zM306 60c98 0 174 66 183 175v47c-9 108 -79 174 -177 174c-103 0 -182 -79 -182 -198s74 -198 176 -198z +" /> + <glyph glyph-name="e" unicode="e" horiz-adv-x="588" +d="M541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459c-89 0 -155 -63 -170 -156h327c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="eacute" unicode="é" horiz-adv-x="588" +d="M419 722l-83 -136h-67l73 173zM541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459c-89 0 -155 -63 -170 -156h327 +c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="ebreve" unicode="ĕ" horiz-adv-x="588" +d="M302 591c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273 +c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459c-89 0 -155 -63 -170 -156h327c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="ecaron" unicode="ě" horiz-adv-x="588" +d="M354 587h-93l-94 153h68l72 -100l71 100h68zM541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459 +c-89 0 -155 -63 -170 -156h327c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="ecircumflex" unicode="ê" horiz-adv-x="588" +d="M301 687l-71 -101h-68l92 153h93l94 -153h-68zM541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459 +c-89 0 -155 -63 -170 -156h327c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="edieresis" unicode="ë" horiz-adv-x="588" +d="M206 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM397 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72 +l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459c-89 0 -155 -63 -170 -156h327c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="edotaccent" unicode="ė" horiz-adv-x="588" +d="M300 596c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273c0 157 112 268 254 268 +c143 0 238 -103 238 -261zM303 459c-89 0 -155 -63 -170 -156h327c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="egrave" unicode="è" horiz-adv-x="588" +d="M334 586h-67l-83 136l77 37zM541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459c-89 0 -155 -63 -170 -156h327 +c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="emacron" unicode="ē" horiz-adv-x="588" +d="M432 686v-67h-261v67h261zM541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-57 -67 -124 -94 -215 -94c-154 0 -259 101 -259 273c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459c-89 0 -155 -63 -170 -156h327 +c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="eogonek" unicode="ę" horiz-adv-x="588" +d="M541 268c0 -9 0 -18 -1 -28h-409c8 -117 76 -180 181 -180c65 0 113 19 162 72l49 -50c-36 -42 -76 -69 -123 -82c-45 -31 -56 -53 -56 -76c0 -25 17 -39 56 -39c32 0 55 7 79 17v-65c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 30 12 56 41 84h-12 +c-154 0 -259 101 -259 273c0 157 112 268 254 268c143 0 238 -103 238 -261zM303 459c-89 0 -155 -63 -170 -156h327c-9 95 -66 156 -157 156z" /> + <glyph glyph-name="uni0259" unicode="ə" horiz-adv-x="588" +d="M280 529c154 0 259 -102 259 -273c0 -157 -112 -268 -254 -268c-143 0 -238 103 -238 260c0 9 0 19 1 29h409c-8 118 -76 180 -181 180c-65 0 -113 -19 -162 -73l-49 51c57 66 124 94 215 94zM285 57c89 0 156 64 170 157h-327c9 -96 66 -157 157 -157z" /> + <glyph glyph-name="f" unicode="f" horiz-adv-x="412" +d="M199 569v-52h192v-71h-192v-446h-78v446h-108l19 71h89v49c0 114 64 185 173 185c52 0 93 -15 128 -42l-36 -60c-26 21 -53 32 -87 32c-61 0 -100 -39 -100 -112z" /> + <glyph glyph-name="g" unicode="g" horiz-adv-x="642" +d="M476 517h76v-499c0 -160 -100 -234 -249 -234c-67 0 -121 14 -166 36l26 68c37 -18 85 -32 139 -32c105 0 172 46 172 158v87c-37 -66 -101 -107 -187 -107c-145 0 -238 118 -238 267c0 150 100 268 240 268c87 0 149 -40 186 -104zM299 65c99 0 175 76 175 196 +s-70 195 -169 195c-98 0 -175 -78 -175 -195c0 -116 72 -196 169 -196z" /> + <glyph glyph-name="gbreve" unicode="ğ" horiz-adv-x="642" +d="M306 591c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM476 517h76v-499c0 -160 -100 -234 -249 -234c-67 0 -121 14 -166 36l26 68c37 -18 85 -32 139 -32c105 0 172 46 172 158v87c-37 -66 -101 -107 -187 -107 +c-145 0 -238 118 -238 267c0 150 100 268 240 268c87 0 149 -40 186 -104zM299 65c99 0 175 76 175 196s-70 195 -169 195c-98 0 -175 -78 -175 -195c0 -116 72 -196 169 -196z" /> + <glyph glyph-name="gcircumflex" unicode="ĝ" horiz-adv-x="642" +d="M305 687l-71 -101h-68l92 153h93l94 -153h-68zM476 517h76v-499c0 -160 -100 -234 -249 -234c-67 0 -121 14 -166 36l26 68c37 -18 85 -32 139 -32c105 0 172 46 172 158v87c-37 -66 -101 -107 -187 -107c-145 0 -238 118 -238 267c0 150 100 268 240 268 +c87 0 149 -40 186 -104zM299 65c99 0 175 76 175 196s-70 195 -169 195c-98 0 -175 -78 -175 -195c0 -116 72 -196 169 -196z" /> + <glyph glyph-name="uni0123" unicode="ģ" horiz-adv-x="642" +d="M314 592c-45 0 -67 38 -67 75c0 51 30 104 115 100v-31c-39 1 -58 -20 -60 -45c-2 -6 -1 -12 -1 -17c7 9 19 14 35 12c20 -3 34 -19 34 -41c0 -28 -18 -53 -56 -53zM476 517h76v-499c0 -160 -100 -234 -249 -234c-67 0 -121 14 -166 36l26 68c37 -18 85 -32 139 -32 +c105 0 172 46 172 158v87c-37 -66 -101 -107 -187 -107c-145 0 -238 118 -238 267c0 150 100 268 240 268c87 0 149 -40 186 -104zM299 65c99 0 175 76 175 196s-70 195 -169 195c-98 0 -175 -78 -175 -195c0 -116 72 -196 169 -196z" /> + <glyph glyph-name="gdotaccent" unicode="ġ" horiz-adv-x="642" +d="M304 596c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM476 517h76v-499c0 -160 -100 -234 -249 -234c-67 0 -121 14 -166 36l26 68c37 -18 85 -32 139 -32c105 0 172 46 172 158v87c-37 -66 -101 -107 -187 -107c-145 0 -238 118 -238 267 +c0 150 100 268 240 268c87 0 149 -40 186 -104zM299 65c99 0 175 76 175 196s-70 195 -169 195c-98 0 -175 -78 -175 -195c0 -116 72 -196 169 -196z" /> + <glyph glyph-name="h" unicode="h" horiz-adv-x="620" +d="M349 529c114 0 195 -77 195 -227v-302h-78v296c0 105 -53 158 -139 158c-84 0 -159 -53 -159 -181v-273h-79v739h79v-307c39 65 102 97 181 97z" /> + <glyph glyph-name="hbar" unicode="ħ" horiz-adv-x="620" +d="M349 529c114 0 195 -77 195 -227v-302h-78v296c0 105 -53 158 -140 158c-83 0 -158 -53 -158 -181v-273h-79v605h-87v60h87v74h79v-74h169v-60h-169v-173c39 65 102 97 181 97z" /> + <glyph glyph-name="hcircumflex" unicode="ĥ" horiz-adv-x="620" +d="M200 808l-72 101l-71 -101h-68l92 153h93l94 -153h-68zM349 529c114 0 195 -77 195 -227v-302h-78v296c0 105 -53 158 -139 158c-84 0 -159 -53 -159 -181v-273h-79v739h79v-307c39 65 102 97 181 97z" /> + <glyph glyph-name="i" unicode="i" horiz-adv-x="257" +d="M128 640c-32 0 -55 24 -55 54c0 31 23 53 55 53c34 0 58 -22 58 -53c0 -30 -24 -54 -58 -54zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="dotlessi" unicode="ı" horiz-adv-x="257" +d="M89 0v517h79v-517h-79z" /> + <glyph glyph-name="iacute" unicode="í" horiz-adv-x="257" +d="M96 586l73 173l77 -37l-83 -136h-67zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="ibreve" unicode="ĭ" horiz-adv-x="257" +d="M129 591c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="icircumflex" unicode="î" horiz-adv-x="257" +d="M174 739l94 -153h-68l-72 101l-71 -101h-68l92 153h93zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="idieresis" unicode="ï" horiz-adv-x="257" +d="M33 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM224 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="igrave" unicode="ì" horiz-adv-x="257" +d="M94 586l-83 136l77 37l73 -173h-67zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="imacron" unicode="ī" horiz-adv-x="257" +d="M-2 619v67h261v-67h-261zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="iogonek" unicode="į" horiz-adv-x="257" +d="M128 640c-32 0 -55 24 -55 54c0 31 23 53 55 53c34 0 58 -22 58 -53c0 -30 -24 -54 -58 -54zM149 -121c31 0 55 7 79 17v-65c-26 -9 -54 -16 -88 -16c-74 0 -112 30 -112 83c0 37 17 67 61 102v517h79v-517h-10c-53 -34 -66 -58 -66 -82c0 -25 18 -39 57 -39z" /> + <glyph glyph-name="itilde" unicode="ĩ" horiz-adv-x="257" +d="M-25 620c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47c-20 0 -30 -11 -41 -45zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="j" unicode="j" horiz-adv-x="257" +d="M128 640c-32 0 -55 24 -55 54c0 31 23 53 55 53c34 0 58 -22 58 -53c0 -30 -24 -54 -58 -54zM-67 -204l19 67c17 -7 35 -11 55 -11c49 0 83 30 83 104v561h78v-558c0 -118 -62 -177 -156 -177c-30 0 -56 5 -79 14z" /> + <glyph glyph-name="uni0237" unicode="ȷ" horiz-adv-x="257" +d="M12 -218c-30 0 -56 5 -79 14l19 67c17 -7 35 -11 55 -11c49 0 83 30 83 104v561h78v-558c0 -118 -62 -177 -156 -177z" /> + <glyph glyph-name="jcircumflex" unicode="ĵ" horiz-adv-x="257" +d="M174 739l94 -153h-68l-72 101l-71 -101h-68l92 153h93zM90 -44v561h78v-558c0 -118 -62 -177 -156 -177c-30 0 -56 5 -79 14l19 67c17 -7 35 -11 55 -11c49 0 83 30 83 104z" /> + <glyph glyph-name="k" unicode="k" horiz-adv-x="493" +d="M489 0h-101l-220 264v-264h-79v739h79v-461l220 239h99l-232 -243z" /> + <glyph glyph-name="uni0137" unicode="ķ" horiz-adv-x="493" +d="M255 274l234 -274h-101l-220 264v-264h-79v739h79v-461l220 239h99zM261 -57c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="kgreenlandic" unicode="ĸ" horiz-adv-x="500" +d="M490 0h-101l-220 263v-263h-79v517h79v-238l220 238h100l-234 -243z" /> + <glyph glyph-name="l" unicode="l" horiz-adv-x="257" +d="M89 0v739h79v-739h-79z" /> + <glyph glyph-name="lacute" unicode="ĺ" horiz-adv-x="257" +d="M95 808l73 173l77 -37l-83 -136h-67zM89 0v739h79v-739h-79z" /> + <glyph glyph-name="lcaron" unicode="ľ" horiz-adv-x="257" +d="M89 0v739h79v-739h-79zM230 582l10 157h74l-25 -157h-59z" /> + <glyph glyph-name="uni013C" unicode="ļ" horiz-adv-x="257" +d="M89 0v739h79v-739h-79zM80 -232v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101z" /> + <glyph glyph-name="ldot" unicode="ŀ" horiz-adv-x="368" +d="M89 0v739h79v-739h-79zM312 307c-31 0 -55 23 -55 55c0 30 24 54 55 54s55 -24 55 -54c0 -32 -24 -55 -55 -55z" /> + <glyph glyph-name="lslash" unicode="ł" horiz-adv-x="261" +d="M250 499v-77l-80 -59v-363h-79v315l-78 -59v76l78 59v348h79v-300z" /> + <glyph glyph-name="m" unicode="m" horiz-adv-x="951" +d="M691 529c109 0 184 -76 184 -217v-312h-78v307c0 96 -49 147 -126 147c-80 0 -149 -51 -149 -170v-284h-79v307c0 96 -49 147 -126 147c-80 0 -149 -51 -149 -170v-284h-79v517h77l1 -79c37 59 96 91 171 91c78 0 139 -39 167 -114c35 73 100 114 186 114z" /> + <glyph glyph-name="n" unicode="n" horiz-adv-x="611" +d="M345 529c112 0 191 -77 191 -227v-302h-79v296c0 105 -51 158 -135 158c-81 0 -154 -53 -154 -181v-273h-79v517h77l1 -87c38 66 101 99 178 99z" /> + <glyph glyph-name="nacute" unicode="ń" horiz-adv-x="611" +d="M431 722l-83 -136h-67l73 173zM345 529c112 0 191 -77 191 -227v-302h-79v296c0 105 -51 158 -135 158c-81 0 -154 -53 -154 -181v-273h-79v517h77l1 -87c38 66 101 99 178 99z" /> + <glyph glyph-name="napostrophe" unicode="ʼn" horiz-adv-x="834" +d="M113 751c39 0 61 -32 61 -80c0 -66 -36 -129 -97 -176l-30 34c41 34 70 74 72 115v3c-4 -1 -7 -1 -13 -1c-28 0 -49 22 -49 50c0 32 23 55 56 55zM567 529c112 0 191 -77 191 -227v-302h-79v296c0 105 -51 158 -135 158c-81 0 -154 -53 -154 -181v-273h-79v517h77l1 -87 +c38 66 101 99 178 99z" /> + <glyph glyph-name="ncaron" unicode="ň" horiz-adv-x="611" +d="M366 587h-93l-94 153h68l72 -100l71 100h68zM345 529c112 0 191 -77 191 -227v-302h-79v296c0 105 -51 158 -135 158c-81 0 -154 -53 -154 -181v-273h-79v517h77l1 -87c38 66 101 99 178 99z" /> + <glyph glyph-name="uni0146" unicode="ņ" horiz-adv-x="611" +d="M345 529c112 0 191 -77 191 -227v-302h-79v296c0 105 -51 158 -135 158c-81 0 -154 -53 -154 -181v-273h-79v517h77l1 -87c38 66 101 99 178 99zM310 -57c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11 +c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="eng" unicode="ŋ" horiz-adv-x="609" +d="M340 529c114 0 194 -78 194 -228v-342c0 -118 -62 -177 -156 -177c-31 0 -57 5 -80 15l19 66c17 -7 35 -11 56 -11c48 0 82 30 82 104v339c0 104 -50 159 -134 159c-82 0 -154 -54 -154 -182v-272h-78v517h75l2 -81c37 61 97 93 174 93z" /> + <glyph glyph-name="ntilde" unicode="ñ" horiz-adv-x="611" +d="M255 651c-20 0 -30 -11 -41 -45l-54 14c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47zM345 529c112 0 191 -77 191 -227v-302h-79v296c0 105 -51 158 -135 158c-81 0 -154 -53 -154 -181v-273h-79v517 +h77l1 -87c38 66 101 99 178 99z" /> + <glyph glyph-name="o" unicode="o" horiz-adv-x="628" +d="M315 -12c-143 0 -266 105 -266 270c0 166 122 271 266 271c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270zM315 60c98 0 183 76 183 199s-83 198 -183 198c-99 0 -185 -75 -185 -199c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="oacute" unicode="ó" horiz-adv-x="628" +d="M281 586l73 173l77 -37l-83 -136h-67zM315 -12c-143 0 -266 105 -266 270c0 166 122 271 266 271c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270zM315 60c98 0 183 76 183 199s-83 198 -183 198c-99 0 -185 -75 -185 -199c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="obreve" unicode="ŏ" horiz-adv-x="628" +d="M314 591c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM315 -12c-143 0 -266 105 -266 270c0 166 122 271 266 271c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270zM315 60c98 0 183 76 183 199 +s-83 198 -183 198c-99 0 -185 -75 -185 -199c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="ocircumflex" unicode="ô" horiz-adv-x="628" +d="M314 687l-71 -101h-68l92 153h93l94 -153h-68zM315 529c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270c-143 0 -266 105 -266 270c0 166 122 271 266 271zM315 60c98 0 183 76 183 199s-83 198 -183 198c-99 0 -185 -75 -185 -199c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="odieresis" unicode="ö" horiz-adv-x="628" +d="M218 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM409 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM315 -12c-143 0 -266 105 -266 270c0 166 122 271 266 271 +c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270zM315 60c98 0 183 76 183 199s-83 198 -183 198c-99 0 -185 -75 -185 -199c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="ograve" unicode="ò" horiz-adv-x="628" +d="M280 586l-83 136l77 37l73 -173h-67zM315 -12c-143 0 -266 105 -266 270c0 166 122 271 266 271c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270zM315 60c98 0 183 76 183 199s-83 198 -183 198c-99 0 -185 -75 -185 -199c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="ohungarumlaut" unicode="ő" horiz-adv-x="628" +d="M208 586l72 174l66 -31l-70 -143h-68zM353 586l78 168l66 -31l-76 -137h-68zM315 -12c-143 0 -266 105 -266 270c0 166 122 271 266 271c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270zM315 60c98 0 183 76 183 199s-83 198 -183 198c-99 0 -185 -75 -185 -199 +c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="omacron" unicode="ō" horiz-adv-x="628" +d="M184 619v67h261v-67h-261zM315 -12c-143 0 -266 105 -266 270c0 166 122 271 266 271c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270zM315 60c98 0 183 76 183 199s-83 198 -183 198c-99 0 -185 -75 -185 -199c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="oslash" unicode="ø" horiz-adv-x="628" +d="M510 446c43 -46 69 -110 69 -188c0 -164 -120 -270 -264 -270c-55 0 -106 15 -150 44l-34 -42l-44 39l33 40c-44 47 -71 111 -71 189c0 166 122 271 266 271c55 0 107 -16 150 -44l32 38l45 -38zM130 258c0 -52 15 -95 41 -128l246 297c-29 19 -64 30 -102 30 +c-99 0 -185 -75 -185 -199zM315 60c98 0 183 76 183 199c0 51 -14 94 -38 127l-246 -296c29 -20 64 -30 101 -30z" /> + <glyph glyph-name="oslashacute" unicode="ǿ" horiz-adv-x="628" +d="M431 722l-83 -136h-67l73 173zM510 446c43 -46 69 -110 69 -188c0 -164 -120 -270 -264 -270c-55 0 -106 15 -150 44l-34 -42l-44 39l33 40c-44 47 -71 111 -71 189c0 166 122 271 266 271c55 0 107 -16 150 -44l32 38l45 -38zM130 258c0 -52 15 -95 41 -128l246 297 +c-29 19 -64 30 -102 30c-99 0 -185 -75 -185 -199zM315 60c98 0 183 76 183 199c0 51 -14 94 -38 127l-246 -296c29 -20 64 -30 101 -30z" /> + <glyph glyph-name="otilde" unicode="õ" horiz-adv-x="628" +d="M160 620c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47c-20 0 -30 -11 -41 -45zM315 -12c-143 0 -266 105 -266 270c0 166 122 271 266 271c143 0 264 -104 264 -271c0 -164 -120 -270 -264 -270z +M315 60c98 0 183 76 183 199s-83 198 -183 198c-99 0 -185 -75 -185 -199c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="oe" unicode="œ" horiz-adv-x="1038" +d="M753 528c151 0 250 -118 237 -293h-410c9 -114 77 -175 181 -175c65 0 112 21 159 75l50 -51c-56 -66 -123 -96 -212 -96c-99 0 -177 42 -221 118c-47 -74 -130 -118 -222 -118c-143 0 -266 105 -266 270c0 166 122 271 266 271c93 0 176 -44 223 -120 +c45 74 123 119 215 119zM753 458c-92 0 -158 -63 -171 -158h328c-8 99 -68 158 -157 158zM315 60c98 0 183 76 183 199c0 122 -82 197 -183 197c-99 0 -185 -75 -185 -198c0 -122 85 -198 185 -198z" /> + <glyph glyph-name="p" unicode="p" horiz-adv-x="658" +d="M364 529c151 0 245 -119 245 -270c0 -152 -101 -271 -247 -271c-92 0 -157 41 -194 106v-300h-79v723h77l1 -100c39 68 105 112 197 112zM347 60c102 0 181 79 181 198s-74 199 -176 199c-104 0 -184 -77 -184 -199c0 -121 73 -198 179 -198z" /> + <glyph glyph-name="thorn" unicode="þ" horiz-adv-x="658" +d="M364 529c151 0 244 -119 244 -270c0 -152 -101 -271 -246 -271c-92 0 -158 41 -195 106v-300h-78v945h78v-321c38 68 105 111 197 111zM346 60c102 0 181 79 181 198s-73 199 -176 199c-104 0 -184 -77 -184 -199c0 -121 74 -198 179 -198z" /> + <glyph glyph-name="q" unicode="q" horiz-adv-x="658" +d="M492 517h77v-723h-79v303c-38 -67 -104 -109 -196 -109c-151 0 -245 119 -245 270s101 271 247 271c92 0 157 -41 195 -107zM306 60c105 0 184 76 184 198s-73 198 -178 198c-103 0 -182 -79 -182 -198s74 -198 176 -198z" /> + <glyph glyph-name="r" unicode="r" horiz-adv-x="399" +d="M167 404c49 99 136 119 206 119v-82c-87 5 -205 -30 -205 -194v-247h-79v517h77z" /> + <glyph glyph-name="racute" unicode="ŕ" horiz-adv-x="399" +d="M339 722l-83 -136h-67l73 173zM167 404c49 99 136 119 206 119v-82c-87 5 -205 -30 -205 -194v-247h-79v517h77z" /> + <glyph glyph-name="rcaron" unicode="ř" horiz-adv-x="399" +d="M274 587h-93l-94 153h68l72 -100l71 100h68zM167 404c49 99 136 119 206 119v-82c-87 5 -205 -30 -205 -194v-247h-79v517h77z" /> + <glyph glyph-name="uni0157" unicode="ŗ" horiz-adv-x="399" +d="M167 404c49 99 136 119 206 119v-82c-87 5 -205 -30 -205 -194v-247h-79v517h77zM129 -57c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="s" unicode="s" horiz-adv-x="479" +d="M242 -10c-103 0 -167 38 -214 87l48 54c48 -48 98 -70 165 -70c68 0 118 25 118 80c0 137 -313 29 -313 234c0 81 72 150 195 150c86 0 149 -30 195 -76l-45 -55c-38 38 -86 61 -148 61c-81 0 -117 -34 -117 -77c0 -128 313 -30 313 -233c0 -97 -88 -155 -197 -155z" /> + <glyph glyph-name="sacute" unicode="ś" horiz-adv-x="479" +d="M214 586l73 173l77 -37l-83 -136h-67zM242 -10c-103 0 -167 38 -214 87l48 54c48 -48 98 -70 165 -70c68 0 118 25 118 80c0 137 -313 29 -313 234c0 81 72 150 195 150c86 0 149 -30 195 -76l-45 -55c-38 38 -86 61 -148 61c-81 0 -117 -34 -117 -77 +c0 -128 313 -30 313 -233c0 -97 -88 -155 -197 -155z" /> + <glyph glyph-name="scaron" unicode="š" horiz-adv-x="479" +d="M299 587h-93l-94 153h68l72 -100l71 100h68zM126 378c0 -128 313 -30 313 -233c0 -97 -88 -155 -197 -155c-103 0 -167 38 -214 87l48 54c48 -48 98 -70 165 -70c68 0 118 25 118 80c0 137 -313 29 -313 234c0 81 72 150 195 150c86 0 149 -30 195 -76l-45 -55 +c-38 38 -86 61 -148 61c-81 0 -117 -34 -117 -77z" /> + <glyph glyph-name="scedilla" unicode="ş" horiz-adv-x="479" +d="M242 -10c-103 0 -167 38 -214 87l48 54c48 -48 98 -70 165 -70c68 0 118 25 118 80c0 137 -313 29 -313 234c0 81 72 150 195 150c86 0 149 -30 195 -76l-45 -55c-38 38 -86 61 -148 61c-81 0 -117 -34 -117 -77c0 -128 313 -30 313 -233c0 -97 -88 -155 -197 -155z +M156 -206l43 143h87l-65 -143h-65z" /> + <glyph glyph-name="scircumflex" unicode="ŝ" horiz-adv-x="479" +d="M246 687l-71 -101h-68l92 153h93l94 -153h-68zM126 378c0 -128 313 -30 313 -233c0 -97 -88 -155 -197 -155c-103 0 -167 38 -214 87l48 54c48 -48 98 -70 165 -70c68 0 118 25 118 80c0 137 -313 29 -313 234c0 81 72 150 195 150c86 0 149 -30 195 -76l-45 -55 +c-38 38 -86 61 -148 61c-81 0 -117 -34 -117 -77z" /> + <glyph glyph-name="uni0219" unicode="ș" horiz-adv-x="479" +d="M242 -10c-103 0 -167 38 -214 87l48 54c48 -48 98 -70 165 -70c68 0 118 25 118 80c0 137 -313 29 -313 234c0 81 72 150 195 150c86 0 149 -30 195 -76l-45 -55c-38 38 -86 61 -148 61c-81 0 -117 -34 -117 -77c0 -128 313 -30 313 -233c0 -97 -88 -155 -197 -155z +M189 -232v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101z" /> + <glyph glyph-name="germandbls" unicode="ß" horiz-adv-x="650" +d="M422 398c120 -53 187 -127 187 -228c0 -112 -85 -181 -191 -181c-66 0 -117 15 -164 47l36 66c38 -30 77 -44 124 -44c62 0 114 38 114 110c0 79 -56 145 -216 213v13c104 59 144 110 144 175c0 64 -57 111 -135 111c-98 0 -154 -65 -154 -178v-502h-78v502 +c0 155 86 248 232 248c130 0 216 -73 216 -180c0 -77 -48 -131 -115 -172z" /> + <glyph glyph-name="longs" unicode="ſ" horiz-adv-x="412" +d="M294 751c52 0 93 -15 128 -42l-36 -60c-26 21 -53 32 -87 32c-61 0 -100 -39 -100 -112v-569h-78v446h-108l19 71h89v49c0 114 64 185 173 185z" /> + <glyph glyph-name="t" unicode="t" horiz-adv-x="442" +d="M373 97l38 -56c-38 -35 -80 -53 -134 -53c-91 0 -156 49 -156 159v299h-108l19 71h89v149h78v-149h205v-71h-205v-298c0 -60 36 -87 83 -87c37 0 61 11 91 36z" /> + <glyph glyph-name="tbar" unicode="ŧ" horiz-adv-x="442" +d="M373 97l38 -56c-38 -35 -80 -53 -134 -53c-91 0 -156 49 -156 159v81h-88v60h88v158h-108l19 71h89v149h78v-149h205v-71h-205v-158h169v-60h-169v-80c0 -60 36 -87 83 -87c37 0 61 11 91 36z" /> + <glyph glyph-name="tcaron" unicode="ť" horiz-adv-x="442" +d="M345 739l-25 -157h-59l10 157h74zM373 97l38 -56c-38 -35 -80 -53 -134 -53c-91 0 -156 49 -156 159v299h-108l19 71h89v149h78v-149h205v-71h-205v-298c0 -60 36 -87 83 -87c37 0 61 11 91 36z" /> + <glyph glyph-name="uni0163" unicode="ţ" horiz-adv-x="442" +d="M411 41c-38 -35 -80 -53 -134 -53c-91 0 -156 49 -156 159v299h-108l19 71h89v149h78v-149h205v-71h-205v-298c0 -60 36 -87 83 -87c37 0 61 11 91 36zM182 -206l43 143h87l-65 -143h-65z" /> + <glyph glyph-name="uni021B" unicode="ț" horiz-adv-x="442" +d="M411 41c-38 -35 -80 -53 -134 -53c-91 0 -156 49 -156 159v299h-108l19 71h89v149h78v-149h205v-71h-205v-298c0 -60 36 -87 83 -87c37 0 61 11 91 36zM265 -57c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11 +c-20 2 -34 18 -34 40c0 28 18 53 56 53z" /> + <glyph glyph-name="u" unicode="u" horiz-adv-x="611" +d="M443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="uacute" unicode="ú" horiz-adv-x="611" +d="M415 722l-83 -136h-67l73 173zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="ubreve" unicode="ŭ" horiz-adv-x="611" +d="M298 591c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="ucircumflex" unicode="û" horiz-adv-x="611" +d="M297 687l-71 -101h-68l92 153h93l94 -153h-68zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="udieresis" unicode="ü" horiz-adv-x="611" +d="M202 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM393 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226 +v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="ugrave" unicode="ù" horiz-adv-x="611" +d="M330 586h-67l-83 136l77 37zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="uhungarumlaut" unicode="ű" horiz-adv-x="611" +d="M330 729l-70 -143h-68l72 174zM481 723l-76 -137h-68l78 168zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="umacron" unicode="ū" horiz-adv-x="611" +d="M429 686v-67h-261v67h261zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="uogonek" unicode="ų" horiz-adv-x="611" +d="M497 -121c32 0 55 7 79 17v-65c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 39 19 71 69 108l-1 79c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273h79v-517h-16c-53 -34 -65 -58 -65 -82 +c0 -25 17 -39 56 -39z" /> + <glyph glyph-name="uring" unicode="ů" horiz-adv-x="611" +d="M298 568c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM298 755c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68c39 0 67 27 67 68c0 40 -28 68 -67 68zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97 +c-112 0 -191 77 -191 226v303h79v-297c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="utilde" unicode="ũ" horiz-adv-x="611" +d="M239 651c-20 0 -30 -11 -41 -45l-54 14c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47zM443 517h79v-517h-77l-1 85c-38 -65 -100 -97 -177 -97c-112 0 -191 77 -191 226v303h79v-297 +c0 -105 50 -158 135 -158c81 0 153 54 153 182v273z" /> + <glyph glyph-name="v" unicode="v" horiz-adv-x="532" +d="M438 517h88l-251 -528h-20l-250 528h90l172 -387z" /> + <glyph glyph-name="w" unicode="w" horiz-adv-x="762" +d="M661 517h86l-199 -528h-20l-147 378l-148 -378h-21l-197 528h87l126 -367l143 370h21l144 -369z" /> + <glyph glyph-name="wacute" unicode="ẃ" horiz-adv-x="762" +d="M496 722l-83 -136h-67l73 173zM661 517h86l-199 -528h-20l-147 378l-148 -378h-21l-197 528h87l126 -367l143 370h21l144 -369z" /> + <glyph glyph-name="wcircumflex" unicode="ŵ" horiz-adv-x="762" +d="M379 687l-71 -101h-68l92 153h93l94 -153h-68zM661 517h86l-199 -528h-20l-147 378l-148 -378h-21l-197 528h87l126 -367l143 370h21l144 -369z" /> + <glyph glyph-name="wdieresis" unicode="ẅ" horiz-adv-x="762" +d="M283 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM474 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM661 517h86l-199 -528h-20l-147 378l-148 -378h-21l-197 528h87l126 -367l143 370 +h21l144 -369z" /> + <glyph glyph-name="wgrave" unicode="ẁ" horiz-adv-x="762" +d="M411 586h-67l-83 136l77 37zM661 517h86l-199 -528h-20l-147 378l-148 -378h-21l-197 528h87l126 -367l143 370h21l144 -369z" /> + <glyph glyph-name="x" unicode="x" horiz-adv-x="501" +d="M497 0h-96l-154 212l-151 -212h-92l198 266l-188 251h97l137 -194l136 194h92l-182 -247z" /> + <glyph glyph-name="y" unicode="y" horiz-adv-x="529" +d="M434 517h88l-228 -517l-90 -206h-85l106 238l-219 485h89l171 -398z" /> + <glyph glyph-name="yacute" unicode="ý" horiz-adv-x="529" +d="M382 722l-83 -136h-67l73 173zM434 517h88l-228 -517l-90 -206h-85l106 238l-219 485h89l171 -398z" /> + <glyph glyph-name="ycircumflex" unicode="ŷ" horiz-adv-x="529" +d="M264 687l-71 -101h-68l92 153h93l94 -153h-68zM434 517h88l-228 -517l-90 -206h-85l106 238l-219 485h89l171 -398z" /> + <glyph glyph-name="ydieresis" unicode="ÿ" horiz-adv-x="529" +d="M169 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM360 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM434 517h88l-228 -517l-90 -206h-85l106 238l-219 485h89l171 -398z" /> + <glyph glyph-name="ygrave" unicode="ỳ" horiz-adv-x="529" +d="M297 586h-67l-83 136l77 37zM434 517h88l-228 -517l-90 -206h-85l106 238l-219 485h89l171 -398z" /> + <glyph glyph-name="z" unicode="z" horiz-adv-x="478" +d="M439 517v-21l-280 -426h274v-70h-395v20l279 426h-275l15 71h382z" /> + <glyph glyph-name="zacute" unicode="ź" horiz-adv-x="478" +d="M355 722l-83 -136h-67l73 173zM439 517v-21l-280 -426h274v-70h-395v20l279 426h-275l15 71h382z" /> + <glyph glyph-name="zcaron" unicode="ž" horiz-adv-x="478" +d="M290 587h-93l-94 153h68l72 -100l71 100h68zM439 517v-21l-280 -426h274v-70h-395v20l279 426h-275l15 71h382z" /> + <glyph glyph-name="zdotaccent" unicode="ż" horiz-adv-x="478" +d="M236 596c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56zM439 517v-21l-280 -426h274v-70h-395v20l279 426h-275l15 71h382z" /> + <glyph glyph-name="f.calt" horiz-adv-x="370" +d="M286 682c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9z" /> + <glyph glyph-name="j.calt" horiz-adv-x="257" +d="M128 640c-32 0 -55 24 -55 54c0 31 23 53 55 53c34 0 58 -22 58 -53c0 -30 -24 -54 -58 -54zM21 -218v70c43 4 69 25 69 88v577h78v-573c0 -112 -59 -161 -147 -162z" /> + <glyph glyph-name="uni0237.calt" horiz-adv-x="257" +d="M21 -148c43 4 69 25 69 88v577h78v-573c0 -112 -59 -161 -147 -162v70z" /> + <glyph glyph-name="a.ss01" horiz-adv-x="647" +d="M479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="aacute.ss01" horiz-adv-x="647" +d="M438 722l-83 -136h-67l73 173zM479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199 +c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="abreve.ss01" horiz-adv-x="647" +d="M321 591c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148zM479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91zM300 61 +c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="acircumflex.ss01" horiz-adv-x="647" +d="M320 687l-71 -101h-68l92 153h93l94 -153h-68zM479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199 +c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="adieresis.ss01" horiz-adv-x="647" +d="M225 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM416 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109 +c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="agrave.ss01" horiz-adv-x="647" +d="M353 586h-67l-83 136l77 37zM479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199 +c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="amacron.ss01" horiz-adv-x="647" +d="M451 686v-67h-261v67h261zM479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199 +c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="aogonek.ss01" horiz-adv-x="647" +d="M532 -121c32 0 55 7 79 17v-65c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 39 20 71 70 109l-1 90c-38 -67 -103 -109 -192 -109c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91h79v-517h-17c-53 -34 -65 -58 -65 -82 +c0 -25 17 -39 56 -39zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="aring.ss01" horiz-adv-x="647" +d="M321 568c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM321 755c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68c39 0 67 27 67 68c0 40 -28 68 -67 68zM479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109 +c-148 0 -239 119 -239 270c0 152 99 271 241 271c89 0 152 -40 189 -103v91zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="atilde.ss01" horiz-adv-x="647" +d="M262 651c-20 0 -30 -11 -41 -45l-54 14c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47zM479 517h79v-517h-77l-1 97c-38 -67 -103 -109 -192 -109c-148 0 -239 119 -239 270c0 152 99 271 241 271 +c89 0 152 -40 189 -103v91zM300 61c103 0 179 76 179 197c0 122 -70 199 -173 199c-100 0 -177 -80 -177 -199c0 -118 71 -197 171 -197z" /> + <glyph glyph-name="i.ss05" horiz-adv-x="257" +d="M128 624l-66 66l66 67l67 -66zM89 0v517h79v-517h-79z" /> + <glyph glyph-name="ij.ss05" horiz-adv-x="514" +d="M128 624l-66 66l66 67l67 -66zM385 624l-66 66l66 67l67 -66zM89 0v517h79v-517h-79zM190 -204l19 67c17 -7 35 -11 55 -11c49 0 83 30 83 104v561h78v-558c0 -118 -62 -177 -156 -177c-30 0 -56 5 -79 14z" /> + <glyph glyph-name="j.ss05" horiz-adv-x="257" +d="M128 624l-66 66l66 67l67 -66zM-67 -204l19 67c17 -7 35 -11 55 -11c49 0 83 30 83 104v561h78v-558c0 -118 -62 -177 -156 -177c-30 0 -56 5 -79 14z" /> + <glyph glyph-name="fi" unicode="fi" horiz-adv-x="627" +d="M110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM498 747c34 0 58 -22 58 -53c0 -30 -24 -54 -58 -54c-32 0 -55 24 -55 54c0 31 23 53 55 53zM459 0v517h79v-517h-79 +z" /> + <glyph glyph-name="fl" unicode="fl" horiz-adv-x="627" +d="M110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM459 739h79v-739h-79v739z" /> + <glyph glyph-name="f_f_i.ss05" horiz-adv-x="997" +d="M935 691l-66 -67l-67 66l67 67zM110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM480 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9 +c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM829 0v517h79v-517h-79z" /> + <glyph glyph-name="f_i.ss05" horiz-adv-x="627" +d="M565 691l-67 -67l-66 66l66 67zM110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM459 0v517h79v-517h-79z" /> + <glyph glyph-name="fi.ss05" horiz-adv-x="627" +d="M565 691l-67 -67l-66 66l66 67zM110 568c0 113 63 183 169 183c30 0 53 -4 71 -10l-7 -68c-15 5 -34 9 -57 9c-66 0 -98 -43 -98 -111v-54h148v-71h-148v-446h-78v446h-97l19 71h78v51zM459 0v517h79v-517h-79z" /> + <glyph glyph-name="ordfeminine" unicode="ª" horiz-adv-x="422" +d="M369 373h-61c-4 20 -6 39 -8 57c-26 -41 -70 -64 -128 -64c-80 0 -134 41 -134 111c0 69 60 115 166 115c37 0 69 -6 94 -12v23c-1 54 -39 85 -100 85c-48 0 -83 -15 -111 -36l-28 51c37 25 84 42 142 42c98 0 160 -52 160 -142v-123c0 -37 3 -73 8 -107zM186 419 +c65 0 111 37 111 96l1 -1v19c-24 7 -51 11 -87 11c-75 0 -108 -27 -108 -66c0 -35 31 -59 83 -59z" /> + <glyph glyph-name="ordmasculine" unicode="º" horiz-adv-x="475" +d="M238 366c-101 0 -189 73 -189 191c0 119 88 190 190 190c100 0 187 -70 187 -190c0 -118 -87 -191 -188 -191zM238 427c64 0 119 50 119 130c0 81 -54 131 -118 131s-120 -50 -120 -131c0 -80 55 -130 119 -130z" /> + <glyph glyph-name="i.sups.ss05" horiz-adv-x="207" +d="M103 814l-47 47l47 48l47 -48zM70 373v364h67v-364h-67z" /> + <glyph glyph-name="j.sups.ss05" horiz-adv-x="206" +d="M102 814l-47 47l47 48l48 -48zM17 220c-25 0 -45 4 -63 11l17 55c12 -5 26 -8 39 -8c36 0 60 20 60 70v389h67v-387c0 -86 -49 -130 -120 -130z" /> + <glyph glyph-name="a.sups" horiz-adv-x="422" +d="M369 373h-61c-4 20 -6 39 -8 57c-26 -41 -70 -64 -128 -64c-80 0 -134 41 -134 111c0 69 60 115 166 115c37 0 69 -6 94 -12v23c-1 54 -39 85 -100 85c-48 0 -83 -15 -111 -36l-28 51c37 25 84 42 142 42c98 0 160 -52 160 -142v-123c0 -37 3 -73 8 -107zM186 419 +c65 0 111 37 111 96l1 -1v19c-24 7 -51 11 -87 11c-75 0 -108 -27 -108 -66c0 -35 31 -59 83 -59z" /> + <glyph glyph-name="b.sups" horiz-adv-x="503" +d="M280 746c112 0 181 -85 181 -191s-75 -191 -182 -191c-67 0 -115 29 -143 76l-2 -67h-64v517h67v-221c28 47 77 77 143 77zM263 425c74 0 130 51 130 130c0 80 -53 131 -126 131c-72 0 -130 -50 -130 -131s53 -130 126 -130z" /> + <glyph glyph-name="c.sups" horiz-adv-x="413" +d="M233 366c-109 0 -191 71 -191 190c0 110 84 188 197 188c54 0 100 -16 135 -51l-37 -48c-26 26 -57 39 -96 39c-74 0 -131 -53 -131 -129c0 -84 59 -129 127 -129c39 0 71 12 103 42l37 -46c-39 -38 -85 -56 -144 -56z" /> + <glyph glyph-name="d.sups" horiz-adv-x="502" +d="M365 890h66v-517h-64l-1 68c-29 -47 -77 -77 -143 -77c-112 0 -181 85 -181 191s75 191 182 191c66 0 113 -28 141 -73v217zM235 424c73 0 130 50 130 131c0 82 -53 131 -126 131c-72 0 -129 -52 -129 -131s53 -131 125 -131z" /> + <glyph glyph-name="e.sups" horiz-adv-x="450" +d="M410 558v-19h-299c7 -74 54 -115 129 -115c46 0 81 13 117 47l38 -43c-43 -45 -94 -64 -160 -64c-115 0 -193 73 -193 192c0 114 85 190 189 190c106 0 179 -71 179 -188zM231 690c-62 0 -108 -42 -119 -103h230c-7 61 -47 103 -111 103z" /> + <glyph glyph-name="f.sups" horiz-adv-x="322" +d="M161 770v-33h138v-58h-138v-306h-66v306h-79l15 58h64v30c0 81 49 132 132 132c36 0 68 -10 95 -29l-29 -49c-18 14 -37 21 -62 21c-42 0 -70 -26 -70 -72z" /> + <glyph glyph-name="g.sups" horiz-adv-x="490" +d="M355 737h64v-342c0 -121 -79 -174 -190 -174c-49 0 -90 10 -125 26l21 57c29 -14 64 -23 103 -23c76 0 125 32 125 111v53c-28 -44 -74 -72 -135 -72c-109 0 -176 83 -176 186c0 105 73 187 177 187c62 0 108 -28 135 -72zM229 431c70 0 124 50 124 128 +c0 80 -50 127 -119 127c-70 0 -124 -50 -124 -127c0 -76 50 -128 119 -128z" /> + <glyph glyph-name="h.sups" horiz-adv-x="473" +d="M270 746c84 0 142 -55 142 -159v-214h-66v207c0 68 -36 104 -98 104c-59 0 -111 -36 -111 -119v-192h-67v517h67v-211c29 45 76 67 133 67z" /> + <glyph glyph-name="i.sups" horiz-adv-x="207" +d="M103 819c-25 0 -45 17 -45 41s20 42 45 42c26 0 46 -18 46 -42s-20 -41 -46 -41zM70 373v364h67v-364h-67z" /> + <glyph glyph-name="j.sups" horiz-adv-x="206" +d="M102 819c-25 0 -44 17 -44 41s19 42 44 42c27 0 46 -18 46 -42s-19 -41 -46 -41zM17 220c-25 0 -45 4 -63 11l17 55c12 -5 26 -8 39 -8c36 0 60 20 60 70v389h67v-387c0 -86 -49 -130 -120 -130z" /> + <glyph glyph-name="k.sups" horiz-adv-x="387" +d="M379 373h-85l-157 185v-185h-67v517h67v-321l158 168h82l-168 -170z" /> + <glyph glyph-name="l.sups" horiz-adv-x="208" +d="M70 373v517h67v-517h-67z" /> + <glyph glyph-name="m.sups" horiz-adv-x="717" +d="M521 746c81 0 136 -53 136 -153v-220h-67v213c0 64 -34 98 -89 98c-56 0 -104 -34 -104 -112v-199h-67v213c0 64 -34 98 -89 98c-56 0 -104 -35 -104 -113v-198h-67v364h64l2 -56c26 42 71 65 125 65c57 0 102 -27 123 -78c25 48 73 78 137 78z" /> + <glyph glyph-name="n.sups" horiz-adv-x="468" +d="M268 746c82 0 140 -55 140 -159v-214h-66v207c0 68 -35 104 -97 104c-57 0 -108 -36 -108 -119v-192h-67v364h64l2 -60c29 47 75 69 132 69z" /> + <glyph glyph-name="uni207F" unicode="ⁿ" horiz-adv-x="468" +d="M268 746c82 0 140 -55 140 -159v-214h-66v207c0 68 -35 104 -97 104c-57 0 -108 -36 -108 -119v-192h-67v364h64l2 -60c29 47 75 69 132 69z" /> + <glyph glyph-name="o.sups" horiz-adv-x="479" +d="M240 364c-106 0 -198 73 -198 191c0 119 92 191 198 191s197 -72 197 -191c0 -117 -90 -191 -197 -191zM240 424c68 0 129 50 129 131c0 82 -58 131 -129 131c-70 0 -130 -49 -130 -131c0 -81 60 -131 130 -131z" /> + <glyph glyph-name="p.sups" horiz-adv-x="503" +d="M280 746c112 0 181 -85 181 -191s-75 -191 -182 -191c-67 0 -114 29 -142 75v-210h-67v508h64l2 -70c29 48 78 79 144 79zM263 425c74 0 130 51 130 130c0 80 -53 131 -126 131c-72 0 -130 -50 -130 -131s53 -130 126 -130z" /> + <glyph glyph-name="q.sups" horiz-adv-x="503" +d="M368 737h64v-508h-67v211c-29 -47 -77 -76 -142 -76c-112 0 -181 85 -181 191s75 191 182 191c66 0 114 -29 142 -75zM235 424c73 0 130 50 130 131c0 82 -53 131 -126 131c-72 0 -129 -52 -129 -131s53 -131 125 -131z" /> + <glyph glyph-name="r.sups" horiz-adv-x="312" +d="M136 657c35 67 96 84 150 84v-67c-65 3 -149 -21 -149 -125v-176h-67v364h64z" /> + <glyph glyph-name="s.sups" horiz-adv-x="367" +d="M186 366c-78 0 -125 26 -161 62l38 44c36 -34 73 -50 122 -50c47 0 81 17 81 51c0 89 -227 22 -227 162c0 62 57 109 146 109c65 0 112 -22 146 -53l-36 -45c-28 26 -61 42 -107 42c-56 0 -81 -22 -81 -49c0 -82 227 -22 227 -162c0 -70 -68 -111 -148 -111z" /> + <glyph glyph-name="t.sups" horiz-adv-x="343" +d="M288 448l28 -49c-29 -22 -62 -35 -101 -35c-69 0 -120 35 -120 119v196h-79l15 58h64v102h66v-102h148v-58h-148v-195c0 -39 25 -59 61 -59c26 0 45 8 66 23z" /> + <glyph glyph-name="u.sups" horiz-adv-x="468" +d="M332 739h66v-363h-64l-1 61c-28 -46 -74 -70 -133 -70c-82 0 -139 54 -139 158v214h67v-206c0 -69 34 -104 95 -104c57 0 109 35 109 119v191z" /> + <glyph glyph-name="v.sups" horiz-adv-x="411" +d="M327 737h76l-190 -370h-15l-189 370h77l121 -253z" /> + <glyph glyph-name="w.sups" horiz-adv-x="581" +d="M493 737h72l-152 -370h-15l-108 251l-109 -251h-14l-151 370h73l90 -239l105 241h15l105 -241z" /> + <glyph glyph-name="x.sups" horiz-adv-x="390" +d="M382 373h-82l-108 143l-107 -143h-77l146 188l-139 176h81l98 -130l95 130h77l-134 -173z" /> + <glyph glyph-name="y.sups" horiz-adv-x="407" +d="M324 737h74l-170 -364l-66 -144h-71l79 172l-161 336h75l122 -267z" /> + <glyph glyph-name="z.sups" horiz-adv-x="366" +d="M335 737v-13l-201 -292h196v-59h-298v14l200 292h-199l13 58h289z" /> + <glyph glyph-name="uni0394" unicode="Δ" horiz-adv-x="664" +d="M338 745l318 -745h-648l317 745h13zM127 75h408l-204 508z" /> + <glyph glyph-name="uni03A9" unicode="Ω" horiz-adv-x="807" +d="M565 79h184v-79h-291v67c120 96 193 209 193 345c0 153 -99 255 -247 255c-150 0 -247 -102 -247 -255c0 -136 72 -249 192 -345v-67h-291v79h184c-113 93 -172 209 -172 337c0 204 145 332 334 332s333 -128 333 -332c0 -128 -59 -244 -172 -337z" /> + <glyph glyph-name="uni03BC" unicode="μ" horiz-adv-x="636" +d="M470 515h77v-515h-71l-4 100c-30 -75 -92 -111 -161 -111c-60 0 -114 27 -146 83v-278h-76v721h78v-273c0 -123 68 -181 150 -181s153 56 153 184v270z" /> + <glyph glyph-name="pi" unicode="π" horiz-adv-x="705" +d="M672 446h-141v-299c0 -54 22 -84 70 -84c22 0 38 4 54 11l17 -66c-23 -11 -47 -17 -77 -17c-87 0 -143 45 -143 155v300h-231v-446h-79v446h-129l19 71h640v-71z" /> + <glyph glyph-name="uni2099" unicode="ₙ" horiz-adv-x="468" +d="M268 273c82 0 140 -54 140 -158v-214h-66v206c0 69 -35 105 -97 105c-57 0 -108 -36 -108 -120v-191h-67v364h64l2 -60c29 46 75 68 132 68z" /> + <glyph glyph-name="zero" unicode="0" horiz-adv-x="748" +d="M375 -10c-190 0 -306 163 -306 379s116 380 306 380c188 0 304 -164 304 -380s-116 -379 -304 -379zM375 68c132 0 219 120 219 301s-87 302 -219 302c-133 0 -220 -121 -220 -302s87 -301 220 -301z" /> + <glyph glyph-name="one" unicode="1" horiz-adv-x="449" +d="M319 742h15v-742h-83v615l-176 -102l-33 68z" /> + <glyph glyph-name="two" unicode="2" horiz-adv-x="644" +d="M230 78h356v-78h-517v14l245 266c110 116 146 165 146 244c0 78 -59 146 -163 146c-87 0 -150 -42 -194 -109l-63 47c56 87 144 141 259 141c166 0 248 -109 248 -220c0 -105 -51 -172 -178 -305z" /> + <glyph glyph-name="three" unicode="3" horiz-adv-x="646" +d="M336 453c133 -4 235 -86 235 -229c0 -112 -84 -230 -260 -230c-124 0 -211 53 -269 131l57 54c49 -62 116 -107 209 -107c117 0 180 75 180 155c0 136 -121 178 -261 151l-18 38l221 246h-376v77h512v-33z" /> + <glyph glyph-name="four" unicode="4" horiz-adv-x="706" +d="M664 232v-77h-137v-155h-82v155h-436v13l437 571h81v-507h137zM150 232h295v385z" /> + <glyph glyph-name="five" unicode="5" horiz-adv-x="619" +d="M304 475c164 0 257 -101 257 -239c0 -135 -102 -245 -267 -245c-112 0 -190 43 -246 97l48 64c49 -47 104 -83 196 -83c104 0 184 62 184 162c0 101 -72 169 -187 169c-85 0 -146 -24 -201 -60l-8 6v393h440v-77h-360v-217c44 20 91 30 144 30z" /> + <glyph glyph-name="six" unicode="6" horiz-adv-x="635" +d="M337 490c143 0 249 -108 249 -251c0 -141 -105 -248 -268 -248c-164 0 -269 105 -269 248c0 72 26 136 72 195l240 305h107l-217 -264c25 10 53 15 86 15zM318 69c110 0 182 73 182 170c0 102 -72 176 -182 176c-117 0 -183 -77 -183 -178c0 -97 70 -168 183 -168z" /> + <glyph glyph-name="seven" unicode="7" horiz-adv-x="559" +d="M42 739h508v-13l-306 -726h-92l286 662h-396v77z" /> + <glyph glyph-name="eight" unicode="8" horiz-adv-x="679" +d="M476 388c75 -25 134 -95 134 -182c0 -131 -103 -216 -270 -216s-271 85 -271 216c0 87 59 157 134 182c-61 27 -104 87 -104 165c0 112 92 196 241 196s241 -84 241 -196c0 -78 -44 -138 -105 -165zM340 674c-99 0 -157 -57 -157 -127c0 -72 54 -126 157 -126 +c102 0 157 54 157 126c0 70 -58 127 -157 127zM340 65c118 0 185 56 185 143c0 77 -67 141 -185 141c-119 0 -185 -64 -185 -141c0 -87 67 -143 185 -143z" /> + <glyph glyph-name="nine" unicode="9" horiz-adv-x="635" +d="M316 748c165 0 270 -105 270 -248c0 -72 -26 -136 -72 -195l-241 -305h-106l217 264c-25 -10 -53 -15 -86 -15c-143 0 -249 108 -249 251c0 141 105 248 267 248zM316 324c117 0 184 77 184 178c0 97 -71 168 -184 168c-110 0 -182 -73 -182 -170 +c0 -102 72 -176 182 -176z" /> + <glyph glyph-name="uni2780" unicode="➀" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM520 146v344l-113 -58l-28 60l203 103h12v-449h-74z" /> + <glyph glyph-name="uni2781" unicode="➁" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM506 214h213v-69h-356v12l164 161c70 68 91 96 91 136 +c0 41 -35 74 -97 74c-53 0 -93 -26 -121 -65l-52 44c38 54 99 89 178 89c117 0 168 -68 168 -137c0 -63 -33 -109 -116 -182z" /> + <glyph glyph-name="uni2782" unicode="➂" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM537 143c-85 0 -143 30 -183 78l47 50c31 -37 72 -61 133 -61 +c69 0 106 36 106 83c0 71 -77 92 -161 75l-14 28l126 128h-227v69h352v-19l-148 -152c85 -3 147 -51 147 -133c0 -76 -58 -146 -178 -146z" /> + <glyph glyph-name="uni2783" unicode="➃" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM740 297v-62h-87v-88h-71v88h-292v9l290 347h73v-294h87zM409 297h173 +v198z" /> + <glyph glyph-name="uni2784" unicode="➄" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM542 435c111 0 172 -62 172 -141c0 -78 -67 -152 -185 -152 +c-76 0 -128 26 -167 63l41 52c32 -29 67 -48 125 -48c64 0 111 31 111 82c0 48 -42 85 -118 85c-54 0 -93 -14 -127 -31l-9 4v245h299v-66h-229v-111c26 13 54 18 87 18z" /> + <glyph glyph-name="uni2785" unicode="➅" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM545 445c98 0 168 -61 168 -150c0 -87 -73 -153 -185 -153 +c-115 0 -187 65 -187 154c0 45 18 85 51 125l150 173h95l-150 -160c17 7 36 11 58 11zM528 209c65 0 109 37 109 86c0 52 -44 89 -109 89c-71 0 -111 -37 -111 -89c0 -49 43 -86 111 -86z" /> + <glyph glyph-name="uni2786" unicode="➆" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM362 591h351v-11l-200 -433h-82l184 376h-253v68z" /> + <glyph glyph-name="uni2787" unicode="➇" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM536 140c-115 0 -190 52 -190 135c0 51 40 90 94 105 +c-45 15 -75 50 -75 98c0 69 65 120 171 120c105 0 170 -51 170 -120c0 -48 -29 -83 -75 -98c55 -15 93 -54 93 -105c0 -83 -74 -135 -188 -135zM536 402c61 0 95 27 95 67c0 38 -35 69 -95 69c-61 0 -96 -31 -96 -69c0 -40 33 -67 96 -67zM536 202c71 0 113 29 113 75 +c0 43 -41 75 -113 75c-74 0 -115 -32 -115 -75c0 -46 43 -75 115 -75z" /> + <glyph glyph-name="uni2788" unicode="➈" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM425 145l150 159c-17 -7 -36 -10 -59 -10c-97 0 -166 60 -166 149 +c0 87 72 154 185 154c114 0 186 -65 186 -155c0 -44 -17 -85 -51 -124l-149 -173h-96zM535 354c70 0 110 38 110 90c0 49 -43 85 -110 85c-66 0 -110 -36 -110 -86c0 -52 44 -89 110 -89z" /> + <glyph glyph-name="uni278A" unicode="➊" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM514 145h83v450h-13l-210 -103l31 -67l109 54v-334z" /> + <glyph glyph-name="uni278B" unicode="➋" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM360 145h359v76h-201l62 55c81 70 115 119 115 182c0 69 -50 138 -169 138c-80 0 -142 -36 -180 -89l57 -50c27 39 66 64 117 64c58 0 90 -31 90 -69 +c0 -37 -19 -64 -88 -133l-162 -161v-13z" /> + <glyph glyph-name="uni278C" unicode="➌" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM537 142c120 0 180 70 180 147c0 82 -60 130 -143 135l144 147v22h-356v-76h218l-120 -123l15 -30c81 19 158 -1 158 -69c0 -45 -36 -78 -100 -78 +c-60 0 -99 23 -129 59l-52 -56c41 -48 99 -78 185 -78z" /> + <glyph glyph-name="uni278D" unicode="➍" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM578 147h78v84h86v69h-86v291h-81l-288 -349v-11h291v-84zM418 300l160 186v-186h-160z" /> + <glyph glyph-name="uni278E" unicode="➎" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM529 141c121 0 187 75 187 153s-59 142 -173 142c-30 0 -56 -6 -80 -17v102h224v72h-301v-247l8 -5c34 16 73 30 126 30c73 0 113 -35 113 -80c0 -47 -44 -75 -105 -75 +c-56 0 -89 19 -121 46l-45 -58c39 -37 92 -63 167 -63z" /> + <glyph glyph-name="uni278F" unicode="➏" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM529 141c113 0 186 67 186 155s-68 149 -166 149c-21 0 -39 -2 -55 -9l149 157h-106l-145 -168c-35 -41 -52 -83 -52 -128c0 -90 73 -156 189 -156zM529 216 +c-64 0 -105 33 -105 79c0 50 38 84 105 84c62 0 103 -34 103 -83c0 -47 -41 -80 -103 -80z" /> + <glyph glyph-name="uni2790" unicode="➐" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM428 147h90l197 432v12h-354v-76h245z" /> + <glyph glyph-name="uni2791" unicode="➑" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM536 139c114 0 191 52 191 137c0 50 -38 88 -90 103c44 16 73 50 73 98c0 71 -68 122 -174 122c-107 0 -174 -51 -174 -122c0 -48 29 -82 72 -98 +c-51 -15 -90 -53 -90 -103c0 -85 77 -137 192 -137zM536 404c-59 0 -91 24 -91 64c0 36 33 65 91 65c57 0 90 -29 90 -65c0 -40 -33 -64 -90 -64zM536 206c-68 0 -108 28 -108 73c0 41 38 70 108 70c68 0 106 -29 106 -70c0 -45 -40 -73 -106 -73z" /> + <glyph glyph-name="uni2792" unicode="➒" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM420 145h106l145 168c35 41 52 83 52 127c0 91 -73 157 -188 157c-114 0 -187 -67 -187 -155c0 -89 68 -149 166 -149c22 0 39 2 55 9zM535 359c-62 0 -103 34 -103 83 +c0 46 41 80 103 80c63 0 105 -34 105 -79c0 -50 -39 -84 -105 -84z" /> + <glyph glyph-name="uni24FF" unicode="⓿" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 140c128 0 208 95 208 230c0 133 -80 228 -208 228c-129 0 -209 -95 -209 -228c0 -134 80 -230 209 -230zM535 217c-75 0 -126 56 -126 153c0 96 51 153 126 153 +c74 0 125 -57 125 -153c0 -97 -51 -153 -125 -153z" /> + <glyph glyph-name="uni2776" unicode="❶" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM514 145h83v450h-13l-210 -103l31 -67l109 54v-334z" /> + <glyph glyph-name="uni2777" unicode="❷" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM360 145h359v76h-201l62 55c81 70 115 119 115 182c0 69 -50 138 -169 138c-80 0 -142 -36 -180 -89l57 -50c27 39 66 64 117 64c58 0 90 -31 90 -69 +c0 -37 -19 -64 -88 -133l-162 -161v-13z" /> + <glyph glyph-name="uni2778" unicode="❸" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM537 142c120 0 180 70 180 147c0 82 -60 130 -143 135l144 147v22h-356v-76h218l-120 -123l15 -30c81 19 158 -1 158 -69c0 -45 -36 -78 -100 -78 +c-60 0 -99 23 -129 59l-52 -56c41 -48 99 -78 185 -78z" /> + <glyph glyph-name="uni2779" unicode="❹" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM578 147h78v84h86v69h-86v291h-81l-288 -349v-11h291v-84zM418 300l160 186v-186h-160z" /> + <glyph glyph-name="uni277A" unicode="❺" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM529 141c121 0 187 75 187 153s-59 142 -173 142c-30 0 -56 -6 -80 -17v102h224v72h-301v-247l8 -5c34 16 73 30 126 30c73 0 113 -35 113 -80c0 -47 -44 -75 -105 -75 +c-56 0 -89 19 -121 46l-45 -58c39 -37 92 -63 167 -63z" /> + <glyph glyph-name="uni277B" unicode="❻" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM529 141c113 0 186 67 186 155s-68 149 -166 149c-21 0 -39 -2 -55 -9l149 157h-106l-145 -168c-35 -41 -52 -83 -52 -128c0 -90 73 -156 189 -156zM529 216 +c-64 0 -105 33 -105 79c0 50 38 84 105 84c62 0 103 -34 103 -83c0 -47 -41 -80 -103 -80z" /> + <glyph glyph-name="uni277C" unicode="❼" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM428 147h90l197 432v12h-354v-76h245z" /> + <glyph glyph-name="uni277D" unicode="❽" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM536 139c114 0 191 52 191 137c0 50 -38 88 -90 103c44 16 73 50 73 98c0 71 -68 122 -174 122c-107 0 -174 -51 -174 -122c0 -48 29 -82 72 -98 +c-51 -15 -90 -53 -90 -103c0 -85 77 -137 192 -137zM536 404c-59 0 -91 24 -91 64c0 36 33 65 91 65c57 0 90 -29 90 -65c0 -40 -33 -64 -90 -64zM536 206c-68 0 -108 28 -108 73c0 41 38 70 108 70c68 0 106 -29 106 -70c0 -45 -40 -73 -106 -73z" /> + <glyph glyph-name="uni277E" unicode="❾" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM420 145h106l145 168c35 41 52 83 52 127c0 91 -73 157 -188 157c-114 0 -187 -67 -187 -155c0 -89 68 -149 166 -149c22 0 39 2 55 9zM535 359c-62 0 -103 34 -103 83 +c0 46 41 80 103 80c63 0 105 -34 105 -79c0 -50 -39 -84 -105 -84z" /> + <glyph glyph-name="uni24EA" unicode="⓪" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM535 140c-129 0 -209 100 -209 230s80 229 209 229 +c128 0 208 -99 208 -229c0 -131 -80 -230 -208 -230zM535 210c79 0 133 59 133 160c0 100 -54 160 -133 160s-133 -60 -133 -160c0 -101 54 -160 133 -160z" /> + <glyph glyph-name="uni2460" unicode="①" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM520 146v344l-113 -58l-28 60l203 103h12v-449h-74z" /> + <glyph glyph-name="uni2461" unicode="②" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM506 214h213v-69h-356v12l164 161c70 68 91 96 91 136 +c0 41 -35 74 -97 74c-53 0 -93 -26 -121 -65l-52 44c38 54 99 89 178 89c117 0 168 -68 168 -137c0 -63 -33 -109 -116 -182z" /> + <glyph glyph-name="uni2462" unicode="③" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM537 143c-85 0 -143 30 -183 78l47 50c31 -37 72 -61 133 -61 +c69 0 106 36 106 83c0 71 -77 92 -161 75l-14 28l126 128h-227v69h352v-19l-148 -152c85 -3 147 -51 147 -133c0 -76 -58 -146 -178 -146z" /> + <glyph glyph-name="uni2463" unicode="④" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM740 297v-62h-87v-88h-71v88h-292v9l290 347h73v-294h87zM409 297h173 +v198z" /> + <glyph glyph-name="uni2464" unicode="⑤" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM542 435c111 0 172 -62 172 -141c0 -78 -67 -152 -185 -152 +c-76 0 -128 26 -167 63l41 52c32 -29 67 -48 125 -48c64 0 111 31 111 82c0 48 -42 85 -118 85c-54 0 -93 -14 -127 -31l-9 4v245h299v-66h-229v-111c26 13 54 18 87 18z" /> + <glyph glyph-name="uni2465" unicode="⑥" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM545 445c98 0 168 -61 168 -150c0 -87 -73 -153 -185 -153 +c-115 0 -187 65 -187 154c0 45 18 85 51 125l150 173h95l-150 -160c17 7 36 11 58 11zM528 209c65 0 109 37 109 86c0 52 -44 89 -109 89c-71 0 -111 -37 -111 -89c0 -49 43 -86 111 -86z" /> + <glyph glyph-name="uni2466" unicode="⑦" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM362 591h351v-11l-200 -433h-82l184 376h-253v68z" /> + <glyph glyph-name="uni2467" unicode="⑧" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM536 140c-115 0 -190 52 -190 135c0 51 40 90 94 105 +c-45 15 -75 50 -75 98c0 69 65 120 171 120c105 0 170 -51 170 -120c0 -48 -29 -83 -75 -98c55 -15 93 -54 93 -105c0 -83 -74 -135 -188 -135zM536 402c61 0 95 27 95 67c0 38 -35 69 -95 69c-61 0 -96 -31 -96 -69c0 -40 33 -67 96 -67zM536 202c71 0 113 29 113 75 +c0 43 -41 75 -113 75c-74 0 -115 -32 -115 -75c0 -46 43 -75 115 -75z" /> + <glyph glyph-name="uni2468" unicode="⑨" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402zM425 145l150 159c-17 -7 -36 -10 -59 -10c-97 0 -166 60 -166 149 +c0 87 72 154 185 154c114 0 186 -65 186 -155c0 -44 -17 -85 -51 -124l-149 -173h-96zM535 354c70 0 110 38 110 90c0 49 -43 85 -110 85c-66 0 -110 -36 -110 -86c0 -52 44 -89 110 -89z" /> + <glyph glyph-name="zero.osf" horiz-adv-x="748" +d="M375 -9c-187 0 -306 135 -306 311c0 177 119 313 306 313c184 0 304 -136 304 -313c0 -176 -120 -311 -304 -311zM375 69c133 0 219 97 219 233c0 138 -86 234 -219 234c-134 0 -220 -96 -220 -234c0 -136 86 -233 220 -233z" /> + <glyph glyph-name="one.osf" horiz-adv-x="448" +d="M319 615h14v-615h-83v492l-176 -87l-32 68z" /> + <glyph glyph-name="two.osf" horiz-adv-x="603" +d="M232 79h313v-79h-488v10l228 214c112 102 134 140 134 200s-47 113 -142 113c-82 0 -139 -39 -177 -93l-58 48c50 75 131 124 239 124c157 0 224 -95 224 -187c0 -86 -37 -145 -170 -261z" /> + <glyph glyph-name="three.osf" horiz-adv-x="646" +d="M336 322c133 -4 235 -87 235 -230c0 -111 -84 -229 -260 -229c-124 0 -211 52 -269 130l57 55c49 -62 116 -107 209 -107c117 0 180 75 180 154c0 137 -121 179 -261 152l-18 37l221 246h-376v78h512v-33z" /> + <glyph glyph-name="four.osf" horiz-adv-x="706" +d="M664 99v-77h-137v-155h-82v155h-436v13l437 571h81v-507h137zM150 99h295v385z" /> + <glyph glyph-name="five.osf" horiz-adv-x="619" +d="M304 342c164 0 257 -101 257 -239c0 -135 -102 -245 -267 -245c-112 0 -190 43 -246 97l48 64c49 -47 104 -83 196 -83c104 0 184 61 184 162s-72 169 -187 169c-85 0 -146 -24 -201 -60l-8 6v393h440v-77h-360v-217c44 20 91 30 144 30z" /> + <glyph glyph-name="six.osf" horiz-adv-x="635" +d="M337 490c143 0 249 -108 249 -251c0 -141 -105 -248 -268 -248c-164 0 -269 105 -269 248c0 72 26 136 72 195l240 305h107l-217 -264c25 10 53 15 86 15zM318 69c110 0 182 73 182 170c0 102 -72 176 -182 176c-117 0 -183 -77 -183 -178c0 -97 70 -168 183 -168z" /> + <glyph glyph-name="seven.osf" horiz-adv-x="559" +d="M42 606h508v-13l-306 -726h-92l286 662h-396v77z" /> + <glyph glyph-name="eight.osf" horiz-adv-x="679" +d="M476 388c75 -25 134 -95 134 -182c0 -131 -103 -216 -270 -216s-271 85 -271 216c0 87 59 157 134 182c-61 27 -104 87 -104 165c0 112 92 196 241 196s241 -84 241 -196c0 -78 -44 -138 -105 -165zM340 674c-99 0 -157 -57 -157 -127c0 -72 54 -126 157 -126 +c102 0 157 54 157 126c0 70 -58 127 -157 127zM340 65c118 0 185 56 185 143c0 77 -67 141 -185 141c-119 0 -185 -64 -185 -141c0 -87 67 -143 185 -143z" /> + <glyph glyph-name="nine.osf" horiz-adv-x="635" +d="M316 615c165 0 270 -105 270 -248c0 -72 -26 -136 -72 -195l-241 -305h-106l217 264c-25 -10 -53 -15 -86 -15c-143 0 -249 108 -249 251c0 141 105 248 267 248zM316 191c117 0 184 77 184 178c0 97 -71 168 -184 168c-110 0 -182 -73 -182 -170 +c0 -102 72 -176 182 -176z" /> + <glyph glyph-name="zero.tf" horiz-adv-x="660" +d="M331 -10c-175 0 -282 163 -282 379s107 380 282 380c173 0 280 -164 280 -380s-107 -379 -280 -379zM331 68c118 0 196 119 196 301s-78 302 -196 302c-119 0 -197 -120 -197 -302s78 -301 197 -301z" /> + <glyph glyph-name="one.tf" horiz-adv-x="660" +d="M427 77h178v-77h-464v77h203v543l-211 -107l-34 68l313 161h15v-665z" /> + <glyph glyph-name="two.tf" horiz-adv-x="660" +d="M242 78h356v-78h-517v14l245 266c110 116 147 165 147 244c0 78 -60 146 -164 146c-87 0 -150 -42 -194 -109l-62 47c55 87 143 141 258 141c166 0 248 -109 248 -220c0 -105 -51 -172 -178 -305z" /> + <glyph glyph-name="three.tf" horiz-adv-x="660" +d="M347 453c133 -3 236 -86 236 -229c0 -112 -85 -230 -261 -230c-124 0 -211 53 -269 131l57 54c49 -62 116 -107 209 -107c118 0 180 75 180 155c0 136 -121 178 -261 151l-17 38l221 246h-377v77h512v-33z" /> + <glyph glyph-name="four.tf" horiz-adv-x="660" +d="M652 232v-77h-129v-155h-82v155h-415v13l415 571h82v-507h129zM164 232h277v384z" /> + <glyph glyph-name="five.tf" horiz-adv-x="660" +d="M326 475c164 0 258 -101 258 -239c0 -135 -102 -245 -268 -245c-112 0 -190 43 -246 97l49 64c49 -47 104 -83 195 -83c105 0 185 62 185 162c0 101 -73 169 -187 169c-85 0 -146 -24 -201 -60l-9 6v393h441v-77h-360v-217c44 20 90 30 143 30z" /> + <glyph glyph-name="six.tf" horiz-adv-x="660" +d="M350 490c143 0 248 -108 248 -251c0 -141 -105 -248 -267 -248c-165 0 -269 105 -269 248c0 72 26 136 71 195l241 305h107l-218 -264c25 10 53 15 87 15zM331 69c110 0 182 73 182 170c0 102 -72 176 -182 176c-117 0 -183 -77 -183 -178c0 -97 70 -168 183 -168z" /> + <glyph glyph-name="seven.tf" horiz-adv-x="660" +d="M65 739h508v-13l-306 -726h-92l286 662h-396v77z" /> + <glyph glyph-name="eight.tf" horiz-adv-x="660" +d="M467 388c75 -25 134 -95 134 -182c0 -131 -103 -216 -270 -216s-271 85 -271 216c0 87 60 157 134 182c-61 27 -104 87 -104 165c0 112 91 196 241 196c149 0 241 -84 241 -196c0 -78 -44 -138 -105 -165zM331 674c-100 0 -158 -57 -158 -127c0 -72 55 -126 158 -126 +c102 0 157 54 157 126c0 70 -58 127 -157 127zM331 65c117 0 184 56 184 143c0 77 -66 141 -184 141c-120 0 -185 -64 -185 -141c0 -87 66 -143 185 -143z" /> + <glyph glyph-name="nine.tf" horiz-adv-x="660" +d="M329 748c165 0 269 -105 269 -248c0 -72 -26 -136 -71 -195l-241 -305h-107l218 264c-25 -10 -52 -15 -86 -15c-144 0 -249 108 -249 251c0 141 105 248 267 248zM329 324c117 0 183 77 183 178c0 97 -70 168 -183 168c-110 0 -182 -73 -182 -170 +c0 -102 72 -176 182 -176z" /> + <glyph glyph-name="uni2080" unicode="₀" horiz-adv-x="457" +d="M229 -106c-108 0 -174 80 -174 191s66 190 174 190c106 0 173 -79 173 -190s-67 -191 -173 -191zM229 -44c62 0 105 46 105 129s-43 129 -105 129c-63 0 -105 -46 -105 -129s42 -129 105 -129z" /> + <glyph glyph-name="uni2081" unicode="₁" horiz-adv-x="309" +d="M150 -100v279l-93 -45l-24 55l172 86h11v-375h-66z" /> + <glyph glyph-name="uni2082" unicode="₂" horiz-adv-x="387" +d="M174 -38h167v-62h-297v10l135 138c57 55 74 77 74 109s-28 58 -77 58c-42 0 -74 -20 -97 -52l-47 39c32 46 82 75 148 75c99 0 142 -59 142 -116c0 -52 -30 -89 -97 -153z" /> + <glyph glyph-name="uni2083" unicode="₃" horiz-adv-x="395" +d="M185 -105c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122z" /> + <glyph glyph-name="uni2084" unicode="₄" horiz-adv-x="416" +d="M383 27v-56h-71v-71h-65v71h-240v8l239 291h66v-243h71zM116 27h131v155z" /> + <glyph glyph-name="uni2085" unicode="₅" horiz-adv-x="376" +d="M187 139c94 0 143 -52 143 -119c0 -65 -54 -127 -154 -127c-62 0 -106 22 -138 54l36 46c27 -23 54 -39 101 -39c51 0 88 24 88 64c0 39 -33 67 -95 67c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12z" /> + <glyph glyph-name="uni2086" unicode="₆" horiz-adv-x="390" +d="M212 147c80 0 138 -50 138 -125c0 -73 -61 -129 -155 -129c-95 0 -156 55 -156 130c0 37 15 71 43 106l122 141h85l-120 -129c12 4 26 6 43 6zM195 -46c52 0 87 29 87 68c0 41 -35 70 -87 70c-56 0 -87 -29 -87 -71c0 -38 34 -67 87 -67z" /> + <glyph glyph-name="uni2087" unicode="₇" horiz-adv-x="333" +d="M33 270h293v-10l-164 -360h-73l148 309h-204v61z" /> + <glyph glyph-name="uni2088" unicode="₈" horiz-adv-x="426" +d="M214 -107c-96 0 -159 43 -159 113c0 42 31 73 72 87c-33 14 -57 43 -57 82c0 58 55 101 144 101c88 0 143 -43 143 -101c0 -39 -23 -68 -57 -82c41 -14 71 -45 71 -87c0 -70 -63 -113 -157 -113zM214 115c48 0 75 21 75 52c0 29 -28 52 -75 52c-48 0 -76 -23 -76 -52 +c0 -31 26 -52 76 -52zM214 -50c56 0 89 22 89 59c0 32 -33 56 -90 56s-90 -24 -90 -56c0 -37 34 -59 91 -59z" /> + <glyph glyph-name="uni2089" unicode="₉" horiz-adv-x="390" +d="M194 277c96 0 156 -55 156 -130c0 -37 -15 -71 -43 -106l-121 -141h-85l120 129c-13 -4 -27 -6 -43 -6c-80 0 -139 50 -139 125c0 73 61 129 155 129zM194 78c56 0 88 29 88 71c0 38 -34 67 -88 67c-52 0 -86 -29 -86 -68c0 -41 34 -70 86 -70z" /> + <glyph glyph-name="zero.dnom" horiz-adv-x="457" +d="M229 -6c-108 0 -174 80 -174 191s66 190 174 190c106 0 173 -79 173 -190s-67 -191 -173 -191zM229 56c62 0 105 46 105 129s-43 129 -105 129c-63 0 -105 -46 -105 -129s42 -129 105 -129z" /> + <glyph glyph-name="one.dnom" horiz-adv-x="309" +d="M150 0v279l-93 -45l-24 55l172 86h11v-375h-66z" /> + <glyph glyph-name="two.dnom" horiz-adv-x="387" +d="M174 62h167v-62h-297v10l135 138c57 55 74 77 74 109s-28 58 -77 58c-42 0 -74 -20 -97 -52l-47 39c32 46 82 75 148 75c99 0 142 -59 142 -116c0 -52 -30 -89 -97 -153z" /> + <glyph glyph-name="three.dnom" horiz-adv-x="395" +d="M185 -5c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122z" /> + <glyph glyph-name="four.dnom" horiz-adv-x="416" +d="M383 127v-56h-71v-71h-65v71h-240v8l239 291h66v-243h71zM116 127h131v155z" /> + <glyph glyph-name="five.dnom" horiz-adv-x="376" +d="M187 239c94 0 143 -52 143 -119c0 -65 -54 -127 -154 -127c-62 0 -106 22 -138 54l36 47c27 -24 54 -40 101 -40c51 0 88 24 88 64c0 39 -33 67 -95 67c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12z" /> + <glyph glyph-name="six.dnom" horiz-adv-x="390" +d="M212 247c80 0 138 -50 138 -125c0 -73 -61 -129 -155 -129c-95 0 -156 55 -156 130c0 37 15 71 43 106l122 141h85l-120 -129c12 4 26 6 43 6zM195 54c52 0 87 29 87 68c0 41 -35 70 -87 70c-56 0 -87 -29 -87 -71c0 -38 34 -67 87 -67z" /> + <glyph glyph-name="seven.dnom" horiz-adv-x="333" +d="M33 370h293v-10l-164 -360h-73l148 309h-204v61z" /> + <glyph glyph-name="eight.dnom" horiz-adv-x="426" +d="M214 -7c-96 0 -159 43 -159 113c0 42 31 73 72 87c-33 14 -57 43 -57 82c0 58 55 101 144 101c88 0 143 -43 143 -101c0 -39 -23 -68 -57 -82c41 -14 71 -45 71 -87c0 -70 -63 -113 -157 -113zM214 215c48 0 75 21 75 52c0 29 -28 52 -75 52c-48 0 -76 -23 -76 -52 +c0 -31 26 -52 76 -52zM214 50c56 0 89 22 89 59c0 32 -33 56 -90 56s-90 -24 -90 -56c0 -37 34 -59 91 -59z" /> + <glyph glyph-name="nine.dnom" horiz-adv-x="390" +d="M194 377c96 0 156 -55 156 -130c0 -37 -15 -71 -43 -106l-121 -141h-85l120 129c-13 -4 -27 -6 -43 -6c-80 0 -139 50 -139 125c0 73 61 129 155 129zM194 178c56 0 88 29 88 71c0 38 -34 67 -88 67c-52 0 -86 -29 -86 -68c0 -41 34 -70 86 -70z" /> + <glyph glyph-name="zero.numr" horiz-adv-x="457" +d="M229 363c-108 0 -174 80 -174 191s66 190 174 190c106 0 173 -79 173 -190s-67 -191 -173 -191zM229 425c62 0 105 46 105 129s-43 129 -105 129c-63 0 -105 -46 -105 -129s42 -129 105 -129z" /> + <glyph glyph-name="one.numr" horiz-adv-x="309" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66z" /> + <glyph glyph-name="two.numr" horiz-adv-x="387" +d="M174 431h167v-62h-297v10l135 138c57 55 74 77 74 109s-28 58 -77 58c-42 0 -74 -20 -97 -52l-47 39c32 46 82 75 148 75c99 0 142 -59 142 -116c0 -52 -30 -89 -97 -153z" /> + <glyph glyph-name="three.numr" horiz-adv-x="395" +d="M185 364c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122z" /> + <glyph glyph-name="four.numr" horiz-adv-x="416" +d="M383 496v-56h-71v-71h-65v71h-240v8l239 291h66v-243h71zM116 496h131v155z" /> + <glyph glyph-name="five.numr" horiz-adv-x="376" +d="M187 608c94 0 143 -52 143 -119c0 -65 -54 -127 -154 -127c-62 0 -106 22 -138 54l36 47c27 -24 54 -40 101 -40c51 0 88 24 88 64c0 39 -33 67 -95 67c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12z" /> + <glyph glyph-name="six.numr" horiz-adv-x="390" +d="M212 616c80 0 138 -50 138 -125c0 -73 -61 -129 -155 -129c-95 0 -156 55 -156 130c0 37 15 71 43 106l122 141h85l-120 -129c12 4 26 6 43 6zM195 423c52 0 87 29 87 68c0 41 -35 70 -87 70c-56 0 -87 -29 -87 -71c0 -38 34 -67 87 -67z" /> + <glyph glyph-name="seven.numr" horiz-adv-x="333" +d="M33 739h293v-10l-164 -360h-73l148 309h-204v61z" /> + <glyph glyph-name="eight.numr" horiz-adv-x="426" +d="M214 362c-96 0 -159 43 -159 113c0 42 31 73 72 87c-33 14 -57 43 -57 82c0 58 55 101 144 101c88 0 143 -43 143 -101c0 -39 -23 -68 -57 -82c41 -14 71 -45 71 -87c0 -70 -63 -113 -157 -113zM214 584c48 0 75 21 75 52c0 29 -28 52 -75 52c-48 0 -76 -23 -76 -52 +c0 -31 26 -52 76 -52zM214 419c56 0 89 22 89 59c0 32 -33 56 -90 56s-90 -24 -90 -56c0 -37 34 -59 91 -59z" /> + <glyph glyph-name="nine.numr" horiz-adv-x="390" +d="M194 746c96 0 156 -55 156 -130c0 -37 -15 -71 -43 -106l-121 -141h-85l120 129c-13 -4 -27 -6 -43 -6c-80 0 -139 50 -139 125c0 73 61 129 155 129zM194 547c56 0 88 29 88 71c0 38 -34 67 -88 67c-52 0 -86 -29 -86 -68c0 -41 34 -70 86 -70z" /> + <glyph glyph-name="uni2070" unicode="⁰" horiz-adv-x="457" +d="M229 533c-108 0 -174 80 -174 191s66 190 174 190c106 0 173 -79 173 -190s-67 -191 -173 -191zM229 595c62 0 105 46 105 129s-43 129 -105 129c-63 0 -105 -46 -105 -129s42 -129 105 -129z" /> + <glyph glyph-name="uni00B9" unicode="¹" horiz-adv-x="309" +d="M150 539v279l-93 -45l-24 55l172 86h11v-375h-66z" /> + <glyph glyph-name="uni00B2" unicode="²" horiz-adv-x="387" +d="M174 601h167v-62h-297v10l135 138c57 55 74 77 74 109s-28 58 -77 58c-42 0 -74 -20 -97 -52l-47 39c32 46 82 75 148 75c99 0 142 -59 142 -116c0 -52 -30 -89 -97 -153z" /> + <glyph glyph-name="uni00B3" unicode="³" horiz-adv-x="395" +d="M185 534c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122z" /> + <glyph glyph-name="uni2074" unicode="⁴" horiz-adv-x="416" +d="M383 666v-56h-71v-71h-65v71h-240v8l239 291h66v-243h71zM116 666h131v155z" /> + <glyph glyph-name="uni2075" unicode="⁵" horiz-adv-x="376" +d="M187 778c94 0 143 -52 143 -119c0 -65 -54 -127 -154 -127c-62 0 -106 22 -138 54l36 47c27 -24 54 -40 101 -40c51 0 88 24 88 64c0 39 -33 67 -95 67c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12z" /> + <glyph glyph-name="uni2076" unicode="⁶" horiz-adv-x="390" +d="M212 786c80 0 138 -50 138 -125c0 -73 -61 -129 -155 -129c-95 0 -156 55 -156 130c0 37 15 71 43 106l122 141h85l-120 -129c12 4 26 6 43 6zM195 593c52 0 87 29 87 68c0 41 -35 70 -87 70c-56 0 -87 -29 -87 -71c0 -38 34 -67 87 -67z" /> + <glyph glyph-name="uni2077" unicode="⁷" horiz-adv-x="333" +d="M33 909h293v-10l-164 -360h-73l148 309h-204v61z" /> + <glyph glyph-name="uni2078" unicode="⁸" horiz-adv-x="426" +d="M214 532c-96 0 -159 43 -159 113c0 42 31 73 72 87c-33 14 -57 43 -57 82c0 58 55 101 144 101c88 0 143 -43 143 -101c0 -39 -23 -68 -57 -82c41 -14 71 -45 71 -87c0 -70 -63 -113 -157 -113zM214 754c48 0 75 21 75 52c0 29 -28 52 -75 52c-48 0 -76 -23 -76 -52 +c0 -31 26 -52 76 -52zM214 589c56 0 89 22 89 59c0 32 -33 56 -90 56s-90 -24 -90 -56c0 -37 34 -59 91 -59z" /> + <glyph glyph-name="uni2079" unicode="⁹" horiz-adv-x="390" +d="M194 916c96 0 156 -55 156 -130c0 -37 -15 -71 -43 -106l-121 -141h-85l120 129c-13 -4 -27 -6 -43 -6c-80 0 -139 50 -139 125c0 73 61 129 155 129zM194 717c56 0 88 29 88 71c0 38 -34 67 -88 67c-52 0 -86 -29 -86 -68c0 -41 34 -70 86 -70z" /> + <glyph glyph-name="fraction" unicode="⁄" horiz-adv-x="103" +d="M-223 0l468 739h80l-467 -739h-81z" /> + <glyph glyph-name="uni215F" unicode="⅟" horiz-adv-x="412" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66zM86 0l468 739h80l-467 -739h-81z" /> + <glyph glyph-name="onehalf" unicode="½" horiz-adv-x="799" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66zM86 0l468 739h80l-467 -739h-81zM586 62h167v-62h-297v10l135 138c57 55 74 77 74 109s-28 58 -77 58c-42 0 -74 -20 -97 -52l-47 39c32 46 82 75 148 75c99 0 142 -59 142 -116c0 -52 -30 -89 -97 -153z" /> + <glyph glyph-name="uni2189" unicode="↉" horiz-adv-x="955" +d="M229 363c-108 0 -174 80 -174 191s66 190 174 190c106 0 173 -79 173 -190s-67 -191 -173 -191zM234 0l468 739h80l-467 -739h-81zM229 425c62 0 105 46 105 129s-43 129 -105 129c-63 0 -105 -46 -105 -129s42 -129 105 -129zM745 -5c-69 0 -118 25 -152 65l43 45 +c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122z" /> + <glyph glyph-name="uni2153" unicode="⅓" horiz-adv-x="807" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66zM86 0l468 739h80l-467 -739h-81zM597 -5c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113 +c0 -62 -50 -122 -151 -122z" /> + <glyph glyph-name="uni2154" unicode="⅔" horiz-adv-x="885" +d="M174 431h167v-62h-297v10l135 138c57 55 74 77 74 109s-28 58 -77 58c-42 0 -74 -20 -97 -52l-47 39c32 46 82 75 148 75c99 0 142 -59 142 -116c0 -52 -30 -89 -97 -153zM164 0l468 739h80l-467 -739h-81zM675 -5c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49 +c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122z" /> + <glyph glyph-name="onequarter" unicode="¼" horiz-adv-x="783" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66zM86 0l468 739h80l-467 -739h-81zM750 127v-56h-71v-71h-65v71h-240v8l239 291h66v-243h71zM483 127h131v155z" /> + <glyph glyph-name="threequarters" unicode="¾" horiz-adv-x="869" +d="M185 364c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122zM172 0l468 739h80l-467 -739h-81zM836 127v-56h-71v-71h-65v71h-240v8 +l239 291h66v-243h71zM569 127h131v155z" /> + <glyph glyph-name="uni2156" unicode="⅖" horiz-adv-x="866" +d="M174 431h167v-62h-297v10l135 138c57 55 74 77 74 109s-28 58 -77 58c-42 0 -74 -20 -97 -52l-47 39c32 46 82 75 148 75c99 0 142 -59 142 -116c0 -52 -30 -89 -97 -153zM164 0l468 739h80l-467 -739h-81zM677 239c94 0 143 -52 143 -119c0 -65 -54 -127 -154 -127 +c-62 0 -106 22 -138 54l36 47c27 -24 54 -40 101 -40c51 0 88 24 88 64c0 39 -33 67 -95 67c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12z" /> + <glyph glyph-name="uni2157" unicode="⅗" horiz-adv-x="874" +d="M185 364c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122zM172 0l468 739h80l-467 -739h-81zM685 239c94 0 143 -52 143 -119 +c0 -65 -54 -127 -154 -127c-62 0 -106 22 -138 54l36 47c27 -24 54 -40 101 -40c51 0 88 24 88 64c0 39 -33 67 -95 67c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12z" /> + <glyph glyph-name="uni2158" unicode="⅘" horiz-adv-x="895" +d="M383 496v-56h-71v-71h-65v71h-240v8l239 291h66v-243h71zM193 0l468 739h80l-467 -739h-81zM116 496h131v155zM706 239c94 0 143 -52 143 -119c0 -65 -54 -127 -154 -127c-62 0 -106 22 -138 54l36 47c27 -24 54 -40 101 -40c51 0 88 24 88 64c0 39 -33 67 -95 67 +c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12z" /> + <glyph glyph-name="uni2159" unicode="⅙" horiz-adv-x="802" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66zM86 0l468 739h80l-467 -739h-81zM624 247c80 0 138 -50 138 -125c0 -73 -61 -129 -155 -129c-95 0 -156 55 -156 130c0 37 15 71 43 106l122 141h85l-120 -129c12 4 26 6 43 6zM607 54c52 0 87 29 87 68 +c0 41 -35 70 -87 70c-56 0 -87 -29 -87 -71c0 -38 34 -67 87 -67z" /> + <glyph glyph-name="uni215A" unicode="⅚" horiz-adv-x="869" +d="M187 608c94 0 143 -52 143 -119c0 -65 -54 -127 -154 -127c-62 0 -106 22 -138 54l36 47c27 -24 54 -40 101 -40c51 0 88 24 88 64c0 39 -33 67 -95 67c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12zM153 0l468 739h80l-467 -739h-81zM691 247 +c80 0 138 -50 138 -125c0 -73 -61 -129 -155 -129c-95 0 -156 55 -156 130c0 37 15 71 43 106l122 141h85l-120 -129c12 4 26 6 43 6zM674 54c52 0 87 29 87 68c0 41 -35 70 -87 70c-56 0 -87 -29 -87 -71c0 -38 34 -67 87 -67z" /> + <glyph glyph-name="uni2150" unicode="⅐" horiz-adv-x="745" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66zM86 0l468 739h80l-467 -739h-81zM445 370h293v-10l-164 -360h-73l148 309h-204v61z" /> + <glyph glyph-name="oneeighth" unicode="⅛" horiz-adv-x="838" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66zM86 0l468 739h80l-467 -739h-81zM626 -7c-96 0 -159 43 -159 113c0 42 31 73 72 87c-33 14 -57 43 -57 82c0 58 55 101 144 101c88 0 143 -43 143 -101c0 -39 -23 -68 -57 -82c41 -14 71 -45 71 -87 +c0 -70 -63 -113 -157 -113zM626 215c48 0 75 21 75 52c0 29 -28 52 -75 52c-48 0 -76 -23 -76 -52c0 -31 26 -52 76 -52zM626 50c56 0 89 22 89 59c0 32 -33 56 -90 56s-90 -24 -90 -56c0 -37 34 -59 91 -59z" /> + <glyph glyph-name="threeeighths" unicode="⅜" horiz-adv-x="924" +d="M185 364c-69 0 -118 25 -152 65l43 45c25 -30 58 -49 107 -49c55 0 85 27 85 65c0 57 -63 73 -132 58l-12 26l100 104h-181v61h294v-16l-120 -124c69 -5 119 -46 119 -113c0 -62 -50 -122 -151 -122zM172 0l468 739h80l-467 -739h-81zM712 -7c-96 0 -159 43 -159 113 +c0 42 31 73 72 87c-33 14 -57 43 -57 82c0 58 55 101 144 101c88 0 143 -43 143 -101c0 -39 -23 -68 -57 -82c41 -14 71 -45 71 -87c0 -70 -63 -113 -157 -113zM712 215c48 0 75 21 75 52c0 29 -28 52 -75 52c-48 0 -76 -23 -76 -52c0 -31 26 -52 76 -52zM712 50 +c56 0 89 22 89 59c0 32 -33 56 -90 56s-90 -24 -90 -56c0 -37 34 -59 91 -59z" /> + <glyph glyph-name="fiveeighths" unicode="⅝" horiz-adv-x="905" +d="M187 608c94 0 143 -52 143 -119c0 -65 -54 -127 -154 -127c-62 0 -106 22 -138 54l36 47c27 -24 54 -40 101 -40c51 0 88 24 88 64c0 39 -33 67 -95 67c-44 0 -76 -11 -105 -24l-6 3v206h249v-60h-187v-83c20 8 43 12 68 12zM153 0l468 739h80l-467 -739h-81zM693 -7 +c-96 0 -159 43 -159 113c0 42 31 73 72 87c-33 14 -57 43 -57 82c0 58 55 101 144 101c88 0 143 -43 143 -101c0 -39 -23 -68 -57 -82c41 -14 71 -45 71 -87c0 -70 -63 -113 -157 -113zM693 215c48 0 75 21 75 52c0 29 -28 52 -75 52c-48 0 -76 -23 -76 -52 +c0 -31 26 -52 76 -52zM693 50c56 0 89 22 89 59c0 32 -33 56 -90 56s-90 -24 -90 -56c0 -37 34 -59 91 -59z" /> + <glyph glyph-name="seveneighths" unicode="⅞" horiz-adv-x="848" +d="M33 739h293v-10l-164 -360h-73l148 309h-204v61zM96 0l468 739h80l-467 -739h-81zM636 -7c-96 0 -159 43 -159 113c0 42 31 73 72 87c-33 14 -57 43 -57 82c0 58 55 101 144 101c88 0 143 -43 143 -101c0 -39 -23 -68 -57 -82c41 -14 71 -45 71 -87 +c0 -70 -63 -113 -157 -113zM636 215c48 0 75 21 75 52c0 29 -28 52 -75 52c-48 0 -76 -23 -76 -52c0 -31 26 -52 76 -52zM636 50c56 0 89 22 89 59c0 32 -33 56 -90 56s-90 -24 -90 -56c0 -37 34 -59 91 -59z" /> + <glyph glyph-name="uni2151" unicode="⅑" horiz-adv-x="802" +d="M150 369v279l-93 -45l-24 55l172 86h11v-375h-66zM86 0l468 739h80l-467 -739h-81zM606 377c96 0 156 -55 156 -130c0 -37 -15 -71 -43 -106l-121 -141h-85l120 129c-13 -4 -27 -6 -43 -6c-80 0 -139 50 -139 125c0 73 61 129 155 129zM606 178c56 0 88 29 88 71 +c0 38 -34 67 -88 67c-52 0 -86 -29 -86 -68c0 -41 34 -70 86 -70z" /> + <glyph glyph-name="period" unicode="." horiz-adv-x="222" +d="M112 -12c-33 0 -58 24 -58 57c0 31 25 56 58 56c32 0 57 -25 57 -56c0 -33 -25 -57 -57 -57z" /> + <glyph glyph-name="comma" unicode="," horiz-adv-x="222" +d="M77 -158l-30 33c41 34 70 74 72 116v3c-4 -1 -7 -2 -13 -2c-28 0 -49 23 -49 51c0 32 23 55 56 55c39 0 61 -32 61 -80c0 -66 -36 -129 -97 -176z" /> + <glyph glyph-name="colon" unicode=":" horiz-adv-x="222" +d="M112 414c-33 0 -58 24 -58 57c0 31 25 56 58 56c32 0 57 -25 57 -56c0 -33 -25 -57 -57 -57zM112 -12c-33 0 -58 24 -58 57c0 31 25 56 58 56c32 0 57 -25 57 -56c0 -33 -25 -57 -57 -57z" /> + <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="222" +d="M105 414c-33 0 -58 24 -58 57c0 31 25 56 58 56c32 0 57 -25 57 -56c0 -33 -25 -57 -57 -57zM77 -158l-30 33c41 34 70 74 72 116v3c-4 -1 -7 -2 -13 -2c-28 0 -49 23 -49 51c0 32 23 55 56 55c39 0 61 -32 61 -80c0 -66 -36 -129 -97 -176z" /> + <glyph glyph-name="ellipsis" unicode="…" horiz-adv-x="702" +d="M112 -12c-33 0 -58 24 -58 57c0 31 25 56 58 56c32 0 57 -25 57 -56c0 -33 -25 -57 -57 -57zM352 -12c-33 0 -58 24 -58 57c0 31 25 56 58 56c32 0 56 -25 56 -56c0 -33 -24 -57 -56 -57zM591 -12c-33 0 -57 24 -57 57c0 31 24 56 57 56c32 0 57 -25 57 -56 +c0 -33 -25 -57 -57 -57z" /> + <glyph glyph-name="exclam" unicode="!" horiz-adv-x="259" +d="M162 192h-66l-12 547h89zM129 -10c-31 0 -55 24 -55 55c0 30 24 54 55 54s55 -24 55 -54c0 -31 -24 -55 -55 -55z" /> + <glyph glyph-name="exclamdown" unicode="¡" horiz-adv-x="259" +d="M129 420c-31 0 -55 24 -55 53c0 32 24 56 55 56s55 -24 55 -56c0 -29 -24 -53 -55 -53zM85 -221l11 548h66l12 -548h-89z" /> + <glyph glyph-name="question" unicode="?" horiz-adv-x="557" +d="M212 192v24c0 187 213 158 213 317c0 79 -55 141 -154 141c-87 0 -146 -38 -187 -95l-56 53c54 70 135 117 246 117c151 0 234 -95 234 -211c0 -211 -222 -177 -222 -326v-20h-74zM254 -10c-32 0 -56 24 -56 55c0 30 24 54 56 54c30 0 54 -24 54 -54 +c0 -31 -24 -55 -54 -55z" /> + <glyph glyph-name="questiondown" unicode="¿" horiz-adv-x="507" +d="M303 420c-30 0 -54 24 -54 53c0 32 24 56 54 56c32 0 56 -24 56 -56c0 -29 -24 -53 -56 -53zM284 -230c-152 0 -235 95 -235 211c0 210 223 176 223 326v20h74v-24c0 -188 -214 -158 -214 -318c0 -79 55 -141 155 -141c86 0 146 39 187 95l55 -53 +c-54 -70 -135 -116 -245 -116z" /> + <glyph glyph-name="periodcentered" unicode="·" horiz-adv-x="222" +d="M112 239c-33 0 -58 25 -58 57s25 56 58 56c32 0 57 -24 57 -56s-25 -57 -57 -57z" /> + <glyph glyph-name="bullet" unicode="•" horiz-adv-x="348" +d="M175 243c-60 0 -105 44 -105 103c0 57 45 102 105 102c58 0 103 -45 103 -102c0 -59 -45 -103 -103 -103z" /> + <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="364" +d="M330 608l-106 -29l69 -84l-52 -38l-59 94l-59 -94l-53 38l70 84l-107 29l21 62l102 -42l-7 111h66l-8 -111l103 42z" /> + <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="854" +d="M813 484h-164l-57 -227h165l-20 -76h-164l-45 -181h-82l45 181h-223l-45 -181h-82l45 181h-164l19 76h164l57 227h-165l19 76h165l45 179h80l-44 -179h224l45 179h81l-45 -179h165zM510 257l57 227h-224l-56 -227h223z" /> + <glyph glyph-name="slash" unicode="/" horiz-adv-x="428" +d="M43 -206h-77l384 1057h78z" /> + <glyph glyph-name="backslash" unicode="\" horiz-adv-x="428" +d="M385 -206l-385 1057h78l384 -1057h-77z" /> + <glyph glyph-name="periodcentered.loclCAT.case" horiz-adv-x="6" +d="M-118 343c-33 0 -58 25 -58 57s25 56 58 56c32 0 57 -24 57 -56s-25 -57 -57 -57z" /> + <glyph glyph-name="periodcentered.loclCAT" horiz-adv-x="110" +d="M55 307c-31 0 -55 23 -55 55c0 30 24 54 55 54s55 -24 55 -54c0 -32 -24 -55 -55 -55z" /> + <glyph glyph-name="period.ss05" horiz-adv-x="227" +d="M114 -12l-77 75l77 77l76 -76z" /> + <glyph glyph-name="comma.ss05" horiz-adv-x="222" +d="M57 -114v210h112l-99 -210h-13z" /> + <glyph glyph-name="colon.ss05" horiz-adv-x="227" +d="M114 376l-77 76l77 77l76 -76zM114 -12l-77 75l77 77l76 -76z" /> + <glyph glyph-name="semicolon.ss05" horiz-adv-x="227" +d="M114 376l-77 76l77 77l76 -76zM57 -114v210h112l-99 -210h-13z" /> + <glyph glyph-name="ellipsis.ss05" horiz-adv-x="706" +d="M114 -12l-77 75l77 77l76 -76zM354 -12l-77 75l77 77l75 -76zM593 -12l-76 75l76 77l76 -76z" /> + <glyph glyph-name="exclam.ss05" horiz-adv-x="219" +d="M143 192h-65l-13 547h89zM110 -12l-73 72l73 73l72 -73z" /> + <glyph glyph-name="exclamdown.ss05" horiz-adv-x="219" +d="M109 384l-72 72l72 73l73 -72zM65 -223l10 548h66l13 -548h-89z" /> + <glyph glyph-name="question.ss05" horiz-adv-x="557" +d="M212 192v24c0 187 213 158 213 317c0 79 -55 141 -154 141c-87 0 -146 -38 -187 -95l-56 53c54 70 135 117 246 117c151 0 234 -95 234 -211c0 -211 -222 -177 -222 -326v-20h-74zM249 -12l-73 72l73 73l72 -73z" /> + <glyph glyph-name="questiondown.ss05" horiz-adv-x="507" +d="M309 384l-72 72l72 73l72 -72zM284 -233c-152 0 -235 96 -235 212c0 210 223 176 223 326v20h74v-24c0 -188 -214 -159 -214 -318c0 -79 55 -141 155 -141c86 0 146 38 187 95l55 -53c-54 -70 -135 -117 -245 -117z" /> + <glyph glyph-name="periodcentered.ss05" horiz-adv-x="227" +d="M114 239l-77 76l77 76l76 -76z" /> + <glyph glyph-name="bullet.ss05" horiz-adv-x="352" +d="M177 242l-140 138l140 139l137 -138z" /> + <glyph glyph-name="uni208D" unicode="₍" horiz-adv-x="259" +d="M219 -213c-109 67 -173 167 -173 308c0 140 64 240 173 306l33 -45c-81 -58 -134 -133 -134 -261c0 -130 53 -204 134 -263z" /> + <glyph glyph-name="uni208E" unicode="₎" horiz-adv-x="259" +d="M40 -213l-33 45c81 59 134 133 134 263c0 128 -53 203 -134 261l33 45c109 -66 173 -166 173 -306c0 -141 -64 -241 -173 -308z" /> + <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="379" +d="M337 -185c-178 115 -279 285 -279 516s101 402 279 514l33 -52c-137 -102 -228 -240 -228 -462c0 -223 91 -361 228 -464z" /> + <glyph glyph-name="parenright" unicode=")" horiz-adv-x="379" +d="M42 -185l-33 52c136 103 228 241 228 464c0 222 -92 360 -228 462l33 52c178 -112 279 -283 279 -514s-101 -401 -279 -516z" /> + <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="344" +d="M326 -168c-143 5 -219 86 -219 185c0 75 39 146 39 205c0 63 -34 93 -104 109v15c70 17 104 46 104 108c0 59 -39 132 -39 206c0 100 76 180 219 184v-61c-96 -4 -139 -55 -139 -123c0 -66 40 -138 40 -206c0 -58 -33 -90 -80 -116c47 -25 80 -57 80 -116 +c0 -68 -40 -139 -40 -205c0 -68 43 -119 139 -124v-61z" /> + <glyph glyph-name="braceright" unicode="}" horiz-adv-x="344" +d="M18 -168v61c96 5 139 56 139 124c0 66 -39 137 -39 205c0 59 32 91 79 116c-47 26 -79 58 -79 116c0 68 39 140 39 206c0 68 -43 119 -139 123v61c143 -4 219 -84 219 -184c0 -74 -39 -147 -39 -206c0 -62 34 -91 104 -108v-15c-70 -16 -104 -46 -104 -109 +c0 -59 39 -130 39 -205c0 -99 -76 -180 -219 -185z" /> + <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="327" +d="M105 -169v1014h204v-66h-124v-882h124v-66h-204z" /> + <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="327" +d="M18 -169v66h124v882h-124v66h204v-1014h-204z" /> + <glyph glyph-name="uni207D" unicode="⁽" horiz-adv-x="259" +d="M219 417c-109 67 -173 167 -173 308c0 140 64 240 173 306l33 -45c-81 -58 -134 -133 -134 -261c0 -130 53 -204 134 -263z" /> + <glyph glyph-name="uni207E" unicode="⁾" horiz-adv-x="259" +d="M40 417l-33 45c81 59 134 133 134 263c0 128 -53 203 -134 261l33 45c109 -66 173 -166 173 -306c0 -141 -64 -241 -173 -308z" /> + <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="363" +d="M54 331h255v-71h-255v71z" /> + <glyph glyph-name="uni00AD" unicode="­" horiz-adv-x="363" +d="M54 331h255v-71h-255v71z" /> + <glyph glyph-name="endash" unicode="–" horiz-adv-x="422" +d="M20 331h382v-71h-382v71z" /> + <glyph glyph-name="emdash" unicode="—" horiz-adv-x="766" +d="M0 331h766v-71h-766v71z" /> + <glyph glyph-name="uni2011" unicode="‑" horiz-adv-x="363" +d="M54 331h255v-71h-255v71z" /> + <glyph glyph-name="underscore" unicode="_" horiz-adv-x="422" +d="M20 -103v71h382v-71h-382z" /> + <glyph glyph-name="quotesinglbase" unicode="‚" horiz-adv-x="222" +d="M77 -156l-30 34c41 34 70 74 72 115v3c-4 -1 -7 -1 -13 -1c-28 0 -49 22 -49 50c0 32 23 55 56 55c39 0 61 -32 61 -80c0 -66 -36 -129 -97 -176z" /> + <glyph glyph-name="quotedblbase" unicode="„" horiz-adv-x="395" +d="M77 -156l-30 34c41 34 70 74 72 115v3c-4 -1 -7 -1 -13 -1c-28 0 -49 22 -49 50c0 32 23 55 56 55c39 0 61 -32 61 -80c0 -66 -36 -129 -97 -176zM250 -156l-30 34c41 34 69 74 72 115v3c-4 -1 -8 -1 -13 -1c-28 0 -49 22 -49 50c0 32 23 55 55 55c40 0 62 -32 62 -80 +c0 -66 -36 -129 -97 -176z" /> + <glyph glyph-name="quotedblleft" unicode="“" horiz-adv-x="395" +d="M110 495c-39 0 -62 32 -62 80c0 66 36 129 97 176l30 -34c-41 -33 -69 -74 -72 -115v-3c4 1 8 2 14 2c27 0 48 -23 48 -51c0 -32 -23 -55 -55 -55zM283 495c-40 0 -62 32 -62 80c0 66 36 129 97 176l30 -34c-41 -33 -69 -74 -72 -115v-3c4 1 8 2 13 2c28 0 49 -23 49 -51 +c0 -32 -23 -55 -55 -55z" /> + <glyph glyph-name="quotedblright" unicode="”" horiz-adv-x="395" +d="M77 495l-30 34c41 34 70 74 72 115v3c-4 -1 -7 -1 -13 -1c-28 0 -49 22 -49 50c0 32 23 55 56 55c39 0 61 -32 61 -80c0 -66 -36 -129 -97 -176zM250 495l-30 34c41 34 70 74 72 115v3c-4 -1 -8 -1 -13 -1c-28 0 -49 22 -49 50c0 32 23 55 55 55c40 0 62 -32 62 -80 +c0 -66 -36 -129 -97 -176z" /> + <glyph glyph-name="quoteleft" unicode="‘" horiz-adv-x="222" +d="M110 495c-39 0 -62 32 -62 80c0 66 36 129 97 176l30 -34c-41 -33 -69 -74 -72 -115v-3c4 1 8 2 14 2c27 0 48 -23 48 -51c0 -32 -23 -55 -55 -55z" /> + <glyph glyph-name="quoteright" unicode="’" horiz-adv-x="222" +d="M77 495l-30 34c41 34 70 74 72 115v3c-4 -1 -7 -1 -13 -1c-28 0 -49 22 -49 50c0 32 23 55 56 55c39 0 61 -32 61 -80c0 -66 -36 -129 -97 -176z" /> + <glyph glyph-name="guillemotleft" unicode="«" horiz-adv-x="525" +d="M206 54l-184 217l184 216h74l-164 -216l164 -217h-74zM427 54l-184 217l184 216h74l-164 -216l164 -217h-74z" /> + <glyph glyph-name="guillemotright" unicode="»" horiz-adv-x="525" +d="M24 54l164 217l-164 216h74l184 -216l-184 -217h-74zM245 54l164 217l-164 216h74l184 -216l-184 -217h-74z" /> + <glyph glyph-name="guilsinglleft" unicode="‹" horiz-adv-x="304" +d="M280 487l-164 -216l164 -217h-74l-184 217l184 216h74z" /> + <glyph glyph-name="guilsinglright" unicode="›" horiz-adv-x="304" +d="M24 54l164 217l-164 216h74l184 -216l-184 -217h-74z" /> + <glyph glyph-name="quotedbl" unicode=""" horiz-adv-x="373" +d="M98 492l-32 247h92l-33 -247h-27zM247 492l-32 247h92l-33 -247h-27z" /> + <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="224" +d="M98 492l-32 247h92l-33 -247h-27z" /> + <glyph glyph-name="quotesinglbase.ss05" horiz-adv-x="222" +d="M57 -114v210h112l-99 -210h-13z" /> + <glyph glyph-name="quotedblbase.ss05" horiz-adv-x="394" +d="M57 -114v210h112l-99 -210h-13zM229 -114v210h112l-99 -210h-13z" /> + <glyph glyph-name="quotedblleft.ss05" horiz-adv-x="394" +d="M52 541l100 210h13v-210h-113zM225 541l99 210h13v-210h-112z" /> + <glyph glyph-name="quotedblright.ss05" horiz-adv-x="394" +d="M57 529v210h112l-99 -210h-13zM229 529v210h112l-99 -210h-13z" /> + <glyph glyph-name="quoteleft.ss05" horiz-adv-x="222" +d="M52 538l100 210h13v-210h-113z" /> + <glyph glyph-name="quoteright.ss05" horiz-adv-x="222" +d="M57 529v210h112l-99 -210h-13z" /> + <glyph glyph-name="uni00A0" unicode=" " horiz-adv-x="220" + /> + <glyph glyph-name="space.frac" horiz-adv-x="600" + /> + <glyph glyph-name=".null" horiz-adv-x="600" + /> + <glyph glyph-name="uniFEFF" unicode="" horiz-adv-x="0" + /> + <glyph glyph-name="cent" unicode="¢" horiz-adv-x="547" +d="M508 185c-48 -50 -102 -76 -172 -81v-104h-67v106c-122 18 -211 115 -211 266c0 135 87 239 211 261v106h67v-101c71 -4 124 -30 169 -74l-45 -58c-34 35 -74 55 -124 59v-388c48 4 87 23 126 62zM139 371c0 -105 57 -170 130 -189v376c-77 -23 -130 -94 -130 -187z" /> + <glyph glyph-name="currency" unicode="¤" horiz-adv-x="689" +d="M588 389c0 -57 -15 -107 -42 -147l87 -88l-54 -54l-87 88c-40 -28 -90 -43 -147 -43c-58 0 -108 15 -147 43l-88 -88l-54 54l87 88c-27 40 -42 90 -42 147c0 58 15 108 42 147l-87 88l54 55l87 -88c40 27 90 42 148 42c57 0 107 -15 147 -43l87 89l54 -55l-87 -88 +c27 -39 42 -89 42 -147zM178 389c0 -100 66 -166 167 -166c100 0 166 66 166 166s-66 167 -166 167c-101 0 -167 -67 -167 -167z" /> + <glyph glyph-name="dollar" unicode="$" horiz-adv-x="609" +d="M557 206c0 -123 -88 -205 -223 -216v-117h-66v117c-102 9 -177 55 -229 106l52 64c51 -50 111 -82 177 -91v271c-104 27 -209 62 -209 201c0 109 84 190 209 206v113h66v-111c92 -4 165 -41 213 -90l-49 -62c-40 44 -95 71 -164 75v-263c108 -28 223 -61 223 -203z +M145 543c0 -69 54 -97 123 -117v243c-76 -14 -123 -62 -123 -126zM334 69c86 9 137 59 137 131c0 76 -62 103 -137 124v-255z" /> + <glyph glyph-name="Euro" unicode="€" horiz-adv-x="737" +d="M641 172l57 -53c-47 -71 -131 -130 -255 -130c-161 0 -277 100 -311 269h-90v68h81c-1 14 -2 29 -2 44c0 20 1 39 3 57h-82v69h94c41 158 160 253 315 253c115 0 192 -47 244 -116l-56 -53c-42 57 -100 91 -186 91c-112 0 -194 -64 -229 -175h239v-69h-253 +c-2 -18 -3 -37 -3 -57c0 -15 1 -30 2 -44h254v-68h-243c31 -122 114 -190 227 -190c90 0 153 44 194 104z" /> + <glyph glyph-name="florin" unicode="ƒ" horiz-adv-x="442" +d="M390 675c-94 0 -129 -41 -129 -136v-140h134v-73h-134v-321c0 -143 -63 -213 -206 -213h-13v76h13c89 0 123 41 123 136v322h-132v73h132v138c0 142 60 213 206 213h16v-75h-10z" /> + <glyph glyph-name="uni20BA" unicode="₺" horiz-adv-x="587" +d="M492 233h87c0 -154 -100 -233 -282 -233h-171v224l-84 -36v72l84 37v106l-84 -37v73l84 37v263h83v-227l204 89v-73l-204 -89v-106l204 89v-73l-204 -89v-181h89c129 0 194 48 194 154z" /> + <glyph glyph-name="uni20BC" unicode="₼" horiz-adv-x="868" +d="M475 580c162 -17 304 -134 304 -369v-211h-84v213c0 181 -97 269 -220 284v-497h-81v498c-125 -15 -221 -103 -221 -285v-213h-84v211c0 237 140 353 305 369v159h81v-159z" /> + <glyph glyph-name="uni20B9" unicode="₹" horiz-adv-x="610" +d="M563 739v-68h-188c40 -25 66 -59 77 -102h111v-68h-107c-9 -108 -82 -162 -208 -181l231 -320h-102l-247 358l4 13c159 6 222 44 235 130h-322v68h321c-14 59 -64 96 -145 102h-176v68h516z" /> + <glyph glyph-name="sterling" unicode="£" horiz-adv-x="604" +d="M239 226c0 -61 -12 -104 -49 -147h367v-79h-505v14c79 78 102 127 102 203c0 39 -8 71 -18 103h-92v70h68c-11 36 -20 74 -20 123c0 139 101 239 254 239c113 0 179 -53 219 -112l-61 -55c-32 52 -82 87 -156 87c-103 0 -170 -70 -170 -164c0 -46 10 -83 22 -118h253v-70 +h-229c9 -28 15 -58 15 -94z" /> + <glyph glyph-name="yen" unicode="¥" horiz-adv-x="635" +d="M625 739l-251 -370h184v-69h-196v-101h196v-68h-196v-131h-84v131h-201v68h201v101h-201v69h188l-255 370h101l210 -317l205 317h99z" /> + <glyph glyph-name="uni2219" unicode="∙" horiz-adv-x="545" +d="M272 279c-41 0 -72 28 -72 70c0 40 31 70 72 70c42 0 73 -30 73 -70c0 -42 -31 -70 -73 -70z" /> + <glyph glyph-name="uni2215" unicode="∕" horiz-adv-x="608" +d="M25 0l473 739h85l-472 -739h-86z" /> + <glyph glyph-name="uni208C" unicode="₌" horiz-adv-x="376" +d="M32 123v63h312v-63h-312zM32 -28v63h312v-63h-312z" /> + <glyph glyph-name="uni207C" unicode="⁼" horiz-adv-x="376" +d="M32 753v63h312v-63h-312zM32 602v63h312v-63h-312z" /> + <glyph glyph-name="uni208B" unicode="₋" horiz-adv-x="356" +d="M24 47v64h308v-64h-308z" /> + <glyph glyph-name="uni207B" unicode="⁻" horiz-adv-x="356" +d="M24 677v64h308v-64h-308z" /> + <glyph glyph-name="plus" unicode="+" horiz-adv-x="600" +d="M570 346v-76h-232v-232h-76v232h-232v76h232v232h76v-232h232z" /> + <glyph glyph-name="minus" unicode="−" horiz-adv-x="576" +d="M30 270v76h516v-76h-516z" /> + <glyph glyph-name="multiply" unicode="×" horiz-adv-x="524" +d="M484 477l-169 -169l169 -169l-53 -52l-169 168l-169 -169l-53 53l169 169l-169 168l52 54l170 -169l169 169z" /> + <glyph glyph-name="divide" unicode="÷" horiz-adv-x="576" +d="M287 465c-32 0 -56 22 -56 53s24 54 56 54c33 0 57 -23 57 -54s-24 -53 -57 -53zM30 270v76h516v-76h-516zM287 45c-32 0 -56 22 -56 53c0 32 24 54 56 54c33 0 57 -22 57 -54c0 -31 -24 -53 -57 -53z" /> + <glyph glyph-name="equal" unicode="=" horiz-adv-x="600" +d="M40 399v74h520v-74h-520zM40 143v75h520v-75h-520z" /> + <glyph glyph-name="notequal" unicode="≠" horiz-adv-x="620" +d="M580 399h-176l-107 -181h283v-75h-328l-57 -96l-81 -1l58 97h-132v75h176l108 181h-284v74h327l58 97h81l-58 -97h132v-74z" /> + <glyph glyph-name="greater" unicode=">" horiz-adv-x="577" +d="M40 533l507 -219v-12l-507 -219v79l348 146l-348 147v78z" /> + <glyph glyph-name="less" unicode="<" horiz-adv-x="577" +d="M537 533v-78l-349 -147l349 -146v-79l-507 219v12z" /> + <glyph glyph-name="greaterequal" unicode="≥" horiz-adv-x="616" +d="M561 363v-11l-511 -206v73l353 139l-353 140v73zM50 71h516v-71h-516v71z" /> + <glyph glyph-name="lessequal" unicode="≤" horiz-adv-x="616" +d="M566 571v-73l-354 -140l354 -139v-73l-511 206v11zM50 0v71h516v-71h-516z" /> + <glyph glyph-name="plusminus" unicode="±" horiz-adv-x="611" +d="M342 417h219v-70h-219v-194h-74v194h-218v70h218v195h74v-195zM50 0v71h511v-71h-511z" /> + <glyph glyph-name="approxequal" unicode="≈" horiz-adv-x="580" +d="M393 337c-87 0 -137 110 -206 110c-44 0 -68 -42 -68 -99h-69c0 107 53 179 137 179c89 0 137 -112 206 -112c43 0 65 42 65 101h72c0 -108 -53 -179 -137 -179zM393 97c-87 0 -137 110 -206 110c-44 0 -68 -41 -68 -100h-69c0 108 53 178 137 178 +c89 0 137 -108 206 -108c43 0 65 39 65 98h72c0 -107 -53 -178 -137 -178z" /> + <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="663" +d="M455 265c-110 0 -171 176 -251 176c-50 0 -82 -64 -83 -170h-71c0 155 65 252 160 252c109 0 170 -179 250 -179c49 0 82 66 83 173h70c0 -156 -62 -252 -158 -252z" /> + <glyph glyph-name="logicalnot" unicode="¬" horiz-adv-x="620" +d="M570 467v-347h-75v271h-465v76h540z" /> + <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="500" +d="M480 303h-85l-146 292l-145 -292h-84l226 436h7z" /> + <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="775" +d="M566 481c97 0 159 -67 159 -170c0 -104 -62 -173 -159 -173c-79 0 -133 54 -179 113c-47 -59 -100 -113 -178 -113c-98 0 -159 68 -159 173c0 103 61 170 159 170c73 0 129 -55 179 -115c49 60 105 115 178 115zM216 214c45 0 85 44 127 96c-39 52 -77 95 -127 95 +c-53 0 -88 -37 -88 -94c0 -58 35 -97 88 -97zM560 214c51 0 87 39 87 97c0 56 -36 94 -87 94s-89 -43 -128 -94c42 -53 82 -97 128 -97z" /> + <glyph glyph-name="integral" unicode="∫" horiz-adv-x="448" +d="M45 -208v76h14c88 0 121 42 121 136v533c0 142 62 213 207 213h16v-75h-11c-94 0 -129 -41 -129 -136v-534c0 -142 -61 -212 -201 -213h-17z" /> + <glyph glyph-name="uni2126" unicode="Ω" horiz-adv-x="807" +d="M565 79h184v-79h-291v67c120 96 193 209 193 345c0 153 -99 255 -247 255c-150 0 -247 -102 -247 -255c0 -136 72 -249 192 -345v-67h-291v79h184c-113 93 -172 209 -172 337c0 204 145 332 334 332s333 -128 333 -332c0 -128 -59 -244 -172 -337z" /> + <glyph glyph-name="uni2206" unicode="∆" horiz-adv-x="664" +d="M338 745l318 -745h-648l317 745h13zM127 75h408l-204 508z" /> + <glyph glyph-name="product" unicode="∏" horiz-adv-x="757" +d="M716 739v-78h-129v-867h-83v867h-251v-867h-84v867h-127v78h674z" /> + <glyph glyph-name="summation" unicode="∑" horiz-adv-x="525" +d="M42 -206v13l226 465l-225 454v13h440v-77h-315l193 -390l-194 -400h315v-78h-440z" /> + <glyph glyph-name="radical" unicode="√" horiz-adv-x="760" +d="M770 739v-75h-126l-333 -870h-13l-290 721h92l206 -541l277 765h187z" /> + <glyph glyph-name="uni00B5" unicode="µ" horiz-adv-x="636" +d="M470 515h77v-515h-71l-4 100c-30 -75 -92 -111 -161 -111c-60 0 -114 27 -146 83v-278h-76v721h78v-273c0 -123 68 -181 150 -181s153 56 153 184v270z" /> + <glyph glyph-name="partialdiff" unicode="∂" horiz-adv-x="626" +d="M289 748c184 0 264 -122 264 -375c0 -242 -106 -386 -278 -386c-136 0 -226 93 -226 226c0 164 106 290 263 290c82 0 138 -33 165 -82c-6 189 -68 262 -195 262c-59 0 -109 -18 -155 -50l-30 56c56 40 124 59 192 59zM285 53c116 0 183 111 183 234 +c0 93 -61 151 -148 151c-119 0 -194 -98 -194 -218c0 -99 61 -167 159 -167z" /> + <glyph glyph-name="percent" unicode="%" horiz-adv-x="1050" +d="M246 368c-107 0 -197 78 -197 191c0 115 90 193 197 193c105 0 195 -78 195 -193c0 -113 -90 -191 -195 -191zM247 0l472 739h85l-473 -739h-84zM246 435c65 0 122 52 122 124c0 74 -57 125 -122 125c-67 0 -123 -51 -123 -125c0 -72 56 -124 123 -124zM805 -12 +c-106 0 -196 78 -196 192s90 191 196 191s196 -77 196 -191s-90 -192 -196 -192zM805 55c66 0 123 52 123 125c0 72 -57 124 -123 124s-122 -52 -122 -124c0 -73 56 -125 122 -125z" /> + <glyph glyph-name="perthousand" unicode="‰" horiz-adv-x="1475" +d="M242 368c-105 0 -193 78 -193 191c0 115 88 193 193 193c103 0 191 -78 191 -193c0 -113 -88 -191 -191 -191zM240 0l465 739h88l-465 -739h-88zM242 435c63 0 118 52 118 124c0 74 -55 125 -118 125c-65 0 -119 -51 -119 -125c0 -72 54 -124 119 -124zM792 -12 +c-105 0 -192 78 -192 192s87 191 192 191c104 0 192 -77 192 -191s-88 -192 -192 -192zM1234 -12c-105 0 -192 78 -192 192s87 191 192 191c103 0 192 -77 192 -191s-89 -192 -192 -192zM792 55c64 0 118 52 118 125c0 72 -54 124 -118 124s-119 -52 -119 -124 +c0 -73 55 -125 119 -125zM1234 55c64 0 118 52 118 125c0 72 -54 124 -118 124s-119 -52 -119 -124c0 -73 55 -125 119 -125z" /> + <glyph glyph-name="uni208A" unicode="₊" horiz-adv-x="372" +d="M348 111v-64h-130v-130h-64v130h-130v64h130v130h64v-130h130z" /> + <glyph glyph-name="uni207A" unicode="⁺" horiz-adv-x="372" +d="M348 741v-64h-130v-130h-64v130h-130v64h130v130h64v-130h130z" /> + <glyph glyph-name="divide.ss05" horiz-adv-x="576" +d="M288 449l-69 68l69 70l69 -69zM30 270v76h516v-76h-516zM288 29l-69 69l69 70l69 -70z" /> + <glyph glyph-name="arrowup" unicode="↑" horiz-adv-x="903" +d="M803 397l-53 -54l-261 260v-603h-75v604l-261 -261l-53 54l351 351z" /> + <glyph glyph-name="uni2197" unicode="↗" horiz-adv-x="756" +d="M153 92l-53 53l427 427h-369v76h497l1 -498h-76v368z" /> + <glyph glyph-name="arrowright" unicode="→" horiz-adv-x="948" +d="M497 721l351 -351l-351 -352l-54 53l260 261h-603v75h604l-261 261z" /> + <glyph glyph-name="uni2198" unicode="↘" horiz-adv-x="756" +d="M580 589h76v-497h-497v75l368 1l-427 426l53 53l427 -426v368z" /> + <glyph glyph-name="arrowdown" unicode="↓" horiz-adv-x="903" +d="M750 396l53 -54l-351 -351l-352 351l53 54l261 -260v603h75v-604z" /> + <glyph glyph-name="uni2199" unicode="↙" horiz-adv-x="756" +d="M656 595l-428 -427h370v-76h-497l-1 498h76v-369l427 427z" /> + <glyph glyph-name="arrowleft" unicode="←" horiz-adv-x="948" +d="M848 408v-75h-604l261 -261l-54 -53l-351 351l351 352l54 -53l-260 -261h603z" /> + <glyph glyph-name="uni2196" unicode="↖" horiz-adv-x="756" +d="M656 145l-53 -53l-427 427v-368h-76v496l497 1v-76h-368z" /> + <glyph glyph-name="uni25CF" unicode="●" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473z" /> + <glyph glyph-name="circle" unicode="○" +d="M535 -104c-262 0 -475 190 -475 473c0 284 213 474 475 474s475 -191 475 -474s-213 -473 -475 -473zM535 -33c220 0 402 158 402 402s-182 402 -402 402s-402 -158 -402 -402s182 -402 402 -402z" /> + <glyph glyph-name="lozenge" unicode="◊" horiz-adv-x="544" +d="M281 745l255 -375l-256 -378h-15l-257 377l257 376h16zM271 636l-176 -267l179 -267l176 268z" /> + <glyph glyph-name="at" unicode="@" horiz-adv-x="952" +d="M491 346c29 0 61 -3 95 -7v26c0 66 -37 103 -104 103c-56 0 -98 -23 -132 -56l-38 52c45 40 105 66 174 66c110 0 174 -64 174 -165v-141c0 -47 12 -77 60 -77c70 0 112 74 112 191c0 212 -133 346 -347 346c-209 0 -366 -151 -366 -375c0 -225 148 -381 367 -381 +c88 0 163 25 221 71l34 -47c-68 -52 -156 -82 -255 -82c-252 0 -428 183 -428 439c0 254 181 435 427 435c247 0 409 -164 409 -406c0 -137 -71 -250 -187 -250c-64 0 -99 31 -113 72c-35 -49 -95 -72 -152 -72c-93 0 -146 52 -146 127c0 92 77 131 195 131zM453 147 +c68 0 133 41 133 118v20c-33 4 -62 7 -88 7c-81 0 -129 -22 -129 -76c0 -37 26 -69 84 -69z" /> + <glyph glyph-name="ampersand" unicode="&" horiz-adv-x="735" +d="M696 49l-52 -54l-88 85c-60 -57 -143 -88 -243 -88c-162 0 -255 71 -255 188c0 103 67 165 179 209c-69 72 -92 124 -92 185c0 91 68 177 199 177c123 0 195 -78 195 -171c0 -105 -64 -157 -182 -205l189 -182c27 50 41 113 38 186h80c0 -96 -21 -178 -61 -240zM342 681 +c-72 0 -118 -47 -118 -110c0 -44 17 -83 89 -153c94 43 151 81 151 156c0 59 -43 107 -122 107zM318 63c75 0 138 25 183 70l-218 211c-84 -37 -140 -83 -140 -161c0 -73 60 -120 175 -120z" /> + <glyph glyph-name="paragraph" unicode="¶" horiz-adv-x="639" +d="M305 311c-158 0 -253 76 -253 213c0 143 96 215 266 215h38l2 -428h-53zM451 0v739h82v-739h-82z" /> + <glyph glyph-name="section" unicode="§" horiz-adv-x="504" +d="M377 366c0 135 -312 39 -312 234c0 91 82 148 194 148c84 0 146 -29 188 -78l-42 -47c-34 40 -83 65 -144 65c-74 0 -122 -32 -122 -84c0 -130 312 -40 312 -238h-74zM255 -9c-101 0 -171 40 -216 89l43 50c50 -53 105 -78 172 -78c65 0 116 30 116 89 +c0 136 -311 40 -311 238h75c0 -129 310 -38 310 -235c0 -96 -83 -153 -189 -153z" /> + <glyph glyph-name="copyright" unicode="©" horiz-adv-x="864" +d="M433 -12c-214 0 -375 165 -375 382s161 382 375 382c212 0 373 -165 373 -382s-161 -382 -373 -382zM433 44c180 0 314 139 314 326s-134 325 -314 325c-182 0 -316 -138 -316 -325s134 -326 316 -326zM432 141c-121 0 -212 97 -212 228c0 135 92 229 218 229 +c72 0 133 -32 166 -79l-49 -42c-27 36 -67 56 -117 56c-87 0 -148 -67 -148 -164c0 -93 62 -163 144 -163c58 0 96 28 123 66l47 -45c-40 -56 -101 -86 -172 -86z" /> + <glyph glyph-name="registered" unicode="®" horiz-adv-x="479" +d="M240 739c118 0 205 -86 205 -206c0 -118 -87 -205 -205 -205c-120 0 -207 87 -207 205c0 120 87 206 207 206zM240 379c90 0 153 64 153 154c0 91 -63 155 -153 155c-92 0 -155 -64 -155 -155c0 -90 63 -154 155 -154zM318 571c0 -27 -16 -47 -43 -56l63 -79h-57l-57 74 +h-13v-74h-45v195h76c46 0 76 -23 76 -60zM242 590h-31v-38h27c25 0 34 6 34 19s-8 19 -30 19z" /> + <glyph glyph-name="uni2117" unicode="℗" horiz-adv-x="864" +d="M433 752c212 0 373 -165 373 -382s-161 -382 -373 -382c-214 0 -375 165 -375 382s161 382 375 382zM433 44c180 0 314 139 314 326s-134 325 -314 325c-182 0 -316 -138 -316 -325s134 -326 316 -326zM453 593c103 0 166 -52 166 -139c0 -90 -62 -139 -174 -139h-68 +v-169h-68v447h144zM445 378c71 0 104 24 104 76c0 50 -32 76 -96 76h-76v-152h68z" /> + <glyph glyph-name="trademark" unicode="™" horiz-adv-x="919" +d="M54 673v66h327v-66h-127v-341h-71v341h-129zM865 332h-70l-36 235l-114 -236h-10l-114 236l-36 -235h-71l72 407h10l144 -294l144 294h10z" /> + <glyph glyph-name="degree" unicode="°" horiz-adv-x="485" +d="M246 369c-116 0 -197 82 -197 192c0 113 77 190 192 190c114 0 195 -81 195 -192c0 -108 -82 -190 -190 -190zM246 438c68 0 117 53 117 121c0 72 -49 124 -122 124c-72 0 -118 -49 -118 -122c0 -71 49 -123 123 -123z" /> + <glyph glyph-name="bar" unicode="|" horiz-adv-x="391" +d="M158 851h75v-1057h-75v1057z" /> + <glyph glyph-name="brokenbar" unicode="¦" horiz-adv-x="391" +d="M158 851h75v-396h-75v396zM158 190h75v-396h-75v396z" /> + <glyph glyph-name="dagger" unicode="†" horiz-adv-x="752" +d="M368 499l-50 240h115l-51 -240h-14zM80 387v115l240 -51v-14zM672 387l-241 50v14l241 51v-115zM334 -206v433l34 161h14l35 -161v-433h-83z" /> + <glyph glyph-name="uni2113" unicode="ℓ" horiz-adv-x="522" +d="M459 664c0 -237 -114 -355 -263 -398v-60c0 -109 35 -145 111 -145c50 0 91 14 145 50v-75c-51 -31 -102 -46 -158 -46c-128 0 -184 69 -184 218v42c-22 -3 -45 -4 -68 -4v61c23 0 46 2 68 5v406c0 134 66 210 171 210c104 0 178 -78 178 -239v-25zM196 727v-394 +c106 39 189 133 189 331v25c0 127 -44 173 -99 173s-90 -45 -90 -135z" /> + <glyph glyph-name="daggerdbl" unicode="‡" horiz-adv-x="752" +d="M369 499l-50 240h114l-51 -240h-13zM80 387v115l240 -51v-14zM672 387l-241 50v14l241 51v-115zM369 146l-39 121l39 121h13l40 -121l-40 -121h-13zM80 32v115l240 -50v-15zM672 32l-241 50v15l241 50v-115zM319 -206l50 240h13l51 -240h-114z" /> + <glyph glyph-name="estimated" unicode="℮" horiz-adv-x="902" +d="M451 -12c-133 0 -226 33 -303 106c-76 73 -115 164 -115 275c0 112 40 202 117 276c77 72 167 107 301 107c123 0 209 -30 289 -95c80 -64 123 -171 128 -299h-664c-9 0 -17 0 -17 -19v-187c0 -39 106 -134 264 -134c105 0 205 52 265 121h78c-53 -58 -101 -97 -157 -120 +c-59 -22 -100 -31 -186 -31zM204 383h491c16 0 18 4 18 17v184c0 60 -144 141 -264 141c-149 0 -262 -101 -262 -134v-200c0 -5 4 -8 17 -8z" /> + <glyph glyph-name="uni2116" unicode="№" horiz-adv-x="1267" +d="M105 0v750h21l473 -568v557h84v-750h-21l-473 568v-557h-84zM1028 364c-106 0 -199 73 -199 191c0 119 93 191 199 191c105 0 197 -72 197 -191c0 -117 -90 -191 -197 -191zM1028 424c68 0 129 50 129 131c0 82 -58 131 -129 131c-70 0 -130 -49 -130 -131 +c0 -81 60 -131 130 -131zM859 186v62h336v-62h-336zM859 0v62h336v-62h-336z" /> + <glyph glyph-name="ampersand.ss08" horiz-adv-x="715" +d="M723 46l-58 -50l-99 125c-56 -84 -142 -133 -254 -133c-154 0 -259 104 -259 252c0 119 69 217 199 277l-165 208v14h532v-74h-389zM316 63c91 0 162 46 203 117l-220 277c-111 -48 -162 -127 -162 -217c0 -100 72 -177 179 -177z" /> + <glyph glyph-name="uni02BC" unicode="ʼ" horiz-adv-x="222" +d="M77 495l-30 34c41 34 70 74 72 115v3c-4 -1 -7 -1 -13 -1c-28 0 -49 22 -49 50c0 32 23 55 56 55c39 0 61 -32 61 -80c0 -66 -36 -129 -97 -176z" /> + <glyph glyph-name="uni02C9" unicode="ˉ" horiz-adv-x="361" +d="M50 619v67h261v-67h-261z" /> + <glyph glyph-name="uni0308" unicode="̈" horiz-adv-x="0" +d="M-293 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM-102 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52z" /> + <glyph glyph-name="uni0307" unicode="̇" horiz-adv-x="0" +d="M-110 596c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56z" /> + <glyph glyph-name="gravecomb" unicode="̀" horiz-adv-x="0" +d="M-117 586l-83 136l77 37l73 -173h-67z" /> + <glyph glyph-name="acutecomb" unicode="́" horiz-adv-x="0" +d="M-200 586l73 173l77 -37l-83 -136h-67z" /> + <glyph glyph-name="uni030B" unicode="̋" horiz-adv-x="0" +d="M-339 586l72 174l66 -31l-70 -143h-68zM-194 586l78 168l66 -31l-76 -137h-68z" /> + <glyph glyph-name="caroncomb.alt" horiz-adv-x="0" +d="M-134 582l10 157h74l-25 -157h-59z" /> + <glyph glyph-name="uni0302" unicode="̂" horiz-adv-x="0" +d="M-50 586h-68l-72 101l-71 -101h-68l92 153h93z" /> + <glyph glyph-name="uni030C" unicode="̌" horiz-adv-x="0" +d="M-118 740h68l-92 -153h-93l-94 153h68l72 -100z" /> + <glyph glyph-name="uni0306" unicode="̆" horiz-adv-x="0" +d="M-187 591c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148z" /> + <glyph glyph-name="uni030A" unicode="̊" horiz-adv-x="0" +d="M-175 568c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM-175 619c39 0 67 27 67 68c0 40 -28 68 -67 68c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68z" /> + <glyph glyph-name="tildecomb" unicode="̃" horiz-adv-x="0" +d="M-354 620c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47c-20 0 -30 -11 -41 -45z" /> + <glyph glyph-name="uni0304" unicode="̄" horiz-adv-x="0" +d="M-311 619v67h261v-67h-261z" /> + <glyph glyph-name="uni0312" unicode="̒" horiz-adv-x="0" +d="M-106 592c-45 0 -67 38 -67 75c0 51 30 104 115 100v-31c-39 1 -58 -20 -60 -45c-2 -6 -1 -12 -1 -17c7 9 19 14 35 12c20 -3 34 -19 34 -41c0 -28 -18 -53 -56 -53z" /> + <glyph glyph-name="uni0313" unicode="̓" horiz-adv-x="0" +d="M-166 592v32c39 -1 59 20 61 45c1 6 1 11 0 17c-6 -9 -18 -15 -34 -12c-20 3 -34 19 -34 41c0 28 18 52 56 52c44 0 67 -37 67 -74c0 -52 -31 -104 -116 -101z" /> + <glyph glyph-name="uni0326" unicode="̦" horiz-adv-x="0" +d="M-166 -232v31c39 0 59 21 61 45c1 6 1 12 0 17c-6 -9 -18 -14 -34 -11c-20 2 -34 18 -34 40c0 28 18 53 56 53c44 0 67 -38 67 -74c0 -52 -31 -104 -116 -101z" /> + <glyph glyph-name="uni0327" unicode="̧" horiz-adv-x="0" +d="M-180 -206l43 143h87l-65 -143h-65z" /> + <glyph glyph-name="uni0328" unicode="̨" horiz-adv-x="0" +d="M-50 -169c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 46 27 82 99 129l36 -24c-57 -36 -70 -60 -70 -85s17 -39 56 -39c32 0 55 7 79 17v-65z" /> + <glyph glyph-name="uni0335" unicode="̵" horiz-adv-x="0" +d="M-385 280v60h335v-60h-335z" /> + <glyph glyph-name="uni0336" unicode="̶" horiz-adv-x="0" +d="M-525 276v68h475v-68h-475z" /> + <glyph glyph-name="uni0337" unicode="̷" horiz-adv-x="0" +d="M-162 406v75l112 84v-77zM-287 322v76l109 83v-76z" /> + <glyph glyph-name="uni0338" unicode="̸" horiz-adv-x="0" +d="M-461 -8l-44 39l410 494l45 -38z" /> + <glyph glyph-name="acute" unicode="´" horiz-adv-x="250" +d="M50 586l73 173l77 -37l-83 -136h-67z" /> + <glyph glyph-name="breve" unicode="˘" horiz-adv-x="374" +d="M187 591c-84 0 -131 52 -137 148h64c5 -56 29 -85 73 -85c45 0 67 29 73 85h64c-6 -96 -54 -148 -137 -148z" /> + <glyph glyph-name="caron" unicode="ˇ" horiz-adv-x="379" +d="M261 740h68l-92 -153h-93l-94 153h68l72 -100z" /> + <glyph glyph-name="cedilla" unicode="¸" horiz-adv-x="230" +d="M50 -206l43 143h87l-65 -143h-65z" /> + <glyph glyph-name="circumflex" unicode="ˆ" horiz-adv-x="379" +d="M329 586h-68l-72 101l-71 -101h-68l92 153h93z" /> + <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="395" +d="M102 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52zM293 600c-30 0 -52 22 -52 52c0 29 22 53 52 53c31 0 52 -24 52 -53c0 -30 -21 -52 -52 -52z" /> + <glyph glyph-name="dotaccent" unicode="˙" horiz-adv-x="217" +d="M107 596c-32 0 -57 25 -57 56c0 32 25 55 57 55c34 0 60 -24 60 -55s-26 -56 -60 -56z" /> + <glyph glyph-name="grave" unicode="`" horiz-adv-x="250" +d="M133 586l-83 136l77 37l73 -173h-67z" /> + <glyph glyph-name="hungarumlaut" unicode="˝" horiz-adv-x="389" +d="M50 586l72 174l66 -31l-70 -143h-68zM195 586l78 168l66 -31l-76 -137h-68z" /> + <glyph glyph-name="macron" unicode="¯" horiz-adv-x="361" +d="M50 619v67h261v-67h-261z" /> + <glyph glyph-name="ogonek" unicode="˛" horiz-adv-x="300" +d="M250 -169c-26 -9 -54 -16 -87 -16c-75 0 -113 30 -113 83c0 46 27 82 99 129l36 -24c-57 -36 -70 -60 -70 -85s17 -39 56 -39c32 0 55 7 79 17v-65z" /> + <glyph glyph-name="ring" unicode="˚" horiz-adv-x="351" +d="M176 568c-73 0 -126 51 -126 119s54 120 126 120c71 0 125 -52 125 -120c0 -69 -55 -119 -125 -119zM176 619c39 0 67 27 67 68c0 40 -28 68 -67 68c-40 0 -68 -28 -68 -68c0 -41 28 -68 68 -68z" /> + <glyph glyph-name="tilde" unicode="˜" horiz-adv-x="404" +d="M50 620c16 67 47 96 87 96c59 0 83 -47 121 -47c22 0 31 11 43 47l53 -15c-17 -67 -47 -97 -87 -97c-60 0 -83 47 -122 47c-20 0 -30 -11 -41 -45z" /> + <glyph glyph-name="uni0335.case" horiz-adv-x="0" +d="M-408 276v68h358v-68h-358z" /> + <glyph glyph-name="uni0336.case" horiz-adv-x="0" +d="M-525 276v68h475v-68h-475z" /> + <glyph glyph-name="uni0337.case" horiz-adv-x="0" +d="M-282 331v95l232 213v-96z" /> + <glyph glyph-name="uni0338.case" horiz-adv-x="0" +d="M-625 13l-51 43l575 671l51 -44z" /> + <glyph glyph-name="uni0307.i" horiz-adv-x="0" +d="M-107 640c-32 0 -56 24 -56 54c0 31 24 53 56 53c33 0 57 -22 57 -53c0 -30 -24 -54 -57 -54z" /> + <glyph glyph-name="uni0307.i.ss05" horiz-adv-x="0" +d="M-116 624l-67 66l67 67l66 -66z" /> + <hkern u1="F" g2="ampersand.ss08" k="28" /> + <hkern u1="F" u2="*" k="-10" /> + <hkern u1="F" u2="ß" k="15" /> + <hkern u1="F" u2="V" k="-5" /> + <hkern u1="F" u2="ẞ" k="10" /> + <hkern u1="F" u2="M" k="37" /> + <hkern u1="Ľ" u2="Ỳ" k="123" /> + <hkern u1="Ľ" u2="Ÿ" k="123" /> + <hkern u1="Ľ" u2="Ŷ" k="123" /> + <hkern u1="Ľ" u2="Ý" k="123" /> + <hkern u1="Ľ" u2="Y" k="123" /> + <hkern u1="Ľ" u2="V" k="120" /> + <hkern u1="Ľ" u2="Ț" k="108" /> + <hkern u1="Ľ" u2="Ţ" k="108" /> + <hkern u1="Ľ" u2="Ť" k="108" /> + <hkern u1="Ľ" u2="Ŧ" k="108" /> + <hkern u1="Ľ" u2="T" k="108" /> + <hkern u1="M" g2="ampersand.ss08" k="8" /> + <hkern u1="M" u2="\" k="40" /> + <hkern u1="M" u2="*" k="30" /> + <hkern u1="M" u2="?" k="5" /> + <hkern u1="M" u2="V" k="31" /> + <hkern u1="M" u2="M" k="4" /> + <hkern u1="Þ" u2="\" k="50" /> + <hkern u1="Þ" u2="·" k="-20" /> + <hkern u1="Þ" u2="V" k="50" /> + <hkern u1="Þ" u2="M" k="10" /> + <hkern u1="Q" u2="\" k="10" /> + <hkern u1="Q" u2="*" k="10" /> + <hkern u1="Q" u2="?" k="40" /> + <hkern u1="Q" u2="V" k="16" /> + <hkern u1="Q" u2="M" k="9" /> + <hkern u1="ẞ" u2="\" k="40" /> + <hkern u1="ẞ" u2="*" k="20" /> + <hkern u1="ẞ" u2="V" k="25" /> + <hkern u1="T" u2="ř" k="88" /> + <hkern u1="Ŧ" u2="ř" k="88" /> + <hkern u1="Ť" u2="ř" k="88" /> + <hkern u1="Ţ" u2="ř" k="88" /> + <hkern u1="Ț" u2="ř" k="88" /> + <hkern u1="V" g2="ampersand.ss08" k="18" /> + <hkern u1="V" u2="*" k="-10" /> + <hkern u1="V" u2="·" k="39" /> + <hkern u1="V" u2="?" k="-40" /> + <hkern u1="V" u2="ß" k="24" /> + <hkern u1="V" u2="V" k="-1" /> + <hkern u1="V" u2="ẞ" k="30" /> + <hkern u1="V" u2="M" k="31" /> + <hkern u1="ď" g2="quoteright.ss05" k="-44" /> + <hkern u1="ď" g2="quoteleft.ss05" k="-44" /> + <hkern u1="ď" g2="quotedblright.ss05" k="-44" /> + <hkern u1="ď" g2="quotedblleft.ss05" k="-44" /> + <hkern u1="ď" u2="'" k="-44" /> + <hkern u1="ď" u2=""" k="-44" /> + <hkern u1="ď" u2="’" k="-44" /> + <hkern u1="ď" u2="‘" k="-44" /> + <hkern u1="ď" u2="”" k="-44" /> + <hkern u1="ď" u2="“" k="-44" /> + <hkern u1="ď" u2="]" k="-83" /> + <hkern u1="ď" u2="}" k="-83" /> + <hkern u1="ď" u2=")" k="-83" /> + <hkern u1="ď" g2="j.ss05" k="-33" /> + <hkern u1="ď" g2="ij.ss05" k="-33" /> + <hkern u1="ď" g2="i.ss05" k="-33" /> + <hkern u1="ď" g2="j.calt" k="-33" /> + <hkern u1="ď" u2="j" k="-33" /> + <hkern u1="ď" u2="į" k="-33" /> + <hkern u1="ď" g2="ij" k="-33" /> + <hkern u1="ď" u2="í" k="-33" /> + <hkern u1="ď" u2="i" k="-33" /> + <hkern u1="ľ" g2="quoteright.ss05" k="-44" /> + <hkern u1="ľ" g2="quoteleft.ss05" k="-44" /> + <hkern u1="ľ" g2="quotedblright.ss05" k="-44" /> + <hkern u1="ľ" g2="quotedblleft.ss05" k="-44" /> + <hkern u1="ľ" u2="'" k="-44" /> + <hkern u1="ľ" u2=""" k="-44" /> + <hkern u1="ľ" u2="’" k="-44" /> + <hkern u1="ľ" u2="‘" k="-44" /> + <hkern u1="ľ" u2="”" k="-44" /> + <hkern u1="ľ" u2="“" k="-44" /> + <hkern u1="ľ" u2="]" k="-83" /> + <hkern u1="ľ" u2="}" k="-83" /> + <hkern u1="ľ" u2=")" k="-83" /> + <hkern u1="ľ" g2="j.ss05" k="-33" /> + <hkern u1="ľ" g2="ij.ss05" k="-33" /> + <hkern u1="ľ" g2="i.ss05" k="-33" /> + <hkern u1="ľ" g2="j.calt" k="-33" /> + <hkern u1="ľ" u2="ż" k="-15" /> + <hkern u1="ľ" u2="ž" k="-15" /> + <hkern u1="ľ" u2="ź" k="-15" /> + <hkern u1="ľ" u2="z" k="-15" /> + <hkern u1="ľ" u2="þ" k="-15" /> + <hkern u1="ľ" u2="ŀ" k="-15" /> + <hkern u1="ľ" u2="ļ" k="-15" /> + <hkern u1="ľ" u2="ľ" k="-15" /> + <hkern u1="ľ" u2="ĺ" k="-15" /> + <hkern u1="ľ" u2="l" k="-15" /> + <hkern u1="ľ" u2="ķ" k="-15" /> + <hkern u1="ľ" u2="k" k="-15" /> + <hkern u1="ľ" u2="j" k="-33" /> + <hkern u1="ľ" u2="į" k="-33" /> + <hkern u1="ľ" g2="ij" k="-33" /> + <hkern u1="ľ" u2="í" k="-33" /> + <hkern u1="ľ" u2="i" k="-33" /> + <hkern u1="ľ" u2="ĥ" k="-15" /> + <hkern u1="ľ" u2="ħ" k="-15" /> + <hkern u1="ľ" u2="h" k="-15" /> + <hkern u1="ľ" u2="b" k="-15" /> + <hkern u1="ř" u2="Ț" k="30" /> + <hkern u1="ř" u2="Ţ" k="30" /> + <hkern u1="ř" u2="Ť" k="30" /> + <hkern u1="ř" u2="Ŧ" k="30" /> + <hkern u1="ř" u2="T" k="30" /> + <hkern u1="ß" u2="V" k="34" /> + <hkern u1="0" u2="7" k="40" /> + <hkern u1="0" u2="6" k="-10" /> + <hkern u1="0" u2="5" k="10" /> + <hkern u1="0" u2="4" k="-10" /> + <hkern u1="0" u2="3" k="20" /> + <hkern u1="0" u2="2" k="20" /> + <hkern u1="0" u2="1" k="-10" /> + <hkern u1="2" u2="9" k="5" /> + <hkern u1="2" u2="8" k="10" /> + <hkern u1="2" u2="7" k="10" /> + <hkern u1="2" u2="4" k="12" /> + <hkern u1="3" u2="9" k="10" /> + <hkern u1="3" u2="3" k="10" /> + <hkern u1="3" u2="2" k="20" /> + <hkern u1="3" u2="1" k="20" /> + <hkern u1="3" u2="0" k="10" /> + <hkern u1="4" u2="9" k="20" /> + <hkern u1="4" u2="7" k="25" /> + <hkern u1="4" u2="6" k="-10" /> + <hkern u1="4" u2="4" k="-20" /> + <hkern u1="4" u2="2" k="30" /> + <hkern u1="4" u2="1" k="10" /> + <hkern u1="5" u2="9" k="10" /> + <hkern u1="5" u2="7" k="20" /> + <hkern u1="5" u2="2" k="20" /> + <hkern u1="5" u2="1" k="10" /> + <hkern u1="6" u2="?" k="20" /> + <hkern u1="6" u2="9" k="10" /> + <hkern u1="6" u2="7" k="30" /> + <hkern u1="6" u2="5" k="10" /> + <hkern u1="6" u2="4" k="-30" /> + <hkern u1="6" u2="3" k="10" /> + <hkern u1="6" u2="2" k="40" /> + <hkern u1="6" u2="1" k="20" /> + <hkern u1="7" u2="?" k="-50" /> + <hkern u1="7" u2="8" k="5" /> + <hkern u1="7" u2="7" k="-20" /> + <hkern u1="7" u2="6" k="20" /> + <hkern u1="7" u2="4" k="46" /> + <hkern u1="7" u2="2" k="-20" /> + <hkern u1="7" u2="1" k="-30" /> + <hkern u1="8" u2="7" k="30" /> + <hkern u1="8" u2="5" k="10" /> + <hkern u1="8" u2="4" k="-10" /> + <hkern u1="8" u2="3" k="15" /> + <hkern u1="8" u2="2" k="20" /> + <hkern u1="9" u2="7" k="5" /> + <hkern u1="9" u2="4" k="20" /> + <hkern u1="9" u2="3" k="10" /> + <hkern u1="9" u2="1" k="-20" /> + <hkern g1="seven.numr" u2="⁄" k="14" /> + <hkern u1="⁄" g2="four.dnom" k="45" /> + <hkern u1="¿" u2="Δ" k="-35" /> + <hkern u1="¿" g2="fi.ss05" k="30" /> + <hkern u1="¿" g2="f_i.ss05" k="30" /> + <hkern u1="¿" g2="f_f_i.ss05" k="30" /> + <hkern u1="¿" u2="fl" k="30" /> + <hkern u1="¿" u2="fi" k="30" /> + <hkern u1="¿" g2="f_l" k="30" /> + <hkern u1="¿" g2="f_i" k="30" /> + <hkern u1="¿" g2="f_f_l" k="30" /> + <hkern u1="¿" g2="f_f_i" k="30" /> + <hkern u1="¿" g2="f_f" k="30" /> + <hkern u1="¿" g2="j.ss05" k="-48" /> + <hkern u1="¿" g2="atilde.ss01" k="67" /> + <hkern u1="¿" g2="aring.ss01" k="67" /> + <hkern u1="¿" g2="aogonek.ss01" k="67" /> + <hkern u1="¿" g2="amacron.ss01" k="67" /> + <hkern u1="¿" g2="agrave.ss01" k="67" /> + <hkern u1="¿" g2="adieresis.ss01" k="67" /> + <hkern u1="¿" g2="acircumflex.ss01" k="67" /> + <hkern u1="¿" g2="abreve.ss01" k="67" /> + <hkern u1="¿" g2="aacute.ss01" k="67" /> + <hkern u1="¿" g2="a.ss01" k="67" /> + <hkern u1="¿" u2="ỳ" k="23" /> + <hkern u1="¿" u2="ÿ" k="23" /> + <hkern u1="¿" u2="ŷ" k="23" /> + <hkern u1="¿" u2="ý" k="23" /> + <hkern u1="¿" u2="y" k="23" /> + <hkern u1="¿" u2="x" k="-46" /> + <hkern u1="¿" u2="ẁ" k="23" /> + <hkern u1="¿" u2="ẅ" k="23" /> + <hkern u1="¿" u2="ŵ" k="23" /> + <hkern u1="¿" u2="ẃ" k="23" /> + <hkern u1="¿" u2="w" k="23" /> + <hkern u1="¿" u2="v" k="23" /> + <hkern u1="¿" u2="ũ" k="-10" /> + <hkern u1="¿" u2="ů" k="-10" /> + <hkern u1="¿" u2="ų" k="-10" /> + <hkern u1="¿" u2="ū" k="-10" /> + <hkern u1="¿" u2="ű" k="-10" /> + <hkern u1="¿" u2="ù" k="-10" /> + <hkern u1="¿" u2="ü" k="-10" /> + <hkern u1="¿" u2="û" k="-10" /> + <hkern u1="¿" u2="ŭ" k="-10" /> + <hkern u1="¿" u2="ú" k="-10" /> + <hkern u1="¿" u2="u" k="-10" /> + <hkern u1="¿" u2="ș" k="-16" /> + <hkern u1="¿" u2="ŝ" k="-16" /> + <hkern u1="¿" u2="ş" k="-16" /> + <hkern u1="¿" u2="š" k="-16" /> + <hkern u1="¿" u2="ś" k="-16" /> + <hkern u1="¿" u2="s" k="-16" /> + <hkern u1="¿" u2="q" k="67" /> + <hkern u1="¿" u2="œ" k="67" /> + <hkern u1="¿" u2="õ" k="67" /> + <hkern u1="¿" u2="ø" k="67" /> + <hkern u1="¿" u2="ō" k="67" /> + <hkern u1="¿" u2="ő" k="67" /> + <hkern u1="¿" u2="ò" k="67" /> + <hkern u1="¿" u2="ö" k="67" /> + <hkern u1="¿" u2="ô" k="67" /> + <hkern u1="¿" u2="ŏ" k="67" /> + <hkern u1="¿" u2="ó" k="67" /> + <hkern u1="¿" u2="o" k="67" /> + <hkern u1="¿" u2="j" k="-70" /> + <hkern u1="¿" u2="ġ" k="67" /> + <hkern u1="¿" u2="ģ" k="67" /> + <hkern u1="¿" u2="ĝ" k="67" /> + <hkern u1="¿" u2="ğ" k="67" /> + <hkern u1="¿" u2="g" k="67" /> + <hkern u1="¿" u2="f" k="30" /> + <hkern u1="¿" u2="ę" k="67" /> + <hkern u1="¿" u2="ē" k="67" /> + <hkern u1="¿" u2="è" k="67" /> + <hkern u1="¿" u2="ė" k="67" /> + <hkern u1="¿" u2="ë" k="67" /> + <hkern u1="¿" u2="ê" k="67" /> + <hkern u1="¿" u2="ě" k="67" /> + <hkern u1="¿" u2="ĕ" k="67" /> + <hkern u1="¿" u2="é" k="67" /> + <hkern u1="¿" u2="e" k="67" /> + <hkern u1="¿" u2="đ" k="67" /> + <hkern u1="¿" u2="ď" k="67" /> + <hkern u1="¿" u2="ð" k="67" /> + <hkern u1="¿" u2="d" k="67" /> + <hkern u1="¿" u2="ċ" k="67" /> + <hkern u1="¿" u2="ĉ" k="67" /> + <hkern u1="¿" u2="ç" k="67" /> + <hkern u1="¿" u2="č" k="67" /> + <hkern u1="¿" u2="ć" k="67" /> + <hkern u1="¿" u2="c" k="67" /> + <hkern u1="¿" u2="æ" k="47" /> + <hkern u1="¿" u2="ã" k="47" /> + <hkern u1="¿" u2="å" k="47" /> + <hkern u1="¿" u2="ą" k="47" /> + <hkern u1="¿" u2="ā" k="47" /> + <hkern u1="¿" u2="à" k="47" /> + <hkern u1="¿" u2="ä" k="47" /> + <hkern u1="¿" u2="â" k="47" /> + <hkern u1="¿" u2="ă" k="47" /> + <hkern u1="¿" u2="á" k="47" /> + <hkern u1="¿" u2="a" k="47" /> + <hkern u1="¿" g2="Q.ss07" k="39" /> + <hkern u1="¿" g2="Atilde.ss06" k="-35" /> + <hkern u1="¿" g2="Aring.ss06" k="-35" /> + <hkern u1="¿" g2="Amacron.ss06" k="-35" /> + <hkern u1="¿" g2="Agrave.ss06" k="-35" /> + <hkern u1="¿" g2="Adieresis.ss06" k="-35" /> + <hkern u1="¿" g2="Acircumflex.ss06" k="-35" /> + <hkern u1="¿" g2="Abreve.ss06" k="-35" /> + <hkern u1="¿" g2="Aacute.ss06" k="-35" /> + <hkern u1="¿" g2="A.ss06" k="-35" /> + <hkern u1="¿" g2="Jcircumflex.ss02" k="-30" /> + <hkern u1="¿" g2="J.ss02" k="-30" /> + <hkern u1="¿" u2="Ż" k="-21" /> + <hkern u1="¿" u2="Ž" k="-21" /> + <hkern u1="¿" u2="Ź" k="-21" /> + <hkern u1="¿" u2="Z" k="-21" /> + <hkern u1="¿" u2="Ỳ" k="69" /> + <hkern u1="¿" u2="Ÿ" k="69" /> + <hkern u1="¿" u2="Ŷ" k="69" /> + <hkern u1="¿" u2="Ý" k="69" /> + <hkern u1="¿" u2="Y" k="69" /> + <hkern u1="¿" u2="X" k="-30" /> + <hkern u1="¿" u2="Ẁ" k="53" /> + <hkern u1="¿" u2="Ẅ" k="53" /> + <hkern u1="¿" u2="Ŵ" k="53" /> + <hkern u1="¿" u2="Ẃ" k="53" /> + <hkern u1="¿" u2="W" k="53" /> + <hkern u1="¿" u2="V" k="71" /> + <hkern u1="¿" u2="Ț" k="109" /> + <hkern u1="¿" u2="Ţ" k="109" /> + <hkern u1="¿" u2="Ť" k="109" /> + <hkern u1="¿" u2="Ŧ" k="109" /> + <hkern u1="¿" u2="T" k="109" /> + <hkern u1="¿" u2="Q" k="39" /> + <hkern u1="¿" u2="Œ" k="39" /> + <hkern u1="¿" u2="Õ" k="39" /> + <hkern u1="¿" u2="Ø" k="39" /> + <hkern u1="¿" u2="Ō" k="39" /> + <hkern u1="¿" u2="Ő" k="39" /> + <hkern u1="¿" u2="Ò" k="39" /> + <hkern u1="¿" u2="Ö" k="39" /> + <hkern u1="¿" u2="Ô" k="39" /> + <hkern u1="¿" u2="Ŏ" k="39" /> + <hkern u1="¿" u2="Ó" k="39" /> + <hkern u1="¿" u2="O" k="39" /> + <hkern u1="¿" u2="M" k="-16" /> + <hkern u1="¿" u2="Ĵ" k="-30" /> + <hkern u1="¿" u2="J" k="-30" /> + <hkern u1="¿" u2="Ġ" k="39" /> + <hkern u1="¿" u2="Ģ" k="39" /> + <hkern u1="¿" u2="Ĝ" k="39" /> + <hkern u1="¿" u2="Ğ" k="39" /> + <hkern u1="¿" u2="G" k="39" /> + <hkern u1="¿" u2="Ċ" k="39" /> + <hkern u1="¿" u2="Ĉ" k="39" /> + <hkern u1="¿" u2="Ç" k="39" /> + <hkern u1="¿" u2="Č" k="39" /> + <hkern u1="¿" u2="Ć" k="39" /> + <hkern u1="¿" u2="C" k="39" /> + <hkern u1="¿" u2="Ã" k="-35" /> + <hkern u1="¿" u2="Å" k="-35" /> + <hkern u1="¿" u2="Ą" k="-35" /> + <hkern u1="¿" u2="Ā" k="-35" /> + <hkern u1="¿" u2="À" k="-35" /> + <hkern u1="¿" u2="Ä" k="-35" /> + <hkern u1="¿" u2="Â" k="-35" /> + <hkern u1="¿" u2="Ă" k="-35" /> + <hkern u1="¿" u2="Á" k="-35" /> + <hkern u1="¿" u2="A" k="-35" /> + <hkern u1="·" u2="V" k="39" /> + <hkern u1="*" u2="V" k="-10" /> + <hkern u1="*" u2="M" k="30" /> + <hkern u1="\" u2="j" k="-27" /> + <hkern u1="\" u2="V" k="100" /> + <hkern g1="questiondown.ss05" g2="j.ss05" k="-70" /> + <hkern g1="questiondown.ss05" u2="j" k="-70" /> + <hkern u1="(" u2="j" k="-121" /> + <hkern u1="{" u2="j" k="-121" /> + <hkern u1="[" u2="j" k="-121" /> + <hkern u1="@" u2="V" k="5" /> + <hkern u1="@" u2="M" k="10" /> + <hkern g1="ampersand.ss08" u2="V" k="26" /> + <hkern g1="ampersand.ss08" u2="M" k="-24" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="60" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="question" + k="-40" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="60" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="asterisk" + k="60" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="four" + k="-10" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="nine" + k="30" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="one" + k="50" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="seven" + k="30" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="two" + k="-10" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="zero" + k="20" /> + <hkern g1="asterisk" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="60" /> + <hkern g1="question" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-20" /> + <hkern g1="plus,minus,divide,greater,divide.ss05" + g2="six" + k="-20" /> + <hkern g1="nine" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="50" /> + <hkern g1="seven" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="60" /> + <hkern g1="six" + g2="plus,minus,divide,less,divide.ss05" + k="-20" /> + <hkern g1="two" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-10" /> + <hkern g1="zero" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="20" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="43" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="AE" + k="110" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="25" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="4" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-5" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-30" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-36" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="X" + k="-20" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-26" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="14" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="20" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-10" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-20" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="x" + k="-10" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="uni1E9E" + k="10" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="M" + k="14" /> + <hkern g1="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + g2="V" + k="-36" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="30" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="30" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="30" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="t,tbar,tcaron,uni0163,uni021B" + k="20" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="20" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="10" /> + <hkern g1="parenleft,braceleft,bracketleft" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="20" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="29" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="AE" + k="30" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="40" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-20" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="100" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="24" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="X" + k="54" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="80" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="t,tbar,tcaron,uni0163,uni021B" + k="5" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="9" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="x" + k="29" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="V" + k="64" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="30" /> + <hkern g1="hyphen,uni00AD,endash,emdash" + g2="z,zacute,zcaron,zdotaccent" + k="10" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-26" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="AE" + k="-16" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-16" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="54" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="9" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="X" + k="-16" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="29" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="10" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-10" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-31" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="x" + k="-26" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="M" + k="-5" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="V" + k="19" /> + <hkern g1="guillemotleft,guilsinglleft" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-10" /> + <hkern g1="guillemotright,guilsinglright" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-5" /> + <hkern g1="guillemotright,guilsinglright" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="20" /> + <hkern g1="guillemotright,guilsinglright" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-20" /> + <hkern g1="guillemotright,guilsinglright" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="guillemotright,guilsinglright" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="70" /> + <hkern g1="guillemotright,guilsinglright" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="40" /> + <hkern g1="guillemotright,guilsinglright" + g2="X" + k="24" /> + <hkern g1="guillemotright,guilsinglright" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="74" /> + <hkern g1="guillemotright,guilsinglright" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="guillemotright,guilsinglright" + g2="t,tbar,tcaron,uni0163,uni021B" + k="10" /> + <hkern g1="guillemotright,guilsinglright" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="4" /> + <hkern g1="guillemotright,guilsinglright" + g2="x" + k="19" /> + <hkern g1="guillemotright,guilsinglright" + g2="V" + k="60" /> + <hkern g1="guillemotright,guilsinglright" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="guillemotright,guilsinglright" + g2="z,zacute,zcaron,zdotaccent" + k="20" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-30" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="AE" + k="-41" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-10" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="25" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="93" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="28" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="X" + k="-35" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="82" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="20" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="t,tbar,tcaron,uni0163,uni021B" + k="50" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="53" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="x" + k="-25" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="M" + k="-20" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="V" + k="68" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="30" /> + <hkern g1="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-20" /> + <hkern g1="slash" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="100" /> + <hkern g1="slash" + g2="AE" + k="130" /> + <hkern g1="slash" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="50" /> + <hkern g1="slash" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="slash" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="80" /> + <hkern g1="slash" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="80" /> + <hkern g1="slash" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="80" /> + <hkern g1="slash" + g2="t,tbar,tcaron,uni0163,uni021B" + k="50" /> + <hkern g1="slash" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="50" /> + <hkern g1="slash" + g2="x" + k="60" /> + <hkern g1="slash" + g2="uni1E9E" + k="40" /> + <hkern g1="slash" + g2="M" + k="30" /> + <hkern g1="slash" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="70" /> + <hkern g1="slash" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="40" /> + <hkern g1="slash" + g2="z,zacute,zcaron,zdotaccent" + k="50" /> + <hkern g1="slash" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="60" /> + <hkern g1="questiondown,questiondown.ss05" + g2="t,tbar,tcaron,uni0163,uni021B" + k="24" /> + <hkern g1="questiondown,questiondown.ss05" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="8" /> + <hkern g1="asterisk" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="100" /> + <hkern g1="asterisk" + g2="AE" + k="120" /> + <hkern g1="asterisk" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="30" /> + <hkern g1="asterisk" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="asterisk" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-10" /> + <hkern g1="asterisk" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-10" /> + <hkern g1="asterisk" + g2="X" + k="30" /> + <hkern g1="asterisk" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="30" /> + <hkern g1="asterisk" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="20" /> + <hkern g1="asterisk" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="asterisk" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-20" /> + <hkern g1="backslash" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="50" /> + <hkern g1="backslash" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="2" /> + <hkern g1="backslash" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="132" /> + <hkern g1="backslash" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="80" /> + <hkern g1="backslash" + g2="t,tbar,tcaron,uni0163,uni021B" + k="40" /> + <hkern g1="backslash" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="70" /> + <hkern g1="backslash" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="40" /> + <hkern g1="backslash" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="30" /> + <hkern g1="periodcentered" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="30" /> + <hkern g1="periodcentered" + g2="AE" + k="30" /> + <hkern g1="periodcentered" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="30" /> + <hkern g1="periodcentered" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-10" /> + <hkern g1="periodcentered" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="periodcentered" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="100" /> + <hkern g1="periodcentered" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="9" /> + <hkern g1="periodcentered" + g2="X" + k="50" /> + <hkern g1="periodcentered" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="73" /> + <hkern g1="periodcentered" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="periodcentered" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="periodcentered" + g2="x" + k="29" /> + <hkern g1="periodcentered" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="periodcentered" + g2="z,zacute,zcaron,zdotaccent" + k="10" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="43" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-25" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="hyphen,uni00AD,endash,emdash" + k="29" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="guillemotleft,guilsinglleft" + k="-5" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="guillemotright,guilsinglright" + k="-26" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-30" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-16" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="AE" + k="9" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-37" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="16" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-5" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="94" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="16" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="43" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="X" + k="-6" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="68" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-5" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-22" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="40" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-25" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="t,tbar,tcaron,uni0163,uni021B" + k="34" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="29" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="x" + k="-11" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="z,zacute,zcaron,zdotaccent" + k="-5" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="V" + k="66" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="asterisk" + k="100" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="backslash" + k="100" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="dagger" + k="60" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="periodcentered" + k="30" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="question" + k="69" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="registered" + k="60" /> + <hkern g1="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + g2="trademark" + k="80" /> + <hkern g1="B" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-2" /> + <hkern g1="B" + g2="AE" + k="10" /> + <hkern g1="B" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="24" /> + <hkern g1="B" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="B" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="15" /> + <hkern g1="B" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="38" /> + <hkern g1="B" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="B" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="5" /> + <hkern g1="B" + g2="X" + k="9" /> + <hkern g1="B" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="25" /> + <hkern g1="B" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="20" /> + <hkern g1="B" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-10" /> + <hkern g1="B" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="15" /> + <hkern g1="B" + g2="t,tbar,tcaron,uni0163,uni021B" + k="15" /> + <hkern g1="B" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="15" /> + <hkern g1="B" + g2="x" + k="15" /> + <hkern g1="B" + g2="z,zacute,zcaron,zdotaccent" + k="5" /> + <hkern g1="B" + g2="V" + k="12" /> + <hkern g1="B" + g2="parenright,braceright,bracketright" + k="20" /> + <hkern g1="B" + g2="M" + k="2" /> + <hkern g1="B" + g2="ampersand.ss08" + k="-2" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-10" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="30" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="guillemotleft,guilsinglleft" + k="-5" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-20" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-20" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="19" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-3" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="5" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-30" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="X" + k="-20" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-30" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-10" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="30" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="t,tbar,tcaron,uni0163,uni021B" + k="29" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="21" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="x" + k="-5" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="z,zacute,zcaron,zdotaccent" + k="4" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="V" + k="-28" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="periodcentered" + k="40" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="question" + k="-30" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="M" + k="-18" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="ampersand.ss08" + k="8" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="15" /> + <hkern g1="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="9" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="AE" + k="15" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="20" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="20" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="26" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="4" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="t,tbar,tcaron,uni0163,uni021B" + k="15" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="20" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="V" + k="5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="M" + k="5" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="ampersand.ss08" + k="16" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="20" /> + <hkern g1="AE,E,Eacute,Ebreve,Ecaron,Ecircumflex,Edieresis,Edotaccent,Egrave,Emacron,Eogonek,OE" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="10" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="-20" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="25" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="11" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="AE" + k="40" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="39" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="22" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="X" + k="34" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="27" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="10" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="5" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="x" + k="20" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="V" + k="19" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="backslash" + k="50" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="periodcentered" + k="-10" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="question" + k="24" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="G,Gbreve,Gcircumflex,uni0122,Gdotaccent" + g2="slash" + k="50" /> + <hkern g1="K,uni0136" + g2="hyphen,uni00AD,endash,emdash" + k="70" /> + <hkern g1="K,uni0136" + g2="guillemotright,guilsinglright" + k="-16" /> + <hkern g1="K,uni0136" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-36" /> + <hkern g1="K,uni0136" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-12" /> + <hkern g1="K,uni0136" + g2="AE" + k="20" /> + <hkern g1="K,uni0136" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-11" /> + <hkern g1="K,uni0136" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="52" /> + <hkern g1="K,uni0136" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="4" /> + <hkern g1="K,uni0136" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="K,uni0136" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="4" /> + <hkern g1="K,uni0136" + g2="X" + k="-16" /> + <hkern g1="K,uni0136" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-6" /> + <hkern g1="K,uni0136" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-16" /> + <hkern g1="K,uni0136" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-5" /> + <hkern g1="K,uni0136" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="40" /> + <hkern g1="K,uni0136" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="K,uni0136" + g2="t,tbar,tcaron,uni0163,uni021B" + k="60" /> + <hkern g1="K,uni0136" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="65" /> + <hkern g1="K,uni0136" + g2="x" + k="10" /> + <hkern g1="K,uni0136" + g2="V" + k="7" /> + <hkern g1="K,uni0136" + g2="asterisk" + k="-10" /> + <hkern g1="K,uni0136" + g2="periodcentered" + k="60" /> + <hkern g1="K,uni0136" + g2="question" + k="-30" /> + <hkern g1="K,uni0136" + g2="M" + k="4" /> + <hkern g1="K,uni0136" + g2="ampersand.ss08" + k="16" /> + <hkern g1="K,uni0136" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="25" /> + <hkern g1="K,uni0136" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-40" /> + <hkern g1="K,uni0136" + g2="at" + k="10" /> + <hkern g1="K,uni0136" + g2="germandbls" + k="5" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="88" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="hyphen,uni00AD,endash,emdash" + k="70" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="guillemotleft,guilsinglleft" + k="25" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-10" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-5" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-4" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="55" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="15" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="114" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="40" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="110" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="X" + k="10" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="135" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="11" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="40" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="t,tbar,tcaron,uni0163,uni021B" + k="55" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="110" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="V" + k="135" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="asterisk" + k="130" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="backslash" + k="130" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="periodcentered" + k="60" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="question" + k="80" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="registered" + k="80" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="trademark" + k="110" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="ampersand.ss08" + k="32" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="15" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="5" /> + <hkern g1="L,Lacute,Lcaron,uni013B,Lslash" + g2="at" + k="10" /> + <hkern g1="P" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-25" /> + <hkern g1="P" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="130" /> + <hkern g1="P" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="80" /> + <hkern g1="P" + g2="AE" + k="115" /> + <hkern g1="P" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="68" /> + <hkern g1="P" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-2" /> + <hkern g1="P" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-3" /> + <hkern g1="P" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="12" /> + <hkern g1="P" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-10" /> + <hkern g1="P" + g2="X" + k="28" /> + <hkern g1="P" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="4" /> + <hkern g1="P" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="22" /> + <hkern g1="P" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="29" /> + <hkern g1="P" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-5" /> + <hkern g1="P" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="2" /> + <hkern g1="P" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-15" /> + <hkern g1="P" + g2="x" + k="-5" /> + <hkern g1="P" + g2="z,zacute,zcaron,zdotaccent" + k="-5" /> + <hkern g1="P" + g2="V" + k="-8" /> + <hkern g1="P" + g2="asterisk" + k="-10" /> + <hkern g1="P" + g2="question" + k="-10" /> + <hkern g1="P" + g2="M" + k="31" /> + <hkern g1="P" + g2="ampersand.ss08" + k="34" /> + <hkern g1="P" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="20" /> + <hkern g1="P" + g2="slash" + k="80" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="hyphen,uni00AD,endash,emdash" + k="20" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="guillemotleft,guilsinglleft" + k="30" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="11" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="AE" + k="45" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="7" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="4" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="25" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-8" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="X" + k="9" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="11" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="15" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="25" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-2" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="backslash" + k="6" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="periodcentered" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="M" + k="25" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="ampersand.ss08" + k="32" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="40" /> + <hkern g1="R,Racute,Rcaron,uni0156,R.alt" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="8" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="4" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="hyphen,uni00AD,endash,emdash" + k="-20" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="guillemotleft,guilsinglleft" + k="-20" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="25" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="16" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="AE" + k="50" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="60" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="6" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="53" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="9" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="X" + k="39" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="39" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="35" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="12" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-2" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-2" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-10" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="x" + k="-1" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="V" + k="16" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="asterisk" + k="10" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="backslash" + k="50" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="periodcentered" + k="-10" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="question" + k="23" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="M" + k="9" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="ampersand.ss08" + k="8" /> + <hkern g1="D,Eth,Dcaron,Dcroat,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,Q.ss07" + g2="slash" + k="50" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-15" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="hyphen,uni00AD,endash,emdash" + k="-20" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="guillemotleft,guilsinglleft" + k="-30" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-5" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="4" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="1" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="14" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="X" + k="4" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-5" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="t,tbar,tcaron,uni0163,uni021B" + k="20" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="23" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="x" + k="4" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="z,zacute,zcaron,zdotaccent" + k="2" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="V" + k="-10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="backslash" + k="2" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="periodcentered" + k="-40" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="question" + k="-5" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + g2="slash" + k="10" /> + <hkern g1="H,Hbar,Hcircumflex,I,Iacute,Ibreve,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,Itilde,N,Nacute,Ncaron,uni0145,Ntilde" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="10" /> + <hkern g1="H,Hbar,Hcircumflex,I,Iacute,Ibreve,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,Itilde,N,Nacute,Ncaron,uni0145,Ntilde" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="5" /> + <hkern g1="H,Hbar,Hcircumflex,I,Iacute,Ibreve,Icircumflex,Idieresis,Idotaccent,Igrave,Imacron,Iogonek,Itilde,N,Nacute,Ncaron,uni0145,Ntilde" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="15" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-30" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="60" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="hyphen,uni00AD,endash,emdash" + k="100" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="guillemotleft,guilsinglleft" + k="70" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="guillemotright,guilsinglright" + k="54" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="93" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="94" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="AE" + k="140" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="48" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="53" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="24" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-8" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="X" + k="4" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="2" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="8" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="120" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="25" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="100" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="t,tbar,tcaron,uni0163,uni021B" + k="40" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="81" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="x" + k="71" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="z,zacute,zcaron,zdotaccent" + k="86" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="V" + k="-5" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="asterisk" + k="-10" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="periodcentered" + k="100" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="question" + k="-35" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="M" + k="43" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="ampersand.ss08" + k="38" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="130" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="110" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="slash" + k="110" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-10" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="at" + k="26" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="germandbls" + k="30" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="116" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="20" /> + <hkern g1="T,Tbar,Tcaron,uni0162,uni021A" + g2="uni1E9E" + k="35" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="20" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="16" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="AE" + k="45" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="29" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="5" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="5" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="X" + k="9" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="14" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="25" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="5" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="x" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="V" + k="4" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="M" + k="9" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="ampersand.ss08" + k="8" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="10" /> + <hkern g1="J,Jcircumflex,U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde,J.ss02,Jcircumflex.ss02" + g2="slash" + k="40" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-36" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-2" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="hyphen,uni00AD,endash,emdash" + k="24" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="guillemotleft,guilsinglleft" + k="40" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="guillemotright,guilsinglright" + k="9" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="28" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="43" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="AE" + k="93" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="19" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="9" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-8" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="7" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="X" + k="9" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="4" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="45" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="13" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="29" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="t,tbar,tcaron,uni0163,uni021B" + k="4" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="4" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="x" + k="8" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="z,zacute,zcaron,zdotaccent" + k="23" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="V" + k="-1" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="asterisk" + k="-10" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="periodcentered" + k="9" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="question" + k="-56" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="M" + k="18" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="ampersand.ss08" + k="24" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="53" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="23" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="slash" + k="80" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-55" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="germandbls" + k="15" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="33" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="-5" /> + <hkern g1="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + g2="uni1E9E" + k="20" /> + <hkern g1="X" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-10" /> + <hkern g1="X" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-46" /> + <hkern g1="X" + g2="hyphen,uni00AD,endash,emdash" + k="54" /> + <hkern g1="X" + g2="guillemotleft,guilsinglleft" + k="24" /> + <hkern g1="X" + g2="guillemotright,guilsinglright" + k="-16" /> + <hkern g1="X" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-35" /> + <hkern g1="X" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-6" /> + <hkern g1="X" + g2="AE" + k="4" /> + <hkern g1="X" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-22" /> + <hkern g1="X" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="39" /> + <hkern g1="X" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="4" /> + <hkern g1="X" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="19" /> + <hkern g1="X" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="25" /> + <hkern g1="X" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="19" /> + <hkern g1="X" + g2="X" + k="-10" /> + <hkern g1="X" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="14" /> + <hkern g1="X" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-5" /> + <hkern g1="X" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-7" /> + <hkern g1="X" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="50" /> + <hkern g1="X" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-20" /> + <hkern g1="X" + g2="t,tbar,tcaron,uni0163,uni021B" + k="39" /> + <hkern g1="X" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="38" /> + <hkern g1="X" + g2="x" + k="-6" /> + <hkern g1="X" + g2="V" + k="17" /> + <hkern g1="X" + g2="asterisk" + k="30" /> + <hkern g1="X" + g2="periodcentered" + k="50" /> + <hkern g1="X" + g2="question" + k="-20" /> + <hkern g1="X" + g2="ampersand.ss08" + k="24" /> + <hkern g1="X" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="19" /> + <hkern g1="X" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="15" /> + <hkern g1="X" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-26" /> + <hkern g1="X" + g2="germandbls" + k="10" /> + <hkern g1="X" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="10" /> + <hkern g1="X" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="10" /> + <hkern g1="X" + g2="uni1E9E" + k="10" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-26" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="18" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="hyphen,uni00AD,endash,emdash" + k="80" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="guillemotleft,guilsinglleft" + k="74" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="guillemotright,guilsinglright" + k="29" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="82" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="68" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="AE" + k="130" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="28" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="39" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="19" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="2" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="4" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="X" + k="4" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-5" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="94" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="45" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="74" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="t,tbar,tcaron,uni0163,uni021B" + k="24" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="23" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="x" + k="33" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="z,zacute,zcaron,zdotaccent" + k="58" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="V" + k="-1" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="periodcentered" + k="73" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="question" + k="-26" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="M" + k="30" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="ampersand.ss08" + k="34" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="99" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="69" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="slash" + k="90" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-52" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="at" + k="10" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="germandbls" + k="29" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="69" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="4" /> + <hkern g1="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + g2="uni1E9E" + k="50" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-16" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-10" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="60" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-20" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-5" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="AE" + k="20" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="45" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="15" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="X" + k="-10" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-8" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="6" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="35" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-5" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="t,tbar,tcaron,uni0163,uni021B" + k="39" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="28" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="x" + k="-16" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="V" + k="-5" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="asterisk" + k="10" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="periodcentered" + k="50" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="question" + k="-21" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="ampersand.ss08" + k="26" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="20" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="15" /> + <hkern g1="Z,Zacute,Zcaron,Zdotaccent" + g2="at" + k="10" /> + <hkern g1="F" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-10" /> + <hkern g1="F" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="110" /> + <hkern g1="F" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="80" /> + <hkern g1="F" + g2="AE" + k="95" /> + <hkern g1="F" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="55" /> + <hkern g1="F" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="10" /> + <hkern g1="F" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="F" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="9" /> + <hkern g1="F" + g2="X" + k="10" /> + <hkern g1="F" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="F" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="40" /> + <hkern g1="F" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="10" /> + <hkern g1="F" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="15" /> + <hkern g1="F" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="15" /> + <hkern g1="F" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="5" /> + <hkern g1="F" + g2="slash" + k="80" /> + <hkern g1="F" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="10" /> + <hkern g1="uni1E9E" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="10" /> + <hkern g1="uni1E9E" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="35" /> + <hkern g1="uni1E9E" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="uni1E9E" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="15" /> + <hkern g1="uni1E9E" + g2="X" + k="10" /> + <hkern g1="uni1E9E" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="45" /> + <hkern g1="uni1E9E" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="M" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="14" /> + <hkern g1="M" + g2="guillemotright,guilsinglright" + k="-5" /> + <hkern g1="M" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-20" /> + <hkern g1="M" + g2="AE" + k="5" /> + <hkern g1="M" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-10" /> + <hkern g1="M" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="9" /> + <hkern g1="M" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="43" /> + <hkern g1="M" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="9" /> + <hkern g1="M" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="18" /> + <hkern g1="M" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="30" /> + <hkern g1="M" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-7" /> + <hkern g1="M" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="20" /> + <hkern g1="M" + g2="t,tbar,tcaron,uni0163,uni021B" + k="25" /> + <hkern g1="M" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="18" /> + <hkern g1="M" + g2="z,zacute,zcaron,zdotaccent" + k="5" /> + <hkern g1="M" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="10" /> + <hkern g1="M" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="5" /> + <hkern g1="Q" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="10" /> + <hkern g1="Q" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="5" /> + <hkern g1="Q" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="5" /> + <hkern g1="Q" + g2="AE" + k="30" /> + <hkern g1="Q" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="26" /> + <hkern g1="Q" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="9" /> + <hkern g1="Q" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="53" /> + <hkern g1="Q" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="9" /> + <hkern g1="Q" + g2="X" + k="20" /> + <hkern g1="Q" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="33" /> + <hkern g1="Q" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="30" /> + <hkern g1="Q" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="5" /> + <hkern g1="Q" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="2" /> + <hkern g1="Q" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-10" /> + <hkern g1="Q" + g2="x" + k="-10" /> + <hkern g1="Q" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="Q" + g2="slash" + k="20" /> + <hkern g1="Thorn" + g2="hyphen,uni00AD,endash,emdash" + k="-10" /> + <hkern g1="Thorn" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="61" /> + <hkern g1="Thorn" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="60" /> + <hkern g1="Thorn" + g2="AE" + k="55" /> + <hkern g1="Thorn" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="70" /> + <hkern g1="Thorn" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-10" /> + <hkern g1="Thorn" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="5" /> + <hkern g1="Thorn" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="Thorn" + g2="X" + k="85" /> + <hkern g1="Thorn" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="70" /> + <hkern g1="Thorn" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="15" /> + <hkern g1="Thorn" + g2="slash" + k="50" /> + <hkern g1="V" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-36" /> + <hkern g1="V" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="33" /> + <hkern g1="V" + g2="hyphen,uni00AD,endash,emdash" + k="64" /> + <hkern g1="V" + g2="guillemotleft,guilsinglleft" + k="60" /> + <hkern g1="V" + g2="guillemotright,guilsinglright" + k="19" /> + <hkern g1="V" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="68" /> + <hkern g1="V" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="66" /> + <hkern g1="V" + g2="AE" + k="98" /> + <hkern g1="V" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="22" /> + <hkern g1="V" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="16" /> + <hkern g1="V" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-5" /> + <hkern g1="V" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="V" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-1" /> + <hkern g1="V" + g2="X" + k="2" /> + <hkern g1="V" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-1" /> + <hkern g1="V" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="62" /> + <hkern g1="V" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="29" /> + <hkern g1="V" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="43" /> + <hkern g1="V" + g2="t,tbar,tcaron,uni0163,uni021B" + k="23" /> + <hkern g1="V" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="13" /> + <hkern g1="V" + g2="x" + k="23" /> + <hkern g1="V" + g2="z,zacute,zcaron,zdotaccent" + k="38" /> + <hkern g1="V" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="73" /> + <hkern g1="V" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="49" /> + <hkern g1="V" + g2="slash" + k="100" /> + <hkern g1="V" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-48" /> + <hkern g1="V" + g2="dotlessi,uni0237,kgreenlandic,m,n,nacute,ncaron,uni0146,eng,ntilde,p,r,racute,rcaron,uni0157,uni0237.calt,uni03BC" + k="49" /> + <hkern g1="V" + g2="i,iacute,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + k="4" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="14" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="hyphen,uni00AD,endash,emdash" + k="-10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="guillemotleft,guilsinglleft" + k="-10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="guillemotright,guilsinglright" + k="10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="20" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="20" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="130" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="53" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="X" + k="19" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="99" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-5" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="12" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="t,tbar,tcaron,uni0163,uni021B" + k="20" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="6" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="x" + k="24" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="z,zacute,zcaron,zdotaccent" + k="25" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="M" + k="10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="V" + k="73" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="asterisk" + k="30" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="backslash" + k="80" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="periodcentered" + k="-10" /> + <hkern g1="b,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,p,thorn" + g2="question" + k="70" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="100" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="50" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="69" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="V" + k="70" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="backslash" + k="70" /> + <hkern g1="g,gbreve,gcircumflex,uni0123,gdotaccent,dotlessi,uni0237,q,uni0237.calt,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01,f_f_i,f_i,fi,f_f_i.ss05,f_i.ss05,fi.ss05" + g2="question" + k="40" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="15" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="115" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="43" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="X" + k="10" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="89" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="5" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="t,tbar,tcaron,uni0163,uni021B" + k="10" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="10" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="V" + k="80" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="asterisk" + k="20" /> + <hkern g1="h,hbar,hcircumflex,m,n,nacute,napostrophe,ncaron,uni0146,eng,ntilde" + g2="question" + k="50" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="40" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="10" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="120" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="58" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="X" + k="-5" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="95" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="10" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="20" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="t,tbar,tcaron,uni0163,uni021B" + k="20" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="13" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="x" + k="4" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="z,zacute,zcaron,zdotaccent" + k="5" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="V" + k="84" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="asterisk" + k="30" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="backslash" + k="70" /> + <hkern g1="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde" + g2="question" + k="60" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="20" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="guillemotright,guilsinglright" + k="-10" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="14" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="X" + k="-30" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="60" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="11" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-5" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-3" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-18" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="x" + k="-15" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="z,zacute,zcaron,zdotaccent" + k="-5" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="V" + k="40" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="question" + k="20" /> + <hkern g1="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="27" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="20" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="parenright,braceright,bracketright" + k="30" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="hyphen,uni00AD,endash,emdash" + k="-10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="guillemotleft,guilsinglleft" + k="-5" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="guillemotright,guilsinglright" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="35" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="20" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="120" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="53" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="X" + k="24" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="99" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="45" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="t,tbar,tcaron,uni0163,uni021B" + k="10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="6" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="x" + k="19" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="z,zacute,zcaron,zdotaccent" + k="18" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="M" + k="15" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="V" + k="73" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="asterisk" + k="30" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="backslash" + k="80" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="periodcentered" + k="-10" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="question" + k="70" /> + <hkern g1="ae,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,oe" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="4" /> + <hkern g1="f,f_f" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-50" /> + <hkern g1="f,f_f" + g2="parenright,braceright,bracketright" + k="-50" /> + <hkern g1="f,f_f" + g2="hyphen,uni00AD,endash,emdash" + k="40" /> + <hkern g1="f,f_f" + g2="guillemotleft,guilsinglleft" + k="20" /> + <hkern g1="f,f_f" + g2="guillemotright,guilsinglright" + k="-16" /> + <hkern g1="f,f_f" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="60" /> + <hkern g1="f,f_f" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="10" /> + <hkern g1="f,f_f" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-5" /> + <hkern g1="f,f_f" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-25" /> + <hkern g1="f,f_f" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="-10" /> + <hkern g1="f,f_f" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-76" /> + <hkern g1="f,f_f" + g2="X" + k="-50" /> + <hkern g1="f,f_f" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-50" /> + <hkern g1="f,f_f" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-35" /> + <hkern g1="f,f_f" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="25" /> + <hkern g1="f,f_f" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-20" /> + <hkern g1="f,f_f" + g2="x" + k="-5" /> + <hkern g1="f,f_f" + g2="M" + k="35" /> + <hkern g1="f,f_f" + g2="V" + k="-65" /> + <hkern g1="f,f_f" + g2="asterisk" + k="-40" /> + <hkern g1="f,f_f" + g2="backslash" + k="-30" /> + <hkern g1="f,f_f" + g2="periodcentered" + k="20" /> + <hkern g1="f,f_f" + g2="question" + k="-70" /> + <hkern g1="f,f_f" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="32" /> + <hkern g1="f,f_f" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="74" /> + <hkern g1="f,f_f" + g2="slash" + k="40" /> + <hkern g1="f,f_f" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-2" /> + <hkern g1="f,f_f" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="5" /> + <hkern g1="f,f_f" + g2="trademark" + k="-60" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="20" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-5" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="X" + k="10" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="4" /> + <hkern g1="i,igrave,ij,iogonek,j,j.calt,i.ss05,ij.ss05,j.ss05" + g2="V" + k="4" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="-10" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="-55" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="X" + k="-26" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="-52" /> + <hkern g1="iacute,ibreve,icircumflex,idieresis,imacron,itilde,jcircumflex" + g2="V" + k="-48" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="hyphen,uni00AD,endash,emdash" + k="50" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="guillemotright,guilsinglright" + k="-26" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-15" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-5" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="X" + k="-16" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="29" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="4" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-5" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-1" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="x" + k="-16" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="V" + k="9" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="asterisk" + k="-10" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="backslash" + k="40" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="periodcentered" + k="30" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="24" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-10" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="5" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-5" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-16" /> + <hkern g1="k,uni0137,kgreenlandic" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="15" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="parenright,braceright,bracketright" + k="10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="guillemotleft,guilsinglleft" + k="20" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="guillemotright,guilsinglright" + k="-26" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="80" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="70" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="96" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="13" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="X" + k="43" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="39" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="17" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-15" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="x" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="M" + k="30" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="V" + k="35" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="asterisk" + k="-20" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="backslash" + k="50" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="question" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="12" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="69" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="slash" + k="70" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-10" /> + <hkern g1="r,racute,rcaron,uni0157" + g2="ampersand.ss08" + k="16" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="guillemotleft,guilsinglleft" + k="-10" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="90" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="24" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="X" + k="-5" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="64" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="9" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-11" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="5" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="t,tbar,tcaron,uni0163,uni021B" + k="5" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-10" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="V" + k="34" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="backslash" + k="70" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="question" + k="24" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-4" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-14" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="2" /> + <hkern g1="s,sacute,scaron,scedilla,scircumflex,uni0219" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-5" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="parenright,braceright,bracketright" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="hyphen,uni00AD,endash,emdash" + k="20" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="guillemotleft,guilsinglleft" + k="25" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="guillemotright,guilsinglright" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="60" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="22" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="X" + k="-20" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="59" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-5" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="x" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="z,zacute,zcaron,zdotaccent" + k="-5" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="V" + k="50" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="backslash" + k="50" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="periodcentered" + k="30" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="question" + k="-5" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="25" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-16" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="7" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-10" /> + <hkern g1="t,tcaron,uni0163,uni021B" + g2="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + k="5" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="116" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="23" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="69" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="15" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="V" + k="49" /> + <hkern g1="u,uacute,ubreve,ucircumflex,udieresis,ugrave,uhungarumlaut,umacron,uogonek,uring,utilde" + g2="backslash" + k="40" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="parenright,braceright,bracketright" + k="20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="hyphen,uni00AD,endash,emdash" + k="9" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="guillemotleft,guilsinglleft" + k="4" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="guillemotright,guilsinglright" + k="-31" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="53" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="70" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="81" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="4" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="X" + k="38" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="23" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="40" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="4" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="-20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="t,tbar,tcaron,uni0163,uni021B" + k="-22" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-1" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="x" + k="-1" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="z,zacute,zcaron,zdotaccent" + k="-5" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="M" + k="18" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="V" + k="13" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="asterisk" + k="-20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="backslash" + k="20" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="question" + k="-26" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="6" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="29" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="slash" + k="80" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-10" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-8" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-16" /> + <hkern g1="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + g2="ampersand.ss08" + k="16" /> + <hkern g1="x" + g2="quotedblleft,quotedblright,quoteleft,quoteright,quotedbl,quotesingle,quotedblleft.ss05,quotedblright.ss05,quoteleft.ss05,quoteright.ss05" + k="-10" /> + <hkern g1="x" + g2="hyphen,uni00AD,endash,emdash" + k="29" /> + <hkern g1="x" + g2="guillemotleft,guilsinglleft" + k="19" /> + <hkern g1="x" + g2="guillemotright,guilsinglright" + k="-26" /> + <hkern g1="x" + g2="period,comma,ellipsis,period.ss05,comma.ss05,ellipsis.ss05,quotesinglbase,quotedblbase,quotesinglbase.ss05,quotedblbase.ss05" + k="-25" /> + <hkern g1="x" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="71" /> + <hkern g1="x" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="10" /> + <hkern g1="x" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="8" /> + <hkern g1="x" + g2="X" + k="-6" /> + <hkern g1="x" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="33" /> + <hkern g1="x" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="4" /> + <hkern g1="x" + g2="t,tbar,tcaron,uni0163,uni021B" + k="5" /> + <hkern g1="x" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="13" /> + <hkern g1="x" + g2="x" + k="-10" /> + <hkern g1="x" + g2="V" + k="23" /> + <hkern g1="x" + g2="backslash" + k="60" /> + <hkern g1="x" + g2="periodcentered" + k="29" /> + <hkern g1="x" + g2="question" + k="-6" /> + <hkern g1="x" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="21" /> + <hkern g1="x" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-11" /> + <hkern g1="x" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-1" /> + <hkern g1="x" + g2="s,sacute,scaron,scedilla,scircumflex,uni0219" + k="-5" /> + <hkern g1="x" + g2="colon,semicolon,colon.ss05,semicolon.ss05" + k="-10" /> + <hkern g1="x" + g2="ampersand.ss08" + k="24" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="hyphen,uni00AD,endash,emdash" + k="25" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="guillemotleft,guilsinglleft" + k="10" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="81" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="14" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="X" + k="-5" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="49" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="-10" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="V" + k="18" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="backslash" + k="50" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="periodcentered" + k="20" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="30" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-5" /> + <hkern g1="z,zacute,zcaron,zdotaccent" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="-5" /> + <hkern g1="eth" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="90" /> + <hkern g1="eth" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="15" /> + <hkern g1="eth" + g2="t,tbar,tcaron,uni0163,uni021B" + k="15" /> + <hkern g1="eth" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="25" /> + <hkern g1="eth" + g2="x" + k="30" /> + <hkern g1="f.calt" + g2="ibreve,icircumflex,idieresis,igrave,imacron,itilde,jcircumflex" + k="-28" /> + <hkern g1="germandbls" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="50" /> + <hkern g1="germandbls" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="5" /> + <hkern g1="germandbls" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="30" /> + <hkern g1="germandbls" + g2="X" + k="-5" /> + <hkern g1="germandbls" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="38" /> + <hkern g1="germandbls" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="4" /> + <hkern g1="germandbls" + g2="a,aacute,abreve,acircumflex,adieresis,agrave,amacron,aogonek,aring,atilde,ae" + k="-15" /> + <hkern g1="germandbls" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="25" /> + <hkern g1="germandbls" + g2="t,tbar,tcaron,uni0163,uni021B" + k="35" /> + <hkern g1="germandbls" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="35" /> + <hkern g1="germandbls" + g2="c,cacute,ccaron,ccedilla,ccircumflex,cdotaccent,d,eth,dcaron,dcroat,e,eacute,ebreve,ecaron,ecircumflex,edieresis,edotaccent,egrave,emacron,eogonek,g,gbreve,gcircumflex,uni0123,gdotaccent,o,oacute,obreve,ocircumflex,odieresis,ograve,ohungarumlaut,omacron,oslash,otilde,oe,q,a.ss01,aacute.ss01,abreve.ss01,acircumflex.ss01,adieresis.ss01,agrave.ss01,amacron.ss01,aogonek.ss01,aring.ss01,atilde.ss01" + k="-10" /> + <hkern g1="germandbls" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="-10" /> + <hkern g1="germandbls" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="5" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="a.sups" + k="-4" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="f.sups" + k="9" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="t.sups" + k="15" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="v.sups,w.sups,y.sups" + k="4" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="x.sups" + k="18" /> + <hkern g1="b.sups,o.sups,p.sups" + g2="z.sups" + k="19" /> + <hkern g1="h.sups,m.sups,n.sups" + g2="f.sups" + k="4" /> + <hkern g1="h.sups,m.sups,n.sups" + g2="t.sups" + k="7" /> + <hkern g1="h.sups,m.sups,n.sups" + g2="v.sups,w.sups,y.sups" + k="7" /> + <hkern g1="a.sups" + g2="f.sups" + k="15" /> + <hkern g1="a.sups" + g2="t.sups" + k="15" /> + <hkern g1="a.sups" + g2="v.sups,w.sups,y.sups" + k="10" /> + <hkern g1="a.sups" + g2="x.sups" + k="3" /> + <hkern g1="a.sups" + g2="z.sups" + k="4" /> + <hkern g1="c.sups" + g2="a.sups" + k="8" /> + <hkern g1="c.sups" + g2="f.sups" + k="-4" /> + <hkern g1="c.sups" + g2="t.sups" + k="-2" /> + <hkern g1="c.sups" + g2="v.sups,w.sups,y.sups" + k="-13" /> + <hkern g1="c.sups" + g2="x.sups" + k="-11" /> + <hkern g1="c.sups" + g2="z.sups" + k="-4" /> + <hkern g1="c.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="20" /> + <hkern g1="e.sups" + g2="a.sups" + k="7" /> + <hkern g1="e.sups" + g2="f.sups" + k="7" /> + <hkern g1="e.sups" + g2="t.sups" + k="7" /> + <hkern g1="e.sups" + g2="v.sups,w.sups,y.sups" + k="4" /> + <hkern g1="e.sups" + g2="x.sups" + k="14" /> + <hkern g1="e.sups" + g2="z.sups" + k="13" /> + <hkern g1="f.sups" + g2="a.sups" + k="19" /> + <hkern g1="f.sups" + g2="v.sups,w.sups,y.sups" + k="-15" /> + <hkern g1="f.sups" + g2="x.sups" + k="-3" /> + <hkern g1="f.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="24" /> + <hkern g1="f.sups" + g2="s.sups" + k="4" /> + <hkern g1="k.sups" + g2="a.sups" + k="3" /> + <hkern g1="k.sups" + g2="f.sups" + k="-3" /> + <hkern g1="k.sups" + g2="x.sups" + k="-12" /> + <hkern g1="k.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="18" /> + <hkern g1="k.sups" + g2="s.sups" + k="-3" /> + <hkern g1="k.sups" + g2="u.sups" + k="11" /> + <hkern g1="r.sups" + g2="a.sups" + k="13" /> + <hkern g1="r.sups" + g2="t.sups" + k="-7" /> + <hkern g1="r.sups" + g2="v.sups,w.sups,y.sups" + k="-11" /> + <hkern g1="r.sups" + g2="x.sups" + k="-7" /> + <hkern g1="r.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="9" /> + <hkern g1="r.sups" + g2="s.sups" + k="-7" /> + <hkern g1="s.sups" + g2="a.sups" + k="-8" /> + <hkern g1="s.sups" + g2="f.sups" + k="4" /> + <hkern g1="s.sups" + g2="t.sups" + k="3" /> + <hkern g1="s.sups" + g2="v.sups,w.sups,y.sups" + k="-7" /> + <hkern g1="s.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="-3" /> + <hkern g1="t.sups" + g2="a.sups" + k="7" /> + <hkern g1="t.sups" + g2="v.sups,w.sups,y.sups" + k="-7" /> + <hkern g1="t.sups" + g2="x.sups" + k="-7" /> + <hkern g1="t.sups" + g2="z.sups" + k="-4" /> + <hkern g1="t.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="18" /> + <hkern g1="t.sups" + g2="u.sups" + k="3" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="a.sups" + k="3" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="f.sups" + k="-15" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="t.sups" + k="-17" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="x.sups" + k="-1" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="z.sups" + k="-4" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="4" /> + <hkern g1="v.sups,w.sups,y.sups" + g2="s.sups" + k="-6" /> + <hkern g1="x.sups" + g2="f.sups" + k="3" /> + <hkern g1="x.sups" + g2="t.sups" + k="4" /> + <hkern g1="x.sups" + g2="v.sups,w.sups,y.sups" + k="10" /> + <hkern g1="x.sups" + g2="x.sups" + k="-8" /> + <hkern g1="x.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="15" /> + <hkern g1="x.sups" + g2="s.sups" + k="-4" /> + <hkern g1="z.sups" + g2="v.sups,w.sups,y.sups" + k="-7" /> + <hkern g1="z.sups" + g2="c.sups,d.sups,e.sups,g.sups,o.sups,q.sups" + k="22" /> + <hkern g1="ampersand.ss08" + g2="C,Cacute,Ccaron,Ccedilla,Ccircumflex,Cdotaccent,G,Gbreve,Gcircumflex,uni0122,Gdotaccent,O,Oacute,Obreve,Ocircumflex,Odieresis,Ograve,Ohungarumlaut,Omacron,Oslash,Otilde,OE,Q,Q.ss07" + k="32" /> + <hkern g1="ampersand.ss08" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="44" /> + <hkern g1="ampersand.ss08" + g2="U,Uacute,Ubreve,Ucircumflex,Udieresis,Ugrave,Uhungarumlaut,Umacron,Uogonek,Uring,Utilde" + k="20" /> + <hkern g1="ampersand.ss08" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="36" /> + <hkern g1="ampersand.ss08" + g2="Z,Zacute,Zcaron,Zdotaccent" + k="-14" /> + <hkern g1="ampersand.ss08" + g2="f,f_f,f_f_i,f_f_l,f_i,f_l,fi,fl,f_f_i.ss05,f_i.ss05,fi.ss05" + k="30" /> + <hkern g1="ampersand.ss08" + g2="v,w,wacute,wcircumflex,wdieresis,wgrave,y,yacute,ycircumflex,ydieresis,ygrave" + k="48" /> + <hkern g1="ampersand.ss08" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="-40" /> + <hkern g1="ampersand.ss08" + g2="S,Sacute,Scaron,Scedilla,Scircumflex,uni0218" + k="-16" /> + <hkern g1="ampersand.ss08" + g2="W,Wacute,Wcircumflex,Wdieresis,Wgrave" + k="24" /> + <hkern g1="ampersand.ss08" + g2="X" + k="-24" /> + <hkern g1="ampersand.ss08" + g2="x" + k="-32" /> + <hkern g1="at" + g2="T,Tbar,Tcaron,uni0162,uni021A" + k="26" /> + <hkern g1="at" + g2="Y,Yacute,Ycircumflex,Ydieresis,Ygrave" + k="10" /> + <hkern g1="at" + g2="J,Jcircumflex,J.ss02,Jcircumflex.ss02" + k="30" /> + <hkern g1="at" + g2="X" + k="10" /> + <hkern g1="at" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="20" /> + <hkern g1="dagger" + g2="A,Aacute,Abreve,Acircumflex,Adieresis,Agrave,Amacron,Aogonek,Aring,Atilde,A.ss06,Aacute.ss06,Abreve.ss06,Acircumflex.ss06,Adieresis.ss06,Agrave.ss06,Amacron.ss06,Aring.ss06,Atilde.ss06,uni0394" + k="60" /> + </font> +</defs></svg> diff --git a/docs/css/assets/fonts/Madera-Regular.ttf b/docs/css/assets/fonts/Madera-Regular.ttf new file mode 100644 index 0000000000000000000000000000000000000000..c0808e8e095e1afb8be5e66c135e1884fdf684b4 Binary files /dev/null and b/docs/css/assets/fonts/Madera-Regular.ttf differ diff --git a/docs/css/assets/fonts/Madera-Regular.woff b/docs/css/assets/fonts/Madera-Regular.woff new file mode 100644 index 0000000000000000000000000000000000000000..4b828b478f867c60261395ed6dedc7baf0420223 Binary files /dev/null and b/docs/css/assets/fonts/Madera-Regular.woff differ diff --git a/docs/css/assets/fonts/Madera-Regular.woff2 b/docs/css/assets/fonts/Madera-Regular.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..a2b257cfe3da8471dc254f99a47cfa68b033da5a Binary files /dev/null and b/docs/css/assets/fonts/Madera-Regular.woff2 differ diff --git a/docs/css/colors.css b/docs/css/colors.css new file mode 100755 index 0000000000000000000000000000000000000000..3a952ae6b491691c6bc1b25c8acd5092fa83f849 --- /dev/null +++ b/docs/css/colors.css @@ -0,0 +1,124 @@ +//// +/// Copyright (c) 2016-2021 Martin Donath <martin.donath@squidfunk.com> +/// +/// Permission is hereby granted, free of charge, to any person obtaining a +/// copy of this software and associated documentation files (the "Software"), +/// to deal in the Software without restriction, including without limitation +/// the rights to use, copy, modify, merge, publish, distribute, sublicense, +/// and/or sell copies of the Software, and to permit persons to whom the +/// Software is furnished to do so, subject to the following conditions: +/// +/// The above copyright notice and this permission notice shall be included in +/// all copies or substantial portions of the Software. +/// +/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL +/// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +/// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +/// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +/// DEALINGS +//// + +// ---------------------------------------------------------------------------- +// Rules +// ---------------------------------------------------------------------------- + + + +// Color variables +:root { + + // Default color shades + --md-default-fg-color: hsla(0, 0%, 0%, 0.87); + --md-default-fg-color--light: hsla(0, 0%, 0%, 0.54); + --md-default-fg-color--lighter: hsla(0, 0%, 0%, 0.32); + --md-default-fg-color--lightest: hsla(0, 0%, 0%, 0.07); + --md-default-bg-color: hsla(0, 0%, 100%, 1); + --md-default-bg-color--light: hsla(0, 0%, 100%, 0.7); + --md-default-bg-color--lighter: hsla(0, 0%, 100%, 0.3); + --md-default-bg-color--lightest: hsla(0, 0%, 100%, 0.12); + + // Primary color shades + --md-primary-fg-color: hsla(#{hex2hsl($clr-indigo-500)}, 1); + --md-primary-fg-color--light: hsla(#{hex2hsl($clr-indigo-400)}, 1); + --md-primary-fg-color--dark: hsla(#{hex2hsl($clr-indigo-700)}, 1); + --md-primary-bg-color: hsla(0, 0%, 100%, 1); + --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7); + + // Accent color shades + --md-accent-fg-color: hsla(#{hex2hsl($clr-indigo-a200)}, 1); + --md-accent-fg-color--transparent: hsla(#{hex2hsl($clr-indigo-a200)}, 0.1); + --md-accent-bg-color: hsla(0, 0%, 100%, 1); + --md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7); + + // Light theme (default) + > * { + + // Code color shades + --md-code-fg-color: hsla(200, 18%, 26%, 1); + --md-code-bg-color: hsla(0, 0%, 96%, 1); + + // Code highlighting color shades + --md-code-hl-color: hsla(#{hex2hsl($clr-yellow-a200)}, 0.5); + --md-code-hl-number-color: hsla(0, 67%, 50%, 1); + --md-code-hl-special-color: hsla(340, 83%, 47%, 1); + --md-code-hl-function-color: hsla(291, 45%, 50%, 1); + --md-code-hl-constant-color: hsla(250, 63%, 60%, 1); + --md-code-hl-keyword-color: hsla(219, 54%, 51%, 1); + --md-code-hl-string-color: hsla(150, 63%, 30%, 1); + --md-code-hl-name-color: var(--md-code-fg-color); + --md-code-hl-operator-color: var(--md-default-fg-color--light); + --md-code-hl-punctuation-color: var(--md-default-fg-color--light); + --md-code-hl-comment-color: var(--md-default-fg-color--light); + --md-code-hl-generic-color: var(--md-default-fg-color--light); + --md-code-hl-variable-color: var(--md-default-fg-color--light); + + // Typeset color shades + --md-typeset-color: var(--md-default-fg-color); + + // Typeset `a` color shades + --md-typeset-a-color: var(--md-primary-fg-color); + + // Typeset `mark` color shades + --md-typeset-mark-color: hsla(#{hex2hsl($clr-yellow-a200)}, 0.5); + + // Typeset `del` and `ins` color shades + --md-typeset-del-color: hsla(6, 90%, 60%, 0.15); + --md-typeset-ins-color: hsla(150, 90%, 44%, 0.15); + + // Typeset `kbd` color shades + --md-typeset-kbd-color: hsla(0, 0%, 98%, 1); + --md-typeset-kbd-accent-color: hsla(0, 100%, 100%, 1); + --md-typeset-kbd-border-color: hsla(0, 0%, 72%, 1); + + // Typeset `table` color shades + --md-typeset-table-color: hsla(0, 0%, 0%, 0.12); + + // Admonition color shades + --md-admonition-fg-color: var(--md-default-fg-color); + --md-admonition-bg-color: var(--md-default-bg-color); + + // Footer color shades + --md-footer-fg-color: hsla(0, 0%, 100%, 1); + --md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7); + --md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3); + --md-footer-bg-color: hsla(0, 0%, 0%, 0.87); + --md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32); + } + + // Shadow depth 1 + --md-shadow-z1: + 0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.05), + 0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.1); + + // Shadow depth 2 + --md-shadow-z2: + 0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.1), + 0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.25); + + // Shadow depth 3 + --md-shadow-z3: + 0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.2), + 0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.35); +} diff --git a/docs/css/extra.css b/docs/css/extra.css new file mode 100755 index 0000000000000000000000000000000000000000..d3f7b61e8ede037587f150fdaa5b79f36c6d6a6b --- /dev/null +++ b/docs/css/extra.css @@ -0,0 +1,2601 @@ +:root { + --md-primary-fg-color: #101010; // Color: Black normal + --md-primary-fg-color--light: rgba(0, 0, 0, 0.54); // Color: Gray + --md-primary-fg-color--dark: #000; // Color: Black dark + --md-primary-bg-color: #007990; // Color: Petrol + --md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7); + --md-typeset-a-color: #4051b5; // +} + + +ul.md-nav__list { + + font-size: large; + color: #007990; +} + +.md-header__button.md-logo img, .md-header__button.md-logo svg { + width: 8rem; +} + +.md-tabs__link--active { + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #007990; + font-weight: bold; +} + + +.md-tabs__link:hover { + color: #007990; + +} + +.md-tabs__item { + display: inline-block; + height: 2.8rem; + padding-left: .6rem; + padding-right: .6rem; +} + + +/* +Theme Name: Iopsys Web 2021 +Theme URI: http://www.wpbeaverbuilder.com +Version: 1.0 +Description: Custom built child theme developed for Iopsys by Crescando and DevHouse. +Author: DevHouse +Author URI: http://devhouse.se +template: bb-theme +*/ + +/* ======================================== + +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── +─████████████───██████████████─██████──██████─██████──██████─██████████████─██████──██████─██████████████─██████████████─ +─██░░░░░░░░████─██░░░░░░░░░░██─██░░██──██░░██─██░░██──██░░██─██░░░░░░░░░░██─██░░██──██░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─ +─██░░████░░░░██─██░░██████████─██░░██──██░░██─██░░██──██░░██─██░░██████░░██─██░░██──██░░██─██░░██████████─██░░██████████─ +─██░░██──██░░██─██░░██─────────██░░██──██░░██─██░░██──██░░██─██░░██──██░░██─██░░██──██░░██─██░░██─────────██░░██───────── +─██░░██──██░░██─██░░██████████─██░░██──██░░██─██░░██████░░██─██░░██──██░░██─██░░██──██░░██─██░░██████████─██░░██████████─ +─██░░██──██░░██─██░░░░░░░░░░██─██░░██──██░░██─██░░░░░░░░░░██─██░░██──██��░██─██░░██──██░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─ +─██░░██──██░░██─██░░██████████─██░░██──██░░██─██░░██████░░██─██░░██──██░░██─██░░██──██░░██─██████████░░██─██░░██████████─ +─██░░██──██░░██─██░░██─────────██░░░░██░░░░██─██░░██──██░░██─██░░██──██░░██─██░░██──██░░██─────────██░░██─██░░██───────── +─██░░████░░░░██─██░░██████████─████░░░░░░████─██░░██──██░░██─██░░██████░░██─██░░██████░░██─██████████░░██─██░░██████████─ +─██░░░░░░░░████─██░░░░░░░░░░██───████░░████───██░░██──██░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░██─ +─████████████───██████████████─────██████─────██████──██████─██████████████─██████████████─██████████████─██████████████─ +───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── + + COLORS + - body text # + - gold # + - petrol # + - grey # + + FONTS + - default body text "", , ; + - h1-h4 text "", , ; + - h5-h6 text "", , ; + - buttons "", , ; + - forms "", , ; + + CONTENTS + 1. Fonts + 2. Global + 5. Landing Page + 6. Standard Page + 7. Slick Slider + + ===================================== */ + + +/* ======================================== + FONTS + ===================================== */ + + +@font-face { + font-family: 'Madera'; + src: url('./assets/fonts/Madera-Regular.eot'); + src: local('Madera'), local('Madera-Regular'), + url('./assets/fonts/Madera-Regular.eot?#iefix') format('embedded-opentype'), + url('./assets/fonts/Madera-Regular.woff2') format('woff2'), + url('./assets/fonts/Madera-Regular.woff') format('woff'), + url('./assets/fonts/Madera-Regular.ttf') format('truetype'), + url('./assets/fonts/Madera-Regular.svg#Madera-Regular') format('svg'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Madera'; + src: url('./assets/fonts/Madera-Bold.eot'); + src: local('Madera Bold'), local('Madera-Bold'), + url('./assets/fonts/Madera-Bold.eot?#iefix') format('embedded-opentype'), + url('./assets/fonts/Madera-Bold.woff2') format('woff2'), + url('./assets/fonts/Madera-Bold.woff') format('woff'), + url('./assets/fonts/Madera-Bold.ttf') format('truetype'), + url('./assets/fonts/Madera-Bold.svg#Madera-Bold') format('svg'); + font-weight: bold; + font-style: normal; +} + +h1, h2, h4, h5 { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + font-weight: bold; + margin-top: 0px; +} + +h3, h6, body { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + font-weight: normal; + margin-top: 0px; +} + +h3, h6 { + margin-top: 0px; +} + +h3 { + padding-bottom: 10px; +} + +h1 { + font-size: 28px; +} + + +@media screen and (min-width: 350px) { + + h1 { + font-size: 30px; + } + +} + +@media screen and (min-width: 768px) { + + h1 { + font-size: 36px; + } + +} + +@media screen and (min-width: 1024px) { + + h1 { + font-size: 42px; + } + +} + + +/* ======================================== + HEADER + ===================================== */ + +.main-menu { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + font-weight: normal; + letter-spacing: 1.2px; +} + +header.fl-builder-content-editing { + background-color: #000; +} + +.header-container .fl-col-content { + display: inline-block; + font-size: 0; +} + +.iopsys-logo { + display: inline-block; + max-width: 165px; + vertical-align: top; +} + +.main-menu { + display: inline-block; + max-width: calc(100% - 165px); + vertical-align: top; +} + +.main-menu .fl-menu-mobile-flyout { + background-color: rgba(0, 0, 0, 0.8); + padding: 0px; +} + +.main-menu li a, +.main-menu li a:hover { + transition: 0.4s; +} + +.main-menu .fl-menu-mobile-toggle { + padding-right: 0px; +} + +.main-menu .fl-menu-mobile-flyout li a { + color: white !important; + background-color: rgba(0, 0, 0, 0.4); + border-top: 0px; + font-weight: 600; + text-transform: uppercase; + font-size: 12px; + padding-top: 18px; + line-height: 1.4; +} + +.main-menu .fl-menu-mobile-flyout li .sub-menu { + border-top: 1px solid transparent; +} + +.main-menu .fl-menu-mobile-flyout li .sub-menu li a { + padding-left: 28px; +} + +.main-menu .fl-menu-mobile-close, .fl-menu-mobile-close { + padding: 14px 16px 14px 14px; +} + +.main-menu .fl-menu-mobile-flyout li .fl-menu-toggle:before { + right: 80% !important; +} + +.main-menu .fl-menu-mobile-flyout li.fl-active .fl-menu-toggle { + right: 17px; +} + +.main-menu .fl-menu-mobile-close, .fl-menu-mobile-close:hover { + font-size: 16px !important; +} + +.main-menu .fl-menu-mobile-close, .fl-menu-mobile-close i { + color: #fff; + float: right; + transition: 0.4s; +} + +.main-menu .fl-menu-mobile-close, .fl-menu-mobile-close:hover i { + color: #00b1d4; + transition: 0.4s; +} + +@media screen and (min-width: 1024px) { + + .main-menu li a { + font-weight: 600; + text-transform: uppercase; + font-size: 11px; + } + + .main-menu li:last-of-type a { + padding-right: 0px !important; + } + + .main-menu li .fl-menu-toggle:before { + width: 7px !important; + height: 7px !important; + } + + .main-menu .fl-menu-horizontal.fl-toggle-arrows .fl-has-submenu-container a { + padding-right: 30px !important; + } + + .main-menu ul.sub-menu { + background-color: rgba(0, 0, 0, 0.6) !important; + box-shadow: none !important; + } + + .main-menu ul.sub-menu li a { + line-height: 1.4; + padding-top: 10px; + padding-bottom: 10px; + text-transform: initial !important; + } + + .main-menu ul.sub-menu li:first-of-type a { + padding-top: 24px; + } + + .main-menu ul.sub-menu li:last-of-type a { + padding-bottom: 24px; + } + +} + +@media screen and (min-width: 1150px) { + + .main-menu li a { + font-size: 13px; + } + +} + +@media screen and (min-width: 1224px) { + + .main-menu li a { + padding-right: 23px !important; + padding-left: 23px !important; + } + +} + + +/* ======================================== + FOOTER + ===================================== */ + +.dividing-line { + display: none; + padding-left: 20px; + padding-right: 20px; +} + +.footer-social-icons { + display: inline-block; +} + +.footer-social-icons .fl-module-content { + max-width: 35px; +} + +.footer-text { + display: block; + width: 100%; + padding-top: 7px; + padding-bottom: 7px; +} + +.main-menu.footer { + display: none; +} + +footer a { + transition: 0.4s; +} + +footer a:hover { + color: #00b1d4 !important; + transition: 0.4s; +} + +.footer-main-section p strong { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + font-weight: normal; +} + +@media screen and (min-width: 768px) { + + .footer-social-icons .fl-module-content { + max-width: 45px; + } + + .footer-text, + .dividing-line { + display: inline-block; + width: auto; + } + + .footer-main-section .fl-col-content { + max-width: 1049px !important; + margin-left: auto; + } + + .main-menu.footer { + display: block; + max-width: 100%; + } + + .main-menu.footer nav { + text-align: left; + } + +} + +@media screen and (min-width: 1024px) { + + .main-menu.footer { + display: inline-block; + max-width: calc(100% - 165px); + } + + .main-menu.footer nav { + text-align: right; + } + +} + +/* ======================================== + GLOBAL + ===================================== */ + +.arrow-icon { + position: absolute; + bottom: 10px; + left: calc(50% - 39px); +} + +.fl-builder-edit .arrow-icon { + position: relative; + bottom: 10px; + left: calc(50% - 39px); +} + +.button-inline-container .fl-col-content { + display: inline-block; + width: 100%; + text-align: center; +} + +.button-inline-container .fl-module { + display: inline-block; +} + +.video-image a { + position: relative; + display: inline-block; + overflow: hidden; +} + +.video-image .fl-photo-content a:after, .video-image > a:after { + content: ""; + display: inline-block; + width: 120px; + height: 120px; + opacity: 1; + position: absolute; + top: calc(50% - 60px); + left: calc(50% - 60px); + z-index: 2; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/play-button.png); + background-size: 120px 120px; + background-repeat: no-repeat; + transition: all 0.4s !important; +} + +.video-image .fl-photo-content a:hover:after, .video-image > a:hover:after { + opacity: 0.7; + transition: all 0.4s !important; +} + +#video-modal-popup { + position: fixed; + width: 100%; + height: 100%; + z-index: 999; + background: rgba(51, 51, 51, 0.9); + line-height: 100vh; + padding: 20px; + box-sizing: border-box; + cursor: pointer; +} + +.video-modal-popup-container { + vertical-align: middle; + display: inline-block; + width: 100%; + text-align: center; +} + +.video-modal-wrapper { + margin: 0 auto; + max-width: 1054px; + position: relative; +} + +#video-modal-popup .video-close { + right: -20px; + top: -20px; + z-index: 99; +} + +.proof-close-btn { + display: inline-block; + position: absolute; + right: -20px; + top: -20px; + z-index: 99; + border-radius: 100px !important; + height: 36px !important; + width: 36px !important; + padding: 2px !important; + background-color: #007990 !important; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/close.png) !important; + background-size: 13px 13px !important; + background-repeat: no-repeat !important; + background-position: 50% 50% !important; + font-size: 0 !important; + transition: all 0.4s; + -webkit-transition: all 0.4s; + cursor: pointer; +} + +.fl-module-rich-text ul { + list-style-type: none; + padding-left: 0px; +} + +.fl-module-rich-text ul li { + padding-left: 25px; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/bullet-point.jpg); + background-repeat: no-repeat; + background-size: 13px 13px; + background-position: 0% 6px; + margin-bottom: 5px; +} + +.full-width-mobile .fl-col { + max-width: 100% !important; +} + +.fl-col { + max-width: 550px; +} + +header .fl-col, +footer .fl-col { + max-width: 100%; +} + +@media screen and (min-width: 768px) { + + .text-left .fl-col { + display: block; + } + + .text-left .fl-col .fl-col-content { + max-width: 650px; + margin-left: auto; + padding-right: 40px; + } + + .text-right .fl-col { + display: block; + } + + .text-right .fl-col .fl-col-content { + max-width: 650px; + margin-right: auto; + padding-left: 40px; + } + + .fl-col { + max-width: 100%; + } + + .inline-buttons { + display: inline-block; + vertical-align: top; + } + + .inline-button-container { + display: inline-block; + } + +} + +/* Search Bar */ + +.search-bar { + position: absolute; + top: calc(50% - 40px); + right: 0px; + width: auto !important; + z-index: 999; +} + +.menu-container .search-bar .fl-search-input { + height: 45px; + width: 45px; + border-radius: 0px; + border: 0px; + background-color: rgba(0, 0, 0, 0); + color: rgba(0, 0, 0, 0); + /*transition: 0.4s;*/ + background-image: url(./assets/images/search-icon.png); + background-size: 23px 23px; + background-position: 11.5px 50%; + background-repeat: no-repeat; + cursor: pointer; + font-size: 0; +} + +.menu-container .search-bar .fl-search-input:hover { + opacity: 0.5; +} + +.menu-container .search-bar .fl-search-input:focus { + opacity: 1 !important; + height: 45px !important; + width: 380px; + max-width: 794px; + color: #ffffff; + background-color: #fff !important; + padding-left: 47px; + cursor: text; + color: #33333a; + background-image: url(./assets/images/search-icon-blue.png); + font-size: 14px; +} + + +@media screen and (min-width: 1024px) { + .search-bar { + position: absolute; + top: calc(50% - 40px); + } +} + +@media screen and (min-width: 1440px) { + + .menu-container .search-bar .fl-search-input:focus { + width: 637px; + } + +} + +@media screen and (max-width: 767px) { + + .menu-container .search-bar { + display: none !important; + } + +} + +/*@media screen and (min-width: 768px) {*/ +/* .home-hero .fl-col-small {*/ +/* width: 70%;*/ +/* max-width: 450px;*/ +/* } */ +/*}*/ + + +/* CTA Buttons */ + +.frm_button_submit { + margin: 0px !important; +} + +.button-blue a { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + font-weight: normal; + min-width: 160px; + text-align: center; + background-color: #007990 !important; + border: 2px solid #007990 !important; + border-radius: 0px !important; + text-transform: uppercase; + padding: 17px 24px 13px !important; + transition: 0.4s; + font-size: 14px !important; + box-shadow: none !important; +} + +.fl-button { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + font-weight: normal; + min-width: 160px; + font-weight: 600 !important; + text-align: center; + border: 2px solid #007990 !important; + border-radius: 0px !important; + text-transform: uppercase; + padding: 17px 24px 13px !important; + transition: 0.4s; + font-size: 14px !important; + box-shadow: none !important; +} + +.frm_button_submit, +.button-blue a span { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + color: #fff !important; + font-weight: 600 !important; + font-size: 14px !important; + transition: 0.4s; +} + +.frm_button_submit { + line-height: 1.2 !important; +} + +.frm_button_submit:hover, +.button-blue a:hover, +a.fl-button:hover { + background-color: rgba(0, 0, 0, 0) !important; + transition: 0.4s; +} + +.frm_button_submit:hover, +.button-blue a:hover span, +a.fl-button:hover, +a.fl-button:hover span { + color: #007990 !important; + transition: 0.4s; +} + +.button-white-border a { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + min-width: 160px; + text-align: center; + background-color: rgba(255, 255, 255, 0) !important; + border: 2px solid #fff !important; + border-radius: 0px !important; + text-transform: uppercase; + padding: 17px 24px 13px !important; + transition: 0.4s; + font-size: 14px !important; +} + +.button-white-border a span { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + font-weight: normal; + color: #fff !important; + font-weight: 600 !important; + font-size: 14px !important; + transition: 0.4s; +} + +.button-white-border a:hover { + background-color: #fff !important; + transition: 0.4s; +} + +.button-white-border a:hover span { + color: #007990 !important; + transition: 0.4s; +} + +.button-blue-border a { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + min-width: 160px; + text-align: center; + background-color: rgba(255, 255, 255, 0) !important; + border: 2px solid #007990 !important; + border-radius: 0px !important; + text-transform: uppercase; + padding: 17px 24px 13px !important; + transition: 0.4s; + font-size: 14px !important; +} + +body .button-blue-border a span { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + color: #007990 !important; + font-weight: 600 !important; + font-size: 14px !important; + transition: 0.4s; +} + +.button-blue-border a:hover { + background-color: #007990 !important; + transition: 0.4s; +} + +.button-blue-border a:hover span { + color: #fff !important; + transition: 0.4s; +} + +.button-red-border a.fl-button { + background-color: rgba(255, 255, 255, 0) !important; + border: 2px solid #f63f00 !important; + color: #f63f00 !important; + border-radius: 0px !important; +} + +.button-red-border a.fl-button:hover { + color: white !important; +} + +.button-red-border a.fl-button span { + color: #f63f00 !important; +} + +.button-red-border a:hover { + background-color: #f63f00 !important; + transition: 0.4s; +} + +.button-red-border a:hover span { + color: #fff !important; + transition: 0.4s; +} + +.frm_button_submit, +.button-red a { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + min-width: 160px; + text-align: center; + background-color: #f63f00 !important; + border: 2px solid #f63f00 !important; + border-radius: 0px !important; + text-transform: uppercase; + padding: 17px 24px 13px !important; + transition: 0.4s; + font-size: 14px !important; + box-shadow: 0 0 !important; +} + +.button-red a span, +a.fl-button span { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + font-weight: normal; + color: #fff !important; + font-weight: 600 !important; + font-size: 14px !important; + transition: 0.4s; +} + +.button-red a.fl-button, .button-red a.fl-button:visited { + background-color: #f63f00 !important; +} + +.button-red a:hover, +.frm_button_submit:hover { + background-color: rgba(255, 88, 77, 0) !important; + color: #f63f00 !important; + transition: 0.4s; +} + +.button-red a:hover span, +.frm_button_submit:hover { + color: #f63f00 !important; + transition: 0.4s; +} + +.fl-button-text { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + font-weight: normal; +} + +@media screen and (min-width: 768px) { + + .frm_button_submit, + a.fl-button, + a.fl-button span, + .cta-inner-container .fl-button, + .cta-inner-container .frm_button_submit, + .white-form .frm_button_submit, + .button-blue-border a, + .button-white-border a, + .button-red a, + .button-blue a, + .button-blue-border a span, + .button-white-border a span, + .button-red a span, + body .button-blue-border a span, + .button-blue a span { + font-size: 15px !important; + } + +} + +@media screen and (min-width: 1024px) { + + .frm_button_submit, + a.fl-button, + a.fl-button span, + .cta-inner-container .fl-button, + .cta-inner-container .frm_button_submit, + .white-form .frm_button_submit, + .button-blue-border a, + .button-white-border a, + .button-red a, + .button-blue a, + .button-blue-border a span, + .button-white-border a span, + .button-red a span, + body .button-blue-border a span, + .button-blue a span { + min-width: 200px; + font-size: 16px !important; + } + +} + +/* Aminations */ + +@-webkit-keyframes fl-slide-in-up { + from { + opacity: 0; + -webkit-transform: translate3d(0, 20%, 0); + transform: translate3d(0, 20%, 0); + visibility: visible; + } + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } + +} + +@keyframes fl-slide-in-up { + from { + opacity: 0; + -webkit-transform: translate3d(0, 20%, 0); + transform: translate3d(0, 20%, 0); + visibility: visible; + } + to { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-webkit-keyframes fl-slide-in-right { + 0% { + opacity: 0; + -webkit-transform: translate3d(5%, 0, 0); + transform: translate3d(5%, 0, 0); + visibility: visible; + } + 100% { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fl-slide-in-right { + 0% { + opacity: 0; + -webkit-transform: translate3d(5%, 0, 0); + transform: translate3d(5%, 0, 0); + visibility: visible; + } + 100% { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@-webkit-keyframes fl-fade-left { + 0% { + opacity: 0; + -webkit-transform: translate3d(-5%, 0, 0); + transform: translate3d(-5%, 0, 0) !important; + } + 100% { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + +@keyframes fl-fade-left { + 0% { + opacity: 0; + -webkit-transform: translate3d(-5%, 0, 0); + transform: translate3d(-5%, 0, 0); + } + 100% { + opacity: 1; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); + } +} + + +.solutions-page.callout-style .fl-callout-title { + display: none; +} + +.solutions-page.callout-style .fl-callout-text { + margin-bottom: 30px; +} + +.callout-style .fl-callout-text { + padding-bottom: 20px !important; +} + +.full-width-button .fl-callout-button a { + width: calc(100% - 80px); +} + +.callout-container.no-icon .callout-style .fl-callout-title { + padding-top: 0px !important; +} + +.callout-container.no-icon .fl-module-content { + margin-top: 10px !important; +} + +@media screen and (min-width: 768px) { + + .callout-container.no-icon .callout-style .fl-callout-title { + padding-top: 20px !important; + } + + .callout-container.no-icon .fl-module-content { + margin-top: 20px !important; + } + + .callout-container.no-icon .fl-col-content { + padding-top: 0px !important; + } + + .callout-container .fl-col-content { + padding-top: 120px; + padding-bottom: 102px !important; + position: relative; + } + + .callout-style .fl-callout-button { + position: absolute; + bottom: 60px; + width: 100%; + left: 0; + } + + .callout-style .fl-callout-photo .fl-photo { + position: absolute; + top: 60px; + width: 100%; + left: 0; + } + +} + + +/* Inspiration Post Grid */ + +.inspiration-post-grid .fl-post-grid-post { + border: 0px; +} + +.inspiration-post-grid .fl-post-image { + background-size: cover; + background-position: 50%; + height: 0; + padding-bottom: 56.2%; +} + +.inspiration-post-grid .fl-post-text { + padding: 25px 20px 20px; + text-align: center; +} + +.inspiration-post-grid .fl-post-more-link { + padding-top: 0px; +} + +.inspiration-post-grid .fl-post-more-link a { + text-transform: uppercase; + font-weight: 600; +} + +.inspiration-post-grid a, +.inspiration-post-grid a:hover { + transition: 0.4s; +} + +@media screen and (min-width: 768px) { + + .inspiration-post-grid .fl-post-text { + padding: 25px 20px 30px; + text-align: center; + } + +} + + +/* Subscribe Section */ + +.subscribe-text-section p { + font-size: 14px; +} + +.subscribe-form .frm_forms input[type=email] { + margin-bottom: 15px !important; +} + +.frm_submit { + margin-top: 20px; +} + +@media screen and (min-width: 768px) { + + .subscribe-form .frm_button_submit.frm_final_submit { + min-width: 200px; + } + + .frm_submit { + margin-top: 0px; + } + + .subscribe-form .frm_checkbox label { + padding-top: 15px; + } + + .subscribe-form .frm_fields_container { + width: 100%; + font-size: 0; + } + + .subscribe-text-section p { + font-size: 15px; + } + + .subscribe-form .frm_fields_container { + position: relative; + } + + .subscribe-form .frm_fields_container, + .subscribe-form .frm_form_field:first-of-type, + .subscribe-form .frm_submit { + display: inline-block; + vertical-align: top; + } + + .subscribe-form .frm_forms input[type=email] { + margin-bottom: 0px !important; + } + + .subscribe-form .frm_form_field:first-of-type { + max-width: calc(100% - 220px) !important; + } + + .subscribe-form .frm_submit { + margin-left: 20px; + position: absolute; + top: 0px; + right: 0px; + } + +} + +@media screen and (min-width: 1024px) { + + .subscribe-text-section p { + font-size: 16px; + } + + .subscribe-section, + .subscribe-text-section, + .subscribe-form { + display: inline-block; + } + + .subscribe-form, + .subscribe-text-section { + width: 50%; + } + + .subscribe-section { + width: 100%; + font-size: 0; + } + + .subscribe-section, + .subscribe-text-section, + .subscribe-form { + display: inline-block; + vertical-align: middle; + } + +} + +@media screen and (min-width: 1200px) { + .subscribe-section .subscribe-text-section { + width: 600px; + } + + .subscribe-section .subscribe-form { + width: calc(100% - 600px); + min-width: 600px !important; + } +} + +/* Slick Slider */ + +.seliro-slider { + text-align: center; + position: relative; +} + +.seliro-slider ul.slick-dots { + display: inline-block; + padding-left: 0px; + list-style-type: none; +} + +.seliro-slider ul.slick-dots > li { + display: inline-block; +} + +.seliro-slider ul.slick-dots > li > button { + border: 2px solid #007990; + background: #fff; + color: #fff; + font-size: 0; + border-radius: 50%; + margin: 5px; + padding: 0; + height: 22.5px; + width: 22.5px; + -webkit-transition: ease-in-out .2s; + -o-transition: ease-in-out .2s; + transition: ease-in-out .2s; +} + +.seliro-slider ul.slick-dots > li:focus, +.slick-slide:focus { + outline: none; +} + +.seliro-slider ul.slick-dots > li > button:hover, +.seliro-slider ul.slick-dots > li.slick-active > button { + background: #007990; +} + +.seliro-slider ul.slick-dots > li.slick-active > button:active, +.seliro-slider ul.slick-dots > li.slick-active > button:focus { + top: 0 !important; +} + +.slide-text { + position: relative; +} + +.slide-text > h4 { + color: #969696; + font-style: italic; + font-weight: 400; + margin-bottom: 60px; +} + +.slide-image { + margin: 0 auto; + width: 120px; + height: 120px; + background-position: center center; + background-repeat: no-repeat; + background-size: cover; + border-radius: 50%; + margin-bottom: 8px; +} + +.slide-name > h4 { + color: #007990 !important; + margin-bottom: 5px !important; +} + +.white-slider h4, +.white-slider .slide-company, +.white-slider .slide-name h4 a { + color: #fff !important; +} + +.white-slider .seliro-slider ul.slick-dots > li > button:hover, .white-slider .seliro-slider ul.slick-dots > li.slick-active > button { + background: #fff !important; +} + +.white-slider .seliro-slider ul.slick-dots > li > button { + border: 2px solid #fff; + background: rgba(0, 0, 0, 0); +} + +.slide-company { + margin-bottom: 20px; + font-size: 12px; +} + +@media screen and (min-width: 992px) { + .slide-text { + max-width: 50%; + margin-left: auto; + margin-right: auto; + } + + .seliro-slider::before, + .seliro-slider::after { + content: ""; + width: 104px; + height: 85px; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/slider-arrow-gray.png); + background-position: center center; + background-repeat: no-repeat; + background-size: contain; + position: absolute; + top: 45px; + } + + .seliro-slider::before { + left: 12.5%; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/slider-arrow-gray-reverse.png); + } + + .white-slider .seliro-slider::before, + .white-slider .seliro-slider::after { + content: ""; + width: 104px; + height: 85px; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/slider-arrow-dark-gray.png); + background-position: center center; + background-repeat: no-repeat; + background-size: contain; + position: absolute; + top: 45px; + } + + .white-slider .seliro-slider::before { + left: 12.5%; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/slider-arrow-dark-gray-reverse.png); + } + + .seliro-slider::after { + right: 12.5%; + } +} + +/* Seliro Tabs */ +.seliro-tabs .nav-tabs { + border-bottom: none; +} + +.seliro-tabs .nav-tabs > li { + margin-bottom: 0px; + width: 100%; + text-align: center; +} + +.seliro-tabs .nav-tabs > li > a { + border-radius: 0px; + border: 2px solid #ddd; + border-bottom: none; + margin-right: 0; + color: black !important; + font-weight: bold; + padding: 12px 15px; + transition: ease-in-out .2s; +} + +.seliro-tabs .nav-tabs > li > a:hover, +.seliro-tabs .nav-tabs > li > a:active, +.seliro-tabs .nav-tabs > li > a:focus, +.seliro-tabs .nav-tabs > li > a.active { + background-color: #eee; +} + +.seliro-tabs .tab-content { + display: none; +} + +.seliro-tabs .tab-content.active { + border: 2px solid #ddd; + display: block; + padding: 20px; + width: 100%; +} + +.seliro-tabs .tab-content.active .tab-columns { +} + +.seliro-tabs .tab-content.active .tab-columns > ul { + padding-left: 0px; + list-style-type: none; +} + +.seliro-tabs .tab-content .tab-columns > ul { + margin-bottom: 20px; +} + +.seliro-tabs .tab-content .tab-columns > ul > li { + position: relative; + margin-bottom: 8px; + margin-left: 23px; + font-size: 16px; +} + +.seliro-tabs .tab-content .tab-columns ul > h5 { + margin-bottom: 20px; +} + +.seliro-tabs .tab-content .tab-description { + margin-bottom: 20px; +} + +.seliro-tabs .tab-content .tab-download { + position: relative; + margin-left: 23px; + font-weight: bold; + margin-bottom: 20px; + display: block; +} + +.seliro-tabs .tab-content .tab-download::before { /* PDF download */ + content: '\f1c1'; + font-family: 'Font Awesome\ 5 Free'; + font-weight: bold; + font-size: 14px; + position: absolute; + top: 55%; + transform: translateY(-50%); + left: -22px; +} + +.seliro-tabs .tab-content .tab-columns > ul > li::before { + content: '\f140'; + font-family: 'Font Awesome\ 5 Free'; + font-weight: bold; + font-size: 14px; + position: absolute; + top: 14px; + transform: translateY(-50%); + left: -22px; +} + +@media screen and (min-width: 768px) { + + .seliro-tabs .nav-tabs > li > a { + padding: 5px 15px; + } + +} + +@media screen and (min-width: 992px) { + + .seliro-tabs .nav-tabs > li { + width: inherit; + text-align: center; + } + + .seliro-tabs .tab-content.active { + display: inline-block; + padding: 40px; + } + + .seliro-tabs .nav-tabs > li > a.active::after { + content: ''; + height: 6px; + background-color: #fff; + width: 100%; + position: absolute; + bottom: -4px; + left: 0; + } + + .seliro-tabs .nav-tabs > li > a:hover, + .seliro-tabs .nav-tabs > li > a:active, + .seliro-tabs .nav-tabs > li > a:focus, + .seliro-tabs .nav-tabs > li > a.active { + background-color: #fff; + } + + .seliro-tabs .tab-content.active .tab-columns { + } + + .seliro-tabs .tab-content.active .tab-columns > ul { + display: inline-block; + width: 45%; + vertical-align: top; + margin-right: 5%; + margin-bottom: 0px; + } + + .seliro-tabs .nav-tabs > li > a { + padding: 10px 30px; + border-right: 2px solid #ddd !important; + border-left: none; + } + + .seliro-tabs .nav-tabs > li > a.active { + border-bottom: 0; + } + + .seliro-tabs .nav-tabs > li:first-child > a { + border-right: none; + border-left: 2px solid #ddd !important; + } + + .seliro-tabs .nav-tabs > li:last-child > a { + border-right: 2px solid #ddd; + } + +} + +/* Book a Session */ + +.book-a-session-section .fl-row-content-wrap { + background-image: url(/wp-content/themes/bb-theme-child/assets/images/section-arrow.png); + background-position: top center; + background-repeat: no-repeat; + background-size: 58px 29px; + background-color: transparent !important; +} + +.book-a-session-section { + background-color: #e8e8e8; +} + +@media screen and (min-width: 768px) { + + .section-left p { + font-size: 15px; + } + + .book-a-session-section .fl-col-content { + display: inline-block; + font-size: 0; + width: 100%; + } + + .section-left { + width: calc(100% - 240px) !important; + display: inline-block; + vertical-align: middle; + } + + .section-left p { + font-size: 14px; + } + + .section-right { + width: 240px !important; + display: inline-block; + vertical-align: middle; + } + +} + +@media screen and (min-width: 1024px) { + + .section-left p { + font-size: 16px; + } + +} + +/* Steps Section */ + +.step-container { + margin: 0 auto; + max-width: 350px; + vertical-align: top; + text-align: center; + padding: 30px 20px 60px 20px; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/arrow-down.png); + background-position: bottom center; + background-repeat: no-repeat; + background-size: 60px 39px; +} + +.step-container:first-of-type { + padding-top: 0px; +} + +.step-container:last-of-type { + background-image: none !important; + padding-bottom: 0px; +} + +.step-container-img { + margin: 0 auto; + margin-bottom: 15px; + width: 75px; + height: 75px; + background-position: center center; + background-size: contain; + background-repeat: no-repeat; +} + +.step-container p { + font-size: 14px; +} + +.steps-main-container .step-container img { + min-height: 75px; + max-height: 75px; + padding-bottom: 20px; +} + +@media screen and (min-width: 768px) { + + .step-container p { + font-size: 15px; + } + +} + +@media screen and (min-width: 1024px) { + + .steps-main-container { + font-size: 0; + display: inline-block; + } + + .step-container { + display: inline-block; + width: 20%; + vertical-align: top; + text-align: center; + padding: 0px 45px 0px 5px; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/arrow-right.png); + background-position: top right; + background-repeat: no-repeat; + background-size: 39px 60px; + } + + .step-container p { + font-size: 16px; + } + +} + + +/* ======================================== + KNOWLEDGE & INSPIRATION + ===================================== */ + +.breadcrumb-title, +.breadcrumb { + text-transform: uppercase; + font-size: 14px; + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + color: #000; +} + +.breadcrumb { + font-weight: bold; +} + +.breadcrumb-pointer { + font-size: 0; + background-image: url(/wp-content/themes/bb-theme-child/assets/images/breadcrumb-arrow.png); + background-position: calc(50% + 1px) 50%; + background-repeat: no-repeat; + background-size: 5px 9px; + height: 26px; + width: 18px; + display: inline-block; + vertical-align: top; +} + + +.breadcrumb-title:hover, +.breadcrumb a { + color: #000; +} + +.facetwp-pager { + text-align: center; +} + +.facetwp-page { + padding: 7px 12px !important; + border: solid 2px #007990; + margin-right: 5px; + transition: 0.4s; + font-weight: bold; + color: #007990; + height: 41px; + vertical-align: top; + width: 38px; +} + +.facetwp-page:hover { + border: solid 2px #007990; + background-color: #007990; + color: #fff; + transition: 0.4s; + text-decoration: none !important; +} + +.facetwp-page.active { + border: solid 2px #007990; + background-color: #007990; + color: #fff; + font-weight: bold; +} + +.facetwp-page.active:hover { + text-decoration: none !important; + border: solid 2px #007990; + background-color: #007990; + color: #fff; +} + +.facetwp-page.next, +.facetwp-page.prev { + font-size: 0; + height: 41px; + vertical-align: top; + width: 41px; + background-position: center; + background-repeat: no-repeat; + background-size: 8px 12px; +} + +.facetwp-page.next { + background-image: url(/wp-content/themes/bb-theme-child/assets/images/arrow-right-blue.png); +} + +.facetwp-page.next:hover { + background-image: url(/wp-content/themes/bb-theme-child/assets/images/arrow-right-white.png); +} + +.facetwp-page.prev { + background-image: url(/wp-content/themes/bb-theme-child/assets/images/arrow-left-blue.png); +} + +.facetwp-page.prev:hover { + background-image: url(/wp-content/themes/bb-theme-child/assets/images/arrow-left-white.png); +} + +.cta-inner-container { + background-color: #007990 !important; + padding: 40px; + text-align: center; + background-size: cover; + background-repeat: no-repeat; + background-position: center center; +} + +.cta-inner-container p, +.cta-inner-container h4, +.cta-inner-container .frm_checkbox label { + color: #fff !important; +} + +.cta-inner-container * { + text-align: center; +} + +.cta-inner-container .cta-content { + margin-bottom: 20px; +} + +.cta-container, +.cta-inner-container { + height: 100%; +} + +.cta-inner-container img { + margin-bottom: 20px; +} + +.cta-container > a > img:hover { + transition: all 0.6s; + -webkt-transition: all 0.6s; + opacity: 0.7; + +} + +.youtube-embed { + position: relative; + padding-bottom: 56.25%; /* 16:9 */ + height: 0; +} + +.youtube-embed iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.facetwp-radio, +.facetwp-radio.checked { + background: none !important; +} + +.facetwp-counter { + display: none; +} + +.facetwp-radio:hover { + text-decoration: none; +} + +.facetwp-radio { + color: #fff; + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + text-transform: uppercase; + font-weight: 600; + padding-left: 15px !important; + padding-right: 15px !important; + display: inline-block; + font-size: 15px; + transition: 0.4s; +} + +.facetwp-radio:hover { + color: #007990; + transition: 0.4s; +} + +.facetwp-radio.checked { + color: #007990; + transition: 0.4s; +} + +.facetwp-facet { + text-align: center; + margin-bottom: 5px !important; + margin-top: 5px !important; +} + +.cta-inner-container .frm_checkbox, +.cta-inner-container .frm_button_submit, +.cta-inner-container .frm_submit { + text-align: center !important; +} + +.cta-inner-container .frm_checkbox { + margin-bottom: 30px; +} + +.cta-inner-container input[type=email] { + margin-bottom: 15px !important; + text-align: left; +} + +#cta-loop .fl-post-grid-post { + margin-bottom: 20px; +} + +.video-container { + margin-bottom: 15px; +} + +.blog-post-container, +.cta-outter-container { + width: 100%; +} + +.blog-post-container { + margin-bottom: 40px; +} + +.blog-post-container .fl-col-content, +.cta-outter-container .fl-col-content { + max-width: 550px; + margin: 0 auto; +} + +.inspiration-post-grid .fl-post-column { + padding-bottom: 20px !important; +} + +.customer-logo img { + max-height: 160px; + max-width: 230px; +} + +@media screen and (min-width: 768px) { + + .inspiration-post-grid .fl-post-column { + padding-bottom: 30px !important; + } + +} + +@media screen and (min-width: 1024px) { + + .cta-outter-container { + width: 35%; + max-width: 100%; + } + + .blog-post-container { + width: 65%; + max-width: 100%; + } + + .blog-post-container .fl-col-content, + .cta-outter-container .fl-col-content { + max-width: 100%; + margin: 0 auto; + } + + .blog-post-container { + margin-bottom: 0px; + } + +} + +/** +* Seliro Image Repeater Styling. +**/ +.seliro-images-repeater { + display: flex; + flex-direction: column; + flex-wrap: nowrap; + justify-content: space-around; + text-align: center; +} + +.image-repeate-image { + text-align: center; + margin: 0 auto; + width: 55px; + height: 55px; + background-position: center center; + background-repeat: no-repeat; + background-size: contain; + margin-bottom: 15px; +} + +.image-repeater-column { + margin-bottom: 30px; +} + +@media screen and (min-width: 992px) { + .seliro-images-repeater { + flex-direction: row; + } + + .image-repeater-column { + margin-bottom: 0px; + } +} + +/** +* Customer Cases Post Grid +**/ + +.customer-cases-container .fl-col { + min-width: 100% !important; +} + +.customer-cases .fl-post-text { + text-align: center; + padding: 35px 20px 60px; +} + +.customer-cases .fl-post-title, +.customer-cases .fl-post-excerpt, +.customer-cases .customer-name { + padding-bottom: 20px +} + +.customer-cases .fl-post-title a, +.customer-cases .fl-post-title a:hover { + transition: 0.4s; +} + +.customer-cases .fl-post-image { + background-size: cover; + background-position: 50%; + min-height: 350px; +} + +.customer-cases .fl-post-more-link { + padding: 20px 0px 14px; +} + +.customer-cases .fl-post-more-link a { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px !important; + min-width: 160px !important; + text-align: center !important; + background-color: #f63f00 !important; + border: 2px solid #f63f00 !important; + border-radius: 0px !important; + text-transform: uppercase !important; + padding: 19px 44px 15px !important; + transition: 0.4s !important; + font-size: 14px !important; + box-shadow: 0 0 !important; + font-size: 16px !important; + font-weight: bold !important; + color: #fff !important; +} + +.customer-cases .fl-post-more-link a:hover { + background-color: rgba(0, 0, 0, 0) !important; + color: #f63f00 !important; + text-decoration: none !important; + transition: 0.4s !important; +} + +@media screen and (min-width: 768px) { + + .customer-cases .fl-post-text { + max-width: 690px; + padding: 100px 60px 100px 60px; + } + + .customer-cases .fl-post-text-container, + .customer-cases .fl-post-image { + flex: 1; + vertical-align: top; + } + + .customer-cases .fl-post-feed-post { + display: flex; + width: 100%; + border: 0px !important; + } + + .customer-cases .fl-post-feed-post:nth-child(odd) { + flex-direction: row-reverse; + } + + .customer-cases .fl-post-feed-post:nth-child(odd) .fl-post-text { + padding: 100px 60px 100px 60px; + margin-left: auto !important; + } + + .customer-cases .fl-post-feed-post:nth-child(even) .fl-post-text { + margin-right: auto !important; + } + +} + + +/** +* Investor Post Grid +**/ + +.investor-post-grid .fl-post-grid-post { + border: 0px !important; +} + +.investor-post-grid .fl-post-image { + background-size: cover; + background-position: center top; + height: 375px; +} + +.customer-logo { + text-align: center; + padding: 20px; +} + +@media screen and (min-width: 768px) { + + .customer-logos-container { + display: inline-block; + width: 100%; + font-size: 0; + } + + .customer-logo { + display: inline-block; + width: 33.333%; + } + +} + + +/* ======================================== + SHARPSPRING FORMS + ===================================== */ + +.sharpspring_form form { + background: none; +} + +.sharpspring_form input[type=text], +.sharpspring_form input[type=email] { + height: 53px; + border: 2px solid #fff; + border-radius: 0px; + background-color: #fff; + padding: 7px 12px 7px 12px; + width: 100%; + margin-bottom: 0 !important; + box-shadow: none !important; + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + font-size: 14px; + -webkit-appearance: none !important; +} + +.sharpspring_form textarea { + height: 126px; + border: 2px solid #fff; + border-radius: 0px; + background-color: #fff; + padding: 10px 12px 10px; + width: 100%; + margin-bottom: 0 !important; + color: #007990; + box-shadow: none !important; + font-size: 14px; + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; +} + +.sharpspring_form label { + display: block; + padding-left: 20px !important; + text-indent: -20px; + font-size: 13px !important; + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; +} + +.sharpspring_form input[type=checkbox] { + -webkit-appearance: none !important; + height: 16px !important; + width: 16px !important; + background-color: #fff; + border-radius: 3px !important; + box-shadow: none !important; + vertical-align: sub !important; + border: 1px solid #717dac; + margin: 4px 5px 0 0; +} + +.sharpspring_form li.field.text label, +.sharpspring_form li.field.email label, +.sharpspring_form li.field.textarea label, +.sharpspring_form li.field.checkbox .required { + display: none; +} + +.sharpspring_form #submit_button { + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + letter-spacing: 1.2px; + min-width: 160px; + text-align: center; + background-color: #f63f00 !important; + border: 2px solid #f63f00 !important; + border-radius: 0px !important; + text-transform: uppercase; + padding: 17px 24px 13px !important; + transition: 0.4s; + font-size: 14px !important; + box-shadow: 0 0 !important; + display: inline-block; + width: auto; + height: auto; + font-size: 16px !important; +} + +@media screen and (min-width: 432px) { + .sharpspring_form #submit_button { + min-width: 200px; + } + + .sharpspring_form li.firstName, + .sharpspring_form li.companyName { + width: 50%; + display: inline-block; + box-sizing: border-box; + } + + .sharpspring_form li.firstName { + padding-right: 5px; + } + + .sharpspring_form li.companyName { + padding-left: 5px; + } +} + + +/* Cookie Consent UK */ + +#cookie-notice .cn-button { + background-color: #007990 !important; + border-radius: 0px !important; + border: 2px solid #007990 !important; + transition: 0.4s; +} + +#cookie-notice .cn-button:hover { + color: #007990 !important; + background-color: rgba(0, 0, 0, 0) !important; + transition: 0.4s; +} + +html.has-cookie-bar.cookie-bar-top-bar { + margin-top: 30px; + -webkit-transition: all 0.25s; + -moz-transition: all 0.25s; + transition: all 0.25s; +} + +#catapult-cookie-bar { + box-sizing: border-box; + max-height: 0; + opacity: 0; + direction: ltr; + padding: 0 20px; + z-index: 99999; + overflow: hidden; + text-align: left; + -webkit-transition: all 0.25s; + -moz-transition: all 0.25s; + transition: all 0.25s; +} + +.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar, +.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar, +.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar, +.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar, +.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar, +.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar, +.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar { + display: none; +} + +.ctcc-exclude-AF.geoip-continent-AF, +.ctcc-exclude-AN.geoip-continent-AN, +.ctcc-exclude-AS.geoip-continent-AS, +.ctcc-exclude-EU.geoip-continent-EU, +.ctcc-exclude-NA.geoip-continent-NA, +.ctcc-exclude-OC.geoip-continent-OC, +.ctcc-exclude-SA.geoip-continent-SA { + margin-top: 0 !important; +} + +#catapult-cookie-bar.rounded-corners { + border-radius: 3px; +} + +#catapult-cookie-bar.drop-shadow { + -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4); + -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4); + box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4); +} + +.cookie-bar-block #catapult-cookie-bar { + max-height: 999px; + -webkit-transition: opacity 0.25s; + -moz-transition: opacity 0.25s; + transition: opacity 0.25s; +} + +.has-cookie-bar #catapult-cookie-bar { + opacity: 1; + max-height: 999px; + min-height: 30px; + padding: 15px 20px 15px; +} + +.cookie-bar-block #catapult-cookie-bar span { + display: block; + margin: 1em 0; +} + +.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side { + float: right; +} + +button#catapultCookie { + cursor: pointer; + margin: 0 20px 0 0; +} + +.cookie-bar-bar button#catapultCookie { + margin: 0 0 0 20px; +} + +.cookie-bar-bar .ctcc-inner { + display: -webkit-flex; + display: flex; + -webkit-align-items: center; + align-items: center; + -webkit-justify-content: center; + justify-content: center; + position: relative; +} + +.cookie-bar-bar .float-accept .ctcc-inner { + -webkit-justify-content: space-between; + justify-content: space-between; +} + +@media screen and (max-width: 991px) { + .ctcc-left-side { + margin-right: 1em; + } +} + +.ctcc-right-side { + -webkit-flex-shrink: 0; + flex-shrink: 0; +} + +.cookie-bar-block #catapult-cookie-bar h3 { + margin: 0.5em 0 0; +} + +.use_x_close .x_close { + position: absolute; + top: 10px; + right: 10px; + cursor: pointer; + font-family: sans-serif; + -webkit-transition-duration: 0.5s; + transition-duration: 0.5s; +} + +.cookie-bar-bar .use_x_close .x_close { + right: 0; + top: 50%; + -webkit-transform: translateY(-50%); + transform: translateY(-50%); +} + +.x_close { + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-transform: translate3d(0px, 0px, 0px); + width: 14px; + height: 30px; + position: relative; + margin: 0 auto; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + -webkit-transition: .5s ease-in-out; + -moz-transition: .5s ease-in-out; + -o-transition: .5s ease-in-out; + transition: .5s ease-in-out; + cursor: pointer; +} + +.x_close span { + display: block; + position: absolute; + height: 3px; + width: 14px; + background: #000; + border-radius: 6px; + opacity: 1; + left: 0; + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + -webkit-transition: .25s ease-in-out; + -moz-transition: .25s ease-in-out; + -o-transition: .25s ease-in-out; + transition: .25s ease-in-out; + transition-delay: .14s; + -webkit-transition-delay: .14s; + -moz-transition-delay: .14s; +} + +.x_close span:nth-child(1), +.x_close span:nth-child(2) { + top: 14px; +} + +.x_close span:nth-child(1) { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} + +.x_close span:nth-child(2) { + -webkit-transform: rotate(-45deg); + -moz-transform: rotate(-45deg); + -o-transform: rotate(-45deg); + transform: rotate(-45deg); +} + +.x_close:hover span:nth-child(1) { + -webkit-transform: rotate(0); + -moz-transform: rotate(0); + -o-transform: rotate(0); + transform: rotate(0); +} + +.x_close:hover span:nth-child(2) { + -webkit-transform: rotate(0); + -moz-transform: rotate(0); + -o-transform: rotate(0); + transform: rotate(0); +} + +/* Email Encoder */ + +span.eeb-nodis { + display: none !important; +} + +span.eeb-rtl { + unicode-bidi: bidi-override !important; + direction: rtl !important; + display: inline !important; +} + +span.eeb-rtl span.eeb-sd, span.eeb-nrtl span.eeb-sd { + display: inline !important; + padding-left: 0 !important; +} + +span.eeb-nrtl { + word-break: break-all !important; +} + +.eeb-encoded { + position: relative; + margin-top: -0.3em; + z-index: 1000; + color: green; +} + + +/* Slick */ + +/* Slider */ +.slick-slider { + position: relative; + + display: block; + box-sizing: border-box; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + + -webkit-touch-callout: none; + -khtml-user-select: none; + -ms-touch-action: pan-y; + touch-action: pan-y; + -webkit-tap-highlight-color: transparent; +} + +.slick-list { + position: relative; + + display: block; + overflow: hidden; + + margin: 0; + padding: 0; +} + +.slick-list:focus { + outline: none; +} + +.slick-list.dragging { + cursor: pointer; +} + +.slick-slider .slick-track, +.slick-slider .slick-list { + -webkit-transform: translate3d(0, 0, 0); + -moz-transform: translate3d(0, 0, 0); + -ms-transform: translate3d(0, 0, 0); + -o-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} + +.slick-track { + position: relative; + top: 0; + left: 0; + + display: block; + margin-left: auto; + margin-right: auto; +} + +.slick-track:before, +.slick-track:after { + display: table; + + content: ''; +} + +.slick-track:after { + clear: both; +} + +.slick-loading .slick-track { + visibility: hidden; +} + +.slick-slide { + display: none; + float: left; + + height: 100%; + min-height: 1px; +} + +[dir='rtl'] .slick-slide { + float: right; +} + +.slick-slide img { + display: block; +} + +.slick-slide.slick-loading img { + display: none; +} + +.slick-slide.dragging img { + pointer-events: none; +} + +.slick-initialized .slick-slide { + display: block; +} + +.slick-loading .slick-slide { + visibility: hidden; +} + +.slick-vertical .slick-slide { + display: block; + + height: auto; + + border: 1px solid transparent; +} + +.slick-arrow.slick-hidden { + display: none; +} + + +.widget_polylang select { + max-width: 400px; + position: relative; + padding: 10px 32px 10px 8px; + display: flex; + cursor: pointer; + width: 100%; + border: 1px solid silver; + -webkit-appearance: none; + border-radius: 0px; + background-color: rgba(0, 0, 0, 0); + text-transform: uppercase; +} + +.widget_polylang select:before { + border-bottom: 1px solid silver !important; + border-right: 1px solid silver !important; + content: ''; + background-size: contain; + height: 12px; + width: 12px; + position: absolute; + right: 12px; + top: 12px; + transition: .2s ease-out; + border-bottom: 1px solid gray; + border-right: 1px solid gray; + transform: rotate(45deg); + color: silver; +} + +#redirect-notice { + position: fixed; + z-index: 999; + background: white; + bottom: 0px; + margin: 20px; + width: calc(100% - 40px); + max-width: 1100px; + padding: 20px; + left: calc(50% - 20px); + transform: translateX(-50%); + box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3); + -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3); +} + +.cookies-not-set #redirect-notice { + margin: 20px 20px 80px !important; +} + +#redirect-notice.hide { + display: none !important; +} diff --git a/docs/css/iopsys-white.svg b/docs/css/iopsys-white.svg new file mode 100644 index 0000000000000000000000000000000000000000..c201c2b4f606a882cc805ffa58d58a16d5b470b8 --- /dev/null +++ b/docs/css/iopsys-white.svg @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<svg version="1.1" id="Lager_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" + viewBox="0 0 460 84" style="enable-background:new 0 0 460 84;" xml:space="preserve"> +<style type="text/css"> + .st0{fill:#FFFFFF;} +</style> +<g> + <g> + <rect x="2.8" y="4.3" class="st0" width="16.7" height="76.1"/> + <path class="st0" d="M88.8,3C65.3,3,48.3,20.8,48.3,42.4v0.2c0,21.6,16.9,39.1,40.3,39.1c23.5,0,40.6-17.7,40.6-39.4v-0.2 + C129.1,20.5,112.3,3,88.8,3z M111.6,42.6c0,13-9.4,23.7-22.8,23.7c-13.5,0-23-10.9-23-23.9v-0.2c0-13,9.4-23.7,22.8-23.7 + c13.5,0,23.1,10.9,23.1,23.9v0.2H111.6z"/> + <path class="st0" d="M271.4,34.9c-13.2-3.4-16.4-5-16.4-10v-0.2c0-3.7,3.4-6.6,9.8-6.6s13,2.8,19.8,7.5l8.7-12.6 + c-7.7-6.2-17.2-9.7-28.3-9.7c-15.5,0-26.6,9.1-26.6,22.9v0.2c0,15.1,9.9,19.4,25.2,23.3c12.7,3.3,15.3,5.4,15.3,9.7v0.2 + c0,4.5-4.1,7.2-11,7.2c-8.7,0-15.9-3.6-22.7-9.2l-9.9,11.9c9.1,8.2,20.8,12.2,32.3,12.2c16.4,0,27.9-8.5,27.9-23.6v-0.2 + C295.5,44.5,286.8,38.9,271.4,34.9z"/> + <polygon class="st0" points="347.3,34.9 329.1,4.3 309.5,4.3 338.8,50.4 338.8,80.4 355.5,80.4 355.5,50.1 384.8,4.3 365.7,4.3 + "/> + <path class="st0" d="M432.2,34.9c-13.2-3.4-16.4-5-16.4-10v-0.2c0-3.7,3.4-6.6,9.8-6.6s13,2.8,19.8,7.5l8.7-12.6 + c-7.7-6.2-17.2-9.7-28.3-9.7c-15.6,0-26.6,9.1-26.6,22.9v0.2c0,15.1,9.9,19.4,25.2,23.3c12.7,3.3,15.3,5.4,15.3,9.7v0.2 + c0,4.5-4.1,7.2-11,7.2c-8.7,0-15.9-3.6-22.7-9.2l-9.9,11.9c9.1,8.2,20.8,12.2,32.3,12.2c16.4,0,27.9-8.5,27.9-23.6v-0.2 + C456.3,44.5,447.6,38.9,432.2,34.9z"/> + <path class="st0" d="M186,4.3h-31.5v15.3h30c8.5,0,13.8,4.1,13.8,11.7v0.2c0,6.6-5,11.7-13.4,11.7h-30.4v37.2h16.9V58.3h12.9 + c17.3,0,31.1-9.2,31.1-27.1V31C215.5,15.2,204.3,4.3,186,4.3z"/> + </g> +</g> +</svg> diff --git a/docs/css/pdf.css b/docs/css/pdf.css new file mode 100644 index 0000000000000000000000000000000000000000..bcae035894473b70f2535ecdd901136e8a739326 --- /dev/null +++ b/docs/css/pdf.css @@ -0,0 +1,17 @@ +@page { + size: a4 portrait; + margin: 25mm 10mm 25mm 10mm; + counter-increment: page; + font-family: 'Madera', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; + white-space: pre; + color: grey; + @top-left { + content: '© 2022 IOPSYS'; + } + @top-center { + content: string(chapter); + } + @top-right { + content: 'Page ' counter(page); + } +} \ No newline at end of file diff --git a/docs/guide/.pages b/docs/guide/.pages new file mode 100644 index 0000000000000000000000000000000000000000..504a1d7dd04afb43c83036f411f205e5d32dcd71 --- /dev/null +++ b/docs/guide/.pages @@ -0,0 +1,4 @@ +title: "Developer guide" + +nav: + - "..." diff --git a/docs/guide/guide.md b/docs/guide/guide.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml new file mode 100755 index 0000000000000000000000000000000000000000..941128d8575e2780fdc08d50bdc42e66fd496e81 --- /dev/null +++ b/docs/mkdocs.yml @@ -0,0 +1,90 @@ +site_name: Documentation Instructions +site_url: https://docs.iopsys.se/portal2/xmppc/ +edit_uri: "https://dev.iopsys.eu/docs/portal2/xmppc" + +site_description: IOWRT Technical Documentation +site_author: IOPSYS + +docs_dir: '.' +site_dir: 'site' + + +theme: + name: material + include_sidebar: true + highlightjs: true + hljs_languages: + - yaml + - python + language: en + font: + text: Roboto + code: Roboto Mono + logo: iopsys-white.svg + icon: + logo: icon.png + repo: fontawesome/brands/gitlab + extra: + social: + - icon: fontawesome/brands/github-alt + link: https://github.com/squidfunk + features: + - toc.autohide + - navigation.tabs + - navigation.tabs.sticky + - navigation.top + - navigation.tracking + - navigation.expand + + palette: + # Primary color used for header, sidebar and links, default: indigo + primary: black + # Accent color for highlighting user interaction, default: indigo + accent: deep orange + +extra_css: + - css/extra.css + - https://unpkg.com/mermaid@8.5.1/dist/mermaid.css + - https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css + +extra_javascript: + - https://unpkg.com/mermaid/dist/mermaid.min.js + - https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js + - https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js + +markdown_extensions: + - meta + - admonition + - pymdownx.arithmatex + - pymdownx.betterem: + smart_enable: all + - pymdownx.caret + - pymdownx.critic + - pymdownx.details + - pymdownx.emoji: + emoji_index: !!python/name:materialx.emoji.twemoji + emoji_generator: !!python/name:materialx.emoji.to_svg + - pymdownx.inlinehilite + - pymdownx.magiclink + - pymdownx.mark + - pymdownx.smartsymbols + - pymdownx.tasklist: + custom_checkbox: true + - pymdownx.tilde + - pymdownx.superfences: + # make exceptions to highlighting of code: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:mermaid2.fence_mermaid + - fontawesome_markdown + +plugins: + - search: + lang: + - en + separator: '[\s\-\.]+' + - awesome-pages: + collapse_single_pages: true + - mermaid2 + - section-index diff --git a/docs/preview.sh b/docs/preview.sh new file mode 100755 index 0000000000000000000000000000000000000000..afe208439ef77525d48a4b93337b0e5bc96f2c5d --- /dev/null +++ b/docs/preview.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Copy README.md as index.md and change links +pip install -r requirements.txt + +# Copy README.md as index.md and change links +sed -r -e 's![\.\/]*docs[\/]*!./!g' ../README.md > index.md + +# Start mkdocs local server +mkdocs serve -f mkdocs.yml diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100755 index 0000000000000000000000000000000000000000..bbbcd25a23bc42a64db88d637d9ca1c9bcb946f4 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,7 @@ +mkdocs +mkdocs-material +mkdocs-awesome-pages-plugin +mkdocs-section-index +fontawesome_markdown +mkdocs-print-site-plugin +mkdocs-mermaid2-plugin diff --git a/docs/spec/.pages b/docs/spec/.pages new file mode 100644 index 0000000000000000000000000000000000000000..504a1d7dd04afb43c83036f411f205e5d32dcd71 --- /dev/null +++ b/docs/spec/.pages @@ -0,0 +1,4 @@ +title: "Developer guide" + +nav: + - "..." diff --git a/docs/spec/spec.md b/docs/spec/spec.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391