From 84900249b9b3a67beebb888e1e24c84fbfc4fd63 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 17:29:27 -0500 Subject: [PATCH 001/187] add support for pipenv Python dependency version pinning adds Pipfile and Pipfile.lock with currently installed build versions used for Hack v3.003 build --- Pipfile | 20 +++++++ Pipfile.lock | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 164 insertions(+) create mode 100644 Pipfile create mode 100644 Pipfile.lock diff --git a/Pipfile b/Pipfile new file mode 100644 index 000000000..eda2f9356 --- /dev/null +++ b/Pipfile @@ -0,0 +1,20 @@ +[[source]] + +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + + +[packages] + +fonttools = "*" +fontmake = "*" + + +[dev-packages] + + + +[requires] + +python_version = "3.6" diff --git a/Pipfile.lock b/Pipfile.lock new file mode 100644 index 000000000..f6710e190 --- /dev/null +++ b/Pipfile.lock @@ -0,0 +1,144 @@ +{ + "_meta": { + "hash": { + "sha256": "60fe748ce602e0ad6290ca1db986d09913e7fdefee286a24b92af07cf8d9bb77" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.6" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.python.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "booleanoperations": { + "hashes": [ + "sha256:62723b7cabe3e727546df945c155e2f8be9514ef8c4f3b2f0f5cdb24ebbcfdf1", + "sha256:e405de0126aaf0f6e4f3dcebd18079db601e825e123cb095366b2a50e9abbc8c" + ], + "version": "==0.8.0" + }, + "compreffor": { + "hashes": [ + "sha256:02e03207bd74b8792ea51ff8ad7922d246a38886fc9a5ef4a65391cf0095533f", + "sha256:33ae053dcf2545bdcf9eb56d0ebc5ccc8a0bc49374a9fb3af35971c39109cca6", + "sha256:3c0eed769ecfc0da821cb46ee63d2ac4ab4342560d879a5e9ff194c191d72539", + "sha256:55ce6038dac9f58121ec066ccff8ff9cb4704f663f7ab40d5a548885bc949765", + "sha256:56d4997450c1303f3af4666120b8a504d3787900cc6c565851104371b00ea75d", + "sha256:71bb9f86f150bc132cc3a1c9f7d8b1171eb81603d7af79fc98c424780e468c6a", + "sha256:778ae7e6dd8115748fe3a25d80acd9dfe713a847868e083e0c67bc4c6f4aa220", + "sha256:902ce5a0264f17d693f517468d0cf0e33e0713198d485a43b99bb657baa3933c", + "sha256:bf6f12b7804bd3549df31bd5d77fe8ea3723c12d9f5ce697855b5361ab0e9f7a", + "sha256:c9578301995e9e011896a2ee3751419256b33342004b6ea6d34960c51d1463d5", + "sha256:cd503ea6bceb3dbb39c7f99dce1074803f031ba5980157b91e895a740c40f849", + "sha256:ce932125880f337a6d35cfe4ec444f5c3452ab3baa7e790a819f769499b1e2ff", + "sha256:cee7caea337b9396d9680cb847da8ead569c26974c64d80bd4977611b95aa687", + "sha256:d7edd2216462d5c730ea44fabab6369991fe628a30016bc21157a8aeff0cddb6", + "sha256:eac13d9df51e7ed8ef72c9fdfe82cd9fbab4740f63a441834b7a122a561111a2", + "sha256:faa61f3481a33cc93ae3cbd6daa501fec5091528d9465b86202c0ba7989db067", + "sha256:fc0bfb08401998c02c427e3d530d56b4bb185dd098ef6a017d61bc5080752763", + "sha256:fc7d4fb787b91d903733cbd9c1aa0374499d3ed92a2a45cd9d12483aa0203819" + ], + "version": "==0.4.6" + }, + "cu2qu": { + "hashes": [ + "sha256:b177236481117339a7b9363ab018b31f0cbf80b199abe64e33a10adaddb93a61", + "sha256:f6cb02827079ed41838ddb7d073ad7a426662a2f4fd7be32f33826b64f6facdb" + ], + "version": "==1.4.0" + }, + "defcon": { + "hashes": [ + "sha256:42bcc52bd2a277091c27af4d2ec9308db7a6fc20b5b9898ce46bd3e49fa8540e", + "sha256:a6e27b5d938501514378c5b8adfc2315f738756deef7f1165b6eddf1c40ebb0a" + ], + "version": "==0.3.5" + }, + "fontmake": { + "hashes": [ + "sha256:537586d53e040a8f990ca68ca6efcfc1ac57a080d1dadc6478f79271fce6f5f5", + "sha256:6582efe3b4ae777ee1b6e71f8e94466a68a91935b317dfbf444a32928d6f74c9" + ], + "version": "==1.4.0" + }, + "fontmath": { + "hashes": [ + "sha256:0be82c86eeb620608f7d6c4509e66246d02b95641d686cb8df668a6697ee8f9d", + "sha256:2a7bbee59c2e06659e95c3e9c4a656d19fe0584a2f2bc711588e1c884e14bf14" + ], + "version": "==0.4.4" + }, + "fonttools": { + "hashes": [ + "sha256:5cc459fb891968e35852fceb93aad4272fa782f90332ffb603f0fcab1d0ac2d6", + "sha256:d13e98c9f3b635a5334dab69eb471d7286928ac82db7ca57b5bf4cdf3824789a" + ], + "version": "==3.24.1" + }, + "glyphslib": { + "hashes": [ + "sha256:d1e920e3969434ca1701887ac98372bff5dd0642af8a2b386504dff266610a3f", + "sha256:f56b1bf874b9f99228d610933a9cced919374da8a24059e927376a0a5355d081" + ], + "version": "==2.2.1" + }, + "mutatormath": { + "hashes": [ + "sha256:46bb5209af53ee245d0e6cb9fe47f4f5718db7c158136715cd28494b239395c5", + "sha256:ebf8291637c7de30fe83f9402dad17c6ac9e1feb16d530e0a560d8e6abf48fce" + ], + "version": "==2.1.0" + }, + "pyclipper": { + "hashes": [ + "sha256:013dc2a39722914e2399a7608012c21da81c0e719e4aee958d0cbf3f603094ac", + "sha256:04337a635dc5cd6a17bc9a85f778eeb4b9569bb9a87d789005d1b7e86dadf8ca", + "sha256:191f12cd9ec385d44f181786d250d29b07c515c0b2d6e28d91fe482649d0525b", + "sha256:19beee2f26f6037f7d42aac0acc216d73bd2cc6dc36a6fc0565767de5080b4ba", + "sha256:1c9c298039727c1896c013d7b25bcddd8e778b4f06d8d20c019b0a4679c26446", + "sha256:209a770d211e760b33c8b8af60dc475ad16aea68a5f1f80e66128ce5da7bcb27", + "sha256:30823cd4f27345ef303ea6c1ec7a964fa43067063a76e31cfea032954c648039", + "sha256:3f11e87f0b82bccc6de57eead2628ca419694352e8b843bcd228eec9c9357680", + "sha256:3fa17ca0bb2b78c22efd1844a13789d351b51516a54b9cd8c482afef9c2cff04", + "sha256:5726921e921990915f441ad91304280b26a0d5e70882d503da4e741425100c5e", + "sha256:5ef5c5633c1783836837b7b198c35dec54d9506d9ff5695b4293fe96de8b5481", + "sha256:75d03cf5e6fc6c18329e51e9f1662d9d21c37f99692438761022f5ced7300ebc", + "sha256:79b2b1bf113045481d3f418e692f15e089b2053574accfc951fd9d0b73132204", + "sha256:8794d4f29a650854f503fc63f96a06baec30c604771149b474db92499edc8072", + "sha256:8f09d9eac721726eb7db9bd94597d1910e472a4d08dcb2adb715700124827d3e", + "sha256:9f67c98a51ed0296046f8448ecc25a8d61ab97c55b4281984b2bbfa883813c7b", + "sha256:a1bb42a403e1cfcaaf826384647faa6039c163b4a4a9960c194f37ee48148c00", + "sha256:b06076efafb1e3d4f14b63e8da69da34f883eb541844df108f2629866f42d02a", + "sha256:b685844cc5eb196fbbcd1970e37a6216e257683bba82e4c81030dc7060c027fd", + "sha256:bf23b1343411d977b82ea018189c8c9b84f9da5ea74a3e8c9444e71318a51488", + "sha256:c158f2eab791ce072190188b82dba131475337a6ca5db3a63c78454d21ab989a", + "sha256:d3da370f6947c54e1146784d5deda0ab789f2184a2e189a8e05aaa2cfd9ed82b", + "sha256:e0cd47d425dfa2e1f9da74eeca5b0b568b439d5fa397fbf2979ac2c33eb1772a", + "sha256:e938e1a13f10d1770602ad505c00d7cad3e685adc4548c041ae2d56ca04b4dba", + "sha256:ea169703d1c7a53f6eb8fcbe8ec4057db7064fabbdc402be3bc016218b72c0d5" + ], + "version": "==1.1.0" + }, + "ufo2ft": { + "hashes": [ + "sha256:3fc0aa8283fa28fecf0cf2e86c327778a32cfd1955ae62731fdff0463bd8d6a5", + "sha256:aa2b8dd983b61e401015ced8d30540df39a5f3faf7a6b1e38c15fe23f18749c5" + ], + "version": "==1.1.0" + }, + "ufolib": { + "hashes": [ + "sha256:0cead288602914f6c3fcad6e7b704f2d27797658eaba8637b48cd64784e807f7", + "sha256:34fd6a7492350526beac0d108a6cf8f6059c629150300a864a91837f7a351e1f" + ], + "version": "==2.1.1" + } + }, + "develop": {} +} From 384f3fa9467a46d39e6c0b88a0295bf9391c1edf Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 17:52:20 -0500 Subject: [PATCH 002/187] copies build-ttf.sh as build-ttf-system.sh to use as basis for scripting of system installed versions of build tools --- build-ttf-system.sh | 223 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100755 build-ttf-system.sh diff --git a/build-ttf-system.sh b/build-ttf-system.sh new file mode 100755 index 000000000..1558dece2 --- /dev/null +++ b/build-ttf-system.sh @@ -0,0 +1,223 @@ +#!/bin/sh + +# ///////////////////////////////////////////////////////////////// +# +# build-ttf.sh +# A shell script that builds the Hack ttf fonts from UFO source +# Copyright 2018 Christopher Simpkins +# MIT License +# +# Usage: ./build-ttf.sh (--install-dependencies) +# Arguments: +# --install-dependencies (optional) - installs all +# build dependencies prior to the build script execution +# +# ///////////////////////////////////////////////////////////////// + +# ttfautohint local install path from Werner Lemberg's ttfautohint-build.sh install script +# - This is revised to ttfautohint on the user's PATH if this local install is not identified +# then the identified ttfautohint is used to execute hinting. Versions of ttfautohint < 1.6 exit with status +# code 1 due to use of -R option +# - The intent is to support use of ttfautohint installed on a user's PATH (e.g. they've previously installed it) +TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" + +# test for number of arguments +if [ $# -gt 1 ] + then + echo "Inappropriate arguments included in your command." 1>&2 + echo "Usage: ./build-ttf.sh (--install-dependencies)" 1>&2 + exit 1 +fi + +# Optional build dependency install request with syntax `./build.sh --install-dependencies` +if [ "$1" = "--install-dependencies" ] + then + # fontmake + pip install --upgrade fontmake + # fontTools (installed with fontmake at this time. leave this as dependency check as python scripts for fixes require it should fontTools eliminate dep) + pip install --upgrade fonttools + # ttfautohint v1.6 (must be pinned to v1.6 and above for Hack instruction sets) + tools/scripts/install/ttfautohint-build.sh + +fi + +# confirm executable installs and library imports for build dependencies +INSTALLFLAG=0 + +echo "Confirming that build dependencies are installed..." +echo " " +# fontmake installed +if ! which fontmake + then + echo "Unable to install fontmake with 'pip install fontmake'. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 + INSTALLFLAG=1 +fi +# fontTools python library can be imported +if ! python -c "import fontTools" + then + echo "Unable to install fontTools with 'pip install fonttools'. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 + INSTALLFLAG=1 +else + echo "fontTools Python library identified" +fi +# ttfautohint installed +# - tests for install to local path from ttfautohint-build.sh script +# - if not found on this path, tests for install on system PATH - if found, revises TTFAH to the string "ttfautohint" for execution of instruction sets +if ! [ -f "$TTFAH" ] + then + if ! which ttfautohint + then + echo "Unable to install ttfautohint from source. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 + INSTALLFLAG=1 + else + TTFAH="ttfautohint" # revise TTFAH variable to ttfautohint installed on the user's PATH for excecution of hints below + fi +fi +# if any of the dependency installs failed, exit and do not attempt build, notify user +if [ $INSTALLFLAG -eq 1 ] + then + echo "Build canceled." 1>&2 + exit 1 +fi + +# Desktop ttf font build + +echo "Starting build..." +echo " " + +# remove any existing release files from the build directory +if [ -f "build/ttf/Hack-Regular.ttf" ]; then + rm build/ttf/Hack-Regular.ttf +fi + +if [ -f "build/ttf/Hack-Italic.ttf" ]; then + rm build/ttf/Hack-Italic.ttf +fi + +if [ -f "build/ttf/Hack-Bold.ttf" ]; then + rm build/ttf/Hack-Bold.ttf +fi + +if [ -f "build/ttf/Hack-BoldItalic.ttf" ]; then + rm build/ttf/Hack-BoldItalic.ttf +fi + +# remove master_ttf directory if a previous build failed + exited early and it was not cleaned up + +if [ -d "master_ttf" ]; then + rm -rf master_ttf +fi + +# build regular set + +if ! fontmake -u "source/Hack-Regular.ufo" -o ttf + then + echo "Unable to build the Hack-Regular variant set. Build canceled." 1>&2 + exit 1 +fi + +# build bold set +if ! fontmake -u "source/Hack-Bold.ufo" -o ttf + then + echo "Unable to build the Hack-Bold variant set. Build canceled." 1>&2 + exit 1 +fi + +# build italic set +if ! fontmake -u "source/Hack-Italic.ufo" -o ttf + then + echo "Unable to build the Hack-Italic variant set. Build canceled." 1>&2 + exit 1 +fi + +# build bold italic set + +if ! fontmake -u "source/Hack-BoldItalic.ufo" -o ttf + then + echo "Unable to build the Hack-BoldItalic variant set. Build canceled." 1>&2 + exit 1 +fi + +# Desktop ttf font post build fixes + +# DSIG table fix with adapted fontbakery Python script +echo " " +echo "Attempting DSIG table fixes with fontbakery..." +echo " " +if ! python postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf + then + echo "Unable to complete DSIG table fixes on the release files" + exit 1 +fi + +# fstype value fix with adapted fontbakery Python script +echo " " +echo "Attempting fstype fixes with fontbakery..." +echo " " +if ! python postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf + then + echo "Unable to complete fstype fixes on the release files" + exit 1 +fi + +# Desktop ttf font hinting + +echo " " +echo "Attempting ttfautohint hinting..." +echo " " +# make a temporary directory for the hinted files +mkdir master_ttf/hinted + +# Hack-Regular.ttf +if ! "$TTFAH" -l 6 -r 50 -x 10 -H 181 -D latn -f latn -w G -W -t -X "" -I -m "postbuild_processing/tt-hinting/Hack-Regular-TA.txt" "master_ttf/Hack-Regular.ttf" "master_ttf/hinted/Hack-Regular.ttf" + then + echo "Unable to execute ttfautohint on the Hack-Regular variant set. Build canceled." 1>&2 + exit 1 +fi +echo "master_ttf/Hack-Regular.ttf - successful hinting with ttfautohint" + +# Hack-Bold.ttf +if ! "$TTFAH" -l 6 -r 50 -x 10 -H 260 -D latn -f latn -w G -W -t -X "" -I -m "postbuild_processing/tt-hinting/Hack-Bold-TA.txt" "master_ttf/Hack-Bold.ttf" "master_ttf/hinted/Hack-Bold.ttf" + then + echo "Unable to execute ttfautohint on the Hack-Bold variant set. Build canceled." 1>&2 + exit 1 +fi +echo "master_ttf/Hack-Bold.ttf - successful hinting with ttfautohint" + +# Hack-Italic.ttf +if ! "$TTFAH" -l 6 -r 50 -x 10 -H 145 -D latn -f latn -w G -W -t -X "" -I -m "postbuild_processing/tt-hinting/Hack-Italic-TA.txt" "master_ttf/Hack-Italic.ttf" "master_ttf/hinted/Hack-Italic.ttf" + then + echo "Unable to execute ttfautohint on the Hack-Italic variant set. Build canceled." 1>&2 + exit 1 +fi +echo "master_ttf/Hack-Italic.ttf - successful hinting with ttfautohint" + +# Hack-BoldItalic.ttf +if ! "$TTFAH" -l 6 -r 50 -x 10 -H 265 -D latn -f latn -w G -W -t -X "" -I -m "postbuild_processing/tt-hinting/Hack-BoldItalic-TA.txt" "master_ttf/Hack-BoldItalic.ttf" "master_ttf/hinted/Hack-BoldItalic.ttf" + then + echo "Unable to execute ttfautohint on the Hack-BoldItalic variant set. Build canceled." 1>&2 + exit 1 +fi +echo "master_ttf/Hack-BoldItalic.ttf - successful hinting with ttfautohint" +echo " " + +# Move release files to build directory +echo " " + +# create directory if it does not exist +# (occurs with git + empty directories) +if ! [ -d build/ttf ]; then + mkdir build/ttf +fi + +mv master_ttf/hinted/Hack-Regular.ttf build/ttf/Hack-Regular.ttf +echo "Regular ttf build path: build/ttf/Hack-Regular.ttf" +mv master_ttf/hinted/Hack-Italic.ttf build/ttf/Hack-Italic.ttf +echo "Italic ttf build path: build/ttf/Hack-Italic.ttf" +mv master_ttf/hinted/Hack-Bold.ttf build/ttf/Hack-Bold.ttf +echo "Bold ttf build path: build/ttf/Hack-Bold.ttf" +mv master_ttf/hinted/Hack-BoldItalic.ttf build/ttf/Hack-BoldItalic.ttf +echo "Bold Italic ttf build path: build/ttf/Hack-BoldItalic.ttf" + +# Remove master_ttf directory +rm -rf master_ttf From fe6e6ba46c5c8f6f7c5c1213b9a91a0e9039e83f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 20:01:50 -0500 Subject: [PATCH 003/187] [build-pipenv.sh] added new shell script that supports builds of venv with pinned Python package versions using pipenv --- build-pipenv.sh | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 build-pipenv.sh diff --git a/build-pipenv.sh b/build-pipenv.sh new file mode 100644 index 000000000..05cb92b4b --- /dev/null +++ b/build-pipenv.sh @@ -0,0 +1,50 @@ +#!/bin/sh + +# ///////////////////////////////////////////////////////////////// +# +# build-pipenv.sh +# A shell script that creates a virtualenv for Hack font builds +# Copyright 2018 Christopher Simpkins +# MIT License +# +# Usage: ./build-pipenv.sh +# +# ///////////////////////////////////////////////////////////////// + +if ! which pipenv + then + echo "Unable to detect a pipenv install. Please install with `pip install pipenv` then repeat your build attempt." 1>&2 + exit 1 +done + +# install fontTools and fontmake build dependencies with pipenv +pipenv install --ignore-pipfile fontmake fontTools + +# test for fontmake install in venv +if ! pipenv run fontmake --version + then + echo "Unable to detect fontmake install with pipenv. Please repeat your build attempt." 1>&2 + exit 1 +done + +# test for fontTools install in venv +if ! pipenv run python -c "import fontTools" + then + echo "Unable to detect fontTools install with pipenv. Please repeat your build attempt." 1>&2 + exit 1 +done + +# print environment used for build to std output stream + +echo "=================================" +echo " BUILD ENVIRONMENT" +echo "=================================" +echo " " + +pipenv graph + +echo " " +echo "=================================" +echo " END BUILD ENVIRONMENT" +echo "=================================" +echo " " From e3c0e97f3bec21b1d62e239fc6a09fa3f5114e4a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 20:02:11 -0500 Subject: [PATCH 004/187] updated script documentation --- build-ttf.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build-ttf.sh b/build-ttf.sh index 1558dece2..18c1f4e82 100755 --- a/build-ttf.sh +++ b/build-ttf.sh @@ -15,10 +15,6 @@ # ///////////////////////////////////////////////////////////////// # ttfautohint local install path from Werner Lemberg's ttfautohint-build.sh install script -# - This is revised to ttfautohint on the user's PATH if this local install is not identified -# then the identified ttfautohint is used to execute hinting. Versions of ttfautohint < 1.6 exit with status -# code 1 due to use of -R option -# - The intent is to support use of ttfautohint installed on a user's PATH (e.g. they've previously installed it) TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" # test for number of arguments From 1700e78bdf7299102b74dac633e872f62434ef6b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 20:06:35 -0500 Subject: [PATCH 005/187] [build-pipenv.sh] modified if blocks in shell script --- build-pipenv.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 build-pipenv.sh diff --git a/build-pipenv.sh b/build-pipenv.sh old mode 100644 new mode 100755 index 05cb92b4b..812d14c18 --- a/build-pipenv.sh +++ b/build-pipenv.sh @@ -13,9 +13,9 @@ if ! which pipenv then - echo "Unable to detect a pipenv install. Please install with `pip install pipenv` then repeat your build attempt." 1>&2 + echo "Unable to detect a pipenv install. Please install with 'pip install pipenv' then repeat your build attempt." 1>&2 exit 1 -done +fi # install fontTools and fontmake build dependencies with pipenv pipenv install --ignore-pipfile fontmake fontTools @@ -25,19 +25,19 @@ if ! pipenv run fontmake --version then echo "Unable to detect fontmake install with pipenv. Please repeat your build attempt." 1>&2 exit 1 -done +fi # test for fontTools install in venv if ! pipenv run python -c "import fontTools" then echo "Unable to detect fontTools install with pipenv. Please repeat your build attempt." 1>&2 exit 1 -done +fi # print environment used for build to std output stream echo "=================================" -echo " BUILD ENVIRONMENT" +echo " PYTHON BUILD ENVIRONMENT" echo "=================================" echo " " @@ -45,6 +45,6 @@ pipenv graph echo " " echo "=================================" -echo " END BUILD ENVIRONMENT" +echo " END PYTHON BUILD ENVIRONMENT" echo "=================================" echo " " From 74d359ef6b86ac974a8bf0d9c1001f39c0e00d0a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 20:18:11 -0500 Subject: [PATCH 006/187] [build-pipenv.sh] add Python interpreter version to environment report --- build-pipenv.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-pipenv.sh b/build-pipenv.sh index 812d14c18..2a6fa0645 100755 --- a/build-pipenv.sh +++ b/build-pipenv.sh @@ -40,7 +40,9 @@ echo "=================================" echo " PYTHON BUILD ENVIRONMENT" echo "=================================" echo " " - +echo "Python interpreter version:" +pipenv run python --version +echo " " pipenv graph echo " " From 0eb8a96a5cae0b596334df49d559a40f3965b87c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 20:19:56 -0500 Subject: [PATCH 007/187] [build-ttf.sh] transitioned Python build tool calls to use of pipenv virtual env with pinned versions --- build-ttf.sh | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/build-ttf.sh b/build-ttf.sh index 18c1f4e82..46c97d8f3 100755 --- a/build-ttf.sh +++ b/build-ttf.sh @@ -28,10 +28,6 @@ fi # Optional build dependency install request with syntax `./build.sh --install-dependencies` if [ "$1" = "--install-dependencies" ] then - # fontmake - pip install --upgrade fontmake - # fontTools (installed with fontmake at this time. leave this as dependency check as python scripts for fixes require it should fontTools eliminate dep) - pip install --upgrade fonttools # ttfautohint v1.6 (must be pinned to v1.6 and above for Hack instruction sets) tools/scripts/install/ttfautohint-build.sh @@ -40,22 +36,7 @@ fi # confirm executable installs and library imports for build dependencies INSTALLFLAG=0 -echo "Confirming that build dependencies are installed..." -echo " " -# fontmake installed -if ! which fontmake - then - echo "Unable to install fontmake with 'pip install fontmake'. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 - INSTALLFLAG=1 -fi -# fontTools python library can be imported -if ! python -c "import fontTools" - then - echo "Unable to install fontTools with 'pip install fonttools'. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 - INSTALLFLAG=1 -else - echo "fontTools Python library identified" -fi + # ttfautohint installed # - tests for install to local path from ttfautohint-build.sh script # - if not found on this path, tests for install on system PATH - if found, revises TTFAH to the string "ttfautohint" for execution of instruction sets @@ -106,21 +87,21 @@ fi # build regular set -if ! fontmake -u "source/Hack-Regular.ufo" -o ttf +if ! pipenv run fontmake -u "source/Hack-Regular.ufo" -o ttf then echo "Unable to build the Hack-Regular variant set. Build canceled." 1>&2 exit 1 fi # build bold set -if ! fontmake -u "source/Hack-Bold.ufo" -o ttf +if ! pipenv run fontmake -u "source/Hack-Bold.ufo" -o ttf then echo "Unable to build the Hack-Bold variant set. Build canceled." 1>&2 exit 1 fi # build italic set -if ! fontmake -u "source/Hack-Italic.ufo" -o ttf +if ! pipenv run fontmake -u "source/Hack-Italic.ufo" -o ttf then echo "Unable to build the Hack-Italic variant set. Build canceled." 1>&2 exit 1 @@ -128,7 +109,7 @@ fi # build bold italic set -if ! fontmake -u "source/Hack-BoldItalic.ufo" -o ttf +if ! pipenv run fontmake -u "source/Hack-BoldItalic.ufo" -o ttf then echo "Unable to build the Hack-BoldItalic variant set. Build canceled." 1>&2 exit 1 @@ -140,7 +121,7 @@ fi echo " " echo "Attempting DSIG table fixes with fontbakery..." echo " " -if ! python postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf +if ! pipenv run python postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf then echo "Unable to complete DSIG table fixes on the release files" exit 1 @@ -150,7 +131,7 @@ fi echo " " echo "Attempting fstype fixes with fontbakery..." echo " " -if ! python postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf +if ! pipenv run python postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf then echo "Unable to complete fstype fixes on the release files" exit 1 From 176a14a964f2067cbc9327a8e0c5d6e6bd6490ba Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 20:32:33 -0500 Subject: [PATCH 008/187] [build-subsets.sh] eliminated build dependency checks, these are now performed elsewhere in scripting --- build-subsets.sh | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/build-subsets.sh b/build-subsets.sh index 42df0dc4d..7b439998e 100755 --- a/build-subsets.sh +++ b/build-subsets.sh @@ -96,25 +96,6 @@ fi INSTALLFLAG=0 -echo "Confirming that build dependencies are installed..." -echo " " - -# fontmake installed -if ! which fontmake - then - echo "fontmake was not found. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again." 1>&2 - INSTALLFLAG=1 -fi - -# fontTools python library can be imported -if ! python -c "import fontTools" - then - echo "The fontTools library was not found. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again." 1>&2 - INSTALLFLAG=1 -else - echo "fontTools Python library identified" -fi - # ttfautohint installed # - tests for install to local path from ttfautohint-build.sh script # - if not found on this path, tests for install on system PATH - if found, revises TTFAH to the string "ttfautohint" for execution of instruction sets From bda185c80d9d9f609c119e834c8b993db69c0273 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 7 Mar 2018 20:34:56 -0500 Subject: [PATCH 009/187] [build-subsets.sh] transitioned to use of pipenv virtualenv installs of pinned Python build dependency versions for builds --- build-subsets.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build-subsets.sh b/build-subsets.sh index 7b439998e..63e350166 100755 --- a/build-subsets.sh +++ b/build-subsets.sh @@ -185,21 +185,21 @@ fi # build regular subset -if ! fontmake --subset -u "$TEMP_SOURCE/Hack-Regular.ufo" -o ttf +if ! pipenv run fontmake --subset -u "$TEMP_SOURCE/Hack-Regular.ufo" -o ttf then echo "Unable to build the Hack-Regular variant subset. Build canceled." 1>&2 exit 1 fi # build bold subset -if ! fontmake --subset -u "$TEMP_SOURCE/Hack-Bold.ufo" -o ttf +if ! pipenv run fontmake --subset -u "$TEMP_SOURCE/Hack-Bold.ufo" -o ttf then echo "Unable to build the Hack-Bold variant subset. Build canceled." 1>&2 exit 1 fi # build italic subset -if ! fontmake --subset -u "$TEMP_SOURCE/Hack-Italic.ufo" -o ttf +if ! pipenv run fontmake --subset -u "$TEMP_SOURCE/Hack-Italic.ufo" -o ttf then echo "Unable to build the Hack-Italic variant subset. Build canceled." 1>&2 exit 1 @@ -207,7 +207,7 @@ fi # build bold italic subset -if ! fontmake --subset -u "$TEMP_SOURCE/Hack-BoldItalic.ufo" -o ttf +if ! pipenv run fontmake --subset -u "$TEMP_SOURCE/Hack-BoldItalic.ufo" -o ttf then echo "Unable to build the Hack-BoldItalic variant subset. Build canceled." 1>&2 exit 1 @@ -226,7 +226,7 @@ fi echo " " echo "Attempting DSIG table fixes with fontbakery..." echo " " -if ! python postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf +if ! pipenv run python postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf then echo "Unable to complete DSIG table fixes on the release files" exit 1 @@ -236,7 +236,7 @@ fi echo " " echo "Attempting fstype fixes with fontbakery..." echo " " -if ! python postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf +if ! pipenv run python postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf then echo "Unable to complete fstype fixes on the release files" exit 1 From da2088260a7297b14250cb15aa25ffb779e3daef Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 8 Mar 2018 17:30:08 -0500 Subject: [PATCH 010/187] [Makefile] added pipenv venv setup script to the build process --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 458d0cf75..d76f3d360 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ archives: build: ttf webfonts build-with-dependencies: source/*.ufo + ./build-pipenv.sh ./build-ttf.sh --install-dependencies ./build-woff.sh --install-dependencies ./build-woff2.sh --install-dependencies @@ -16,19 +17,22 @@ css: lint: shellcheck ufolint -shellcheck: build-ttf.sh build-woff.sh build-woff2.sh build-subsets.sh tools/scripts/install/ttfautohint-build.sh postbuild_processing/archive_prep/archiver.sh tools/scripts/css/css-build.sh +shellcheck: build-pipenv.sh build-ttf.sh build-woff.sh build-woff2.sh build-subsets.sh tools/scripts/install/ttfautohint-build.sh postbuild_processing/archive_prep/archiver.sh tools/scripts/css/css-build.sh $@ $^ subsets: source/*.ufo + ./build-pipenv.sh ./build-subsets.sh ttf: + ./build-pipenv.sh ./build-ttf.sh ufolint: source/*.ufo $@ $^ webfonts: + ./build-pipenv.sh ./build-woff.sh ./build-woff2.sh ./build-subsets.sh From cce5e12c1d2f508b8a6950d66b714fd57e6be850 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 9 Mar 2018 19:42:57 -0500 Subject: [PATCH 011/187] [U+007D, regular, '}'] adjust height to match braceleft --- .../Hack-Regular.ufo/glyphs/braceright.glif | 118 +++++++++--------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/braceright.glif b/source/Hack-Regular.ufo/glyphs/braceright.glif index f45b0ed01..4fa77f588 100644 --- a/source/Hack-Regular.ufo/glyphs/braceright.glif +++ b/source/Hack-Regular.ufo/glyphs/braceright.glif @@ -4,70 +4,70 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-03-10 00:37:35 +0000 From 673809fe153e8961506bfe386e8f77447110ad3e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 9 Mar 2018 19:43:26 -0500 Subject: [PATCH 012/187] [U+007B, regular, '{'] adjust height to match braceright --- source/Hack-Regular.ufo/glyphs/braceleft.glif | 118 +++++++++--------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/braceleft.glif b/source/Hack-Regular.ufo/glyphs/braceleft.glif index 9ee37fbae..5360e1310 100644 --- a/source/Hack-Regular.ufo/glyphs/braceleft.glif +++ b/source/Hack-Regular.ufo/glyphs/braceleft.glif @@ -4,70 +4,70 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-03-10 00:37:18 +0000 From dd1e35ab4123acbf1247675024a1c41f3ebfb18b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 9 Mar 2018 19:49:58 -0500 Subject: [PATCH 013/187] [fontinfo.plist] version bump to v4.000 work --- source/Hack-Bold.ufo/fontinfo.plist | 6 +++--- source/Hack-BoldItalic.ufo/fontinfo.plist | 6 +++--- source/Hack-Italic.ufo/fontinfo.plist | 6 +++--- source/Hack-Regular.ufo/fontinfo.plist | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-Bold.ufo/fontinfo.plist b/source/Hack-Bold.ufo/fontinfo.plist index 5ecbe61df..66f0d08c6 100644 --- a/source/Hack-Bold.ufo/fontinfo.plist +++ b/source/Hack-Bold.ufo/fontinfo.plist @@ -98,7 +98,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an openTypeNameUniqueID SourceFoundry: Hack Bold: 2018 openTypeNameVersion - Version 3.003 + Version 4.000 openTypeOS2CodePageRanges 0 @@ -270,9 +270,9 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an unitsPerEm 2048 versionMajor - 3 + 4 versionMinor - 003 + 000 xHeight 1120 diff --git a/source/Hack-BoldItalic.ufo/fontinfo.plist b/source/Hack-BoldItalic.ufo/fontinfo.plist index 255ac5ba5..1e737dc79 100644 --- a/source/Hack-BoldItalic.ufo/fontinfo.plist +++ b/source/Hack-BoldItalic.ufo/fontinfo.plist @@ -100,7 +100,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an openTypeNameUniqueID SourceFoundry: Hack Bold Italic: 2018 openTypeNameVersion - Version 3.003 + Version 4.000 openTypeOS2CodePageRanges 0 @@ -271,9 +271,9 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an unitsPerEm 2048 versionMajor - 3 + 4 versionMinor - 003 + 000 xHeight 1120 diff --git a/source/Hack-Italic.ufo/fontinfo.plist b/source/Hack-Italic.ufo/fontinfo.plist index 5c038b407..171748391 100644 --- a/source/Hack-Italic.ufo/fontinfo.plist +++ b/source/Hack-Italic.ufo/fontinfo.plist @@ -100,7 +100,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an openTypeNameUniqueID SourceFoundry: Hack Italic: 2018 openTypeNameVersion - Version 3.003 + Version 4.000 openTypeOS2CodePageRanges 0 @@ -269,9 +269,9 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an unitsPerEm 2048 versionMajor - 3 + 4 versionMinor - 003 + 000 xHeight 1120 diff --git a/source/Hack-Regular.ufo/fontinfo.plist b/source/Hack-Regular.ufo/fontinfo.plist index 4f6b4731e..2ce18af7f 100644 --- a/source/Hack-Regular.ufo/fontinfo.plist +++ b/source/Hack-Regular.ufo/fontinfo.plist @@ -98,7 +98,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an openTypeNameUniqueID SourceFoundry: Hack: 2018 openTypeNameVersion - Version 3.003 + Version 4.000 openTypeOS2CodePageRanges 0 @@ -270,9 +270,9 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an unitsPerEm 2048 versionMajor - 3 + 4 versionMinor - 003 + 000 xHeight 1120 From 55e3f27b6695c76bc3e1d3195a8e9d31a1aab04f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 10 Mar 2018 09:40:12 -0500 Subject: [PATCH 014/187] [CHANGELOG.md] updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e616e0f..b5c7aca0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 4.000 + +- fixed vertical position discrepancy in paired U+007B and U+007D + # Version 3.003 - U+005B, increased length of square brackets' horizontal strokes (symmetrically reducing left and right sidebearing), all variants From 7de5d6510eb62da0d1d54860d6cf4ee60e3ad08f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 14 Mar 2018 20:17:32 -0400 Subject: [PATCH 015/187] added Python interpreter version definition to virtualenv scripting --- build-pipenv.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-pipenv.sh b/build-pipenv.sh index 2a6fa0645..883478710 100755 --- a/build-pipenv.sh +++ b/build-pipenv.sh @@ -11,6 +11,8 @@ # # ///////////////////////////////////////////////////////////////// +PYTHON_VERSION="3.6" + if ! which pipenv then echo "Unable to detect a pipenv install. Please install with 'pip install pipenv' then repeat your build attempt." 1>&2 @@ -18,7 +20,7 @@ if ! which pipenv fi # install fontTools and fontmake build dependencies with pipenv -pipenv install --ignore-pipfile fontmake fontTools +pipenv install --python $PYTHON_VERSION --ignore-pipfile fontmake fontTools # test for fontmake install in venv if ! pipenv run fontmake --version @@ -47,6 +49,6 @@ pipenv graph echo " " echo "=================================" -echo " END PYTHON BUILD ENVIRONMENT" +echo " " echo "=================================" echo " " From 10c544471dc25c6143d76a602c9d0263bbfd2b9e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 14 Mar 2018 20:21:28 -0400 Subject: [PATCH 016/187] modified build variable name --- build-pipenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-pipenv.sh b/build-pipenv.sh index 883478710..a13110f0a 100755 --- a/build-pipenv.sh +++ b/build-pipenv.sh @@ -11,7 +11,7 @@ # # ///////////////////////////////////////////////////////////////// -PYTHON_VERSION="3.6" +BUILD_PYTHON_VERSION="3.6" if ! which pipenv then @@ -20,7 +20,7 @@ if ! which pipenv fi # install fontTools and fontmake build dependencies with pipenv -pipenv install --python $PYTHON_VERSION --ignore-pipfile fontmake fontTools +pipenv install --python $BUILD_PYTHON_VERSION --ignore-pipfile fontmake fontTools # test for fontmake install in venv if ! pipenv run fontmake --version From aff9f86001d59013347886837e570c52e1620cf9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 14 Mar 2018 20:22:29 -0400 Subject: [PATCH 017/187] removed unnecessary build shell script --- build-ttf-system.sh | 223 -------------------------------------------- 1 file changed, 223 deletions(-) delete mode 100755 build-ttf-system.sh diff --git a/build-ttf-system.sh b/build-ttf-system.sh deleted file mode 100755 index 1558dece2..000000000 --- a/build-ttf-system.sh +++ /dev/null @@ -1,223 +0,0 @@ -#!/bin/sh - -# ///////////////////////////////////////////////////////////////// -# -# build-ttf.sh -# A shell script that builds the Hack ttf fonts from UFO source -# Copyright 2018 Christopher Simpkins -# MIT License -# -# Usage: ./build-ttf.sh (--install-dependencies) -# Arguments: -# --install-dependencies (optional) - installs all -# build dependencies prior to the build script execution -# -# ///////////////////////////////////////////////////////////////// - -# ttfautohint local install path from Werner Lemberg's ttfautohint-build.sh install script -# - This is revised to ttfautohint on the user's PATH if this local install is not identified -# then the identified ttfautohint is used to execute hinting. Versions of ttfautohint < 1.6 exit with status -# code 1 due to use of -R option -# - The intent is to support use of ttfautohint installed on a user's PATH (e.g. they've previously installed it) -TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" - -# test for number of arguments -if [ $# -gt 1 ] - then - echo "Inappropriate arguments included in your command." 1>&2 - echo "Usage: ./build-ttf.sh (--install-dependencies)" 1>&2 - exit 1 -fi - -# Optional build dependency install request with syntax `./build.sh --install-dependencies` -if [ "$1" = "--install-dependencies" ] - then - # fontmake - pip install --upgrade fontmake - # fontTools (installed with fontmake at this time. leave this as dependency check as python scripts for fixes require it should fontTools eliminate dep) - pip install --upgrade fonttools - # ttfautohint v1.6 (must be pinned to v1.6 and above for Hack instruction sets) - tools/scripts/install/ttfautohint-build.sh - -fi - -# confirm executable installs and library imports for build dependencies -INSTALLFLAG=0 - -echo "Confirming that build dependencies are installed..." -echo " " -# fontmake installed -if ! which fontmake - then - echo "Unable to install fontmake with 'pip install fontmake'. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 - INSTALLFLAG=1 -fi -# fontTools python library can be imported -if ! python -c "import fontTools" - then - echo "Unable to install fontTools with 'pip install fonttools'. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 - INSTALLFLAG=1 -else - echo "fontTools Python library identified" -fi -# ttfautohint installed -# - tests for install to local path from ttfautohint-build.sh script -# - if not found on this path, tests for install on system PATH - if found, revises TTFAH to the string "ttfautohint" for execution of instruction sets -if ! [ -f "$TTFAH" ] - then - if ! which ttfautohint - then - echo "Unable to install ttfautohint from source. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 - INSTALLFLAG=1 - else - TTFAH="ttfautohint" # revise TTFAH variable to ttfautohint installed on the user's PATH for excecution of hints below - fi -fi -# if any of the dependency installs failed, exit and do not attempt build, notify user -if [ $INSTALLFLAG -eq 1 ] - then - echo "Build canceled." 1>&2 - exit 1 -fi - -# Desktop ttf font build - -echo "Starting build..." -echo " " - -# remove any existing release files from the build directory -if [ -f "build/ttf/Hack-Regular.ttf" ]; then - rm build/ttf/Hack-Regular.ttf -fi - -if [ -f "build/ttf/Hack-Italic.ttf" ]; then - rm build/ttf/Hack-Italic.ttf -fi - -if [ -f "build/ttf/Hack-Bold.ttf" ]; then - rm build/ttf/Hack-Bold.ttf -fi - -if [ -f "build/ttf/Hack-BoldItalic.ttf" ]; then - rm build/ttf/Hack-BoldItalic.ttf -fi - -# remove master_ttf directory if a previous build failed + exited early and it was not cleaned up - -if [ -d "master_ttf" ]; then - rm -rf master_ttf -fi - -# build regular set - -if ! fontmake -u "source/Hack-Regular.ufo" -o ttf - then - echo "Unable to build the Hack-Regular variant set. Build canceled." 1>&2 - exit 1 -fi - -# build bold set -if ! fontmake -u "source/Hack-Bold.ufo" -o ttf - then - echo "Unable to build the Hack-Bold variant set. Build canceled." 1>&2 - exit 1 -fi - -# build italic set -if ! fontmake -u "source/Hack-Italic.ufo" -o ttf - then - echo "Unable to build the Hack-Italic variant set. Build canceled." 1>&2 - exit 1 -fi - -# build bold italic set - -if ! fontmake -u "source/Hack-BoldItalic.ufo" -o ttf - then - echo "Unable to build the Hack-BoldItalic variant set. Build canceled." 1>&2 - exit 1 -fi - -# Desktop ttf font post build fixes - -# DSIG table fix with adapted fontbakery Python script -echo " " -echo "Attempting DSIG table fixes with fontbakery..." -echo " " -if ! python postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf - then - echo "Unable to complete DSIG table fixes on the release files" - exit 1 -fi - -# fstype value fix with adapted fontbakery Python script -echo " " -echo "Attempting fstype fixes with fontbakery..." -echo " " -if ! python postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf - then - echo "Unable to complete fstype fixes on the release files" - exit 1 -fi - -# Desktop ttf font hinting - -echo " " -echo "Attempting ttfautohint hinting..." -echo " " -# make a temporary directory for the hinted files -mkdir master_ttf/hinted - -# Hack-Regular.ttf -if ! "$TTFAH" -l 6 -r 50 -x 10 -H 181 -D latn -f latn -w G -W -t -X "" -I -m "postbuild_processing/tt-hinting/Hack-Regular-TA.txt" "master_ttf/Hack-Regular.ttf" "master_ttf/hinted/Hack-Regular.ttf" - then - echo "Unable to execute ttfautohint on the Hack-Regular variant set. Build canceled." 1>&2 - exit 1 -fi -echo "master_ttf/Hack-Regular.ttf - successful hinting with ttfautohint" - -# Hack-Bold.ttf -if ! "$TTFAH" -l 6 -r 50 -x 10 -H 260 -D latn -f latn -w G -W -t -X "" -I -m "postbuild_processing/tt-hinting/Hack-Bold-TA.txt" "master_ttf/Hack-Bold.ttf" "master_ttf/hinted/Hack-Bold.ttf" - then - echo "Unable to execute ttfautohint on the Hack-Bold variant set. Build canceled." 1>&2 - exit 1 -fi -echo "master_ttf/Hack-Bold.ttf - successful hinting with ttfautohint" - -# Hack-Italic.ttf -if ! "$TTFAH" -l 6 -r 50 -x 10 -H 145 -D latn -f latn -w G -W -t -X "" -I -m "postbuild_processing/tt-hinting/Hack-Italic-TA.txt" "master_ttf/Hack-Italic.ttf" "master_ttf/hinted/Hack-Italic.ttf" - then - echo "Unable to execute ttfautohint on the Hack-Italic variant set. Build canceled." 1>&2 - exit 1 -fi -echo "master_ttf/Hack-Italic.ttf - successful hinting with ttfautohint" - -# Hack-BoldItalic.ttf -if ! "$TTFAH" -l 6 -r 50 -x 10 -H 265 -D latn -f latn -w G -W -t -X "" -I -m "postbuild_processing/tt-hinting/Hack-BoldItalic-TA.txt" "master_ttf/Hack-BoldItalic.ttf" "master_ttf/hinted/Hack-BoldItalic.ttf" - then - echo "Unable to execute ttfautohint on the Hack-BoldItalic variant set. Build canceled." 1>&2 - exit 1 -fi -echo "master_ttf/Hack-BoldItalic.ttf - successful hinting with ttfautohint" -echo " " - -# Move release files to build directory -echo " " - -# create directory if it does not exist -# (occurs with git + empty directories) -if ! [ -d build/ttf ]; then - mkdir build/ttf -fi - -mv master_ttf/hinted/Hack-Regular.ttf build/ttf/Hack-Regular.ttf -echo "Regular ttf build path: build/ttf/Hack-Regular.ttf" -mv master_ttf/hinted/Hack-Italic.ttf build/ttf/Hack-Italic.ttf -echo "Italic ttf build path: build/ttf/Hack-Italic.ttf" -mv master_ttf/hinted/Hack-Bold.ttf build/ttf/Hack-Bold.ttf -echo "Bold ttf build path: build/ttf/Hack-Bold.ttf" -mv master_ttf/hinted/Hack-BoldItalic.ttf build/ttf/Hack-BoldItalic.ttf -echo "Bold Italic ttf build path: build/ttf/Hack-BoldItalic.ttf" - -# Remove master_ttf directory -rm -rf master_ttf From 4d8a9a13257b8014902014c99209cb156c497851 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 14 Mar 2018 21:10:25 -0400 Subject: [PATCH 018/187] added new sfnt2woff-zopfli local install script --- .../scripts/install/sfnt2woff-zopfli-build.sh | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 tools/scripts/install/sfnt2woff-zopfli-build.sh diff --git a/tools/scripts/install/sfnt2woff-zopfli-build.sh b/tools/scripts/install/sfnt2woff-zopfli-build.sh new file mode 100755 index 000000000..4cdd9bcf7 --- /dev/null +++ b/tools/scripts/install/sfnt2woff-zopfli-build.sh @@ -0,0 +1,58 @@ +#!/bin/sh + +# ///////////////////////////////////////////////////////////////// +# +# sfnt2woff-zopfli-build.sh +# A shell script that builds the sfnt2woff-zopfli build dependency +# Copyright 2018 Christopher Simpkins +# MIT License +# +# Usage: ./sfnt2woff-zopfli-build.sh +# +# ///////////////////////////////////////////////////////////////// + +# The sfnt2woff-zopfli build directory. +BUILD="$HOME/sfnt2woff-zopfli-build" + +# sfnt2woff-zopfli version +SFNTWOFF_VERSION="1.1.0" +SFNTWOFF="sfnt2woff-zopfli-$SFNTWOFF_VERSION" + +# Path to sfnt2woff-zopfli executable +SFNTWOFF_BIN="$BUILD/$SFNTWOFF/sfnt2woff-zopfli" + +if test -d "$BUILD" -o -f "$BUILD"; then + echo "Build directory '$BUILD' must not exist." + exit 1 +fi + +mkdir "$BUILD" + +cd "$BUILD" || exit 1 + +echo "#####" +echo "Download archive." +echo "#####" + +curl -L -O "https://github.com/bramstein/sfnt2woff-zopfli/archive/v$SFNTWOFF_VERSION.tar.gz" + +echo "#####" +echo "Extract archives." +echo "#####" + +tar -xzvf "v$SFNTWOFF_VERSION.tar.gz" + +cd "$SFNTWOFF" || exit 1 + +echo "#####" +echo "Build $SFNTWOFF." +echo "#####" + +make + +if [ -f "$SFNTWOFF_BIN" ]; then + echo "sfnt2woff-zopfli successfully built on the path '$SFNTWOFF_BIN'" +else + echo "The sfnt2woff-zopfli build failed." + exit 1 +fi From 953c35b258c050d87ca12542651530742bebac00 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 14 Mar 2018 21:12:56 -0400 Subject: [PATCH 019/187] [build-ttf.sh] updated script to support pinned and system installed build dep versions --- build-ttf.sh | 96 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 58 insertions(+), 38 deletions(-) diff --git a/build-ttf.sh b/build-ttf.sh index 46c97d8f3..5a6e6edbe 100755 --- a/build-ttf.sh +++ b/build-ttf.sh @@ -7,52 +7,72 @@ # Copyright 2018 Christopher Simpkins # MIT License # -# Usage: ./build-ttf.sh (--install-dependencies) +# Usage: ./build-ttf.sh (--system) # Arguments: -# --install-dependencies (optional) - installs all -# build dependencies prior to the build script execution +# --system (optional) - use system installed build dependencies # # ///////////////////////////////////////////////////////////////// -# ttfautohint local install path from Werner Lemberg's ttfautohint-build.sh install script +# default build tooling definitions TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" +FONTMAKE="pipenv run fontmake" +PYTHON="pipenv run python" +INSTALLFLAG=0 # test for number of arguments if [ $# -gt 1 ] then echo "Inappropriate arguments included in your command." 1>&2 - echo "Usage: ./build-ttf.sh (--install-dependencies)" 1>&2 + echo "Usage: ./build-ttf.sh (--system)" 1>&2 exit 1 fi -# Optional build dependency install request with syntax `./build.sh --install-dependencies` -if [ "$1" = "--install-dependencies" ] - then - # ttfautohint v1.6 (must be pinned to v1.6 and above for Hack instruction sets) - tools/scripts/install/ttfautohint-build.sh - -fi - -# confirm executable installs and library imports for build dependencies -INSTALLFLAG=0 - - -# ttfautohint installed -# - tests for install to local path from ttfautohint-build.sh script -# - if not found on this path, tests for install on system PATH - if found, revises TTFAH to the string "ttfautohint" for execution of instruction sets -if ! [ -f "$TTFAH" ] - then - if ! which ttfautohint - then - echo "Unable to install ttfautohint from source. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 - INSTALLFLAG=1 - else - TTFAH="ttfautohint" # revise TTFAH variable to ttfautohint installed on the user's PATH for excecution of hints below - fi -fi -# if any of the dependency installs failed, exit and do not attempt build, notify user -if [ $INSTALLFLAG -eq 1 ] +# Optional build with system-installed build dependencies instead of pinned build process defined versions +if [ "$1" = "--system" ] then + # re-define the default executables to executables that exist on PATH + TTFAH="ttfautohint" + FONTMAKE="fontmake" + PYTHON="python3" + + echo "=================================" + echo " BUILD ENVIRONMENT" + echo "=================================" + # test re-defined system-installed build dependency paths + if ! which "$TTFAH"; then + echo "Unable to identify a system installed version of ttfautohint. Please install and try again." 1>&2 + INSTALLFLAG=1 + else + ttfautohint --version + fi + if ! which "$FONTMAKE"; then + echo "Unable to identify a system installed version of fontmake. Please install and try again." 1>&2 + INSTALLFLAG=1 + else + "$FONTMAKE" --version + fi + if ! which "$PYTHON"; then + echo "Unable to identify a Python 3 installation. Please install and try again." 1>&2 + INSTALLFLAG=1 + else + "$PYTHON" --version + fi + echo "=================================" + echo " " + echo "=================================" + echo " " +fi + +# test for local ttfautohint install using repository provided install script and defined ttfautohint version (and its dependencies) +# no tests for Python build dependencies here because they are always installed by default & tested in the pipenv virtualenv before these steps +if ! [ -f "$TTFAH" ]; then + echo "Unable to identify the expected local install path for ttfautohint. Please install and try again." 1>&2 + INSTALLFLAG=1 +fi + + +# If any of the dependency checks failed, exit the build and notify user +if [ $INSTALLFLAG -eq 1 ]; then echo "Build canceled." 1>&2 exit 1 fi @@ -87,21 +107,21 @@ fi # build regular set -if ! pipenv run fontmake -u "source/Hack-Regular.ufo" -o ttf +if ! $FONTMAKE -u "source/Hack-Regular.ufo" -o ttf then echo "Unable to build the Hack-Regular variant set. Build canceled." 1>&2 exit 1 fi # build bold set -if ! pipenv run fontmake -u "source/Hack-Bold.ufo" -o ttf +if ! $FONTMAKE -u "source/Hack-Bold.ufo" -o ttf then echo "Unable to build the Hack-Bold variant set. Build canceled." 1>&2 exit 1 fi # build italic set -if ! pipenv run fontmake -u "source/Hack-Italic.ufo" -o ttf +if ! $FONTMAKE -u "source/Hack-Italic.ufo" -o ttf then echo "Unable to build the Hack-Italic variant set. Build canceled." 1>&2 exit 1 @@ -109,7 +129,7 @@ fi # build bold italic set -if ! pipenv run fontmake -u "source/Hack-BoldItalic.ufo" -o ttf +if ! $FONTMAKE -u "source/Hack-BoldItalic.ufo" -o ttf then echo "Unable to build the Hack-BoldItalic variant set. Build canceled." 1>&2 exit 1 @@ -121,7 +141,7 @@ fi echo " " echo "Attempting DSIG table fixes with fontbakery..." echo " " -if ! pipenv run python postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf +if ! $PYTHON postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf then echo "Unable to complete DSIG table fixes on the release files" exit 1 @@ -131,7 +151,7 @@ fi echo " " echo "Attempting fstype fixes with fontbakery..." echo " " -if ! pipenv run python postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf +if ! $PYTHON postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf then echo "Unable to complete fstype fixes on the release files" exit 1 From 14b1912f15e9c5edf5dd38e86e9023d063021f2d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 14 Mar 2018 21:15:13 -0400 Subject: [PATCH 020/187] [Makefile] updated make targets --- Makefile | 52 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index d76f3d360..c263a499d 100644 --- a/Makefile +++ b/Makefile @@ -5,40 +5,58 @@ archives: build: ttf webfonts -build-with-dependencies: source/*.ufo - ./build-pipenv.sh - ./build-ttf.sh --install-dependencies - ./build-woff.sh --install-dependencies - ./build-woff2.sh --install-dependencies - ./build-subsets.sh +build-with-dependencies: compile-local-dep ttf webfonts + +build-system: ttf-system webfonts-system + +build-local-ttfa: + tools/scripts/install/ttfautohint-build.sh + +build-local-sfnt2woffzopfli: + tools/scripts/install/sfnt2woff-zopfli-build.sh + +build-local-woff2: + tools/scripts/install/woff2-build.sh + +compile-local-dep: build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2 css: tools/scripts/css/css-build.sh lint: shellcheck ufolint +pipenv: + ./build-pipenv.sh + shellcheck: build-pipenv.sh build-ttf.sh build-woff.sh build-woff2.sh build-subsets.sh tools/scripts/install/ttfautohint-build.sh postbuild_processing/archive_prep/archiver.sh tools/scripts/css/css-build.sh $@ $^ -subsets: source/*.ufo - ./build-pipenv.sh +subsets: pipenv ./build-subsets.sh -ttf: - ./build-pipenv.sh +ttf: pipenv ./build-ttf.sh +ttf-system: + ./build-ttf.sh --system + ufolint: source/*.ufo $@ $^ -webfonts: - ./build-pipenv.sh - ./build-woff.sh - ./build-woff2.sh - ./build-subsets.sh +webfonts: woff woff2 subsets + +webfonts-system: woff-system woff2-system subsets-system -woff: +woff: pipenv ./build-woff.sh -woff2: +woff-system: + ./build-woff.sh --system + +woff2: pipenv ./build-woff2.sh + +woff2-system: + ./build-woff2.sh --system + +.PHONY: all archives build build-with-dependencies build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2 build-system compile-local-dep css lint pipenv shellcheck subsets ttf ttf-system ufolint webfonts webfonts-system woff woff-system woff2 woff2-system From dd71f61df87660f8f4a2a0ac5cbfaf2295ee9f8b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 14 Mar 2018 22:02:48 -0400 Subject: [PATCH 021/187] [build-woff.sh] added support for pinned version and system installed build dep compiles --- build-woff.sh | 82 ++++++++++++++++----------------------------------- 1 file changed, 25 insertions(+), 57 deletions(-) diff --git a/build-woff.sh b/build-woff.sh index e98fe145c..e16c0cf5d 100755 --- a/build-woff.sh +++ b/build-woff.sh @@ -7,15 +7,14 @@ # Copyright 2018 Christopher Simpkins # MIT License # -# Usage: ./build-woff.sh (--install-dependencies) +# Usage: ./build-woff.sh (--system) # Arguments: -# --install-dependencies (optional) - installs all -# build dependencies prior to the build script execution +# --system (optional) - build with a system installed version +# of build dependencies # -# NOTE: If you change the source, you must build new ttf files -# with build.sh PRIOR to execution of this script. -# This script builds directly from previous ttf builds, -# not source files. +# NOTE: If you modify the source, you must build new ttf files +# PRIOR to execution of this script. This script builds +# directly from previous ttf builds, not source files. # # /////////////////////////////////////////////////////////////////// @@ -50,55 +49,29 @@ BOLDITALIC_WOFF="hack-bolditalic.woff" if [ $# -gt 1 ] then echo "Inappropriate arguments included in your command." 1>&2 - echo "Usage: ./build-woff.sh (--install-dependencies)" 1>&2 + echo "Usage: ./build-woff.sh (--system)" 1>&2 exit 1 fi -# Optional build dependency install request with syntax `./build-web.sh --install-dependencies` -if [ "$1" = "--install-dependencies" ] - then - # define the current directory (Hack repository) - CUR_DIR=$(pwd) - - if test -d "$BUILD" -o -f "$BUILD"; then - echo "Build directory \`$BUILD' must not exist." - exit 1 - fi - - mkdir "$BUILD" - - cd "$BUILD" || exit 1 - - echo "#####" - echo "Download archive." - echo "#####" - - curl -L -O "https://github.com/bramstein/sfnt2woff-zopfli/archive/v$SFNTWOFF_VERSION.tar.gz" - - echo "#####" - echo "Extract archives." - echo "#####" - - tar -xzvf "v$SFNTWOFF_VERSION.tar.gz" - - cd "$SFNTWOFF" || exit 1 - - echo "#####" - echo "Build $SFNTWOFF." - echo "#####" - - make - - # make Hack repository the current directory again following the build - cd "$CUR_DIR" || exit 1 -fi - - -if [ -f "$SFNTWOFF_BIN" ]; then - echo "Beginning web font build with $SFNTWOFF" +# determine if system installed executable on PATH is requested for build +# then test for presence of the sfnt2woff-zopfli build dependency based upon where it should be located +if [ "$1" = "--system" ]; then + SFNTWOFF_BIN="sfnt2woff-zopfli" + if ! which $SFNTWOFF_BIN; then + echo "Unable to identify sfnt2woff-zopfli executable on system PATH. Please install and try again." 1>&2 + exit 1 + else + # display version of installed sfnt2woff-zopfli + echo "Beginning web font build with $SFNTWOFF_BIN" + fi else - echo "Unable to locate sfnt2woff-zopfli on the path $SFNTWOFF_BIN. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 - exit 1 + if [ -f "$SFNTWOFF_BIN" ]; then + echo "Beginning web font build with $SFNTWOFF_BIN" + else + echo "Unable to locate sfnt2woff-zopfli on the path $SFNTWOFF_BIN. Please install this build dependency and then repeat your build attempt." 1>&2 + exit 1 + fi + fi # Build woff files from ttf files @@ -165,8 +138,3 @@ fi if [ -f "$WOFF_BUILD/$BOLDITALIC_WOFF" ]; then echo "Bold Italic woff build path: $WOFF_BUILD/$BOLDITALIC_WOFF" fi - - - - - From 353455d38eff8e9b72e7cf8056e9bbd86c81cc53 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 15:10:42 -0400 Subject: [PATCH 022/187] [build-ttf.sh] fixes incorrect executable path checks with system installed ttfautohint builds --- build-ttf.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build-ttf.sh b/build-ttf.sh index 5a6e6edbe..54fe629a0 100755 --- a/build-ttf.sh +++ b/build-ttf.sh @@ -63,14 +63,16 @@ if [ "$1" = "--system" ] echo " " fi +# ttfautohint path test for default builds # test for local ttfautohint install using repository provided install script and defined ttfautohint version (and its dependencies) # no tests for Python build dependencies here because they are always installed by default & tested in the pipenv virtualenv before these steps -if ! [ -f "$TTFAH" ]; then - echo "Unable to identify the expected local install path for ttfautohint. Please install and try again." 1>&2 - INSTALLFLAG=1 +if [ $# -eq 0 ]; then + if ! [ -f "$TTFAH" ]; then + echo "Unable to identify the expected local install path for ttfautohint. Please install and try again." 1>&2 + INSTALLFLAG=1 + fi fi - # If any of the dependency checks failed, exit the build and notify user if [ $INSTALLFLAG -eq 1 ]; then echo "Build canceled." 1>&2 From 0da551bd942bf8c28a6a3bb87e521e6dd0310bda Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 15:12:00 -0400 Subject: [PATCH 023/187] [build-woff.sh] refactored default build approach path test for dependency --- build-woff.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build-woff.sh b/build-woff.sh index e16c0cf5d..b11b319dd 100755 --- a/build-woff.sh +++ b/build-woff.sh @@ -64,14 +64,16 @@ if [ "$1" = "--system" ]; then # display version of installed sfnt2woff-zopfli echo "Beginning web font build with $SFNTWOFF_BIN" fi -else +fi + +# test for sfnt2woff-zopfli with default build approach +if [ $# -eq 0 ]; then if [ -f "$SFNTWOFF_BIN" ]; then echo "Beginning web font build with $SFNTWOFF_BIN" else echo "Unable to locate sfnt2woff-zopfli on the path $SFNTWOFF_BIN. Please install this build dependency and then repeat your build attempt." 1>&2 exit 1 fi - fi # Build woff files from ttf files From c0f9b0ca4cd334f460556fccec65222f6d6bc0f2 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 15:22:01 -0400 Subject: [PATCH 024/187] added new woff2-compress-build shell script for local builds of woff2_compress dependency --- tools/scripts/install/woff2-compress-build.sh | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100755 tools/scripts/install/woff2-compress-build.sh diff --git a/tools/scripts/install/woff2-compress-build.sh b/tools/scripts/install/woff2-compress-build.sh new file mode 100755 index 000000000..7f6c9ddb0 --- /dev/null +++ b/tools/scripts/install/woff2-compress-build.sh @@ -0,0 +1,51 @@ +#!/bin/sh + +# ///////////////////////////////////////////////////////////////// +# +# woff2-compress-build.sh +# A shell script that builds the woff2_compress build dependency +# Copyright 2018 Christopher Simpkins +# MIT License +# +# Usage: ./woff2-compress-build.sh +# +# ///////////////////////////////////////////////////////////////// + +# The woff2 git clone directory. +BUILD="$HOME" +INST="$HOME/woff2" + +# woff2 executable path +WOFF2_BIN="$BUILD/woff2/woff2_compress" + +if test -d "$INST" -o -f "$INST"; then + echo "Build directory \`$INST' must not exist." + exit 1 +fi + +cd "$BUILD" || exit 1 + +echo "#####" +echo "git clone woff2 project" +echo "#####" + +# clone the Source Foundry fork of the woff2 repo +# contains fix for OS X build bug - https://github.com/google/woff2/issues/73 +# recursive flag to clone the brotli submodule within the woff2 repo +git clone --recursive https://github.com/source-foundry/woff2.git + +cd "$INST" || exit 1 + +echo "#####" +echo "Build woff2" +echo "#####" + +make clean all + +if [ -f "$WOFF2_BIN" ]; then + echo " " + echo "woff2_compress successfully built on the path '$WOFF2_BIN'" +else + echo "The woff2_compress build failed." + exit 1 +fi From f1c3c53ba3222905fd52ee93f1f8b9805800370c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 15:23:34 -0400 Subject: [PATCH 025/187] [Makefile] updated make target shell script path for local woff2_compress builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c263a499d..eb89f0508 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ build-local-sfnt2woffzopfli: tools/scripts/install/sfnt2woff-zopfli-build.sh build-local-woff2: - tools/scripts/install/woff2-build.sh + tools/scripts/install/woff2-compress-build.sh compile-local-dep: build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2 From 8b05246c0ca1c51352819ce4b0890782725839f4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 15:30:42 -0400 Subject: [PATCH 026/187] [build-woff2.sh] added support for pinned dependency builds and rolling system installed dependency builds also eliminates dependency installs through this script, refactored to a different shell script --- build-woff2.sh | 69 ++++++++++++++++++-------------------------------- 1 file changed, 24 insertions(+), 45 deletions(-) diff --git a/build-woff2.sh b/build-woff2.sh index 42cbbab68..c74ac0e34 100755 --- a/build-woff2.sh +++ b/build-woff2.sh @@ -7,15 +7,13 @@ # Copyright 2018 Christopher Simpkins # MIT License # -# Usage: ./build-woff2.sh (--install-dependencies) +# Usage: ./build-woff2.sh (--system) # Arguments: -# --install-dependencies (optional) - installs all -# build dependencies prior to the build script execution +# --system (optional) - use build dependencies installed on PATH # # NOTE: If you change the source, you must build new ttf files -# with build.sh PRIOR to execution of this script. -# This script builds directly from previous ttf builds, -# not source files. +# PRIOR to the execution of this script. This script builds +# directly from previous ttf builds, not source files. # # /////////////////////////////////////////////////////////////////// @@ -47,50 +45,31 @@ BOLDITALIC_WOFF="hack-bolditalic.woff2" if [ $# -gt 1 ] then echo "Inappropriate arguments included in your command." 1>&2 - echo "Usage: ./build-woff2.sh (--install-dependencies)" 1>&2 + echo "Usage: ./build-woff2.sh (--system)" 1>&2 exit 1 fi -# Optional build dependency install request with syntax `./build-web.sh --install-dependencies` -if [ "$1" = "--install-dependencies" ] - then - # define the current directory (Hack repository) - CUR_DIR=$(pwd) - - if test -d "$INST" -o -f "$INST"; then - echo "Build directory \`$INST' must not exist." - exit 1 - fi - - cd "$BUILD" || exit 1 - - echo "#####" - echo "git clone woff2 project" - echo "#####" - - # clone the Source Foundry fork of the woff2 repo - # contains fix for OS X build bug - https://github.com/google/woff2/issues/73 - # recursive flag to clone the brotli submodule within the woff2 repo - git clone --recursive https://github.com/source-foundry/woff2.git - - cd "$INST" || exit 1 - - echo "#####" - echo "Build woff2" - echo "#####" - - make clean all - - # make Hack repository the current directory again following the build - cd "$CUR_DIR" || exit 1 +# determine if system installed executable on PATH is requested for build +# then test for presence of the woff2_compress build dependency based upon where it should be located +if [ "$1" = "--system" ]; then + WOFF2_BIN="woff2_compress" + if ! which $WOFF2_BIN; then + echo "Unable to identify woff2_compress executable on system PATH. Please install and try again." 1>&2 + exit 1 + else + # display version of installed woff2_compress + echo "Beginning web font build with $WOFF2_BIN" + fi fi - -if [ -f "$WOFF2_BIN" ]; then - echo "Beginning web font build with $WOFF2_BIN" -else - echo "Unable to locate woff2_compress on path $WOFF2_BIN. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 - exit 1 +# test for woff2_compress executable with default build approach +if [ $# -eq 0 ]; then + if [ -f "$WOFF2_BIN" ]; then + echo "Beginning web font build with $WOFF2_BIN" + else + echo "Unable to locate woff2_compress on path $WOFF2_BIN. Please attempt a manual install of this build dependency and then repeat your build attempt." 1>&2 + exit 1 + fi fi # Build woff2 files from ttf files From 63c6f0522da438dfb30fe53be250de8d0ffab25e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 17:11:07 -0400 Subject: [PATCH 027/187] [build-woff2.sh] removed unnecessary variable --- build-woff2.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-woff2.sh b/build-woff2.sh index c74ac0e34..5c1a399f1 100755 --- a/build-woff2.sh +++ b/build-woff2.sh @@ -19,7 +19,6 @@ # The woff2 git clone directory. BUILD="$HOME" -INST="$HOME/woff2" # woff2 executable path WOFF2_BIN="$BUILD/woff2/woff2_compress" From 83eac6382dd66a6422cfdcb523b929d47dbda561 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 17:11:37 -0400 Subject: [PATCH 028/187] [Makefile] updated shellcheck target deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb89f0508..4b97cafba 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ lint: shellcheck ufolint pipenv: ./build-pipenv.sh -shellcheck: build-pipenv.sh build-ttf.sh build-woff.sh build-woff2.sh build-subsets.sh tools/scripts/install/ttfautohint-build.sh postbuild_processing/archive_prep/archiver.sh tools/scripts/css/css-build.sh +shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh postbuild_processing/archive_prep/*.sh $@ $^ subsets: pipenv From 2b1d273848623bf79f5f0bd7834994da29979ff4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 17:13:22 -0400 Subject: [PATCH 029/187] [build-subsets.sh] updated shell script to support pinned build dependency versions and system installed versions of build dependencies also eliminates dependency checks as these will have run during ttf build and other web font builds prior to execution of this script --- build-subsets.sh | 96 +++++++++++++----------------------------------- 1 file changed, 26 insertions(+), 70 deletions(-) diff --git a/build-subsets.sh b/build-subsets.sh index 63e350166..819329038 100755 --- a/build-subsets.sh +++ b/build-subsets.sh @@ -7,27 +7,17 @@ # Copyright 2018 Christopher Simpkins # MIT License # -# Usage: ./build-subsets.sh -# -# NOTE: must install build dependencies in: -# 1) build-ttf.sh -# 2) build-woff.sh -# 3) build-woff2.sh -# before you execute this script. You can do this with: -# -# -# $ ./build-ttf.sh --install-dependencies -# $ ./build-woff.sh --install-dependencies -# $ ./build-woff2.sh --install-dependencies +# Usage: ./build-subsets.sh (--system) +# Arguments: +# --system (optional) - build with system installed versions +# of build dependencies # # ////////////////////////////////////////////////////////////////////// -# ttfautohint local install path from Werner Lemberg's ttfautohint-build.sh install script -# - This is revised to ttfautohint on the user's PATH if this local install is not identified -# then the identified ttfautohint is used to execute hinting. Versions of ttfautohint < 1.6 exit with status -# code 1 due to use of -R option -# - The intent is to support use of ttfautohint installed on a user's PATH (e.g. they've previously installed it) +# default build tooling definitions TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" +FONTMAKE="pipenv run fontmake" +PYTHON="pipenv run python" # The sfnt2woff-zopfli build directory. SFNTWOFF_BUILD="$HOME/sfnt2woff-zopfli-build" @@ -79,64 +69,30 @@ BOLDITALIC_WOFF2="hack-bolditalic-subset.woff2" WEB_BUILD="build/web/fonts" # test for number of arguments -if [ $# -gt 0 ] +if [ $# -gt 1 ] then echo "Inappropriate arguments included in your command." 1>&2 - echo "Usage: ./build-subsets.sh" 1>&2 + echo "Usage: ./build-subsets.sh (--system)" 1>&2 exit 1 fi -# //////////////////////////////////////// +# ////////////////////////////////////////////// # # -# Confirm that dependencies are installed +# Re-define build dependencies to PATH +# installed versions if --system flag is used # # -# //////////////////////////////////////// - -INSTALLFLAG=0 - -# ttfautohint installed -# - tests for install to local path from ttfautohint-build.sh script -# - if not found on this path, tests for install on system PATH - if found, revises TTFAH to the string "ttfautohint" for execution of instruction sets -if ! [ -f "$TTFAH" ] - then - if ! which ttfautohint - then - echo "ttfautohint was not found. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again." 1>&2 - INSTALLFLAG=1 - else - TTFAH="ttfautohint" # revise TTFAH variable to ttfautohint installed on the user's PATH for excecution of hints below - echo "ttfautohint executable identified" - fi - else - echo "ttfautohint executable identified" -fi - -# sfntwoff-zopfli installed -if ! [ -f "$SFNTWOFF_BIN" ] - then - echo "sfnt2woff-zopfli was not found on the path $SFNTWOFF_BIN. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again." 1>&2 - INSTALLFLAG=1 -else - echo "sfnt2woff-zopfli executable identified" -fi +# ////////////////////////////////////////////// -# woff2 installed -if ! [ -f "$WOFF2_BIN" ] - then - echo "woff2_compress was not found on the path $WOFF2_BIN. Please install all build dependencies with 'make build-with-dependencies', then attempt your build again." 1>&2 - INSTALLFLAG=1 -else - echo "woff2_compress executable identified" +if [ "$1" = "--system" ]; then + TTFAH="ttfautohint" + FONTMAKE="fontmake" + PYTHON="python3" + SFNTWOFF_BIN="sfnt2woff-zopfli" + WOFF2_BIN="woff2_compress" fi -# if any of the dependency installs failed, exit and do not attempt build, notify user -if [ $INSTALLFLAG -eq 1 ] - then - echo "Build canceled." 1>&2 - exit 1 -fi # //////////////////////////////////////////////// # @@ -148,7 +104,7 @@ fi # //////////////////////////////////////////////// # cleanup any previously created temp directory that was not removed -if ! [ -d "$TEMP_SOURCE" ]; then +if [ -d "$TEMP_SOURCE" ]; then rm -rf $TEMP_SOURCE fi @@ -185,21 +141,21 @@ fi # build regular subset -if ! pipenv run fontmake --subset -u "$TEMP_SOURCE/Hack-Regular.ufo" -o ttf +if ! $FONTMAKE --subset -u "$TEMP_SOURCE/Hack-Regular.ufo" -o ttf then echo "Unable to build the Hack-Regular variant subset. Build canceled." 1>&2 exit 1 fi # build bold subset -if ! pipenv run fontmake --subset -u "$TEMP_SOURCE/Hack-Bold.ufo" -o ttf +if ! $FONTMAKE --subset -u "$TEMP_SOURCE/Hack-Bold.ufo" -o ttf then echo "Unable to build the Hack-Bold variant subset. Build canceled." 1>&2 exit 1 fi # build italic subset -if ! pipenv run fontmake --subset -u "$TEMP_SOURCE/Hack-Italic.ufo" -o ttf +if ! $FONTMAKE --subset -u "$TEMP_SOURCE/Hack-Italic.ufo" -o ttf then echo "Unable to build the Hack-Italic variant subset. Build canceled." 1>&2 exit 1 @@ -207,7 +163,7 @@ fi # build bold italic subset -if ! pipenv run fontmake --subset -u "$TEMP_SOURCE/Hack-BoldItalic.ufo" -o ttf +if ! $FONTMAKE --subset -u "$TEMP_SOURCE/Hack-BoldItalic.ufo" -o ttf then echo "Unable to build the Hack-BoldItalic variant subset. Build canceled." 1>&2 exit 1 @@ -226,7 +182,7 @@ fi echo " " echo "Attempting DSIG table fixes with fontbakery..." echo " " -if ! pipenv run python postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf +if ! $PYTHON postbuild_processing/fixes/fix-dsig.py master_ttf/*.ttf then echo "Unable to complete DSIG table fixes on the release files" exit 1 @@ -236,7 +192,7 @@ fi echo " " echo "Attempting fstype fixes with fontbakery..." echo " " -if ! pipenv run python postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf +if ! $PYTHON postbuild_processing/fixes/fix-fstype.py master_ttf/*.ttf then echo "Unable to complete fstype fixes on the release files" exit 1 From 843e68903595097e816983a49bff7675cc5edd0f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 17:30:10 -0400 Subject: [PATCH 030/187] new build-archives.sh shell script --- .../archive_prep/archiver.sh => build-archives.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename postbuild_processing/archive_prep/archiver.sh => build-archives.sh (91%) diff --git a/postbuild_processing/archive_prep/archiver.sh b/build-archives.sh similarity index 91% rename from postbuild_processing/archive_prep/archiver.sh rename to build-archives.sh index ee737f976..4d80db966 100755 --- a/postbuild_processing/archive_prep/archiver.sh +++ b/build-archives.sh @@ -2,18 +2,18 @@ # //////////////////////////////////////////////////////////////////// # -# archiver.sh +# build-archives.sh # A shell script that packages .zip, tar.gz, and tar.xz font archives # Copyright 2018 Christopher Simpkins # MIT License # -# Usage: ./archiver.sh +# Usage: ./build-archives.sh # # //////////////////////////////////////////////////////////////////// -HACK_VERSION="v3.003" -HACK_ARCHIVES_DIR="../../../Hack-archives" -HACK_BUILD_DIR="../../build" +HACK_VERSION="v4.000" +HACK_ARCHIVES_DIR="../../Hack-archives" +HACK_BUILD_DIR="build" # Make build directory the current working directory From 1028b7e918f2082118c7fcbf35edf70d92170c8e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 17:30:52 -0400 Subject: [PATCH 031/187] [Makefile] updated archives make target with new shell script path also updates shellcheck paths for linting of this new script --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4b97cafba..6f4a73873 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: build archives: - postbuild_processing/archive_prep/archiver.sh + ./build-archives.sh build: ttf webfonts @@ -28,7 +28,7 @@ lint: shellcheck ufolint pipenv: ./build-pipenv.sh -shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh postbuild_processing/archive_prep/*.sh +shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh $@ $^ subsets: pipenv From 842a21fe2ae776da45fcc8b20fa3f19aac516210 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 20:18:21 -0400 Subject: [PATCH 032/187] [Makefile] added subsets-system make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6f4a73873..3957a4362 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,9 @@ shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh subsets: pipenv ./build-subsets.sh +subsets-system: + ./build-subsets.sh --system + ttf: pipenv ./build-ttf.sh From 4c485557b6f69e6bd706909cfaf0086fea5c1d9b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 21:42:05 -0400 Subject: [PATCH 033/187] [Makefile] added subsets-system target to .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3957a4362..f7ed53ff5 100644 --- a/Makefile +++ b/Makefile @@ -62,4 +62,4 @@ woff2: pipenv woff2-system: ./build-woff2.sh --system -.PHONY: all archives build build-with-dependencies build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2 build-system compile-local-dep css lint pipenv shellcheck subsets ttf ttf-system ufolint webfonts webfonts-system woff woff-system woff2 woff2-system +.PHONY: all archives build build-with-dependencies build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2 build-system compile-local-dep css lint pipenv shellcheck subsets subsets-system ttf ttf-system ufolint webfonts webfonts-system woff woff-system woff2 woff2-system From e20d78677fe0a17b2fc12bdeebb15caf891c2690 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 21:51:37 -0400 Subject: [PATCH 034/187] [fix-dsig.py] removed from __future__ imports, code formatting = passes flake8 tests --- postbuild_processing/fixes/fix-dsig.py | 42 ++++++++++++++------------ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/postbuild_processing/fixes/fix-dsig.py b/postbuild_processing/fixes/fix-dsig.py index 9502712fa..916ab1108 100644 --- a/postbuild_processing/fixes/fix-dsig.py +++ b/postbuild_processing/fixes/fix-dsig.py @@ -14,34 +14,36 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# See AUTHORS.txt for the list of Authors and LICENSE.txt for the License. - # Adapted for the Hack typeface build workflow by Chris Simpkins - -from __future__ import print_function, unicode_literals import sys import os from fontTools import ttLib def set_empty_dsig(ttFont): - newDSIG = ttLib.newTable("DSIG") - newDSIG.ulVersion = 1 - newDSIG.usFlag = 0 - newDSIG.usNumSigs = 0 - newDSIG.signatureRecords = [] - ttFont.tables["DSIG"] = newDSIG + newDSIG = ttLib.newTable("DSIG") + newDSIG.ulVersion = 1 + newDSIG.usFlag = 0 + newDSIG.usNumSigs = 0 + newDSIG.signatureRecords = [] + ttFont.tables["DSIG"] = newDSIG + def main(argv): - for path in argv: - if not os.path.exists(path): - sys.stderr.write("[fix-dsig.py] ERROR: " + path + " is not a valid path to a font file") - sys.exit(1) - else: - font = ttLib.TTFont(path) - set_empty_dsig(font) - font.save(path) - print(path + " - successful DSIG table fix") + for path in argv: + if not os.path.exists(path): + sys.stderr.write( + "[fix-dsig.py] ERROR: " + + path + + " is not a valid path to a font file" + ) + sys.exit(1) + else: + font = ttLib.TTFont(path) + set_empty_dsig(font) + font.save(path) + print(path + " - successful DSIG table fix") + if __name__ == '__main__': - main(sys.argv[1:]) + main(sys.argv[1:]) From 0a01f0427571493de23d5dd6ba677f8e909a38e1 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 15 Mar 2018 21:52:07 -0400 Subject: [PATCH 035/187] [fix-fstype.py] source code formatting changes = passes flake8 tests --- postbuild_processing/fixes/fix-fstype.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/postbuild_processing/fixes/fix-fstype.py b/postbuild_processing/fixes/fix-fstype.py index 011251139..41fdb94a3 100644 --- a/postbuild_processing/fixes/fix-fstype.py +++ b/postbuild_processing/fixes/fix-fstype.py @@ -14,17 +14,20 @@ # See the License for the specific language governing permissions and # limitations under the License. # - # Adapted for the Hack typeface build workflow by Chris Simpkins - import os import sys from fontTools.ttLib import TTFont + def main(argv): for path in argv: if not os.path.exists(path): - sys.stderr.write("[fix-fstype.py] ERROR: " + path + " is not a valid path to a font file") + sys.stderr.write( + "[fix-fstype.py] ERROR: " + + path + + " is not a valid path to a font file" + ) sys.exit(1) else: font = TTFont(path) @@ -32,5 +35,6 @@ def main(argv): font.save(path) print(path + " - successful fstype fix") + if __name__ == '__main__': - main(sys.argv[1:]) + main(sys.argv[1:]) From 96a35cb528c3784e80326f466a99042be0f46938 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 16 Mar 2018 17:07:13 -0400 Subject: [PATCH 036/187] [woff2-compress-build.sh] convert to upstream woff2 at v1.0.2 (includes brotli v1.0.1) the macOS build issue has been addressed and compiles work on macOS --- tools/scripts/install/woff2-compress-build.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/scripts/install/woff2-compress-build.sh b/tools/scripts/install/woff2-compress-build.sh index 7f6c9ddb0..38b01abbe 100755 --- a/tools/scripts/install/woff2-compress-build.sh +++ b/tools/scripts/install/woff2-compress-build.sh @@ -14,6 +14,7 @@ # The woff2 git clone directory. BUILD="$HOME" INST="$HOME/woff2" +WOFF2_VERSION_TAG="v1.0.2" # woff2 executable path WOFF2_BIN="$BUILD/woff2/woff2_compress" @@ -29,13 +30,16 @@ echo "#####" echo "git clone woff2 project" echo "#####" -# clone the Source Foundry fork of the woff2 repo -# contains fix for OS X build bug - https://github.com/google/woff2/issues/73 -# recursive flag to clone the brotli submodule within the woff2 repo -git clone --recursive https://github.com/source-foundry/woff2.git +# clone the woff2 repository +git clone --recursive https://github.com/google/woff2.git cd "$INST" || exit 1 +# checkout desired version tag +echo " " +echo "Checking out woff2 version tag $WOFF2_VERSION_TAG" +git checkout $WOFF2_VERSION_TAG + echo "#####" echo "Build woff2" echo "#####" From ee180fbffef084f35c98a5afb56a69dc413e1a45 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Fri, 16 Mar 2018 19:30:49 -0400 Subject: [PATCH 037/187] [build-pipenv.sh] modified command to create the pipenv virtual environment --- build-pipenv.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-pipenv.sh b/build-pipenv.sh index a13110f0a..4b02873c3 100755 --- a/build-pipenv.sh +++ b/build-pipenv.sh @@ -11,16 +11,14 @@ # # ///////////////////////////////////////////////////////////////// -BUILD_PYTHON_VERSION="3.6" - if ! which pipenv then echo "Unable to detect a pipenv install. Please install with 'pip install pipenv' then repeat your build attempt." 1>&2 exit 1 fi -# install fontTools and fontmake build dependencies with pipenv -pipenv install --python $BUILD_PYTHON_VERSION --ignore-pipfile fontmake fontTools +# create virtualenv and install build dependencies +pipenv install --ignore-pipfile # test for fontmake install in venv if ! pipenv run fontmake --version From 8b7feda71e802c2eb5dcc84ff555de4c4a4ad44d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 17 Mar 2018 08:17:17 -0400 Subject: [PATCH 038/187] [Makefile] added documentation and process specific target arrangement --- Makefile | 55 ++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index f7ed53ff5..86e192042 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,24 @@ all: build -archives: - ./build-archives.sh +# FONT COMPILES + +# +# Recommended usage: +# +# The following targets build *.ttf, *.woff, *.woff2 (including *.woff and *.woff2 subsets): +# +# `make` - builds fonts with pinned build dependency versions of all Python and local, compiled C/C++ projects +# `make build-system` - builds fonts with system PATH installed versions of build dependencies +# +# Dependency installs for default builds with `make` can be executed with: +# +# 1) pip3 install pipenv +# 2) make compile-local-dep +# +# Optional dependency install for `make` if your development system does not support the defined Python interpreter version: +# +# 3) curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash +# build: ttf webfonts @@ -20,17 +37,9 @@ build-local-woff2: compile-local-dep: build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2 -css: - tools/scripts/css/css-build.sh - -lint: shellcheck ufolint - pipenv: ./build-pipenv.sh -shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh - $@ $^ - subsets: pipenv ./build-subsets.sh @@ -43,9 +52,6 @@ ttf: pipenv ttf-system: ./build-ttf.sh --system -ufolint: source/*.ufo - $@ $^ - webfonts: woff woff2 subsets webfonts-system: woff-system woff2-system subsets-system @@ -62,4 +68,27 @@ woff2: pipenv woff2-system: ./build-woff2.sh --system + +# RELEASE PREP + +archives: + ./build-archives.sh + +css: + tools/scripts/css/css-build.sh + + +# TESTING + +lint: shellcheck ufolint + +shellcheck: *.sh tools/scripts/css/*.sh tools/scripts/install/*.sh + $@ $^ + +ufolint: source/*.ufo + $@ $^ + + +# PHONY TARGETS + .PHONY: all archives build build-with-dependencies build-local-ttfa build-local-sfnt2woffzopfli build-local-woff2 build-system compile-local-dep css lint pipenv shellcheck subsets subsets-system ttf ttf-system ufolint webfonts webfonts-system woff woff-system woff2 woff2-system From d6df277ba2c7ab1e0b03d011d35bd495173381aa Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 18 Mar 2018 13:31:43 -0400 Subject: [PATCH 039/187] [BUILD.md] updated build documentation with v4.x build tooling changes --- docs/BUILD.md | 115 +++++++++++++++++++++++++++++++++++++------------- 1 file changed, 86 insertions(+), 29 deletions(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index 09c57f984..e85eb273b 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -1,37 +1,104 @@ +# Hack Font Builds from Source Files + +Hack is compiled from UFO v2 spec source files to ttf, woff, and woff2 fonts with free, open source build tools. The default build approach requires a *nix platform (macOS, Linux, Unix-like development platform for Windows such as MinGW) and uses pinned build dependency versions in order to support font files that render in a reproducible fashion (relative to upstream repository builds) in a given rendering environment. See the bottom of this document for an alternative approach that uses system-installed versions of all build dependencies and supports build dependency versions that differ from those used in the upstream repository. + +## Quickstart +The following commands will do the following: + +1. Clone the Hack source repository +2. Install the `pipenv` dependency +3. Compile and install a local version `ttfautohint` (i.e., *off of the system PATH*) +4. Build *.ttf desktop fonts +5. Build *.woff web fonts (including subsets) +6. Build *.woff2 web fonts (including subsets) + +**Quickstart Hack font compile process** + +``` +$ git clone https://github.com/source-foundry/Hack.git +$ cd Hack +$ pip3 install pipenv +$ make compile-local-dep +$ make +``` + +The build process takes minutes to complete on the average system. You will see a great deal of text stream by in your terminal during the build. This is normal and expected during the build. + +You will find the compiled fonts in the build directory (located in the top level of the source repository) after you complete these steps. + +Detailed instructions follow if you have difficulties with any of the above steps. If you encounter an error that is not addressed in this build documentation, please report it as a new issue report on the repository. *Please review the entire build document below to confirm that we have not explained how to address your problem before you submit a new issue report*! + ## Build dependencies -Hack is compiled from UFO v2 spec source files to ttf, woff, and woff2 fonts with free, open source build tools. You can either install the tools manually or use the automated build dependency installation approach documented below. +### Python interpreter dependency + +The Hack fonts are built with a Python version 3 interpreter. The Python interpreter version is fixed at each git commit. You may view the Python interpreter in use at any commit in the Pipfile and Pipfile.lock files that are located in the root directory of the repository. [Click here](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/source-foundry/Hack%24%40master+python_version) to search for these values in the current HEAD commit of the master branch. + +If this version of the Python interpreter is not available on your development system, you may install [`pyenv`](https://github.com/pyenv/pyenv-installer) before you attempt your build. If `pyenv` is installed prior to the build, `pipenv` will automatically install the interpreter defined in the Hack build in the virtual environment used for the build, even if it is not currently installed on your system. -### Desktop font (ttf) build dependencies +The pyenv project defines the following command as a supported approach to install `pyenv`: + + +**Pull and install the pyenv executable** + +``` +curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash +``` + +### Desktop font (ttf) dependencies To build the Hack desktop fonts (ttf) from source you will need the following build dependencies: +- [pipenv](https://github.com/pypa/pipenv) Python executable - [fontmake](https://github.com/googlei18n/fontmake) Python executable - [fonttools](https://github.com/fonttools/fonttools) Python library - [ttfautohint](https://www.freetype.org/ttfautohint/) executable (includes Harfbuzz and FreeType dependencies) -### Web font (woff + woff2) build dependencies +`fontmake` and `fontTools` are automatically installed during the compile process. + +`pipenv` must be installed manually with the following command before you attempt a build: + +**Install pipenv** -To build the Hack web fonts from source you will need all of the build dependencies listed above for desktop font builds. In addition you will need the following dependencies for the web font build steps: +``` +$ pip3 install pipenv +``` + +`ttfautohint` (including its Harfbuzz and FreeType dependencies) can be installed locally on the path defined for use in Hack builds with the following command: + +**Compile and install a local copy of ttfautohint** + +``` +$ make compile-local-dep +``` + +This path is defined as the following subdirectory on your $HOME path: + +- ttfautohint: `$HOME/ttfautohint-build` + +### Web font (woff + woff2) dependencies + +To build the Hack web fonts from source you will need all of the build dependencies listed above for desktop font builds and the following additional dependencies: - [sfnt2woff-zopfli](https://github.com/bramstein/sfnt2woff-zopfli) C++ executable - [woff2_compress](https://github.com/source-foundry/woff2) C++ executable +The sfnt2woff-zopfli executable and woff2_compress executable are compiled and installed on a local build path (i.e., off of system PATH) with the following command: -### Automated build dependency installation - -Install all build dependencies for desktop and web fonts with the following make command: +**Compile and install local copies of sfnt2woff-zopfli and woff2_compress** ``` -$ make build-with-dependencies +$ make compile-local-dep ``` -This will install all necessary build dependencies and complete a build of all desktop and web fonts. +These paths are defined as the following subdirectories on your $HOME path: +- sfnt2woff-zopfli: `$HOME/sfnt2woff-zopfli-build` +- woff2: `$HOME/woff2` ## Automated font builds -After the build dependencies are installed, use make targets from the root of the Hack repository to build font sets. +After the build dependencies are installed, use make targets from the root of the Hack repository to build font sets. The following commands build the regular, bold, italic, and bold italic variants of the respective build types: #### Build all desktop and web fonts (including web font subsets) @@ -40,7 +107,7 @@ After the build dependencies are installed, use make targets from the root of th $ make ``` -#### Build ttf desktop fonts +#### Build ttf desktop fonts only ``` $ make ttf @@ -80,37 +147,27 @@ Desktop fonts are available on the path `build/ttf` from the root of the reposit ### Web fonts (woff + woff2) -Web fonts are available on the path `build/web/fonts` from the root of the repository upon completion of your build. - +Web fonts are available on the path `build/web/fonts` from the root of the repository upon completion of your build. CSS files that may be used with your web font builds are available on the path `build/web`. ## Uninstall -All build dependencies installed with the automated approaches can be uninstalled with the following commands: +Python packages that are used during the build process are installed in a virtual environment with `pipenv`. The virtual environment and all Python packages installed in that environment can be eliminated with execution of the following command in the root of the repository: ``` -$ pip uninstall fontmake -$ pip uninstall fonttools -$ rm -rf ~/ttfautohint-build -$ rm -rf ~/sfnt2woff-zopfli-build -$ rm -rf ~/woff2 +$ pipenv -rm ``` -Here are all of the above commands in a single line that can be copied/pasted into your terminal to accomplish the entire uninstall process: +All compiled project build dependencies installed as part of this build process can be uninstalled with the following commands: ``` -$ pip uninstall fontmake && pip uninstall fonttools && rm -rf ~/ttfautohint-build && rm -rf ~/sfnt2woff-zopfli-build && rm -rf ~/woff2 +$ rm -rf ~/ttfautohint-build +$ rm -rf ~/sfnt2woff-zopfli-build +$ rm -rf ~/woff2 ``` -In cases where a compile did not proceed to completion (e.g. you intentionally exited early or an exception was raised) a temporary directory may still exist in the root of the repository on the path `master_ttf`. This can be removed with: +In cases where a compile did not proceed to completion (e.g. you intentionally exited early or an exception was raised that halted the build prior to completion) a temporary directory may still exist in the root of the repository on the path `master_ttf`. This can be removed with: ``` $ rm -rf master_ttf ``` -### Uninstall Details - -fontmake and fonttools are Python packages and are uninstalled with pip. - -The FreeType library (including its build dependency Harfbuzz), ttfautohint, sfnt2woff-zopfli, and woff2 are built in directories on your $HOME path. They are not installed on your $PATH (unless of course you have defined $HOME on $PATH) so they **will not** work from the command line with the name of the executable file only (e.g. `$ ttfautohint [file path]`). This is intentional. - -Repeat execution of the build process cleans up the temporary directory `master_ttf` if found so this step is not mandatory to repeat a build and should not lead to errors with the build. From 1dd36648c22d26ea914990775343747c29b0b5d4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 18 Mar 2018 13:39:34 -0400 Subject: [PATCH 040/187] [BUILD.md] added TOC --- docs/BUILD.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index e85eb273b..5261b62fd 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -28,6 +28,16 @@ You will find the compiled fonts in the build directory (located in the top leve Detailed instructions follow if you have difficulties with any of the above steps. If you encounter an error that is not addressed in this build documentation, please report it as a new issue report on the repository. *Please review the entire build document below to confirm that we have not explained how to address your problem before you submit a new issue report*! +## Contents + +- [Build dependency installation](#build-dependencies) + - [Python interpreter](#python-interpreter-dependency) + - [ttf desktop font dependencies](#desktop-font-ttf-dependencies) + - [woff and woff2 web font dependencies](#web-font-woff--woff2-dependencies) +- [Automated font builds with make](#automated-font-builds) +- [Build paths](#build-paths) +- [Uninstall build dependencies](#uninstall-build-dependencies) + ## Build dependencies ### Python interpreter dependency @@ -149,7 +159,7 @@ Desktop fonts are available on the path `build/ttf` from the root of the reposit Web fonts are available on the path `build/web/fonts` from the root of the repository upon completion of your build. CSS files that may be used with your web font builds are available on the path `build/web`. -## Uninstall +## Uninstall build dependencies Python packages that are used during the build process are installed in a virtual environment with `pipenv`. The virtual environment and all Python packages installed in that environment can be eliminated with execution of the following command in the root of the repository: @@ -170,4 +180,3 @@ In cases where a compile did not proceed to completion (e.g. you intentionally e ``` $ rm -rf master_ttf ``` - From b1ebe12a4b72aeec7ea81d4ed2dd385a5656c1e5 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 18 Mar 2018 13:49:33 -0400 Subject: [PATCH 041/187] [BUILD.md] minor text revisions --- docs/BUILD.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/BUILD.md b/docs/BUILD.md index 5261b62fd..993d5a5de 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -1,6 +1,6 @@ # Hack Font Builds from Source Files -Hack is compiled from UFO v2 spec source files to ttf, woff, and woff2 fonts with free, open source build tools. The default build approach requires a *nix platform (macOS, Linux, Unix-like development platform for Windows such as MinGW) and uses pinned build dependency versions in order to support font files that render in a reproducible fashion (relative to upstream repository builds) in a given rendering environment. See the bottom of this document for an alternative approach that uses system-installed versions of all build dependencies and supports build dependency versions that differ from those used in the upstream repository. +Hack is compiled from UFO v2 spec source files to ttf, woff, and woff2 fonts with free, open source build tools. The default build approach requires a *nix platform (macOS, Linux, a Unix-like development platform for Windows such as MinGW) and uses pinned build dependency versions to support font files that render reproducibly (relative to upstream repository builds) in a given rendering environment. See the bottom of this document for an alternative approach that uses system-installed versions of all build dependencies and supports build dependency versions that differ from those used in the upstream repository. ## Quickstart The following commands will do the following: @@ -22,7 +22,7 @@ $ make compile-local-dep $ make ``` -The build process takes minutes to complete on the average system. You will see a great deal of text stream by in your terminal during the build. This is normal and expected during the build. +The build process takes minutes to complete on the average system. You will see a great deal of text stream by in your terminal during the build. This text stream is normal and expected during the build. You will find the compiled fonts in the build directory (located in the top level of the source repository) after you complete these steps. @@ -44,7 +44,7 @@ Detailed instructions follow if you have difficulties with any of the above step The Hack fonts are built with a Python version 3 interpreter. The Python interpreter version is fixed at each git commit. You may view the Python interpreter in use at any commit in the Pipfile and Pipfile.lock files that are located in the root directory of the repository. [Click here](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/source-foundry/Hack%24%40master+python_version) to search for these values in the current HEAD commit of the master branch. -If this version of the Python interpreter is not available on your development system, you may install [`pyenv`](https://github.com/pyenv/pyenv-installer) before you attempt your build. If `pyenv` is installed prior to the build, `pipenv` will automatically install the interpreter defined in the Hack build in the virtual environment used for the build, even if it is not currently installed on your system. +If this version of the Python interpreter is not available on your development system, you may install [`pyenv`](https://github.com/pyenv/pyenv-installer) before you attempt your build. If `pyenv` is installed before the build, `pipenv` will automatically install the interpreter defined in the Hack build in the virtual environment used for the build, even if it is not installed on your system. The pyenv project defines the following command as a supported approach to install `pyenv`: @@ -161,7 +161,7 @@ Web fonts are available on the path `build/web/fonts` from the root of the repos ## Uninstall build dependencies -Python packages that are used during the build process are installed in a virtual environment with `pipenv`. The virtual environment and all Python packages installed in that environment can be eliminated with execution of the following command in the root of the repository: +Python packages that are used during the build process are installed in a virtual environment with `pipenv`. The virtual environment and all Python packages installed in that environment can be eliminated with the execution of the following command in the root of the repository: ``` $ pipenv -rm @@ -175,7 +175,7 @@ $ rm -rf ~/sfnt2woff-zopfli-build $ rm -rf ~/woff2 ``` -In cases where a compile did not proceed to completion (e.g. you intentionally exited early or an exception was raised that halted the build prior to completion) a temporary directory may still exist in the root of the repository on the path `master_ttf`. This can be removed with: +In cases where a compile did not proceed to completion (e.g., you intentionally exited early, or an exception was raised that led to an early termination of the build), a temporary directory may still exist in the root of the repository on the path `master_ttf`. This directory can be removed with: ``` $ rm -rf master_ttf From bc6a683fba3170e16eb690f45bbce5043e19d10a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sun, 18 Mar 2018 14:36:33 -0400 Subject: [PATCH 042/187] [BUILD.md] added documentation for system PATH installed build dependencies --- docs/BUILD.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/BUILD.md b/docs/BUILD.md index 993d5a5de..1ea6ea2ca 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -180,3 +180,39 @@ In cases where a compile did not proceed to completion (e.g., you intentionally ``` $ rm -rf master_ttf ``` + +## Compile with system PATH installed build dependencies + +The following make targets are available for those who would like to build with system PATH installed versions of all build dependencies. This approach allows you build with dependency versions that differ from those used in the upstream project. Please see the note at the bottom of this section for caveats to this approach. + +#### System PATH build dependency compiles of all fonts + +``` +$ make build-system +``` + +#### System PATH build dependency compiles of desktop fonts + +``` +$ make ttf-system +``` + +#### System PATH build dependency compiles of all web fonts + +``` +$ make webfonts-system +``` + +#### System PATH build dependency compiles of woff web fonts + +``` +$ make woff-system +``` + +#### System PATH build dependency compiles of woff web fonts + +``` +$ make woff2-system +``` + +You must install all build dependencies before use of these make targets. Please refer to the documentation for the respective build dependency projects for details about installations. While we release these system PATH installed compile make targets to simplify the approach to builds for users who prefer not to (or cannot) create a development environment that matches the one used for our upstream builds, this approach is not otherwise supported or tested in this repository. Please understand this caveat if you intend to release fonts built with this approach in a production environment as differences in the build dependency versions can alter font renders. From 2a46cad575da4d7c4c48acb9232d111636150e1e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 21 Mar 2018 17:35:41 -0400 Subject: [PATCH 043/187] [woff2-compress-build.sh] modified woff2_compress to use brotli v1.0.3 --- tools/scripts/install/woff2-compress-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/scripts/install/woff2-compress-build.sh b/tools/scripts/install/woff2-compress-build.sh index 38b01abbe..3f17c959b 100755 --- a/tools/scripts/install/woff2-compress-build.sh +++ b/tools/scripts/install/woff2-compress-build.sh @@ -14,7 +14,7 @@ # The woff2 git clone directory. BUILD="$HOME" INST="$HOME/woff2" -WOFF2_VERSION_TAG="v1.0.2" +WOFF2_COMMIT="5e5f2cf20d5f9d3373a2d8b4905105f80646c014" # woff2 executable path WOFF2_BIN="$BUILD/woff2/woff2_compress" @@ -37,8 +37,8 @@ cd "$INST" || exit 1 # checkout desired version tag echo " " -echo "Checking out woff2 version tag $WOFF2_VERSION_TAG" -git checkout $WOFF2_VERSION_TAG +echo "Checking out woff2 at commit $WOFF2_COMMIT" +git checkout $WOFF2_COMMIT echo "#####" echo "Build woff2" From a8eecfced62f48cd2f2677585c337bbb0dc36f80 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:39:15 -0400 Subject: [PATCH 044/187] [U+0041, regular, 'A'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/A_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/A_.glif b/source/Hack-Regular.ufo/glyphs/A_.glif index 7713bde9c..99807caa1 100644 --- a/source/Hack-Regular.ufo/glyphs/A_.glif +++ b/source/Hack-Regular.ufo/glyphs/A_.glif @@ -4,25 +4,25 @@ - + - + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 5ad33c8d51b7bfebedd8ae80f0d33e081c8f6c4a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:42:53 -0400 Subject: [PATCH 045/187] [U+0042, regular, 'B'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/B_.glif | 94 ++++++++++---------------- 1 file changed, 35 insertions(+), 59 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/B_.glif b/source/Hack-Regular.ufo/glyphs/B_.glif index a58281827..3a5320325 100644 --- a/source/Hack-Regular.ufo/glyphs/B_.glif +++ b/source/Hack-Regular.ufo/glyphs/B_.glif @@ -4,73 +4,49 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f6e3ab3de89ca2a436736fdce45a94334c912ee3 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:43:56 -0400 Subject: [PATCH 046/187] [U+0043, regular, 'C'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/C_.glif | 67 ++++++++++---------------- 1 file changed, 26 insertions(+), 41 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/C_.glif b/source/Hack-Regular.ufo/glyphs/C_.glif index 5923825f4..ac634434f 100644 --- a/source/Hack-Regular.ufo/glyphs/C_.glif +++ b/source/Hack-Regular.ufo/glyphs/C_.glif @@ -4,53 +4,38 @@ - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 01e8d83a8c5378d63831c4365bae40b7e9b6857b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:44:41 -0400 Subject: [PATCH 047/187] [U+0044, regular, 'D'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/D_.glif | 49 +++++++++++--------------- 1 file changed, 20 insertions(+), 29 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/D_.glif b/source/Hack-Regular.ufo/glyphs/D_.glif index 8a5bbad46..23fc4132f 100644 --- a/source/Hack-Regular.ufo/glyphs/D_.glif +++ b/source/Hack-Regular.ufo/glyphs/D_.glif @@ -4,41 +4,32 @@ - + - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 04383631a732264a38eabbf7ddd98980bf74c3e8 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:45:26 -0400 Subject: [PATCH 048/187] [U+0045, regular, 'E'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/E_.glif | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/E_.glif b/source/Hack-Regular.ufo/glyphs/E_.glif index 64faf0402..5df86983e 100644 --- a/source/Hack-Regular.ufo/glyphs/E_.glif +++ b/source/Hack-Regular.ufo/glyphs/E_.glif @@ -4,24 +4,24 @@ - + - - + + - - - - + + + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 523394dcc67de4f36d9b3e2d13c8007ba04b9a75 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:46:34 -0400 Subject: [PATCH 049/187] [U+0046, regular, 'F'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/F_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/F_.glif b/source/Hack-Regular.ufo/glyphs/F_.glif index bceb9a8bf..d3a9e579a 100644 --- a/source/Hack-Regular.ufo/glyphs/F_.glif +++ b/source/Hack-Regular.ufo/glyphs/F_.glif @@ -4,22 +4,22 @@ - + - - + + - - - - + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 992827dca72d2e0e823da47d4aa8b3b0b31eac59 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:48:24 -0400 Subject: [PATCH 050/187] [U+0047, regular, 'G'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/G_.glif | 85 ++++++++++---------------- 1 file changed, 32 insertions(+), 53 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/G_.glif b/source/Hack-Regular.ufo/glyphs/G_.glif index e75ae5c1b..cb8fbc02b 100644 --- a/source/Hack-Regular.ufo/glyphs/G_.glif +++ b/source/Hack-Regular.ufo/glyphs/G_.glif @@ -4,63 +4,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f3eca206d643a91202ad1c028bdc5f0f712fe1e9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:49:08 -0400 Subject: [PATCH 051/187] [U+0048, regular, 'H'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/H_.glif | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/H_.glif b/source/Hack-Regular.ufo/glyphs/H_.glif index 4ed347448..c8b801d03 100644 --- a/source/Hack-Regular.ufo/glyphs/H_.glif +++ b/source/Hack-Regular.ufo/glyphs/H_.glif @@ -4,24 +4,24 @@ - - + + - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 199c18632d27b8a2f2f64b096d641c45892fad0e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:49:52 -0400 Subject: [PATCH 052/187] [U+0049, regular, 'I'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/I_.glif | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/I_.glif b/source/Hack-Regular.ufo/glyphs/I_.glif index eb24a303c..d2a2f187a 100644 --- a/source/Hack-Regular.ufo/glyphs/I_.glif +++ b/source/Hack-Regular.ufo/glyphs/I_.glif @@ -4,24 +4,24 @@ - - - + + + - + - - - - - + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 62fcad05044f069bd6b2a3c27e25faa982e53c9d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:50:37 -0400 Subject: [PATCH 053/187] [U+004A, regular, 'J'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/J_.glif | 45 +++++++++++--------------- 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/J_.glif b/source/Hack-Regular.ufo/glyphs/J_.glif index 439a85da3..a1f48eed4 100644 --- a/source/Hack-Regular.ufo/glyphs/J_.glif +++ b/source/Hack-Regular.ufo/glyphs/J_.glif @@ -4,39 +4,30 @@ - - - - - - + + + - - - - - - - - - - - - - + + + + + + + - + - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 13ec429aa9951f757a3ad710140c28b16f824e4d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:51:55 -0400 Subject: [PATCH 054/187] [U+004B, regular, 'K'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/K_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/K_.glif b/source/Hack-Regular.ufo/glyphs/K_.glif index 1a3e3d1e2..fa8afc72a 100644 --- a/source/Hack-Regular.ufo/glyphs/K_.glif +++ b/source/Hack-Regular.ufo/glyphs/K_.glif @@ -4,24 +4,24 @@ - - - - + + + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From b0f9959c904cee999306776ecf2b1dee10306ff4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:52:34 -0400 Subject: [PATCH 055/187] [U+004C, regular, 'L'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/L_.glif | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/L_.glif b/source/Hack-Regular.ufo/glyphs/L_.glif index dc997ca64..b2eb6a565 100644 --- a/source/Hack-Regular.ufo/glyphs/L_.glif +++ b/source/Hack-Regular.ufo/glyphs/L_.glif @@ -4,18 +4,18 @@ - - - + + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f5e8e0e03dd9c52130077ca00e7cb8bf6f8757e5 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:53:19 -0400 Subject: [PATCH 056/187] [U+004D, regular, 'M'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/M_.glif | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/M_.glif b/source/Hack-Regular.ufo/glyphs/M_.glif index 1e1ca1b58..68c355c1f 100644 --- a/source/Hack-Regular.ufo/glyphs/M_.glif +++ b/source/Hack-Regular.ufo/glyphs/M_.glif @@ -4,25 +4,25 @@ - + - - + + - - - + + + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 1ae526d1b33c3e1c116c46a5d142055140358f61 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:53:57 -0400 Subject: [PATCH 057/187] [U+004E, regular, 'N'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/N_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/N_.glif b/source/Hack-Regular.ufo/glyphs/N_.glif index 921dcb6ad..619707a05 100644 --- a/source/Hack-Regular.ufo/glyphs/N_.glif +++ b/source/Hack-Regular.ufo/glyphs/N_.glif @@ -4,22 +4,22 @@ - + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 3ee867e15b504446ef0c978bc5f0af1ee491cf25 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:54:50 -0400 Subject: [PATCH 058/187] [U+004F, regular, 'O'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/O_.glif | 92 +++++++++++--------------- 1 file changed, 40 insertions(+), 52 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/O_.glif b/source/Hack-Regular.ufo/glyphs/O_.glif index 6fcc23b0d..3744e5e2b 100644 --- a/source/Hack-Regular.ufo/glyphs/O_.glif +++ b/source/Hack-Regular.ufo/glyphs/O_.glif @@ -4,62 +4,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 28c5786e7d72e067baaa4e27236ea0c6081b4b49 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:55:35 -0400 Subject: [PATCH 059/187] [U+0050, regular, 'P'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/P_.glif | 54 ++++++++++---------------- 1 file changed, 21 insertions(+), 33 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/P_.glif b/source/Hack-Regular.ufo/glyphs/P_.glif index 926c4e8e6..0fc164d0a 100644 --- a/source/Hack-Regular.ufo/glyphs/P_.glif +++ b/source/Hack-Regular.ufo/glyphs/P_.glif @@ -4,46 +4,34 @@ - + - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f1f207707aa27708d374c1a15106d366f3bfff49 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:56:14 -0400 Subject: [PATCH 060/187] [U+0051, regular, 'Q'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/Q_.glif | 103 ++++++++++++------------- 1 file changed, 49 insertions(+), 54 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/Q_.glif b/source/Hack-Regular.ufo/glyphs/Q_.glif index 4aa20fe92..bae6bd7ad 100644 --- a/source/Hack-Regular.ufo/glyphs/Q_.glif +++ b/source/Hack-Regular.ufo/glyphs/Q_.glif @@ -4,65 +4,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From b3d15ec2862c4d4273dd792273f3d3113085908f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:56:52 -0400 Subject: [PATCH 061/187] [U+0052, regular, 'R'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/R_.glif | 78 ++++++++++---------------- 1 file changed, 30 insertions(+), 48 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/R_.glif b/source/Hack-Regular.ufo/glyphs/R_.glif index 97f63dfc0..5c9206ac9 100644 --- a/source/Hack-Regular.ufo/glyphs/R_.glif +++ b/source/Hack-Regular.ufo/glyphs/R_.glif @@ -4,61 +4,43 @@ - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 7fc43d07ad4ddb4709badb70deaeb3091af1171e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:57:31 -0400 Subject: [PATCH 062/187] [U+0053, regular, 'S'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/S_.glif | 113 +++++++++---------------- 1 file changed, 41 insertions(+), 72 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/S_.glif b/source/Hack-Regular.ufo/glyphs/S_.glif index 41d1024ad..1a2e5fc28 100644 --- a/source/Hack-Regular.ufo/glyphs/S_.glif +++ b/source/Hack-Regular.ufo/glyphs/S_.glif @@ -4,82 +4,51 @@ - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From aed17a8b6b61dc1629c15ddd2c72044198b01575 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:58:10 -0400 Subject: [PATCH 063/187] [U+0054, regular, 'T'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/T_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/T_.glif b/source/Hack-Regular.ufo/glyphs/T_.glif index 76d0521f4..2894fd2ca 100644 --- a/source/Hack-Regular.ufo/glyphs/T_.glif +++ b/source/Hack-Regular.ufo/glyphs/T_.glif @@ -4,20 +4,20 @@ - + - + - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From d4f2c1a8161f0369ef503846e8b7857926378acc Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:58:54 -0400 Subject: [PATCH 064/187] [U+0055, regular, 'U'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/U_.glif | 78 +++++++------------------- 1 file changed, 21 insertions(+), 57 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/U_.glif b/source/Hack-Regular.ufo/glyphs/U_.glif index 2c9502f77..09e3b6716 100644 --- a/source/Hack-Regular.ufo/glyphs/U_.glif +++ b/source/Hack-Regular.ufo/glyphs/U_.glif @@ -4,66 +4,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From fc7ca33b5015f5d69d44c43cab574086976e3ff4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 09:59:41 -0400 Subject: [PATCH 065/187] [U+0056, regular, 'V'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/V_.glif | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/V_.glif b/source/Hack-Regular.ufo/glyphs/V_.glif index 622d6e196..eb15aea71 100644 --- a/source/Hack-Regular.ufo/glyphs/V_.glif +++ b/source/Hack-Regular.ufo/glyphs/V_.glif @@ -4,19 +4,19 @@ - + - - + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 03c3a0681fb30fb7a971207873f147bafb6116b9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 10:00:21 -0400 Subject: [PATCH 066/187] [U+0057, regular, 'W'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/W_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/W_.glif b/source/Hack-Regular.ufo/glyphs/W_.glif index 8238ebff9..b10440555 100644 --- a/source/Hack-Regular.ufo/glyphs/W_.glif +++ b/source/Hack-Regular.ufo/glyphs/W_.glif @@ -4,25 +4,25 @@ - + - + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From e5bd099518b8ebe44bb41f92e4803cc2a13e957a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 10:00:58 -0400 Subject: [PATCH 067/187] [U+0058, regular, 'X'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/X_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/X_.glif b/source/Hack-Regular.ufo/glyphs/X_.glif index b7e046044..42c61081e 100644 --- a/source/Hack-Regular.ufo/glyphs/X_.glif +++ b/source/Hack-Regular.ufo/glyphs/X_.glif @@ -4,24 +4,24 @@ - - + + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 6356edc756659c4a228be2daa305542c95202619 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 10:01:43 -0400 Subject: [PATCH 068/187] [U+0059, regular, 'Y'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/Y_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/Y_.glif b/source/Hack-Regular.ufo/glyphs/Y_.glif index dda0a9f2e..f0e8cbec2 100644 --- a/source/Hack-Regular.ufo/glyphs/Y_.glif +++ b/source/Hack-Regular.ufo/glyphs/Y_.glif @@ -4,21 +4,21 @@ - - + + - - + + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 22a4bed784effef7a1b6a10694e050bed3864337 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 10:02:18 -0400 Subject: [PATCH 069/187] [U+005A, regular, 'Z'] simplified and improved contour --- source/Hack-Regular.ufo/glyphs/Z_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/Z_.glif b/source/Hack-Regular.ufo/glyphs/Z_.glif index b1066c0e4..b3c7a6334 100644 --- a/source/Hack-Regular.ufo/glyphs/Z_.glif +++ b/source/Hack-Regular.ufo/glyphs/Z_.glif @@ -4,22 +4,22 @@ - - + + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 9c64954aedf6ff6f0ee80b236f41d4d055f70fa9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:13:12 -0400 Subject: [PATCH 070/187] [U+0041, italic, 'A'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/A_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/A_.glif b/source/Hack-Italic.ufo/glyphs/A_.glif index b5bed9cf7..907141580 100644 --- a/source/Hack-Italic.ufo/glyphs/A_.glif +++ b/source/Hack-Italic.ufo/glyphs/A_.glif @@ -4,25 +4,25 @@ - + - + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 69adb662bbf517635a1252d8a2a5045a79d7acbe Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:13:58 -0400 Subject: [PATCH 071/187] [U+0042, italic, 'B'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/B_.glif | 88 ++++++++++----------------- 1 file changed, 32 insertions(+), 56 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/B_.glif b/source/Hack-Italic.ufo/glyphs/B_.glif index d55a30fde..c2ff89300 100644 --- a/source/Hack-Italic.ufo/glyphs/B_.glif +++ b/source/Hack-Italic.ufo/glyphs/B_.glif @@ -4,73 +4,49 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + - + - - - - - - - - - - - - - + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From ff1871a7cd47f6dd1ef249f6999dd3fa7a0f53a9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:14:32 -0400 Subject: [PATCH 072/187] [U+0043, italic, 'C'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/C_.glif | 88 +++++++++------------------ 1 file changed, 29 insertions(+), 59 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/C_.glif b/source/Hack-Italic.ufo/glyphs/C_.glif index 8de67e79a..304c39969 100644 --- a/source/Hack-Italic.ufo/glyphs/C_.glif +++ b/source/Hack-Italic.ufo/glyphs/C_.glif @@ -4,71 +4,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From fc44cf5bd6da496f553befcf9f54d6af6f471e29 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:15:06 -0400 Subject: [PATCH 073/187] [U+0044, italic, 'D'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/D_.glif | 66 ++++++++++----------------- 1 file changed, 24 insertions(+), 42 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/D_.glif b/source/Hack-Italic.ufo/glyphs/D_.glif index c50d9a80f..4cf79bd15 100644 --- a/source/Hack-Italic.ufo/glyphs/D_.glif +++ b/source/Hack-Italic.ufo/glyphs/D_.glif @@ -4,56 +4,38 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 47b1e20866a53598803376fd72a8cbd4c443905e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:15:36 -0400 Subject: [PATCH 074/187] [U+0045, italic, 'E'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/E_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/E_.glif b/source/Hack-Italic.ufo/glyphs/E_.glif index 134062544..ea2a34411 100644 --- a/source/Hack-Italic.ufo/glyphs/E_.glif +++ b/source/Hack-Italic.ufo/glyphs/E_.glif @@ -4,24 +4,24 @@ - + - + - - + + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 13d6bef1335a1741a09195dff18ff756bbe818de Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:16:09 -0400 Subject: [PATCH 075/187] [U+0046, italic, 'F'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/F_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/F_.glif b/source/Hack-Italic.ufo/glyphs/F_.glif index 0ea67cf2e..e18230e24 100644 --- a/source/Hack-Italic.ufo/glyphs/F_.glif +++ b/source/Hack-Italic.ufo/glyphs/F_.glif @@ -4,22 +4,22 @@ - + - + - - + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From d96e645d80cb8ccaf314d549e64993b57a6fb6aa Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:16:40 -0400 Subject: [PATCH 076/187] [U+0047, italic, 'G'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/G_.glif | 110 ++++++++------------------ 1 file changed, 34 insertions(+), 76 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/G_.glif b/source/Hack-Italic.ufo/glyphs/G_.glif index f7494dfd4..222c07c0a 100644 --- a/source/Hack-Italic.ufo/glyphs/G_.glif +++ b/source/Hack-Italic.ufo/glyphs/G_.glif @@ -4,90 +4,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - + + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 1823846afedaa3543e732da3bcdd77ab752f0e83 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:17:15 -0400 Subject: [PATCH 077/187] [U+0048, italic, 'H'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/H_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/H_.glif b/source/Hack-Italic.ufo/glyphs/H_.glif index e065fe160..ac8fc0cdd 100644 --- a/source/Hack-Italic.ufo/glyphs/H_.glif +++ b/source/Hack-Italic.ufo/glyphs/H_.glif @@ -4,24 +4,24 @@ - + - - + + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 5321d5ef595c8a58581da72350a8c6df0e85bdb2 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:17:48 -0400 Subject: [PATCH 078/187] [U+0049, italic, 'I'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/I_.glif | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/I_.glif b/source/Hack-Italic.ufo/glyphs/I_.glif index 7603025ac..903dd2515 100644 --- a/source/Hack-Italic.ufo/glyphs/I_.glif +++ b/source/Hack-Italic.ufo/glyphs/I_.glif @@ -4,24 +4,24 @@ - + - + - + - - - - - + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f46a0e5b3980147fc451bb1917275d94f372042b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:18:30 -0400 Subject: [PATCH 079/187] [U+004A, italic, 'J'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/J_.glif | 44 ++++++++++----------------- 1 file changed, 16 insertions(+), 28 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/J_.glif b/source/Hack-Italic.ufo/glyphs/J_.glif index f23d0ee1b..fdc1b28eb 100644 --- a/source/Hack-Italic.ufo/glyphs/J_.glif +++ b/source/Hack-Italic.ufo/glyphs/J_.glif @@ -4,42 +4,30 @@ - - - - - - + + + - - - - - - - - - - - + + + + + - + - + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 3d1863206478478741ae115dd01a0561931f5175 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:19:04 -0400 Subject: [PATCH 080/187] [U+004B, italic, 'K'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/K_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/K_.glif b/source/Hack-Italic.ufo/glyphs/K_.glif index 8a3116ac8..b6ab0d83d 100644 --- a/source/Hack-Italic.ufo/glyphs/K_.glif +++ b/source/Hack-Italic.ufo/glyphs/K_.glif @@ -4,24 +4,24 @@ - + - - + + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 092a290be17b996895a44ae136e807d8492a60db Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:19:35 -0400 Subject: [PATCH 081/187] [U+004C, italic, 'L'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/L_.glif | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/L_.glif b/source/Hack-Italic.ufo/glyphs/L_.glif index ac68071f7..72d74dddc 100644 --- a/source/Hack-Italic.ufo/glyphs/L_.glif +++ b/source/Hack-Italic.ufo/glyphs/L_.glif @@ -4,18 +4,18 @@ - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 75f8a78215ac847b6721fadc54ec4932e230cd08 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:20:10 -0400 Subject: [PATCH 082/187] [U+004D, italic, 'M'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/M_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/M_.glif b/source/Hack-Italic.ufo/glyphs/M_.glif index 7f27234e4..0ac5673e1 100644 --- a/source/Hack-Italic.ufo/glyphs/M_.glif +++ b/source/Hack-Italic.ufo/glyphs/M_.glif @@ -4,25 +4,25 @@ - + - - + + - + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c0ead1c5774a46a7df24044fa7823f66d39a92a5 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:20:44 -0400 Subject: [PATCH 083/187] [U+004E, italic, 'N'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/N_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/N_.glif b/source/Hack-Italic.ufo/glyphs/N_.glif index 903db8b25..d73bba926 100644 --- a/source/Hack-Italic.ufo/glyphs/N_.glif +++ b/source/Hack-Italic.ufo/glyphs/N_.glif @@ -4,22 +4,22 @@ - + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 68530e7db86f5970fda84627b1ccd3eec40058b4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:21:18 -0400 Subject: [PATCH 084/187] [U+004F, italic, 'O'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/O_.glif | 128 ++++++++------------------ 1 file changed, 40 insertions(+), 88 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/O_.glif b/source/Hack-Italic.ufo/glyphs/O_.glif index 93eaf8c65..3eb9e24db 100644 --- a/source/Hack-Italic.ufo/glyphs/O_.glif +++ b/source/Hack-Italic.ufo/glyphs/O_.glif @@ -4,98 +4,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From fb1ddd72bb86cd82aadb22b77c06f148e0e1cd7e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:21:56 -0400 Subject: [PATCH 085/187] [U+0050, italic, 'P'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/P_.glif | 44 ++++++++++++--------------- 1 file changed, 19 insertions(+), 25 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/P_.glif b/source/Hack-Italic.ufo/glyphs/P_.glif index 12189511e..dbd77941f 100644 --- a/source/Hack-Italic.ufo/glyphs/P_.glif +++ b/source/Hack-Italic.ufo/glyphs/P_.glif @@ -4,40 +4,34 @@ - + - - - - - - + + + + + + - + - - - - - - - - - - - - - + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f984a65341baeb9e5fd9871172ce2530ca702cc9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:22:26 -0400 Subject: [PATCH 086/187] [U+0051, italic, 'Q'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/Q_.glif | 124 ++++++++------------------ 1 file changed, 39 insertions(+), 85 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/Q_.glif b/source/Hack-Italic.ufo/glyphs/Q_.glif index f82d21fd7..b7721df41 100644 --- a/source/Hack-Italic.ufo/glyphs/Q_.glif +++ b/source/Hack-Italic.ufo/glyphs/Q_.glif @@ -4,96 +4,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 40537cb40d5da2ae29a4f14105faaf9d21189368 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:22:56 -0400 Subject: [PATCH 087/187] [U+0052, italic, 'R'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/R_.glif | 71 +++++++++++---------------- 1 file changed, 28 insertions(+), 43 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/R_.glif b/source/Hack-Italic.ufo/glyphs/R_.glif index d069dbea6..2db5269a5 100644 --- a/source/Hack-Italic.ufo/glyphs/R_.glif +++ b/source/Hack-Italic.ufo/glyphs/R_.glif @@ -4,61 +4,46 @@ - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + - + - - - - - - + + + - + - - - - - - - - - - - - - + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From b24891fe8d4a46382ef47d5e7daf807b406de90e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:23:27 -0400 Subject: [PATCH 088/187] [U+0053, italic, 'S'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/S_.glif | 112 +++++++++++--------------- 1 file changed, 45 insertions(+), 67 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/S_.glif b/source/Hack-Italic.ufo/glyphs/S_.glif index 17e3e18d2..410e95b46 100644 --- a/source/Hack-Italic.ufo/glyphs/S_.glif +++ b/source/Hack-Italic.ufo/glyphs/S_.glif @@ -4,79 +4,57 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f5243669292b65bd31eca69b613d348ea413df87 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:23:58 -0400 Subject: [PATCH 089/187] [U+0054, italic, 'T'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/T_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/T_.glif b/source/Hack-Italic.ufo/glyphs/T_.glif index 11882c3ec..6e96bc033 100644 --- a/source/Hack-Italic.ufo/glyphs/T_.glif +++ b/source/Hack-Italic.ufo/glyphs/T_.glif @@ -4,20 +4,20 @@ - + - + - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 1036531757b082ae90aa5beeec088cff3689b894 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:24:30 -0400 Subject: [PATCH 090/187] [U+0055, italic, 'U'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/U_.glif | 86 +++++++++++---------------- 1 file changed, 34 insertions(+), 52 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/U_.glif b/source/Hack-Italic.ufo/glyphs/U_.glif index 5265dbd84..1880969cb 100644 --- a/source/Hack-Italic.ufo/glyphs/U_.glif +++ b/source/Hack-Italic.ufo/glyphs/U_.glif @@ -4,63 +4,45 @@ - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f8eeea95675a3a77111e62fea8992667ed917711 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:25:27 -0400 Subject: [PATCH 091/187] [U+0056, italic, 'V'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/V_.glif | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/V_.glif b/source/Hack-Italic.ufo/glyphs/V_.glif index 2026e021e..d24286180 100644 --- a/source/Hack-Italic.ufo/glyphs/V_.glif +++ b/source/Hack-Italic.ufo/glyphs/V_.glif @@ -4,19 +4,19 @@ - + - - + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 95272d6290569d2bd025cb4dc37a0ef2f93db80f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:25:57 -0400 Subject: [PATCH 092/187] [U+0057, italic, 'W'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/W_.glif | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/W_.glif b/source/Hack-Italic.ufo/glyphs/W_.glif index 333626bde..96d33e16c 100644 --- a/source/Hack-Italic.ufo/glyphs/W_.glif +++ b/source/Hack-Italic.ufo/glyphs/W_.glif @@ -4,25 +4,25 @@ - + - + - - - + + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From e81b7c4f71642d1a67bb0e57c9229d689abe9191 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:26:27 -0400 Subject: [PATCH 093/187] [U+0058, italic, 'X'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/X_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/X_.glif b/source/Hack-Italic.ufo/glyphs/X_.glif index f59edf8c8..21052d6a9 100644 --- a/source/Hack-Italic.ufo/glyphs/X_.glif +++ b/source/Hack-Italic.ufo/glyphs/X_.glif @@ -4,24 +4,24 @@ - - + + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 38786dbc2502c64c7860779c8d6bbff9e42c77db Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:26:55 -0400 Subject: [PATCH 094/187] [U+0059, italic, 'Y'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/Y_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/Y_.glif b/source/Hack-Italic.ufo/glyphs/Y_.glif index a7925bb34..6f4317825 100644 --- a/source/Hack-Italic.ufo/glyphs/Y_.glif +++ b/source/Hack-Italic.ufo/glyphs/Y_.glif @@ -4,21 +4,21 @@ - - + + - - + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 0a855ab0856e3a5f7d659bdbf5bd26031e7ff691 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 15:27:40 -0400 Subject: [PATCH 095/187] [U+005A, italic, 'Z'] simplified and improved contour --- source/Hack-Italic.ufo/glyphs/Z_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/Z_.glif b/source/Hack-Italic.ufo/glyphs/Z_.glif index f2ac4e3b7..81d902758 100644 --- a/source/Hack-Italic.ufo/glyphs/Z_.glif +++ b/source/Hack-Italic.ufo/glyphs/Z_.glif @@ -4,22 +4,22 @@ - - + + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From ffb8c766d275d261cf80b5f0445e3c47396dd15a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:06:01 -0400 Subject: [PATCH 096/187] [U+0041, bold, 'A'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/A_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/A_.glif b/source/Hack-Bold.ufo/glyphs/A_.glif index 787deff38..fd2985b2a 100644 --- a/source/Hack-Bold.ufo/glyphs/A_.glif +++ b/source/Hack-Bold.ufo/glyphs/A_.glif @@ -4,25 +4,25 @@ - + - + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 366abe057e1737993b2331a807b5a9e45a59209b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:06:36 -0400 Subject: [PATCH 097/187] [U+0042, bold, 'B'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/B_.glif | 86 ++++++++++++----------------- 1 file changed, 34 insertions(+), 52 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/B_.glif b/source/Hack-Bold.ufo/glyphs/B_.glif index 472bbf50c..ccb42dd96 100644 --- a/source/Hack-Bold.ufo/glyphs/B_.glif +++ b/source/Hack-Bold.ufo/glyphs/B_.glif @@ -4,67 +4,49 @@ - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 0e8e0312ebc5fd311e041c9da3d4863d76bc9427 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:07:13 -0400 Subject: [PATCH 098/187] [U+0043, bold, 'C'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/C_.glif | 76 ++++++++++------------------- 1 file changed, 26 insertions(+), 50 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/C_.glif b/source/Hack-Bold.ufo/glyphs/C_.glif index ae8dd8804..399d33792 100644 --- a/source/Hack-Bold.ufo/glyphs/C_.glif +++ b/source/Hack-Bold.ufo/glyphs/C_.glif @@ -4,62 +4,38 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From df51150cdf14e8c0d83b07f5950e0ecf7b9b2535 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:07:50 -0400 Subject: [PATCH 099/187] [U+0044, bold, 'D'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/D_.glif | 47 ++++++++++++----------------- 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/D_.glif b/source/Hack-Bold.ufo/glyphs/D_.glif index 84cf24311..7a791eaea 100644 --- a/source/Hack-Bold.ufo/glyphs/D_.glif +++ b/source/Hack-Bold.ufo/glyphs/D_.glif @@ -4,41 +4,32 @@ - + - - - - - - - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 4b9f65029ca09a1d01e2e41421358abade5eafac Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:08:24 -0400 Subject: [PATCH 100/187] [U+0045, bold, 'E'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/E_.glif | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/E_.glif b/source/Hack-Bold.ufo/glyphs/E_.glif index e9ddd7710..b2cb95e9a 100644 --- a/source/Hack-Bold.ufo/glyphs/E_.glif +++ b/source/Hack-Bold.ufo/glyphs/E_.glif @@ -4,24 +4,24 @@ - + - - + + - - - - + + + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 518743080bef26e07b39e2a2247aa311aebc38b4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:09:00 -0400 Subject: [PATCH 101/187] [U+0046, bold, 'F'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/F_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/F_.glif b/source/Hack-Bold.ufo/glyphs/F_.glif index 74abbc6a3..0857aa22b 100644 --- a/source/Hack-Bold.ufo/glyphs/F_.glif +++ b/source/Hack-Bold.ufo/glyphs/F_.glif @@ -4,22 +4,22 @@ - + - - + + - - - - + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c222dc77df8ae640fcd3c2bbb307227bdc126e0f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:09:32 -0400 Subject: [PATCH 102/187] [U+0047, bold, 'G'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/G_.glif | 88 +++++++++++------------------ 1 file changed, 32 insertions(+), 56 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/G_.glif b/source/Hack-Bold.ufo/glyphs/G_.glif index a689d8910..1996fed6c 100644 --- a/source/Hack-Bold.ufo/glyphs/G_.glif +++ b/source/Hack-Bold.ufo/glyphs/G_.glif @@ -4,66 +4,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 6b53421c726067df27d32c959f9226245801579f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:10:34 -0400 Subject: [PATCH 103/187] [U+0048, bold, 'H'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/H_.glif | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/H_.glif b/source/Hack-Bold.ufo/glyphs/H_.glif index e3ea5ff83..2fdf15521 100644 --- a/source/Hack-Bold.ufo/glyphs/H_.glif +++ b/source/Hack-Bold.ufo/glyphs/H_.glif @@ -4,24 +4,24 @@ - - + + - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 5cab4f33d0c47bdb65519e7a7795d177c5cbd479 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:11:07 -0400 Subject: [PATCH 104/187] [U+0049, bold, 'I'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/I_.glif | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/I_.glif b/source/Hack-Bold.ufo/glyphs/I_.glif index ab89cacc3..8bf42f953 100644 --- a/source/Hack-Bold.ufo/glyphs/I_.glif +++ b/source/Hack-Bold.ufo/glyphs/I_.glif @@ -4,24 +4,24 @@ - - - + + + - + - - - - - + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c0a6dbcd126aa97aeb34d1a5d04dc99881837e53 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:11:44 -0400 Subject: [PATCH 105/187] [U+004A, bold, 'J'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/J_.glif | 45 ++++++++++++----------------- 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/J_.glif b/source/Hack-Bold.ufo/glyphs/J_.glif index 60edab2e0..1a1900594 100644 --- a/source/Hack-Bold.ufo/glyphs/J_.glif +++ b/source/Hack-Bold.ufo/glyphs/J_.glif @@ -4,39 +4,30 @@ - - - - - - + + + - - - - - - - - - - + + + + + + + - + - - - - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 3794dfc3159a8e6bfbf4326e4687fb9fbf65309c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:12:16 -0400 Subject: [PATCH 106/187] [U+004B, bold, 'K'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/K_.glif | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/K_.glif b/source/Hack-Bold.ufo/glyphs/K_.glif index 6a9dfc284..a99508647 100644 --- a/source/Hack-Bold.ufo/glyphs/K_.glif +++ b/source/Hack-Bold.ufo/glyphs/K_.glif @@ -4,24 +4,24 @@ - - - - + + + + - + - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 753b141cac76f2e422d4f3eff2dc5c64ee2cc9f0 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:12:52 -0400 Subject: [PATCH 107/187] [U+004C, bold, 'L'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/L_.glif | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/L_.glif b/source/Hack-Bold.ufo/glyphs/L_.glif index 70bca4427..7b90a41a5 100644 --- a/source/Hack-Bold.ufo/glyphs/L_.glif +++ b/source/Hack-Bold.ufo/glyphs/L_.glif @@ -4,18 +4,18 @@ - - - + + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From d652ff595d15e8f04d25953695bd2af0bec4fe63 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:13:30 -0400 Subject: [PATCH 108/187] [U+004D, bold, 'M'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/M_.glif | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/M_.glif b/source/Hack-Bold.ufo/glyphs/M_.glif index c62a36872..d4613aec4 100644 --- a/source/Hack-Bold.ufo/glyphs/M_.glif +++ b/source/Hack-Bold.ufo/glyphs/M_.glif @@ -4,25 +4,25 @@ - + - - + + - - - + + + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 534911a0826a0193c79c8f2c507c5f3ebe5a3729 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:14:06 -0400 Subject: [PATCH 109/187] [U+004E, bold, 'N'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/N_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/N_.glif b/source/Hack-Bold.ufo/glyphs/N_.glif index c2d9215de..559a32d3a 100644 --- a/source/Hack-Bold.ufo/glyphs/N_.glif +++ b/source/Hack-Bold.ufo/glyphs/N_.glif @@ -4,22 +4,22 @@ - + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From e68228c17c2ea78a18e5baae1a836b915980d531 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:14:40 -0400 Subject: [PATCH 110/187] [U+004F, bold, 'O'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/O_.glif | 83 +++++++++++------------------ 1 file changed, 31 insertions(+), 52 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/O_.glif b/source/Hack-Bold.ufo/glyphs/O_.glif index 529289e5e..f9edc4ead 100644 --- a/source/Hack-Bold.ufo/glyphs/O_.glif +++ b/source/Hack-Bold.ufo/glyphs/O_.glif @@ -4,62 +4,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From a2423fcb71bb2ee60479a4db5c86fa6d5a3d2834 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:15:18 -0400 Subject: [PATCH 111/187] [U+0050, bold, 'P'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/P_.glif | 47 ++++++++++++----------------- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/P_.glif b/source/Hack-Bold.ufo/glyphs/P_.glif index c1e1f7dcd..c9e65dde5 100644 --- a/source/Hack-Bold.ufo/glyphs/P_.glif +++ b/source/Hack-Bold.ufo/glyphs/P_.glif @@ -4,40 +4,33 @@ - + - - - - - - - - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 0c155b7b1d9bc19204de7ed182e8cfab0afb1a84 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:15:49 -0400 Subject: [PATCH 112/187] [U+0051, bold, 'Q'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/Q_.glif | 92 ++++++++++++----------------- 1 file changed, 37 insertions(+), 55 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/Q_.glif b/source/Hack-Bold.ufo/glyphs/Q_.glif index 4cbb032b2..129e5e02c 100644 --- a/source/Hack-Bold.ufo/glyphs/Q_.glif +++ b/source/Hack-Bold.ufo/glyphs/Q_.glif @@ -4,66 +4,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 28b4d8a7b9f09b3e0605ea67f70d5cd6b21b8930 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:16:20 -0400 Subject: [PATCH 113/187] [U+0052, bold, 'R'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/R_.glif | 74 +++++++++++------------------ 1 file changed, 29 insertions(+), 45 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/R_.glif b/source/Hack-Bold.ufo/glyphs/R_.glif index 9ae9d1275..77deb105e 100644 --- a/source/Hack-Bold.ufo/glyphs/R_.glif +++ b/source/Hack-Bold.ufo/glyphs/R_.glif @@ -4,59 +4,43 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - + + + + + + - - - - - - - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 8e1dc377465335d47a34cae56ba669089ac9c20e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:16:51 -0400 Subject: [PATCH 114/187] [U+0053, bold, 'S'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/S_.glif | 114 ++++++++++------------------ 1 file changed, 41 insertions(+), 73 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/S_.glif b/source/Hack-Bold.ufo/glyphs/S_.glif index fd5218e6c..f5f49114d 100644 --- a/source/Hack-Bold.ufo/glyphs/S_.glif +++ b/source/Hack-Bold.ufo/glyphs/S_.glif @@ -4,82 +4,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From bfc89a845ec811bb1c79214828145532d0e8423e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:17:24 -0400 Subject: [PATCH 115/187] [U+0054, bold, 'T'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/T_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/T_.glif b/source/Hack-Bold.ufo/glyphs/T_.glif index b22c39dfd..bcd151e81 100644 --- a/source/Hack-Bold.ufo/glyphs/T_.glif +++ b/source/Hack-Bold.ufo/glyphs/T_.glif @@ -4,20 +4,20 @@ - + - + - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 01e145a491413aec33e040ebd19ad9f4d68ddc50 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:17:54 -0400 Subject: [PATCH 116/187] [U+0055, bold, 'U'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/U_.glif | 52 +++++++++++------------------ 1 file changed, 20 insertions(+), 32 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/U_.glif b/source/Hack-Bold.ufo/glyphs/U_.glif index 106503764..ecc2cf158 100644 --- a/source/Hack-Bold.ufo/glyphs/U_.glif +++ b/source/Hack-Bold.ufo/glyphs/U_.glif @@ -4,42 +4,30 @@ - - - - - - - - + + + + + - - - - - - - - - - - - - - + + + + + + + + - - - - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 99d8eeda67443fcfc89fe919db9a6e4c0bb0246c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:18:48 -0400 Subject: [PATCH 117/187] [U+0056, bold, 'V'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/V_.glif | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/V_.glif b/source/Hack-Bold.ufo/glyphs/V_.glif index b75c1c453..4abdfae83 100644 --- a/source/Hack-Bold.ufo/glyphs/V_.glif +++ b/source/Hack-Bold.ufo/glyphs/V_.glif @@ -4,19 +4,19 @@ - + - - + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c47ce3440682d4df8161d8273f8fc4301baea768 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:19:18 -0400 Subject: [PATCH 118/187] [U+0057, bold, 'W'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/W_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/W_.glif b/source/Hack-Bold.ufo/glyphs/W_.glif index 2d4727d97..3d71f53e7 100644 --- a/source/Hack-Bold.ufo/glyphs/W_.glif +++ b/source/Hack-Bold.ufo/glyphs/W_.glif @@ -4,25 +4,25 @@ - + - + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From a4a9a4a7faf1b2e57d6ab0030090d92c3043acae Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:19:53 -0400 Subject: [PATCH 119/187] [U+0058, bold, 'X'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/X_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/X_.glif b/source/Hack-Bold.ufo/glyphs/X_.glif index d4fb558aa..66d616602 100644 --- a/source/Hack-Bold.ufo/glyphs/X_.glif +++ b/source/Hack-Bold.ufo/glyphs/X_.glif @@ -4,24 +4,24 @@ - - + + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 0e4b978a13d331f47b5adf5f4d918e3b6aa72835 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:20:30 -0400 Subject: [PATCH 120/187] [U+0059, bold, 'Y'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/Y_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/Y_.glif b/source/Hack-Bold.ufo/glyphs/Y_.glif index 90df7bed4..6a02fc2e7 100644 --- a/source/Hack-Bold.ufo/glyphs/Y_.glif +++ b/source/Hack-Bold.ufo/glyphs/Y_.glif @@ -4,21 +4,21 @@ - - + + - - + + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c079111f95793cdbe8137eba1da430dde79cbd34 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 9 Apr 2018 18:22:03 -0400 Subject: [PATCH 121/187] [U+005A, bold, 'Z'] simplified and improved contour --- source/Hack-Bold.ufo/glyphs/Z_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/Z_.glif b/source/Hack-Bold.ufo/glyphs/Z_.glif index 2ce7767cd..c9554a776 100644 --- a/source/Hack-Bold.ufo/glyphs/Z_.glif +++ b/source/Hack-Bold.ufo/glyphs/Z_.glif @@ -4,22 +4,22 @@ - - + + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 6239c1fe5762b6e30d43d8b412140cbae490ad85 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:33:34 -0400 Subject: [PATCH 122/187] [U+0041, bolditalic, 'A'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/A_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_.glif b/source/Hack-BoldItalic.ufo/glyphs/A_.glif index 4f8e0636e..9eef9b6cc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_.glif @@ -4,25 +4,25 @@ - + - + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 485e30b0337af691e80b17e70b218b808fc61efd Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:34:15 -0400 Subject: [PATCH 123/187] [U+0042, bolditalic, 'b'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/B_.glif | 91 +++++++++-------------- 1 file changed, 35 insertions(+), 56 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/B_.glif b/source/Hack-BoldItalic.ufo/glyphs/B_.glif index ed52a4823..28658f61f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/B_.glif @@ -4,73 +4,52 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + - + - - - - - - - - - - - - - + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 35926882c1d01763ed34be39bc4ca5e917a6f8aa Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:34:48 -0400 Subject: [PATCH 124/187] [U+0043, bolditalic, 'C'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/C_.glif | 88 +++++++---------------- 1 file changed, 26 insertions(+), 62 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_.glif b/source/Hack-BoldItalic.ufo/glyphs/C_.glif index 95b699507..29ad3dd6a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_.glif @@ -4,74 +4,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From de4a24d6a242a36250b707aa60333dc9d6f5febd Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:35:21 -0400 Subject: [PATCH 125/187] [U+0044, bolditalic, 'D'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/D_.glif | 72 ++++++++--------------- 1 file changed, 24 insertions(+), 48 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/D_.glif b/source/Hack-BoldItalic.ufo/glyphs/D_.glif index 8610f43ba..0634ff562 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/D_.glif @@ -4,62 +4,38 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 7620c78ac8bf77e38d4dc8be0de1d65134a00c6f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:35:53 -0400 Subject: [PATCH 126/187] [U+0045, bolditalic, 'E'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/E_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_.glif b/source/Hack-BoldItalic.ufo/glyphs/E_.glif index a1441bd33..2458fe9ec 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_.glif @@ -4,24 +4,24 @@ - + - + - - + + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 9f5c36a7396fd92344c8895d84ff700eb9d6cfa8 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:36:28 -0400 Subject: [PATCH 127/187] [U+0046, bolditalic, 'F'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/F_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/F_.glif b/source/Hack-BoldItalic.ufo/glyphs/F_.glif index 99a0fd076..d52d797c0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/F_.glif @@ -4,22 +4,22 @@ - + - + - - + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 9fcd97370184814c64a0353495f9103003541a5a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:36:58 -0400 Subject: [PATCH 128/187] [U+0047, bolditalic, 'G'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/G_.glif | 98 +++++++---------------- 1 file changed, 28 insertions(+), 70 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/G_.glif b/source/Hack-BoldItalic.ufo/glyphs/G_.glif index 1ff619f05..bedfeb1e7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/G_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/G_.glif @@ -4,84 +4,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - + + - - - - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 7938bfb3cb07ee27101c19404aa60c08d6156c85 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:37:37 -0400 Subject: [PATCH 129/187] [U+0048, bolditalic, 'H'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/H_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/H_.glif b/source/Hack-BoldItalic.ufo/glyphs/H_.glif index 3fc32129f..0c9e31b5c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/H_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/H_.glif @@ -4,24 +4,24 @@ - + - - + + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c7730a6dca7550ff7c0af1623b8bb8f713da8607 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:38:07 -0400 Subject: [PATCH 130/187] [U+0049, bolditalic, 'I'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/I_.glif | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_.glif b/source/Hack-BoldItalic.ufo/glyphs/I_.glif index 2a551723f..53248e14f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_.glif @@ -4,24 +4,24 @@ - + - + - + - - - - - + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From ba839aea7005ad782f98ee2e9d65e487db15cdc1 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:38:42 -0400 Subject: [PATCH 131/187] [U+004A, bolditalic, 'J'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/J_.glif | 50 +++++++++-------------- 1 file changed, 19 insertions(+), 31 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/J_.glif b/source/Hack-BoldItalic.ufo/glyphs/J_.glif index 1d3ee1e63..ae2b4fc4b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/J_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/J_.glif @@ -4,45 +4,33 @@ - - - - - - + + + - - - - - - - - - - - + + + + + - + - + - - - - - - - - + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f692eda8210967aac6c7799a436aedaeaab0aa70 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:39:13 -0400 Subject: [PATCH 132/187] [U+004B, bolditalic, 'K'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/K_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/K_.glif b/source/Hack-BoldItalic.ufo/glyphs/K_.glif index 76721d828..ae0968c47 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/K_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/K_.glif @@ -4,24 +4,24 @@ - + - - + + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 970f01884bf703cfb75778a4d54724398e293bdd Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:39:41 -0400 Subject: [PATCH 133/187] [U+004C, bolditalic, 'L'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/L_.glif | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/L_.glif b/source/Hack-BoldItalic.ufo/glyphs/L_.glif index 3dc9dd44b..760708bdc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/L_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/L_.glif @@ -4,18 +4,18 @@ - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 9ba9620da0df7b03d92445f6fd3470e0ed936184 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:40:13 -0400 Subject: [PATCH 134/187] [U+004D, bolditalic, 'M'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/M_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/M_.glif b/source/Hack-BoldItalic.ufo/glyphs/M_.glif index 0f08a2122..b7d083c5f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/M_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/M_.glif @@ -4,25 +4,25 @@ - + - - + + - + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From d810a787dca75fd3a13dd0ceaa5812722d7711e1 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:40:47 -0400 Subject: [PATCH 135/187] [U+004E, bolditalic, 'N'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/N_.glif | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/N_.glif b/source/Hack-BoldItalic.ufo/glyphs/N_.glif index 03a291765..e3b8bb811 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/N_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/N_.glif @@ -4,22 +4,22 @@ - + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 5c23c1ea7b3b329e9c83ea7b04a428d75003c4c9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:41:23 -0400 Subject: [PATCH 136/187] [U+004F, bolditalic, 'O'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/O_.glif | 128 +++++++--------------- 1 file changed, 40 insertions(+), 88 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_.glif b/source/Hack-BoldItalic.ufo/glyphs/O_.glif index a23925e26..59a64162a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_.glif @@ -4,98 +4,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 2ec6efe98589edf7e1c8ca80f34bd5889e5da5f4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:42:01 -0400 Subject: [PATCH 137/187] [U+0050, bolditalic, 'P'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/P_.glif | 61 ++++++++++------------- 1 file changed, 26 insertions(+), 35 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/P_.glif b/source/Hack-BoldItalic.ufo/glyphs/P_.glif index ef44819fb..94b5e63b0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/P_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/P_.glif @@ -4,49 +4,40 @@ - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 87665503b8c3439a13ccd183d235f979004d9d7f Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:42:34 -0400 Subject: [PATCH 138/187] [U+0051, bolditalic, 'Q'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/Q_.glif | 128 +++++++--------------- 1 file changed, 41 insertions(+), 87 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/Q_.glif b/source/Hack-BoldItalic.ufo/glyphs/Q_.glif index 97f76eac4..8a8a94d29 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Q_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Q_.glif @@ -4,99 +4,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 719c67ef087495943135f3c08b02bffdff5b7ead Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:43:15 -0400 Subject: [PATCH 139/187] [U+0052, bolditalic, 'R'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/R_.glif | 68 +++++++++-------------- 1 file changed, 26 insertions(+), 42 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/R_.glif b/source/Hack-BoldItalic.ufo/glyphs/R_.glif index c7cefac1c..0a0beac73 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/R_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/R_.glif @@ -4,59 +4,43 @@ - + - - - - - - - - - - - - - - - - - + + + + + + + + - + - - - - - + + + + - + - - - - - - - - - - - - - + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 97157f1fe1b2937c478f3cc3d78c37831c7f7bb1 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:43:46 -0400 Subject: [PATCH 140/187] [U+0053, bolditalic, 'S'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/S_.glif | 109 ++++++++-------------- 1 file changed, 38 insertions(+), 71 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/S_.glif b/source/Hack-BoldItalic.ufo/glyphs/S_.glif index f384edf81..425784352 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/S_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/S_.glif @@ -4,83 +4,50 @@ - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From a6a73e2dab0fa406d770fde3be110d3d3597d6bc Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:44:19 -0400 Subject: [PATCH 141/187] [U+0054, bolditalic, 'T'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/T_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/T_.glif b/source/Hack-BoldItalic.ufo/glyphs/T_.glif index 26e11e7bc..365d26af0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/T_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/T_.glif @@ -4,20 +4,20 @@ - + - + - - - + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 72d4f87d87d87a64c877456bfc6d3529268932cb Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:44:54 -0400 Subject: [PATCH 142/187] [U+0055, bolditalic, 'U'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/U_.glif | 72 +++++++++-------------- 1 file changed, 27 insertions(+), 45 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_.glif b/source/Hack-BoldItalic.ufo/glyphs/U_.glif index 1b529f967..eff07d1d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_.glif @@ -4,57 +4,39 @@ - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + - + - - - - - - - - - - - + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From ed5b4729f503b5a725f33f9b3a8e02ca6f15d853 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:45:46 -0400 Subject: [PATCH 143/187] [U+0056, bolditalic, 'V'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/V_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/V_.glif b/source/Hack-BoldItalic.ufo/glyphs/V_.glif index 6f2ab2c90..999785906 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/V_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/V_.glif @@ -4,19 +4,19 @@ - - - - + + + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 3b6e201a405369a24ab983635fb653c22f654cc9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:46:16 -0400 Subject: [PATCH 144/187] [U+0057, bolditalic, 'W'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/W_.glif | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/W_.glif b/source/Hack-BoldItalic.ufo/glyphs/W_.glif index a5150992a..23e1717f2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/W_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/W_.glif @@ -4,25 +4,25 @@ - + - + - - - + + + - - - - + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 0f4e933524adad1b2e4096ac7b761342131e13b2 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:46:46 -0400 Subject: [PATCH 145/187] [U+0058, bolditalic, 'X'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/X_.glif | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/X_.glif b/source/Hack-BoldItalic.ufo/glyphs/X_.glif index 1c6b7358d..3f3563623 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/X_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/X_.glif @@ -4,24 +4,24 @@ - - + + - - + + - + - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 03f0b3c9cc63896c4d58d444b8ac92cb6a697c41 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:47:22 -0400 Subject: [PATCH 146/187] [U+0059, bolditalic, 'Y'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/Y_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/Y_.glif b/source/Hack-BoldItalic.ufo/glyphs/Y_.glif index b1f487add..547b933b7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Y_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Y_.glif @@ -4,21 +4,21 @@ - - + + - - + + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From eddbfa85d54063f6e9997bc6355aac3b4efff134 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 10 Apr 2018 18:47:52 -0400 Subject: [PATCH 147/187] [U+005A, bolditalic, 'Z'] simplified and improved contour --- source/Hack-BoldItalic.ufo/glyphs/Z_.glif | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/Z_.glif b/source/Hack-BoldItalic.ufo/glyphs/Z_.glif index 1862e3ca1..72c49f00e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Z_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Z_.glif @@ -4,22 +4,22 @@ - - + + - + - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 50ed93dde56b87635dc522ff6d24811ec7a514d6 Mon Sep 17 00:00:00 2001 From: Pavel Kolchanov Date: Sun, 13 May 2018 21:28:13 +0500 Subject: [PATCH 148/187] Add glyph U+20BD --- source/Hack-Bold.ufo/glyphs/ruble.glif | 49 ++++++++++++++++++ source/Hack-BoldItalic.ufo/glyphs/ruble.glif | 52 ++++++++++++++++++++ source/Hack-Italic.ufo/glyphs/ruble.glif | 49 ++++++++++++++++++ source/Hack-Regular.ufo/glyphs/ruble.glif | 49 ++++++++++++++++++ 4 files changed, 199 insertions(+) create mode 100644 source/Hack-Bold.ufo/glyphs/ruble.glif create mode 100644 source/Hack-BoldItalic.ufo/glyphs/ruble.glif create mode 100644 source/Hack-Italic.ufo/glyphs/ruble.glif create mode 100644 source/Hack-Regular.ufo/glyphs/ruble.glif diff --git a/source/Hack-Bold.ufo/glyphs/ruble.glif b/source/Hack-Bold.ufo/glyphs/ruble.glif new file mode 100644 index 000000000..9868de0f4 --- /dev/null +++ b/source/Hack-Bold.ufo/glyphs/ruble.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018-05-15 17:58:08 +0000 + + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ruble.glif b/source/Hack-BoldItalic.ufo/glyphs/ruble.glif new file mode 100644 index 000000000..014bcbd4b --- /dev/null +++ b/source/Hack-BoldItalic.ufo/glyphs/ruble.glif @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018-05-15 18:14:42 +0000 + + + diff --git a/source/Hack-Italic.ufo/glyphs/ruble.glif b/source/Hack-Italic.ufo/glyphs/ruble.glif new file mode 100644 index 000000000..9fdf6ce77 --- /dev/null +++ b/source/Hack-Italic.ufo/glyphs/ruble.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018-05-13 16:25:46 +0000 + + + diff --git a/source/Hack-Regular.ufo/glyphs/ruble.glif b/source/Hack-Regular.ufo/glyphs/ruble.glif new file mode 100644 index 000000000..cd7540ec7 --- /dev/null +++ b/source/Hack-Regular.ufo/glyphs/ruble.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange + 2018-05-13 11:18:51 +0000 + + + From 2fd72e666cb7e049fd0d24d9390be0e0fa36eb59 Mon Sep 17 00:00:00 2001 From: Joseph Daniel Winters Date: Mon, 28 May 2018 19:32:39 -0400 Subject: [PATCH 149/187] [U+0028, U+0029] Made parentheses rounder --- source/Hack-Bold.ufo/glyphs/parenleft.glif | 40 +++++++------------ source/Hack-Bold.ufo/glyphs/parenright.glif | 40 +++++++------------ .../Hack-BoldItalic.ufo/glyphs/parenleft.glif | 37 +++++++---------- .../glyphs/parenright.glif | 37 +++++++---------- source/Hack-Italic.ufo/glyphs/parenleft.glif | 37 +++++++---------- source/Hack-Italic.ufo/glyphs/parenright.glif | 40 +++++++------------ source/Hack-Regular.ufo/glyphs/parenleft.glif | 37 +++++++---------- .../Hack-Regular.ufo/glyphs/parenright.glif | 40 +++++++------------ 8 files changed, 112 insertions(+), 196 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/parenleft.glif b/source/Hack-Bold.ufo/glyphs/parenleft.glif index 1ff6d0dd0..35d5acfa2 100644 --- a/source/Hack-Bold.ufo/glyphs/parenleft.glif +++ b/source/Hack-Bold.ufo/glyphs/parenleft.glif @@ -4,32 +4,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/source/Hack-Bold.ufo/glyphs/parenright.glif b/source/Hack-Bold.ufo/glyphs/parenright.glif index 8b45b140f..63e4ae4c0 100644 --- a/source/Hack-Bold.ufo/glyphs/parenright.glif +++ b/source/Hack-Bold.ufo/glyphs/parenright.glif @@ -4,32 +4,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif index f0afa24cc..6777eba14 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif @@ -4,29 +4,20 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif index f8c2e0854..16f15ff36 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif @@ -4,29 +4,20 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/source/Hack-Italic.ufo/glyphs/parenleft.glif b/source/Hack-Italic.ufo/glyphs/parenleft.glif index 6664e4908..6da5ab330 100644 --- a/source/Hack-Italic.ufo/glyphs/parenleft.glif +++ b/source/Hack-Italic.ufo/glyphs/parenleft.glif @@ -4,29 +4,20 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/source/Hack-Italic.ufo/glyphs/parenright.glif b/source/Hack-Italic.ufo/glyphs/parenright.glif index 565bc01c3..e69ddc4a9 100644 --- a/source/Hack-Italic.ufo/glyphs/parenright.glif +++ b/source/Hack-Italic.ufo/glyphs/parenright.glif @@ -4,32 +4,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/source/Hack-Regular.ufo/glyphs/parenleft.glif b/source/Hack-Regular.ufo/glyphs/parenleft.glif index 00286ecd1..f0141b6f3 100644 --- a/source/Hack-Regular.ufo/glyphs/parenleft.glif +++ b/source/Hack-Regular.ufo/glyphs/parenleft.glif @@ -4,29 +4,20 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/source/Hack-Regular.ufo/glyphs/parenright.glif b/source/Hack-Regular.ufo/glyphs/parenright.glif index 637eb02d6..3d9c8c824 100644 --- a/source/Hack-Regular.ufo/glyphs/parenright.glif +++ b/source/Hack-Regular.ufo/glyphs/parenright.glif @@ -4,32 +4,20 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + From 82186e9b19237cbc84a3ec45a700e2ee16444e12 Mon Sep 17 00:00:00 2001 From: Joseph Daniel Winters Date: Mon, 28 May 2018 19:41:06 -0400 Subject: [PATCH 150/187] [U+003C, U+003E] Wider less-than and greater-than --- source/Hack-Bold.ufo/glyphs/greater.glif | 10 +++++----- source/Hack-Bold.ufo/glyphs/less.glif | 12 ++++++------ source/Hack-BoldItalic.ufo/glyphs/greater.glif | 10 +++++----- source/Hack-BoldItalic.ufo/glyphs/less.glif | 10 +++++----- source/Hack-Italic.ufo/glyphs/greater.glif | 10 +++++----- source/Hack-Italic.ufo/glyphs/less.glif | 10 +++++----- source/Hack-Regular.ufo/glyphs/greater.glif | 10 +++++----- source/Hack-Regular.ufo/glyphs/less.glif | 10 +++++----- 8 files changed, 41 insertions(+), 41 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/greater.glif b/source/Hack-Bold.ufo/glyphs/greater.glif index 4a52d67a0..55420f5cc 100644 --- a/source/Hack-Bold.ufo/glyphs/greater.glif +++ b/source/Hack-Bold.ufo/glyphs/greater.glif @@ -4,13 +4,13 @@ - - - - + + + + - + diff --git a/source/Hack-Bold.ufo/glyphs/less.glif b/source/Hack-Bold.ufo/glyphs/less.glif index 10001beae..b95bc380d 100644 --- a/source/Hack-Bold.ufo/glyphs/less.glif +++ b/source/Hack-Bold.ufo/glyphs/less.glif @@ -4,13 +4,13 @@ - + - - - - - + + + + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/greater.glif b/source/Hack-BoldItalic.ufo/glyphs/greater.glif index 4a52d67a0..d81e22b34 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/greater.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/greater.glif @@ -4,13 +4,13 @@ - - - - + + + + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/less.glif b/source/Hack-BoldItalic.ufo/glyphs/less.glif index 10001beae..8bfccff7f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/less.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/less.glif @@ -6,11 +6,11 @@ - - - - - + + + + + diff --git a/source/Hack-Italic.ufo/glyphs/greater.glif b/source/Hack-Italic.ufo/glyphs/greater.glif index 9eed786ea..f9362cb05 100644 --- a/source/Hack-Italic.ufo/glyphs/greater.glif +++ b/source/Hack-Italic.ufo/glyphs/greater.glif @@ -4,13 +4,13 @@ - - - - + + + + - + diff --git a/source/Hack-Italic.ufo/glyphs/less.glif b/source/Hack-Italic.ufo/glyphs/less.glif index 0d1f12cc9..708f7b41b 100644 --- a/source/Hack-Italic.ufo/glyphs/less.glif +++ b/source/Hack-Italic.ufo/glyphs/less.glif @@ -6,11 +6,11 @@ - - - - - + + + + + diff --git a/source/Hack-Regular.ufo/glyphs/greater.glif b/source/Hack-Regular.ufo/glyphs/greater.glif index 9eed786ea..f9362cb05 100644 --- a/source/Hack-Regular.ufo/glyphs/greater.glif +++ b/source/Hack-Regular.ufo/glyphs/greater.glif @@ -4,13 +4,13 @@ - - - - + + + + - + diff --git a/source/Hack-Regular.ufo/glyphs/less.glif b/source/Hack-Regular.ufo/glyphs/less.glif index 0d1f12cc9..708f7b41b 100644 --- a/source/Hack-Regular.ufo/glyphs/less.glif +++ b/source/Hack-Regular.ufo/glyphs/less.glif @@ -6,11 +6,11 @@ - - - - - + + + + + From ef63a401d81e69b7c817e83ec06fb08b87fc74f1 Mon Sep 17 00:00:00 2001 From: Joseph Daniel Winters Date: Thu, 31 May 2018 23:36:30 -0400 Subject: [PATCH 151/187] Reduced tapering at ends of left parentheses --- source/Hack-Bold.ufo/glyphs/parenleft.glif | 8 ++++---- source/Hack-Regular.ufo/glyphs/parenleft.glif | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/parenleft.glif b/source/Hack-Bold.ufo/glyphs/parenleft.glif index 35d5acfa2..e2738a10f 100644 --- a/source/Hack-Bold.ufo/glyphs/parenleft.glif +++ b/source/Hack-Bold.ufo/glyphs/parenleft.glif @@ -11,13 +11,13 @@ - - + + - - + + diff --git a/source/Hack-Regular.ufo/glyphs/parenleft.glif b/source/Hack-Regular.ufo/glyphs/parenleft.glif index f0141b6f3..500576268 100644 --- a/source/Hack-Regular.ufo/glyphs/parenleft.glif +++ b/source/Hack-Regular.ufo/glyphs/parenleft.glif @@ -11,13 +11,13 @@ - - + + - - + + From 60d7e3ca1be0ddd2962d14fef7f9c40bfeea2bc8 Mon Sep 17 00:00:00 2001 From: Pavel Kolchanov Date: Wed, 30 May 2018 22:55:04 +0500 Subject: [PATCH 152/187] =?UTF-8?q?[U+0442,=20regular,=20'=D1=82']=20exten?= =?UTF-8?q?ded=20hozitontal=20stroke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Hack-Regular.ufo/glyphs/uni0442.glif | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/uni0442.glif b/source/Hack-Regular.ufo/glyphs/uni0442.glif index 432fabd2d..7fb9e7741 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0442.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0442.glif @@ -5,10 +5,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-05-30 17:48:01 +0000 From 8ac88185efb21c12fbe5617e0f1b08684a202264 Mon Sep 17 00:00:00 2001 From: Pavel Kolchanov Date: Wed, 30 May 2018 23:08:19 +0500 Subject: [PATCH 153/187] =?UTF-8?q?[U+0442,=20bold,=20'=D1=82']=20extended?= =?UTF-8?q?=20hozitontal=20stroke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Hack-Bold.ufo/glyphs/uni0442.glif | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/uni0442.glif b/source/Hack-Bold.ufo/glyphs/uni0442.glif index 36f9255b4..baf0c58ee 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0442.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0442.glif @@ -5,10 +5,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-05-30 18:05:11 +0000 From 24d786f9e09c4c6cd83b46ee2ba1cd1f44f7fa7d Mon Sep 17 00:00:00 2001 From: Pavel Kolchanov Date: Fri, 1 Jun 2018 12:07:46 +0500 Subject: [PATCH 154/187] =?UTF-8?q?[U+0442,=20italic,=20'=D1=82']=20extend?= =?UTF-8?q?ed=20hozitontal=20stroke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Hack-Italic.ufo/glyphs/uni0442.glif | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/uni0442.glif b/source/Hack-Italic.ufo/glyphs/uni0442.glif index 96206ab93..d35da0fe0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0442.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0442.glif @@ -5,10 +5,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-05-31 15:07:29 +0000 From 5abff8a308df9d0b60492a0bdffd6860c6c02486 Mon Sep 17 00:00:00 2001 From: Pavel Kolchanov Date: Fri, 1 Jun 2018 12:14:36 +0500 Subject: [PATCH 155/187] =?UTF-8?q?=20[U+0442,=20bolditalic,=20'=D1=82']?= =?UTF-8?q?=20extended=20hozitontal=20stroke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Hack-BoldItalic.ufo/glyphs/uni0442.glif | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0442.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0442.glif index 811a5a652..aa6b436f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0442.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0442.glif @@ -5,10 +5,10 @@ - - - - + + + + @@ -17,7 +17,7 @@ com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-01 07:12:39 +0000 From 400b70137a785b2551ed204c16d380acc09e2e16 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 4 Jun 2018 08:41:06 -0400 Subject: [PATCH 156/187] add metadata for new ruble glyphs [U+20BD] --- source/Hack-Bold.ufo/glyphs/contents.plist | 2 ++ source/Hack-Bold.ufo/lib.plist | 1 + source/Hack-BoldItalic.ufo/glyphs/contents.plist | 2 ++ source/Hack-BoldItalic.ufo/lib.plist | 1 + source/Hack-Italic.ufo/glyphs/contents.plist | 2 ++ source/Hack-Italic.ufo/lib.plist | 1 + source/Hack-Regular.ufo/glyphs/contents.plist | 2 ++ source/Hack-Regular.ufo/lib.plist | 1 + source/subset-lib/lib-bold.plist | 1 + source/subset-lib/lib-bolditalic.plist | 1 + source/subset-lib/lib-italic.plist | 1 + source/subset-lib/lib-regular.plist | 1 + 12 files changed, 16 insertions(+) diff --git a/source/Hack-Bold.ufo/glyphs/contents.plist b/source/Hack-Bold.ufo/glyphs/contents.plist index 470e4f080..5c4616df4 100644 --- a/source/Hack-Bold.ufo/glyphs/contents.plist +++ b/source/Hack-Bold.ufo/glyphs/contents.plist @@ -898,6 +898,8 @@ ring.glif rtblock rtblock.glif + ruble + ruble.glif s s.glif sacute diff --git a/source/Hack-Bold.ufo/lib.plist b/source/Hack-Bold.ufo/lib.plist index a6ff2e656..67cbd302d 100644 --- a/source/Hack-Bold.ufo/lib.plist +++ b/source/Hack-Bold.ufo/lib.plist @@ -1616,6 +1616,7 @@ uni2077 uni2078 uni2079 + uni20BD guillemotleft guillemotright uni00B5 diff --git a/source/Hack-BoldItalic.ufo/glyphs/contents.plist b/source/Hack-BoldItalic.ufo/glyphs/contents.plist index 9c650fdb0..b592ee36a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/contents.plist +++ b/source/Hack-BoldItalic.ufo/glyphs/contents.plist @@ -898,6 +898,8 @@ ring.glif rtblock rtblock.glif + ruble + ruble.glif s s.glif sacute diff --git a/source/Hack-BoldItalic.ufo/lib.plist b/source/Hack-BoldItalic.ufo/lib.plist index c695d712f..dbf45ae79 100644 --- a/source/Hack-BoldItalic.ufo/lib.plist +++ b/source/Hack-BoldItalic.ufo/lib.plist @@ -1562,6 +1562,7 @@ uni2077 uni2078 uni2079 + uni20BD guillemotleft guillemotright uni00B5 diff --git a/source/Hack-Italic.ufo/glyphs/contents.plist b/source/Hack-Italic.ufo/glyphs/contents.plist index 301e263d7..caffa904f 100644 --- a/source/Hack-Italic.ufo/glyphs/contents.plist +++ b/source/Hack-Italic.ufo/glyphs/contents.plist @@ -896,6 +896,8 @@ ring.glif rtblock rtblock.glif + ruble + ruble.glif s s.glif sacute diff --git a/source/Hack-Italic.ufo/lib.plist b/source/Hack-Italic.ufo/lib.plist index 23e3b8543..1d506d19d 100644 --- a/source/Hack-Italic.ufo/lib.plist +++ b/source/Hack-Italic.ufo/lib.plist @@ -1558,6 +1558,7 @@ uni2150 uni2151 uni2070 + uni20BD guillemotleft guillemotright uni00B5 diff --git a/source/Hack-Regular.ufo/glyphs/contents.plist b/source/Hack-Regular.ufo/glyphs/contents.plist index 5252fe6ba..b919b9122 100644 --- a/source/Hack-Regular.ufo/glyphs/contents.plist +++ b/source/Hack-Regular.ufo/glyphs/contents.plist @@ -898,6 +898,8 @@ ring.glif rtblock rtblock.glif + ruble + ruble.glif s s.glif sacute diff --git a/source/Hack-Regular.ufo/lib.plist b/source/Hack-Regular.ufo/lib.plist index 88e23df87..c1f091561 100644 --- a/source/Hack-Regular.ufo/lib.plist +++ b/source/Hack-Regular.ufo/lib.plist @@ -1539,6 +1539,7 @@ uni2077 uni2078 uni2079 + uni20BD guillemotleft guillemotright uni00B5 diff --git a/source/subset-lib/lib-bold.plist b/source/subset-lib/lib-bold.plist index 2699250e9..a6063486a 100644 --- a/source/subset-lib/lib-bold.plist +++ b/source/subset-lib/lib-bold.plist @@ -2008,6 +2008,7 @@ uni2077 uni2078 uni2079 + uni20BD guillemotleft guillemotright uni00B5 diff --git a/source/subset-lib/lib-bolditalic.plist b/source/subset-lib/lib-bolditalic.plist index 11aae8552..31947fd08 100644 --- a/source/subset-lib/lib-bolditalic.plist +++ b/source/subset-lib/lib-bolditalic.plist @@ -1953,6 +1953,7 @@ uni2077 uni2078 uni2079 + uni20BD guillemotleft guillemotright uni00B5 diff --git a/source/subset-lib/lib-italic.plist b/source/subset-lib/lib-italic.plist index 437f1bff5..20d9be34f 100644 --- a/source/subset-lib/lib-italic.plist +++ b/source/subset-lib/lib-italic.plist @@ -1950,6 +1950,7 @@ uni2150 uni2151 uni2070 + uni20BD guillemotleft guillemotright uni00B5 diff --git a/source/subset-lib/lib-regular.plist b/source/subset-lib/lib-regular.plist index cb27f1e7d..04b857b48 100644 --- a/source/subset-lib/lib-regular.plist +++ b/source/subset-lib/lib-regular.plist @@ -1931,6 +1931,7 @@ uni2077 uni2078 uni2079 + uni20BD guillemotleft guillemotright uni00B5 From d040a5837e7604728cf75bcc9ea7a496fc14033c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 4 Jun 2018 13:23:30 -0400 Subject: [PATCH 157/187] modified ruble definition for subsets --- source/Hack-Bold.ufo/lib.plist | 2 +- source/Hack-BoldItalic.ufo/lib.plist | 2 +- source/Hack-Italic.ufo/lib.plist | 2 +- source/Hack-Regular.ufo/lib.plist | 2 +- source/subset-lib/lib-bold.plist | 3 ++- source/subset-lib/lib-bolditalic.plist | 3 ++- source/subset-lib/lib-italic.plist | 3 ++- source/subset-lib/lib-regular.plist | 3 ++- 8 files changed, 12 insertions(+), 8 deletions(-) diff --git a/source/Hack-Bold.ufo/lib.plist b/source/Hack-Bold.ufo/lib.plist index 67cbd302d..c11891ffe 100644 --- a/source/Hack-Bold.ufo/lib.plist +++ b/source/Hack-Bold.ufo/lib.plist @@ -1616,7 +1616,7 @@ uni2077 uni2078 uni2079 - uni20BD + ruble guillemotleft guillemotright uni00B5 diff --git a/source/Hack-BoldItalic.ufo/lib.plist b/source/Hack-BoldItalic.ufo/lib.plist index dbf45ae79..17c1f30a1 100644 --- a/source/Hack-BoldItalic.ufo/lib.plist +++ b/source/Hack-BoldItalic.ufo/lib.plist @@ -1562,7 +1562,7 @@ uni2077 uni2078 uni2079 - uni20BD + ruble guillemotleft guillemotright uni00B5 diff --git a/source/Hack-Italic.ufo/lib.plist b/source/Hack-Italic.ufo/lib.plist index 1d506d19d..34013f86f 100644 --- a/source/Hack-Italic.ufo/lib.plist +++ b/source/Hack-Italic.ufo/lib.plist @@ -1558,7 +1558,7 @@ uni2150 uni2151 uni2070 - uni20BD + ruble guillemotleft guillemotright uni00B5 diff --git a/source/Hack-Regular.ufo/lib.plist b/source/Hack-Regular.ufo/lib.plist index c1f091561..84540939c 100644 --- a/source/Hack-Regular.ufo/lib.plist +++ b/source/Hack-Regular.ufo/lib.plist @@ -1539,7 +1539,7 @@ uni2077 uni2078 uni2079 - uni20BD + ruble guillemotleft guillemotright uni00B5 diff --git a/source/subset-lib/lib-bold.plist b/source/subset-lib/lib-bold.plist index a6063486a..e4c30037f 100644 --- a/source/subset-lib/lib-bold.plist +++ b/source/subset-lib/lib-bold.plist @@ -353,6 +353,7 @@ uni20B7 uni20B8 uni20B9 + ruble uni2010 uni2011 figuredash @@ -2008,7 +2009,7 @@ uni2077 uni2078 uni2079 - uni20BD + ruble guillemotleft guillemotright uni00B5 diff --git a/source/subset-lib/lib-bolditalic.plist b/source/subset-lib/lib-bolditalic.plist index 31947fd08..d56a7dc1e 100644 --- a/source/subset-lib/lib-bolditalic.plist +++ b/source/subset-lib/lib-bolditalic.plist @@ -353,6 +353,7 @@ uni20B7 uni20B8 uni20B9 + ruble uni2010 uni2011 figuredash @@ -1953,7 +1954,7 @@ uni2077 uni2078 uni2079 - uni20BD + ruble guillemotleft guillemotright uni00B5 diff --git a/source/subset-lib/lib-italic.plist b/source/subset-lib/lib-italic.plist index 20d9be34f..7cc0790e3 100644 --- a/source/subset-lib/lib-italic.plist +++ b/source/subset-lib/lib-italic.plist @@ -353,6 +353,7 @@ uni20B7 uni20B8 uni20B9 + ruble uni2010 uni2011 figuredash @@ -1950,7 +1951,7 @@ uni2150 uni2151 uni2070 - uni20BD + ruble guillemotleft guillemotright uni00B5 diff --git a/source/subset-lib/lib-regular.plist b/source/subset-lib/lib-regular.plist index 04b857b48..e46630683 100644 --- a/source/subset-lib/lib-regular.plist +++ b/source/subset-lib/lib-regular.plist @@ -353,6 +353,7 @@ uni20B7 uni20B8 uni20B9 + ruble uni2010 uni2011 figuredash @@ -1931,7 +1932,7 @@ uni2077 uni2078 uni2079 - uni20BD + ruble guillemotleft guillemotright uni00B5 From 394b8b04e9bfef139534c6d550c735a6c8fec481 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 4 Jun 2018 21:01:44 -0400 Subject: [PATCH 158/187] [U+0028, U+0029, '(', ')'] vertical and horizontal spacing adjustments shift superior to orient middle of glyph with center of zero; made internal sidebearings equal on left / right parens; minor curve cleanup --- source/Hack-Bold.ufo/glyphs/parenleft.glif | 30 ++++++++-------- source/Hack-Bold.ufo/glyphs/parenright.glif | 30 ++++++++-------- .../Hack-BoldItalic.ufo/glyphs/parenleft.glif | 36 +++++++++++-------- .../glyphs/parenright.glif | 33 +++++++++-------- source/Hack-Italic.ufo/glyphs/parenleft.glif | 30 ++++++++-------- source/Hack-Italic.ufo/glyphs/parenright.glif | 33 +++++++++-------- source/Hack-Regular.ufo/glyphs/parenleft.glif | 36 +++++++++---------- .../Hack-Regular.ufo/glyphs/parenright.glif | 36 +++++++++---------- 8 files changed, 138 insertions(+), 126 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/parenleft.glif b/source/Hack-Bold.ufo/glyphs/parenleft.glif index e2738a10f..fe738f565 100644 --- a/source/Hack-Bold.ufo/glyphs/parenleft.glif +++ b/source/Hack-Bold.ufo/glyphs/parenleft.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-05 00:49:11 +0000 diff --git a/source/Hack-Bold.ufo/glyphs/parenright.glif b/source/Hack-Bold.ufo/glyphs/parenright.glif index 63e4ae4c0..482df043c 100644 --- a/source/Hack-Bold.ufo/glyphs/parenright.glif +++ b/source/Hack-Bold.ufo/glyphs/parenright.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-05 00:49:05 +0000 diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif index 6777eba14..11a003c49 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif @@ -4,26 +4,32 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-05 00:50:28 +0000 diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif index 16f15ff36..8a5ce09dd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif @@ -4,26 +4,29 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-05 00:50:46 +0000 diff --git a/source/Hack-Italic.ufo/glyphs/parenleft.glif b/source/Hack-Italic.ufo/glyphs/parenleft.glif index 6da5ab330..5c7bae0e0 100644 --- a/source/Hack-Italic.ufo/glyphs/parenleft.glif +++ b/source/Hack-Italic.ufo/glyphs/parenleft.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-05 00:44:29 +0000 diff --git a/source/Hack-Italic.ufo/glyphs/parenright.glif b/source/Hack-Italic.ufo/glyphs/parenright.glif index e69ddc4a9..3155e0bcb 100644 --- a/source/Hack-Italic.ufo/glyphs/parenright.glif +++ b/source/Hack-Italic.ufo/glyphs/parenright.glif @@ -4,26 +4,29 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-05 00:44:49 +0000 diff --git a/source/Hack-Regular.ufo/glyphs/parenleft.glif b/source/Hack-Regular.ufo/glyphs/parenleft.glif index 500576268..d2f38b0ab 100644 --- a/source/Hack-Regular.ufo/glyphs/parenleft.glif +++ b/source/Hack-Regular.ufo/glyphs/parenleft.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/parenright.glif b/source/Hack-Regular.ufo/glyphs/parenright.glif index 3d9c8c824..f0b23039e 100644 --- a/source/Hack-Regular.ufo/glyphs/parenright.glif +++ b/source/Hack-Regular.ufo/glyphs/parenright.glif @@ -4,26 +4,26 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-04 23:57:45 +0000 + From daa25ec0f2e64969df0f53fe01896e4281d370bf Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 5 Jun 2018 08:34:58 -0400 Subject: [PATCH 159/187] [U+007B, U+007D, regular, braceleft, braceright] adjust vertical position raise to center on the center of the zero glyph, curve cleanup --- source/Hack-Regular.ufo/glyphs/braceleft.glif | 92 +++++++------------ .../Hack-Regular.ufo/glyphs/braceright.glif | 92 +++++++------------ 2 files changed, 66 insertions(+), 118 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/braceleft.glif b/source/Hack-Regular.ufo/glyphs/braceleft.glif index 5360e1310..a35ac8fe6 100644 --- a/source/Hack-Regular.ufo/glyphs/braceleft.glif +++ b/source/Hack-Regular.ufo/glyphs/braceleft.glif @@ -4,70 +4,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2018-03-10 00:37:18 +0000 + 2018-06-05 12:06:25 +0000 diff --git a/source/Hack-Regular.ufo/glyphs/braceright.glif b/source/Hack-Regular.ufo/glyphs/braceright.glif index 4fa77f588..8be9f5429 100644 --- a/source/Hack-Regular.ufo/glyphs/braceright.glif +++ b/source/Hack-Regular.ufo/glyphs/braceright.glif @@ -4,70 +4,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2018-03-10 00:37:35 +0000 + 2018-06-05 12:24:17 +0000 From 7f6cbb8f973a6f8ce51dcbe35a3aeef1cbbbf5d4 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 5 Jun 2018 08:36:03 -0400 Subject: [PATCH 160/187] [U+005B, U+005D, regular, bracketleft, bracketright] adjust vertical position raise to center on center of zero glyph --- .../Hack-Regular.ufo/glyphs/bracketleft.glif | 18 +++++++++--------- .../Hack-Regular.ufo/glyphs/bracketright.glif | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/source/Hack-Regular.ufo/glyphs/bracketleft.glif b/source/Hack-Regular.ufo/glyphs/bracketleft.glif index 6e101fa92..5073f8755 100644 --- a/source/Hack-Regular.ufo/glyphs/bracketleft.glif +++ b/source/Hack-Regular.ufo/glyphs/bracketleft.glif @@ -4,20 +4,20 @@ - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-05 12:03:08 +0000 diff --git a/source/Hack-Regular.ufo/glyphs/bracketright.glif b/source/Hack-Regular.ufo/glyphs/bracketright.glif index a2ae92a37..535d2e207 100644 --- a/source/Hack-Regular.ufo/glyphs/bracketright.glif +++ b/source/Hack-Regular.ufo/glyphs/bracketright.glif @@ -4,20 +4,20 @@ - - - - - - - - + + + + + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-05 12:04:07 +0000 From 477de3cf76895ee4d5832c7245244d13f9456b3d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 5 Jun 2018 16:02:26 -0400 Subject: [PATCH 161/187] [U+007B, U+007D, italic, braceleft, braceright] adjust vertical position --- source/Hack-Italic.ufo/glyphs/braceleft.glif | 155 +++++++----------- source/Hack-Italic.ufo/glyphs/braceright.glif | 150 +++++++---------- 2 files changed, 125 insertions(+), 180 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/braceleft.glif b/source/Hack-Italic.ufo/glyphs/braceleft.glif index df96d8519..d34de7815 100644 --- a/source/Hack-Italic.ufo/glyphs/braceleft.glif +++ b/source/Hack-Italic.ufo/glyphs/braceleft.glif @@ -4,101 +4,70 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-05 19:08:37 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/braceright.glif b/source/Hack-Italic.ufo/glyphs/braceright.glif index 007efda9e..ee1b7fd01 100644 --- a/source/Hack-Italic.ufo/glyphs/braceright.glif +++ b/source/Hack-Italic.ufo/glyphs/braceright.glif @@ -4,95 +4,71 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-05 19:10:01 +0000 + From e07b2c08ed4c7f34cb709c2bacff6c238c2b007c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 5 Jun 2018 16:02:47 -0400 Subject: [PATCH 162/187] [U+005B, U+005D, italic, bracketleft, bracketright] adjust vertical position --- .../Hack-Italic.ufo/glyphs/bracketleft.glif | 24 +++++++++---------- .../Hack-Italic.ufo/glyphs/bracketright.glif | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/source/Hack-Italic.ufo/glyphs/bracketleft.glif b/source/Hack-Italic.ufo/glyphs/bracketleft.glif index f11af1b02..2894002ed 100644 --- a/source/Hack-Italic.ufo/glyphs/bracketleft.glif +++ b/source/Hack-Italic.ufo/glyphs/bracketleft.glif @@ -4,20 +4,20 @@ - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-05 19:10:44 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/bracketright.glif b/source/Hack-Italic.ufo/glyphs/bracketright.glif index 7e44fcd6c..b2d65aaaa 100644 --- a/source/Hack-Italic.ufo/glyphs/bracketright.glif +++ b/source/Hack-Italic.ufo/glyphs/bracketright.glif @@ -4,20 +4,20 @@ - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-05 19:11:26 +0000 + From 9d9282e41e51e060bffccd3d2a9a6535db497731 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 5 Jun 2018 16:35:17 -0400 Subject: [PATCH 163/187] [U+007B, U+007D, bold, braceleft, braceright] adjust vertical position --- source/Hack-Bold.ufo/glyphs/braceleft.glif | 97 +++++++---------- source/Hack-Bold.ufo/glyphs/braceright.glif | 112 ++++++++++---------- 2 files changed, 96 insertions(+), 113 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/braceleft.glif b/source/Hack-Bold.ufo/glyphs/braceleft.glif index 2c127ae08..3feef24a7 100644 --- a/source/Hack-Bold.ufo/glyphs/braceleft.glif +++ b/source/Hack-Bold.ufo/glyphs/braceleft.glif @@ -4,73 +4,54 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + - - - - - - - + + + + + + - - - - - + + - - - - - + + - - - - - - - - + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/braceright.glif b/source/Hack-Bold.ufo/glyphs/braceright.glif index 8000cb059..ba34d1523 100644 --- a/source/Hack-Bold.ufo/glyphs/braceright.glif +++ b/source/Hack-Bold.ufo/glyphs/braceright.glif @@ -5,69 +5,71 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - - + + + - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f760643fafa64da80eea1347f6fcda2043e3a3e8 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 5 Jun 2018 16:35:44 -0400 Subject: [PATCH 164/187] [U+005B, U+005D, bold, bracketleft, bracketright] adjust vertical position --- source/Hack-Bold.ufo/glyphs/bracketleft.glif | 8 ++++---- source/Hack-Bold.ufo/glyphs/bracketright.glif | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/bracketleft.glif b/source/Hack-Bold.ufo/glyphs/bracketleft.glif index 962e41396..61ff03232 100644 --- a/source/Hack-Bold.ufo/glyphs/bracketleft.glif +++ b/source/Hack-Bold.ufo/glyphs/bracketleft.glif @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/bracketright.glif b/source/Hack-Bold.ufo/glyphs/bracketright.glif index dba581d49..2deb06455 100644 --- a/source/Hack-Bold.ufo/glyphs/bracketright.glif +++ b/source/Hack-Bold.ufo/glyphs/bracketright.glif @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c8dcc80c089900219302c013de35be7a68d18b5b Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 5 Jun 2018 16:50:11 -0400 Subject: [PATCH 165/187] [U+007B, U+007D, bold-italic, braceleft, braceright] adjust vertical position --- .../Hack-BoldItalic.ufo/glyphs/braceleft.glif | 126 +++++++--------- .../glyphs/braceright.glif | 136 +++++++----------- 2 files changed, 105 insertions(+), 157 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif b/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif index 0b897cf4c..5b35bb037 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif @@ -4,94 +4,68 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - + + - - - - - - + + + - - - - - - + + + + + + + + - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/braceright.glif b/source/Hack-BoldItalic.ufo/glyphs/braceright.glif index 582325c64..8a2501a82 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/braceright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/braceright.glif @@ -5,97 +5,71 @@ - - - - - - + + + + + + + + - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 989cd5e3261e8aed91306a8c2fd8e58909cf2b61 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 5 Jun 2018 16:50:29 -0400 Subject: [PATCH 166/187] [U+005B, U+005D, bold-italic, bracketleft, bracketright] adjust vertical position --- source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif | 8 ++++---- source/Hack-BoldItalic.ufo/glyphs/bracketright.glif | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif b/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif index 383c2a1d9..50fe0204b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif b/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif index 9d4ed970b..a7fb91934 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From f34aae6007d317b500acd1e6020c3b5dc3bc49fa Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 7 Jun 2018 20:13:39 -0400 Subject: [PATCH 167/187] [U+002D, all sets, '-'] raise vertical position this change raises the hyphen glyph to center it in the space between the equal symbol and center on horizontal stroke on the plus symbol --- source/Hack-Bold.ufo/glyphs/hyphen.glif | 10 +++++----- source/Hack-BoldItalic.ufo/glyphs/hyphen.glif | 10 +++++----- source/Hack-Italic.ufo/glyphs/hyphen.glif | 10 +++++----- source/Hack-Regular.ufo/glyphs/hyphen.glif | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/hyphen.glif b/source/Hack-Bold.ufo/glyphs/hyphen.glif index e45ef7ac6..6306de00c 100644 --- a/source/Hack-Bold.ufo/glyphs/hyphen.glif +++ b/source/Hack-Bold.ufo/glyphs/hyphen.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-07 23:58:46 +0000 diff --git a/source/Hack-BoldItalic.ufo/glyphs/hyphen.glif b/source/Hack-BoldItalic.ufo/glyphs/hyphen.glif index 1b6b9a884..fcc35b2e3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/hyphen.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/hyphen.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-08 00:00:07 +0000 diff --git a/source/Hack-Italic.ufo/glyphs/hyphen.glif b/source/Hack-Italic.ufo/glyphs/hyphen.glif index 3e4139a25..90674a912 100644 --- a/source/Hack-Italic.ufo/glyphs/hyphen.glif +++ b/source/Hack-Italic.ufo/glyphs/hyphen.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-07 23:56:49 +0000 diff --git a/source/Hack-Regular.ufo/glyphs/hyphen.glif b/source/Hack-Regular.ufo/glyphs/hyphen.glif index a58a93437..e808c2f7d 100644 --- a/source/Hack-Regular.ufo/glyphs/hyphen.glif +++ b/source/Hack-Regular.ufo/glyphs/hyphen.glif @@ -4,16 +4,16 @@ - - - - + + + + com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 + 2018-06-07 23:52:58 +0000 From 06742dfe35740efc104496f809ae91892cfda869 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 13 Jun 2018 16:32:48 -0400 Subject: [PATCH 168/187] [ttdiff.sh] chmod +x shell script --- tools/scripts/diff/ttdiff.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/scripts/diff/ttdiff.sh diff --git a/tools/scripts/diff/ttdiff.sh b/tools/scripts/diff/ttdiff.sh old mode 100644 new mode 100755 From 5681045fa29a167a37d144bfd78c16e8958e107d Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 13 Jun 2018 16:33:34 -0400 Subject: [PATCH 169/187] [build-subsets.sh, build-ttf.sh] added SOURCE_DATE_EPOCH calcs from git commit date/time to support reproducible builds --- build-subsets.sh | 3 +++ build-ttf.sh | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/build-subsets.sh b/build-subsets.sh index 819329038..f7bf040b9 100755 --- a/build-subsets.sh +++ b/build-subsets.sh @@ -14,6 +14,9 @@ # # ////////////////////////////////////////////////////////////////////// +# set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds +SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) + # default build tooling definitions TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" FONTMAKE="pipenv run fontmake" diff --git a/build-ttf.sh b/build-ttf.sh index 54fe629a0..82011f6a4 100755 --- a/build-ttf.sh +++ b/build-ttf.sh @@ -13,6 +13,9 @@ # # ///////////////////////////////////////////////////////////////// +# set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds +SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) + # default build tooling definitions TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" FONTMAKE="pipenv run fontmake" @@ -137,6 +140,7 @@ if ! $FONTMAKE -u "source/Hack-BoldItalic.ufo" -o ttf exit 1 fi + # Desktop ttf font post build fixes # DSIG table fix with adapted fontbakery Python script From 43b5ba04f0db07d7a378d8870e644aab25765e17 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 13 Jun 2018 16:34:10 -0400 Subject: [PATCH 170/187] [fix-dsig.py, fix-fstype.py] eliminated timestamp recalculation during post-compile OT table mods --- postbuild_processing/fixes/fix-dsig.py | 2 +- postbuild_processing/fixes/fix-fstype.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postbuild_processing/fixes/fix-dsig.py b/postbuild_processing/fixes/fix-dsig.py index 916ab1108..eae2641f2 100644 --- a/postbuild_processing/fixes/fix-dsig.py +++ b/postbuild_processing/fixes/fix-dsig.py @@ -39,7 +39,7 @@ def main(argv): ) sys.exit(1) else: - font = ttLib.TTFont(path) + font = ttLib.TTFont(file=path, recalcTimestamp=False) set_empty_dsig(font) font.save(path) print(path + " - successful DSIG table fix") diff --git a/postbuild_processing/fixes/fix-fstype.py b/postbuild_processing/fixes/fix-fstype.py index 41fdb94a3..d7d3c08b9 100644 --- a/postbuild_processing/fixes/fix-fstype.py +++ b/postbuild_processing/fixes/fix-fstype.py @@ -30,7 +30,7 @@ def main(argv): ) sys.exit(1) else: - font = TTFont(path) + font = TTFont(file=path, recalcTimestamp=False) font['OS/2'].fsType = 0 font.save(path) print(path + " - successful fstype fix") From 558800c6c8f3bfcad5b9c8ec36d6983f09cd383c Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 13 Jun 2018 17:30:37 -0400 Subject: [PATCH 171/187] [build-ttf.sh, build-subsets.sh] export environment variable for reproducible build support --- build-subsets.sh | 2 +- build-ttf.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-subsets.sh b/build-subsets.sh index f7bf040b9..461dd0a7c 100755 --- a/build-subsets.sh +++ b/build-subsets.sh @@ -15,7 +15,7 @@ # ////////////////////////////////////////////////////////////////////// # set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds -SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) +export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) # default build tooling definitions TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" diff --git a/build-ttf.sh b/build-ttf.sh index 82011f6a4..647045623 100755 --- a/build-ttf.sh +++ b/build-ttf.sh @@ -13,8 +13,9 @@ # # ///////////////////////////////////////////////////////////////// -# set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds -SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) +# set SOURCE_DATE_EPOCH to git commit date/time to support reproducible builds +# at any git commit +export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) # default build tooling definitions TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" @@ -140,7 +141,6 @@ if ! $FONTMAKE -u "source/Hack-BoldItalic.ufo" -o ttf exit 1 fi - # Desktop ttf font post build fixes # DSIG table fix with adapted fontbakery Python script From 752fbdb76dd9148adfe7e00158bb40f5d59e9ab1 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Wed, 13 Jun 2018 17:32:35 -0400 Subject: [PATCH 172/187] [pipenv] bump venv fontmake version to 1.5 this change supports use of SOURCE_DATE_EPOCH environment variable for stable checksums in order to create reproducible builds --- Pipfile | 7 ------- Pipfile.lock | 50 ++++++++++++++++++++++++++------------------------ 2 files changed, 26 insertions(+), 31 deletions(-) diff --git a/Pipfile b/Pipfile index eda2f9356..4371d5429 100644 --- a/Pipfile +++ b/Pipfile @@ -1,20 +1,13 @@ [[source]] - url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" - [packages] - fonttools = "*" fontmake = "*" - [dev-packages] - - [requires] - python_version = "3.6" diff --git a/Pipfile.lock b/Pipfile.lock index f6710e190..b25b83aea 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -48,52 +48,54 @@ }, "cu2qu": { "hashes": [ - "sha256:b177236481117339a7b9363ab018b31f0cbf80b199abe64e33a10adaddb93a61", - "sha256:f6cb02827079ed41838ddb7d073ad7a426662a2f4fd7be32f33826b64f6facdb" + "sha256:33459f01d1f7ac35db39c6ad0e894984249c7e298974e1ac797e18717b5f5e39", + "sha256:f03a9d0f697bc4334af9cabc4002bfb1fea988bcfe2bffff46530c26b6ba7991" ], - "version": "==1.4.0" + "version": "==1.5.0" }, "defcon": { "hashes": [ - "sha256:42bcc52bd2a277091c27af4d2ec9308db7a6fc20b5b9898ce46bd3e49fa8540e", - "sha256:a6e27b5d938501514378c5b8adfc2315f738756deef7f1165b6eddf1c40ebb0a" + "sha256:77b0becf55b544283bc451c5247cea7ad79f1ef813b1e65b9ef6946906db5543", + "sha256:782824bc0554f7e68c8da5d53729571cb5d9316eb5f95b14ca19953b8b9c01aa" ], - "version": "==0.3.5" + "version": "==0.5.1" }, "fontmake": { "hashes": [ - "sha256:537586d53e040a8f990ca68ca6efcfc1ac57a080d1dadc6478f79271fce6f5f5", - "sha256:6582efe3b4ae777ee1b6e71f8e94466a68a91935b317dfbf444a32928d6f74c9" + "sha256:7d6f012ff61ceb9ab76cf53cd85e70af540b0195fd9520f1e806e2f3c8b6a2a9", + "sha256:b3d8b42523d129c29425c6c8394a040c230b6410806bb5a0055f981974bc604e" ], - "version": "==1.4.0" + "index": "pypi", + "version": "==1.5.0" }, "fontmath": { "hashes": [ - "sha256:0be82c86eeb620608f7d6c4509e66246d02b95641d686cb8df668a6697ee8f9d", - "sha256:2a7bbee59c2e06659e95c3e9c4a656d19fe0584a2f2bc711588e1c884e14bf14" + "sha256:1d1424ccbe80e22948c3c12cf9ee377fad9c39ff2edc38b11a12ebfd8ecf4a60", + "sha256:a35dde1d500bcb9d659916aa820f31bc7184fe4950708ffc00450e9ecd6c243f" ], - "version": "==0.4.4" + "version": "==0.4.5" }, "fonttools": { "hashes": [ - "sha256:5cc459fb891968e35852fceb93aad4272fa782f90332ffb603f0fcab1d0ac2d6", - "sha256:d13e98c9f3b635a5334dab69eb471d7286928ac82db7ca57b5bf4cdf3824789a" + "sha256:a1ab542526347b33be5c62421081de02dc839481e9f37245a8cbe4d078284327", + "sha256:a81b57be6c9b556065d7f67a9ba4eb050c5074590f933d4902cd6ef331865aee" ], - "version": "==3.24.1" + "index": "pypi", + "version": "==3.27.1" }, "glyphslib": { "hashes": [ - "sha256:d1e920e3969434ca1701887ac98372bff5dd0642af8a2b386504dff266610a3f", - "sha256:f56b1bf874b9f99228d610933a9cced919374da8a24059e927376a0a5355d081" + "sha256:062506cb854a431794c12f03ba2e6faad247b51feab3d59bebca8bdd10a11217", + "sha256:605a53ad0d5052c6aeaa7a021ccc70f5f0fbaaed87333ca6b12997cb2af255d2" ], - "version": "==2.2.1" + "version": "==2.3.0" }, "mutatormath": { "hashes": [ - "sha256:46bb5209af53ee245d0e6cb9fe47f4f5718db7c158136715cd28494b239395c5", - "sha256:ebf8291637c7de30fe83f9402dad17c6ac9e1feb16d530e0a560d8e6abf48fce" + "sha256:3353fdd0d1beb13bda458265573bbefa0d4afb5aa5f9e4d3503cb9d3b0623f12", + "sha256:e6da8ae2a7008085ee0bac6d62737d37b90ce4a883d89a0f3d5c19dd350b0538" ], - "version": "==2.1.0" + "version": "==2.1.1" }, "pyclipper": { "hashes": [ @@ -127,10 +129,10 @@ }, "ufo2ft": { "hashes": [ - "sha256:3fc0aa8283fa28fecf0cf2e86c327778a32cfd1955ae62731fdff0463bd8d6a5", - "sha256:aa2b8dd983b61e401015ced8d30540df39a5f3faf7a6b1e38c15fe23f18749c5" + "sha256:21f640612f6cdbc55ecc53712473dacaaed5b6f4c3eeef63dd26df3c13118858", + "sha256:6ce60f07290ee627e8e407305ee9d2215a34ac6450f7e9c7abc6267f8d5c7f3f" ], - "version": "==1.1.0" + "version": "==2.0.0" }, "ufolib": { "hashes": [ From c1c7c6261fb9832ccf78ceab6ad8e6a2fe40e62e Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 14 Jun 2018 15:35:33 -0400 Subject: [PATCH 173/187] [UFO2 --> UFO3] upconvert UFO v2 source files to UFO v3 source files --- source/Hack-Bold.ufo/fontinfo.plist | 18 +++--- source/Hack-Bold.ufo/glyphs/A_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/A_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/A_acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/A_breve.glif | 6 +- source/Hack-Bold.ufo/glyphs/A_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/A_dieresis.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/A_grave.glif | 2 +- source/Hack-Bold.ufo/glyphs/A_lpha.glif | 2 +- source/Hack-Bold.ufo/glyphs/A_lphatonos.glif | 2 +- source/Hack-Bold.ufo/glyphs/A_macron.glif | 2 +- source/Hack-Bold.ufo/glyphs/A_ogonek.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/A_ring.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/A_tilde.glif | 8 +-- source/Hack-Bold.ufo/glyphs/B_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/B_eta.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/C_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/C_R_.glif | 2 +- source/Hack-Bold.ufo/glyphs/C_acute.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/C_caron.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/C_cedilla.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/C_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/C_dotaccent.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/C_hi.glif | 2 +- source/Hack-Bold.ufo/glyphs/D_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/D_caron.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/D_croat.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/E_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/E_acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/E_breve.glif | 8 +-- source/Hack-Bold.ufo/glyphs/E_caron.glif | 2 +- source/Hack-Bold.ufo/glyphs/E_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/E_dieresis.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/E_dotaccent.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/E_grave.glif | 2 +- source/Hack-Bold.ufo/glyphs/E_macron.glif | 2 +- source/Hack-Bold.ufo/glyphs/E_ng.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/E_ogonek.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/E_psilon.glif | 2 +- .../Hack-Bold.ufo/glyphs/E_psilontonos.glif | 2 +- source/Hack-Bold.ufo/glyphs/E_ta.glif | 2 +- source/Hack-Bold.ufo/glyphs/E_tatonos.glif | 2 +- source/Hack-Bold.ufo/glyphs/E_th.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/E_uro.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/F_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/G_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/G_amma.glif | 2 +- source/Hack-Bold.ufo/glyphs/G_breve.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/G_caron.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/G_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/G_dotaccent.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/H_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/H_bar.glif | 2 +- source/Hack-Bold.ufo/glyphs/H_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/I_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/I_J_.glif | 2 +- source/Hack-Bold.ufo/glyphs/I_acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/I_breve.glif | 8 +-- source/Hack-Bold.ufo/glyphs/I_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/I_dieresis.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/I_dotaccent.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/I_grave.glif | 2 +- source/Hack-Bold.ufo/glyphs/I_macron.glif | 2 +- source/Hack-Bold.ufo/glyphs/I_ogonek.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/I_ota.glif | 2 +- .../Hack-Bold.ufo/glyphs/I_otadieresis.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/I_otatonos.glif | 2 +- source/Hack-Bold.ufo/glyphs/I_tilde.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/J_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/J_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/K_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/K_appa.glif | 2 +- source/Hack-Bold.ufo/glyphs/L_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/L_acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/L_ambda.glif | 2 +- source/Hack-Bold.ufo/glyphs/L_caron.glif | 2 +- source/Hack-Bold.ufo/glyphs/L_dot.glif | 2 +- source/Hack-Bold.ufo/glyphs/L_slash.glif | 2 +- source/Hack-Bold.ufo/glyphs/M_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/M_u.glif | 2 +- source/Hack-Bold.ufo/glyphs/N_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/N_U_L_L_.glif | 3 +- source/Hack-Bold.ufo/glyphs/N_acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/N_caron.glif | 2 +- source/Hack-Bold.ufo/glyphs/N_tilde.glif | 8 +-- source/Hack-Bold.ufo/glyphs/N_u.glif | 2 +- source/Hack-Bold.ufo/glyphs/O_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/O_E_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/O_acute.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/O_breve.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/O_circumflex.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/O_dieresis.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/O_grave.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/O_horn.glif | 28 +++++----- .../Hack-Bold.ufo/glyphs/O_hungarumlaut.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/O_macron.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/O_megatonos.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/O_micron.glif | 18 +++--- .../Hack-Bold.ufo/glyphs/O_microntonos.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/O_slash.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/O_slashacute.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/O_tilde.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/P_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/P_hi.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/P_i.glif | 2 +- source/Hack-Bold.ufo/glyphs/P_si.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/Q_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/R_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/R_acute.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/R_caron.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/R_ho.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/S_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/S_acute.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/S_caron.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/S_cedilla.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/S_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/S_igma.glif | 2 +- source/Hack-Bold.ufo/glyphs/T_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/T_au.glif | 2 +- source/Hack-Bold.ufo/glyphs/T_bar.glif | 2 +- source/Hack-Bold.ufo/glyphs/T_caron.glif | 2 +- source/Hack-Bold.ufo/glyphs/T_heta.glif | 4 +- source/Hack-Bold.ufo/glyphs/T_horn.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/U_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/U_acute.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/U_breve.glif | 4 +- source/Hack-Bold.ufo/glyphs/U_circumflex.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/U_dieresis.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/U_grave.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/U_horn.glif | 20 +++---- .../Hack-Bold.ufo/glyphs/U_hungarumlaut.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/U_macron.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/U_ogonek.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/U_psilon.glif | 6 +- .../glyphs/U_psilondieresis.glif | 22 ++++---- .../Hack-Bold.ufo/glyphs/U_psilontonos.glif | 6 +- source/Hack-Bold.ufo/glyphs/U_ring.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/U_tilde.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/V_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/W_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/W_acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/W_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/W_dieresis.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/W_grave.glif | 2 +- source/Hack-Bold.ufo/glyphs/X_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/X_i.glif | 2 +- source/Hack-Bold.ufo/glyphs/Y_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/Y_acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/Y_circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/Y_dieresis.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/Y_grave.glif | 2 +- source/Hack-Bold.ufo/glyphs/Z_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/Z_acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/Z_caron.glif | 2 +- source/Hack-Bold.ufo/glyphs/Z_dotaccent.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/Z_eta.glif | 2 +- source/Hack-Bold.ufo/glyphs/_1608.glif | 3 +- source/Hack-Bold.ufo/glyphs/_notdef.glif | 2 +- source/Hack-Bold.ufo/glyphs/a.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/aacute.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/abreve.glif | 38 ++++++------- source/Hack-Bold.ufo/glyphs/acircumflex.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/acute.glif | 2 +- source/Hack-Bold.ufo/glyphs/acutecomb.glif | 3 +- source/Hack-Bold.ufo/glyphs/adieresis.glif | 44 +++++++-------- source/Hack-Bold.ufo/glyphs/ae.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/agrave.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/alpha.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/alphatonos.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/amacron.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/ampersand.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/angle.glif | 2 +- source/Hack-Bold.ufo/glyphs/aogonek.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/approxequal.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/aring.glif | 44 +++++++-------- source/Hack-Bold.ufo/glyphs/arrowboth.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowdblboth.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowdbldown.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowdblleft.glif | 2 +- .../Hack-Bold.ufo/glyphs/arrowdblright.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowdblup.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowdown.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowleft.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowright.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowup.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowupdn.glif | 2 +- source/Hack-Bold.ufo/glyphs/arrowupdnbse.glif | 2 +- source/Hack-Bold.ufo/glyphs/asciicircum.glif | 2 +- source/Hack-Bold.ufo/glyphs/asciitilde.glif | 2 +- source/Hack-Bold.ufo/glyphs/asterisk.glif | 2 +- source/Hack-Bold.ufo/glyphs/asteriskmath.glif | 2 +- source/Hack-Bold.ufo/glyphs/at.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/atilde.glif | 36 ++++++------ source/Hack-Bold.ufo/glyphs/b.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/backslash.glif | 2 +- source/Hack-Bold.ufo/glyphs/bar.glif | 2 +- source/Hack-Bold.ufo/glyphs/beta.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/block.glif | 2 +- source/Hack-Bold.ufo/glyphs/braceleft.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/braceright.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/bracketleft.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/bracketright.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/breve.glif | 6 +- source/Hack-Bold.ufo/glyphs/brokenbar.glif | 2 +- source/Hack-Bold.ufo/glyphs/bullet.glif | 6 +- source/Hack-Bold.ufo/glyphs/c.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/c6459.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/c6460.glif | 2 +- source/Hack-Bold.ufo/glyphs/c6461.glif | 8 +-- source/Hack-Bold.ufo/glyphs/c6468.glif | 2 +- source/Hack-Bold.ufo/glyphs/c6470.glif | 2 +- source/Hack-Bold.ufo/glyphs/c6472.glif | 2 +- source/Hack-Bold.ufo/glyphs/c6475.glif | 6 +- source/Hack-Bold.ufo/glyphs/c6476.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/c6477.glif | 2 +- source/Hack-Bold.ufo/glyphs/c6478.glif | 2 +- source/Hack-Bold.ufo/glyphs/cacute.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/caron.glif | 2 +- .../Hack-Bold.ufo/glyphs/carriagereturn.glif | 2 +- source/Hack-Bold.ufo/glyphs/ccaron.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/ccedilla.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/ccircumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/cdotaccent.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/cedilla.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/cent.glif | 6 +- source/Hack-Bold.ufo/glyphs/chi.glif | 2 +- source/Hack-Bold.ufo/glyphs/circle.glif | 18 +++--- .../Hack-Bold.ufo/glyphs/circlemultiply.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/circleplus.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/circumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/colon.glif | 18 +++--- .../Hack-Bold.ufo/glyphs/colonmonetary.glif | 8 +-- source/Hack-Bold.ufo/glyphs/comma.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/congruent.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/contents.plist | 50 ++++++++--------- source/Hack-Bold.ufo/glyphs/copyright.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/currency.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/d.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/dagger.glif | 2 +- source/Hack-Bold.ufo/glyphs/daggerdbl.glif | 2 +- source/Hack-Bold.ufo/glyphs/dcaron.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/dcroat.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/degree.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/delta.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/dieresis.glif | 18 +++--- .../Hack-Bold.ufo/glyphs/dieresistonos.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/divide.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/dkshade.glif | 2 +- source/Hack-Bold.ufo/glyphs/dnblock.glif | 2 +- source/Hack-Bold.ufo/glyphs/dollar.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/dong.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/dotaccent.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/dotbelowcomb.glif | 3 +- source/Hack-Bold.ufo/glyphs/dotlessi.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/dotmath.glif | 2 +- source/Hack-Bold.ufo/glyphs/e.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/eacute.glif | 8 +-- source/Hack-Bold.ufo/glyphs/ebreve.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/ecaron.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/ecircumflex.glif | 8 +-- source/Hack-Bold.ufo/glyphs/edieresis.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/edotaccent.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/egrave.glif | 8 +-- source/Hack-Bold.ufo/glyphs/eight.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/eight.subs.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/element.glif | 6 +- source/Hack-Bold.ufo/glyphs/ellipsis.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/emacron.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/emdash.glif | 2 +- source/Hack-Bold.ufo/glyphs/emptyset.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/endash.glif | 2 +- source/Hack-Bold.ufo/glyphs/eng.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/eogonek.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/epsilon.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/epsilontonos.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/equal.glif | 2 +- source/Hack-Bold.ufo/glyphs/equivalence.glif | 2 +- source/Hack-Bold.ufo/glyphs/eta.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/etatonos.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/eth.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/exclam.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/exclamdbl.glif | 20 +++---- .../Hack-Bold.ufo/glyphs/exclamdown.case.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/exclamdown.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/existential.glif | 2 +- source/Hack-Bold.ufo/glyphs/f.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/figuredash.glif | 2 +- source/Hack-Bold.ufo/glyphs/filledbox.glif | 2 +- source/Hack-Bold.ufo/glyphs/filledrect.glif | 2 +- source/Hack-Bold.ufo/glyphs/five.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/five.subs.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/fiveeighths.glif | 36 ++++++------ source/Hack-Bold.ufo/glyphs/florin.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/four.glif | 2 +- source/Hack-Bold.ufo/glyphs/four.subs.glif | 2 +- source/Hack-Bold.ufo/glyphs/fraction.glif | 2 +- source/Hack-Bold.ufo/glyphs/franc.glif | 2 +- source/Hack-Bold.ufo/glyphs/g.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/gamma.glif | 2 +- source/Hack-Bold.ufo/glyphs/gbreve.glif | 38 ++++++------- source/Hack-Bold.ufo/glyphs/gcaron.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/gcircumflex.glif | 6 +- source/Hack-Bold.ufo/glyphs/gdotaccent.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/germandbls.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/gradient.glif | 2 +- source/Hack-Bold.ufo/glyphs/grave.glif | 2 +- source/Hack-Bold.ufo/glyphs/gravecomb.glif | 3 +- source/Hack-Bold.ufo/glyphs/greater.glif | 2 +- source/Hack-Bold.ufo/glyphs/greaterequal.glif | 2 +- .../Hack-Bold.ufo/glyphs/guillemotleft.glif | 2 +- .../Hack-Bold.ufo/glyphs/guillemotright.glif | 2 +- .../Hack-Bold.ufo/glyphs/guilsinglleft.glif | 2 +- .../Hack-Bold.ufo/glyphs/guilsinglright.glif | 2 +- source/Hack-Bold.ufo/glyphs/h.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/hbar.glif | 8 +-- source/Hack-Bold.ufo/glyphs/hcircumflex.glif | 2 +- .../Hack-Bold.ufo/glyphs/hookabovecomb.glif | 9 ++- source/Hack-Bold.ufo/glyphs/hungarumlaut.glif | 2 +- source/Hack-Bold.ufo/glyphs/hyphen.glif | 2 +- .../glyphs/hyphenationpoint.glif | 4 +- source/Hack-Bold.ufo/glyphs/i.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/iacute.glif | 8 +-- source/Hack-Bold.ufo/glyphs/ibreve.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/icircumflex.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/idieresis.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/igrave.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/ij.glif | 4 +- source/Hack-Bold.ufo/glyphs/imacron.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/infinity.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/integral.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/integralbt.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/integraltp.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/intersection.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/invbullet.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/invcircle.glif | 6 +- source/Hack-Bold.ufo/glyphs/iogonek.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/iota.glif | 8 +-- source/Hack-Bold.ufo/glyphs/iotadieresis.glif | 28 +++++----- .../glyphs/iotadieresistonos.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/iotatonos.glif | 8 +-- source/Hack-Bold.ufo/glyphs/itilde.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/j.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/jcircumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/k.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/kappa.glif | 2 +- source/Hack-Bold.ufo/glyphs/kgreenlandic.glif | 2 +- source/Hack-Bold.ufo/glyphs/l.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/lacute.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/lambda.glif | 4 +- source/Hack-Bold.ufo/glyphs/layerinfo.plist | 5 ++ source/Hack-Bold.ufo/glyphs/lcaron.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/ldot.glif | 4 +- source/Hack-Bold.ufo/glyphs/less.glif | 2 +- source/Hack-Bold.ufo/glyphs/lessequal.glif | 2 +- source/Hack-Bold.ufo/glyphs/lfblock.glif | 2 +- source/Hack-Bold.ufo/glyphs/lira.glif | 6 +- source/Hack-Bold.ufo/glyphs/logicaland.glif | 2 +- source/Hack-Bold.ufo/glyphs/logicalnot.glif | 2 +- source/Hack-Bold.ufo/glyphs/logicalor.glif | 2 +- source/Hack-Bold.ufo/glyphs/longs.glif | 6 +- source/Hack-Bold.ufo/glyphs/lozenge.glif | 2 +- source/Hack-Bold.ufo/glyphs/lslash.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/ltshade.glif | 2 +- source/Hack-Bold.ufo/glyphs/m.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/macron.glif | 2 +- source/Hack-Bold.ufo/glyphs/millisecond.glif | 2 +- source/Hack-Bold.ufo/glyphs/minus.glif | 2 +- source/Hack-Bold.ufo/glyphs/minute.glif | 2 +- source/Hack-Bold.ufo/glyphs/multiply.glif | 2 +- source/Hack-Bold.ufo/glyphs/musicalnote.glif | 4 +- source/Hack-Bold.ufo/glyphs/n.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/nacute.glif | 8 +-- source/Hack-Bold.ufo/glyphs/napostrophe.glif | 4 +- source/Hack-Bold.ufo/glyphs/ncaron.glif | 8 +-- source/Hack-Bold.ufo/glyphs/nine.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/nine.subs.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/notelement.glif | 8 +-- source/Hack-Bold.ufo/glyphs/notequal.glif | 2 +- source/Hack-Bold.ufo/glyphs/notsubset.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/ntilde.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/nu.glif | 6 +- source/Hack-Bold.ufo/glyphs/numbersign.glif | 2 +- source/Hack-Bold.ufo/glyphs/o.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/oacute.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/obreve.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/ocircumflex.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/odieresis.glif | 34 +++++------ source/Hack-Bold.ufo/glyphs/oe.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/ogonek.glif | 8 +-- source/Hack-Bold.ufo/glyphs/ograve.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/ohorn.glif | 26 ++++----- .../Hack-Bold.ufo/glyphs/ohungarumlaut.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/omacron.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/omega.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/omegatonos.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/omicron.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/omicrontonos.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/one.glif | 2 +- source/Hack-Bold.ufo/glyphs/one.subs.glif | 2 +- .../Hack-Bold.ufo/glyphs/onedotenleader.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/oneeighth.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/onehalf.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/onequarter.glif | 2 +- source/Hack-Bold.ufo/glyphs/openbullet.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/ordfeminine.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/ordmasculine.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/orthogonal.glif | 2 +- source/Hack-Bold.ufo/glyphs/oslash.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/oslashacute.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/otilde.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/p.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/paragraph.glif | 4 +- source/Hack-Bold.ufo/glyphs/parenleft.glif | 6 +- source/Hack-Bold.ufo/glyphs/parenright.glif | 6 +- source/Hack-Bold.ufo/glyphs/partialdiff.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/percent.glif | 36 ++++++------ source/Hack-Bold.ufo/glyphs/period.glif | 10 ++-- .../Hack-Bold.ufo/glyphs/periodcentered.glif | 4 +- source/Hack-Bold.ufo/glyphs/perthousand.glif | 48 ++++++++-------- source/Hack-Bold.ufo/glyphs/peseta.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/phi.glif | 8 +-- source/Hack-Bold.ufo/glyphs/pi.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/plus.glif | 2 +- source/Hack-Bold.ufo/glyphs/plusminus.glif | 2 +- source/Hack-Bold.ufo/glyphs/product.glif | 2 +- source/Hack-Bold.ufo/glyphs/propersubset.glif | 12 ++-- .../Hack-Bold.ufo/glyphs/propersuperset.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/proportional.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/psi.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/q.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/question.glif | 16 +++--- .../glyphs/questiondown.case.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/questiondown.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/quotedbl.glif | 2 +- source/Hack-Bold.ufo/glyphs/quotedblbase.glif | 2 +- source/Hack-Bold.ufo/glyphs/quotedblleft.glif | 2 +- .../Hack-Bold.ufo/glyphs/quotedblright.glif | 2 +- source/Hack-Bold.ufo/glyphs/quoteleft.glif | 2 +- .../Hack-Bold.ufo/glyphs/quotereversed.glif | 2 +- source/Hack-Bold.ufo/glyphs/quoteright.glif | 2 +- .../Hack-Bold.ufo/glyphs/quotesinglbase.glif | 2 +- source/Hack-Bold.ufo/glyphs/quotesingle.glif | 2 +- source/Hack-Bold.ufo/glyphs/r.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/racute.glif | 8 +-- source/Hack-Bold.ufo/glyphs/radical.glif | 2 +- source/Hack-Bold.ufo/glyphs/rcaron.glif | 8 +-- source/Hack-Bold.ufo/glyphs/reflexsubset.glif | 10 ++-- .../Hack-Bold.ufo/glyphs/reflexsuperset.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/registered.glif | 22 ++++---- .../Hack-Bold.ufo/glyphs/revlogicalnot.glif | 2 +- source/Hack-Bold.ufo/glyphs/rho.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/ring.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/rtblock.glif | 2 +- source/Hack-Bold.ufo/glyphs/ruble.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/s.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/sacute.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/scaron.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/scedilla.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/scircumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/second.glif | 2 +- source/Hack-Bold.ufo/glyphs/section.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/semicolon.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/seven.glif | 2 +- source/Hack-Bold.ufo/glyphs/seven.subs.glif | 2 +- source/Hack-Bold.ufo/glyphs/seveneighths.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/shade.glif | 2 +- source/Hack-Bold.ufo/glyphs/sigma.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/similar.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/six.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/six.subs.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/slash.glif | 2 +- source/Hack-Bold.ufo/glyphs/space.glif | 2 +- source/Hack-Bold.ufo/glyphs/sterling.glif | 8 +-- source/Hack-Bold.ufo/glyphs/suchthat.glif | 8 +-- source/Hack-Bold.ufo/glyphs/summation.glif | 2 +- source/Hack-Bold.ufo/glyphs/t.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/tau.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/tbar.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/tcaron.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/therefore.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/theta.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/thorn.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/three.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/three.subs.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/threeeighths.glif | 48 ++++++++-------- .../Hack-Bold.ufo/glyphs/threequarters.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/tilde.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/tildecomb.glif | 11 ++-- source/Hack-Bold.ufo/glyphs/tonos.glif | 2 +- source/Hack-Bold.ufo/glyphs/trademark.glif | 2 +- source/Hack-Bold.ufo/glyphs/triagdn.glif | 2 +- source/Hack-Bold.ufo/glyphs/triaglf.glif | 2 +- source/Hack-Bold.ufo/glyphs/triagrt.glif | 2 +- source/Hack-Bold.ufo/glyphs/triagup.glif | 2 +- source/Hack-Bold.ufo/glyphs/two.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/two.subs.glif | 10 ++-- .../Hack-Bold.ufo/glyphs/twodotenleader.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/u.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uacute.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/ubreve.glif | 4 +- source/Hack-Bold.ufo/glyphs/ucircumflex.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/udieresis.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/ugrave.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uhorn.glif | 20 +++---- .../Hack-Bold.ufo/glyphs/uhungarumlaut.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/umacron.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/underscore.glif | 2 +- .../Hack-Bold.ufo/glyphs/underscoredbl.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni00A_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni00A_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni00B_2.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni00B_3.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni00B_5.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni00B_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0122.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0123.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni0136.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0137.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni013B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni013C_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0145.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0146.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0156.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0157.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0162.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0163.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni01A_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0218.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni0219.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni021A_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni021B_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni02B_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02B_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02B_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02B_D_.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni02B_E_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni02B_F_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni02C_0.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni02C_1.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni02C_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02C_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02C_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02C_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02C_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02C_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02D_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni02D_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0302.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0304.case.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0304.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0305.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0306.case.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni0306.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni0307.case.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0307.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0308.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni030A_.glif | 19 +++---- .../Hack-Bold.ufo/glyphs/uni030B_.case.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni030B_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni030C_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni030D_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni030E_.glif | 3 +- .../Hack-Bold.ufo/glyphs/uni030F_.case.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni030F_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0310.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni0311.case.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni0311.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni0312.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0313.glif | 5 +- source/Hack-Bold.ufo/glyphs/uni0314.glif | 5 +- source/Hack-Bold.ufo/glyphs/uni0315.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0316.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0317.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0318.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0319.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni031A_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni031B_.glif | 11 ++-- source/Hack-Bold.ufo/glyphs/uni031C_.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni031D_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni031E_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni031F_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0320.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0321.glif | 9 ++- source/Hack-Bold.ufo/glyphs/uni0322.glif | 11 ++-- source/Hack-Bold.ufo/glyphs/uni0324.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0325.glif | 19 +++---- source/Hack-Bold.ufo/glyphs/uni0326.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0327.glif | 11 ++-- source/Hack-Bold.ufo/glyphs/uni0328.glif | 13 ++--- source/Hack-Bold.ufo/glyphs/uni0329.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni032A_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni032B_.glif | 9 ++- source/Hack-Bold.ufo/glyphs/uni032C_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni032D_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni032E_.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni032F_.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni0330.glif | 11 ++-- source/Hack-Bold.ufo/glyphs/uni0331.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0332.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0333.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0334.glif | 11 ++-- source/Hack-Bold.ufo/glyphs/uni0335.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0336.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0337.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0338.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0339.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni033A_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni033B_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni033C_.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni033D_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni033E_.glif | 7 +-- source/Hack-Bold.ufo/glyphs/uni033F_.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0358.glif | 3 +- source/Hack-Bold.ufo/glyphs/uni0361.glif | 5 +- source/Hack-Bold.ufo/glyphs/uni0394.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni03A_9.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni03B_C_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni03C_2.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni03F_4.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0400.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0401.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni0402.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0403.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0404.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0405.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni0406.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0407.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni0408.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0409.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni040A_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni040B_.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni040C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni040D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni040E_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni040F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0410.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0411.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0412.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni0413.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0414.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni0415.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0416.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0417.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni0418.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0419.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni041A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni041B_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni041C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni041D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni041E_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni041F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0420.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0421.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni0422.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0423.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni0424.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0425.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0426.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0427.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0428.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0429.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni042A_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni042B_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni042C_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni042D_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni042E_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni042F_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0430.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni0431.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni0432.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni0433.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0434.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0435.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0436.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0437.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni0438.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0439.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni043A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni043B_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni043C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni043D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni043E_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni043F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0440.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni0441.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni0442.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0443.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni0444.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0445.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0446.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0447.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni0448.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0449.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni044A_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni044B_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni044C_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni044D_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni044E_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni044F_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0450.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0451.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni0452.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0453.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0454.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0455.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni0456.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni0457.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni0458.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0459.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni045A_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni045B_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni045C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni045D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni045E_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni045F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0462.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0463.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0472.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0473.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0490.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0491.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0492.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0493.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0494.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0495.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0496.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0497.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0498.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni0499.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni049A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni049B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04A_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04A_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04A_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04A_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04A_A_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni04A_B_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni04A_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04A_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04A_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04A_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04B_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04B_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04B_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04B_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04B_A_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni04B_B_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni04C_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04C_1.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni04C_2.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni04C_3.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni04C_4.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni04C_7.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni04C_8.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni04C_B_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni04C_C_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni04C_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04D_0.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni04D_1.glif | 38 ++++++------- source/Hack-Bold.ufo/glyphs/uni04D_2.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni04D_3.glif | 44 +++++++-------- source/Hack-Bold.ufo/glyphs/uni04D_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04D_5.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni04D_6.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni04D_7.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni04D_8.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni04D_9.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni04D_A_.glif | 34 +++++------ source/Hack-Bold.ufo/glyphs/uni04D_B_.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni04D_C_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni04D_D_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni04D_E_.glif | 40 ++++++------- source/Hack-Bold.ufo/glyphs/uni04D_F_.glif | 40 ++++++------- source/Hack-Bold.ufo/glyphs/uni04E_0.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni04E_1.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni04E_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04E_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04E_4.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni04E_5.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni04E_6.glif | 36 ++++++------ source/Hack-Bold.ufo/glyphs/uni04E_7.glif | 34 +++++------ source/Hack-Bold.ufo/glyphs/uni04E_8.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni04E_9.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni04E_A_.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/uni04E_B_.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni04E_C_.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni04E_D_.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni04E_E_.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni04E_F_.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni04F_0.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni04F_1.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni04F_2.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni04F_3.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni04F_4.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni04F_5.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni04F_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04F_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni04F_8.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni04F_9.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni0510.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni0511.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni051A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni051B_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni051C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni051D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0531.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0532.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0533.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0534.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0535.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0536.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0537.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0538.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0539.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni053A_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni053B_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni053C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni053D_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni053E_.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni053F_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0540.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0541.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni0542.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0543.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0544.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0545.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni0546.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0547.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0548.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0549.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni054A_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni054B_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni054C_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni054D_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni054E_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni054F_.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni0550.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0551.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni0552.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0553.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0554.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni0555.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni0556.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0559.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni055A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni055B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni055C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni055D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni055E_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni055F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0561.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni0562.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0563.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni0564.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0565.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0566.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni0567.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0568.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0569.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni056A_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni056B_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni056C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni056D_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni056E_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni056F_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0570.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0571.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni0572.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0573.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0574.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0575.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0576.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni0577.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni0578.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0579.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni057A_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni057B_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni057C_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni057D_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni057E_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni057F_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni0580.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni0581.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni0582.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0583.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni0584.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni0585.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni0586.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0587.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni0589.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni058A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni0E_3F_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni10D_0.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni10D_1.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni10D_2.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni10D_3.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni10D_4.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni10D_5.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni10D_6.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/uni10D_7.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni10D_8.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni10D_9.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni10D_A_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni10D_B_.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni10D_C_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni10D_D_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni10D_E_.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni10D_F_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni10E_0.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni10E_1.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni10E_2.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni10E_3.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni10E_4.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni10E_5.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni10E_6.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni10E_7.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni10E_8.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni10E_9.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni10E_A_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni10E_B_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni10E_C_.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni10E_D_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni10E_E_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni10E_F_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni10F_0.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/uni10F_1.glif | 34 +++++------ source/Hack-Bold.ufo/glyphs/uni10F_2.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni10F_3.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni10F_4.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni10F_5.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni10F_6.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni10F_7.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni10F_8.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni10F_9.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni10F_A_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni10F_B_.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni10F_C_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni1E_B_C_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni1E_B_D_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni1E_F_8.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni1E_F_9.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2000.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2001.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2002.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2003.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2004.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2005.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2006.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2007.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2008.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2009.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni200A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2010.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2011.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2015.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2016.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni201F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2023.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni202F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2031.glif | 50 ++++++++--------- source/Hack-Bold.ufo/glyphs/uni2035.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2036.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2037.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni203D_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni203E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni203F_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2045.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2046.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2047.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/uni2048.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni2049.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni204B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni205F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2070.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni2074.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2075.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni2076.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni2077.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2078.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/uni2079.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni207A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni207B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni207C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni207D_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni207E_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni208A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni208B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni208C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni208D_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni208E_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni20A_0.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni20A_2.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni20A_5.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni20A_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni20A_8.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni20A_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni20A_A_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni20A_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni20A_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni20A_F_.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni20B_0.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni20B_1.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni20B_2.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni20B_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni20B_4.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni20B_5.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni20B_7.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni20B_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni20B_9.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2116.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2126.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni2150.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2151.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni2153.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni2154.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni2155.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni2156.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni2157.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni2158.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni2159.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni215A_.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/uni215F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2189.glif | 46 +++++++-------- source/Hack-Bold.ufo/glyphs/uni2196.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2197.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2198.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2199.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni219A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni219B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni219C_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni219D_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni219E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni219F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_9.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni21A_A_.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni21A_B_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni21A_C_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni21A_D_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni21A_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21A_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_6.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni21B_7.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni21B_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_A_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni21B_B_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni21B_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21B_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21C_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21D_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21E_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_4.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni21F_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni21F_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2201.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni2204.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2206.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni220A_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni220C_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni220D_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni220E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2210.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2213.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2218.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni221B_.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni221C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2223.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni222C_.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni222D_.glif | 38 ++++++------- source/Hack-Bold.ufo/glyphs/uni2235.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni2236.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni2237.glif | 34 +++++------ source/Hack-Bold.ufo/glyphs/uni2238.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2239.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni223A_.glif | 34 +++++------ source/Hack-Bold.ufo/glyphs/uni223B_.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni223D_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2241.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2242.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni2243.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2244.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2246.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2247.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2249.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni224A_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni224B_.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/uni224C_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni224D_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni224E_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni224F_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2250.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2251.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni2252.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni2253.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni2254.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni2255.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni2256.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2257.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni2258.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni2259.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni225A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni225B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni225C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni225D_.glif | 32 +++++------ source/Hack-Bold.ufo/glyphs/uni225E_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni225F_.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni2262.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2263.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2266.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2267.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2268.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2269.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni226D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni226E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni226F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2270.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2271.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2272.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2273.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2274.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni2275.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2276.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2277.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2278.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2279.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni227A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni227B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni227C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni227D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni227E_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni227F_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2280.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2281.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2285.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2288.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni2289.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni228A_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni228B_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni228D_.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni228E_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni228F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2290.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2291.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2292.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2293.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2294.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2296.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni2298.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni2299.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni229A_.glif | 34 +++++------ source/Hack-Bold.ufo/glyphs/uni229B_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni229C_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni229D_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni229E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni229F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22A_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22A_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22A_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22A_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22A_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22B_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22B_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22B_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22B_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22B_8.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni22C_2.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni22C_3.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni22C_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22C_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22C_D_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni22C_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22C_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22D_0.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni22D_1.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni22D_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22D_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22D_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22D_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22D_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22D_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22E_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22E_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22E_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22E_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22E_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22E_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni22E_6.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni22E_7.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni22E_8.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni22E_9.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni22E_F_.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni2304.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2308.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2309.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni230A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni230B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni239B_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni239C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni239D_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni239E_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni239F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni23A_0.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni23A_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni23A_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni23A_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni23A_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni23A_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni23A_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni23A_7.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni23A_8.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni23A_9.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni23A_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni23A_B_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni23A_C_.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni23A_D_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni23A_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2500.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2501.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2502.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2503.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2504.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2505.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2506.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2507.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2508.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2509.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni250A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni250B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni250C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni250D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni250E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni250F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2510.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2511.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2512.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2513.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2514.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2515.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2516.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2517.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2518.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2519.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni251A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni251B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni251C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni251D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni251E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni251F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2520.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2521.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2522.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2523.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2524.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2525.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2526.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2527.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2528.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2529.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni252A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni252B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni252C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni252D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni252E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni252F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2530.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2531.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2532.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2533.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2534.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2535.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2536.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2537.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2538.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2539.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni253A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni253B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni253C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni253D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni253E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni253F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2540.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2541.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2542.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2543.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2544.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2545.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2546.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2547.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2548.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2549.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni254A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni254B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni254C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni254D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni254E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni254F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2550.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2551.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2552.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2553.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2554.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2555.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2556.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2557.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2558.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2559.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni255A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni255B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni255C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni255D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni255E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni255F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2560.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2561.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2562.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2563.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2564.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2565.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2566.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2567.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2568.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2569.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni256A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni256B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni256C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni256D_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni256E_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni256F_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2570.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni2571.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2572.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2573.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2574.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2575.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2576.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2577.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2578.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2579.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni257A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni257B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni257C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni257D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni257E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni257F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2581.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2582.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2583.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2585.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2586.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2587.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2589.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni258A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni258B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni258D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni258E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni258F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2594.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2595.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2596.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2597.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2598.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2599.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni259A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni259B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni259C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni259D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni259E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni259F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_2.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni25A_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25A_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25B_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25C_9.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni25C_C_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni25C_D_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni25C_E_.glif | 30 +++++----- source/Hack-Bold.ufo/glyphs/uni25C_F_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni25D_0.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni25D_1.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni25D_2.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni25D_3.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni25D_4.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni25D_5.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni25D_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25D_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25D_A_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni25D_B_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni25D_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25D_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25D_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25D_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_0.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni25E_1.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni25E_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_C_.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uni25E_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25E_F_.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni25F_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_4.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni25F_5.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni25F_6.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni25F_7.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uni25F_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni25F_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2756.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2768.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2769.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni276A_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni276B_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni276C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni276D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni276E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni276F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2770.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2771.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2772.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2773.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2774.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uni2775.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni2794.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2798.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2799.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni279A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni279B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni279C_.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni279D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni279E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni279F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_5.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni27A_6.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni27A_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_E_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27A_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27B_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27B_2.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni27B_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27B_4.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27B_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27B_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27B_7.glif | 4 +- source/Hack-Bold.ufo/glyphs/uni27B_8.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni27B_9.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni27B_A_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni27B_B_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni27B_C_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uni27B_D_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni27B_E_.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni27C_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27C_5.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni27C_6.glif | 8 +-- source/Hack-Bold.ufo/glyphs/uni27D_C_.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/uni27E_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27E_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27E_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27E_8.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27E_9.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27E_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27E_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27F_5.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27F_6.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni27F_7.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2987.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2988.glif | 6 +- source/Hack-Bold.ufo/glyphs/uni2997.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2998.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni29E_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni29F_A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni29F_B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2A_00.glif | 18 +++--- source/Hack-Bold.ufo/glyphs/uni2A_2F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2A_6A_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni2A_6B_.glif | 26 ++++----- source/Hack-Bold.ufo/glyphs/uni2B_05.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_06.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_07.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_08.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_09.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_0A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_0B_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_0C_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_0D_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_16.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_17.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_18.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_19.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2B_1A_.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2C_7D_.glif | 2 +- .../Hack-Bold.ufo/glyphs/uni2E_18.case.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni2E_18.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/uni2E_1F_.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/uni2E_22.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2E_23.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2E_24.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2E_25.glif | 2 +- source/Hack-Bold.ufo/glyphs/uni2E_2E_.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/uniE_0A_0.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/uniE_0A_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uniE_0A_2.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/uniE_0B_0.glif | 2 +- source/Hack-Bold.ufo/glyphs/uniE_0B_1.glif | 2 +- source/Hack-Bold.ufo/glyphs/uniE_0B_2.glif | 2 +- source/Hack-Bold.ufo/glyphs/uniE_0B_3.glif | 2 +- source/Hack-Bold.ufo/glyphs/uniF_E_F_F_.glif | 2 +- source/Hack-Bold.ufo/glyphs/union.glif | 14 ++--- source/Hack-Bold.ufo/glyphs/universal.glif | 2 +- source/Hack-Bold.ufo/glyphs/uogonek.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/upblock.glif | 2 +- source/Hack-Bold.ufo/glyphs/upsilon.glif | 10 ++-- .../Hack-Bold.ufo/glyphs/upsilondieresis.glif | 34 +++++------ .../glyphs/upsilondieresistonos.glif | 28 +++++----- source/Hack-Bold.ufo/glyphs/upsilontonos.glif | 12 ++-- source/Hack-Bold.ufo/glyphs/uring.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/utilde.glif | 22 ++++---- source/Hack-Bold.ufo/glyphs/v.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/w.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/wacute.glif | 2 +- source/Hack-Bold.ufo/glyphs/wcircumflex.glif | 2 +- source/Hack-Bold.ufo/glyphs/wdieresis.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/wgrave.glif | 2 +- source/Hack-Bold.ufo/glyphs/x.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/xi.glif | 16 +++--- source/Hack-Bold.ufo/glyphs/y.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/yacute.glif | 2 +- source/Hack-Bold.ufo/glyphs/ycircumflex.glif | 4 +- source/Hack-Bold.ufo/glyphs/ydieresis.glif | 20 +++---- source/Hack-Bold.ufo/glyphs/yen.glif | 2 +- source/Hack-Bold.ufo/glyphs/ygrave.glif | 4 +- source/Hack-Bold.ufo/glyphs/z.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/zacute.glif | 2 +- source/Hack-Bold.ufo/glyphs/zcaron.glif | 2 +- source/Hack-Bold.ufo/glyphs/zdotaccent.glif | 10 ++-- source/Hack-Bold.ufo/glyphs/zero.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/zero.subs.glif | 24 ++++---- source/Hack-Bold.ufo/glyphs/zeta.glif | 10 ++-- source/Hack-Bold.ufo/layercontents.plist | 10 ++++ source/Hack-Bold.ufo/metainfo.plist | 6 +- source/Hack-BoldItalic.ufo/fontinfo.plist | 20 ++++--- source/Hack-BoldItalic.ufo/glyphs/A_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/A_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/A_acute.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/A_breve.glif | 6 +- .../glyphs/A_circumflex.glif | 2 +- .../glyphs/A_dieresis.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/A_grave.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/A_lpha.glif | 2 +- .../glyphs/A_lphatonos.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/A_macron.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/A_ogonek.glif | 8 +-- source/Hack-BoldItalic.ufo/glyphs/A_ring.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/A_tilde.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/B_.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/B_eta.glif | 20 +++---- source/Hack-BoldItalic.ufo/glyphs/C_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/C_R_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/C_acute.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/C_caron.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/C_cedilla.glif | 18 +++--- .../glyphs/C_circumflex.glif | 2 +- .../glyphs/C_dotaccent.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/C_hi.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/D_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/D_caron.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/D_croat.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/E_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/E_acute.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/E_breve.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/E_caron.glif | 2 +- .../glyphs/E_circumflex.glif | 2 +- .../glyphs/E_dieresis.glif | 10 ++-- .../glyphs/E_dotaccent.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/E_grave.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/E_macron.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/E_ng.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/E_ogonek.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/E_psilon.glif | 2 +- .../glyphs/E_psilontonos.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/E_ta.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/E_tatonos.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/E_th.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/E_uro.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/F_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/G_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/G_amma.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/G_breve.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/G_caron.glif | 14 ++--- .../glyphs/G_circumflex.glif | 2 +- .../glyphs/G_dotaccent.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/H_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/H_bar.glif | 2 +- .../glyphs/H_circumflex.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/I_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/I_J_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/I_acute.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/I_breve.glif | 6 +- .../glyphs/I_circumflex.glif | 2 +- .../glyphs/I_dieresis.glif | 10 ++-- .../glyphs/I_dotaccent.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/I_grave.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/I_macron.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/I_ogonek.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/I_ota.glif | 2 +- .../glyphs/I_otadieresis.glif | 10 ++-- .../glyphs/I_otatonos.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/I_tilde.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/J_.glif | 10 ++-- .../glyphs/J_circumflex.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/K_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/K_appa.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/L_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/L_acute.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/L_ambda.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/L_caron.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/L_dot.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/L_slash.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/M_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/M_u.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/N_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/N_U_L_L_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/N_acute.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/N_caron.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/N_tilde.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/N_u.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/O_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/O_E_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/O_acute.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/O_breve.glif | 22 ++++---- .../glyphs/O_circumflex.glif | 18 +++--- .../glyphs/O_dieresis.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/O_grave.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/O_horn.glif | 22 ++++---- .../glyphs/O_hungarumlaut.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/O_macron.glif | 18 +++--- .../glyphs/O_megatonos.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/O_micron.glif | 18 +++--- .../glyphs/O_microntonos.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/O_slash.glif | 10 ++-- .../glyphs/O_slashacute.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/O_tilde.glif | 22 ++++---- source/Hack-BoldItalic.ufo/glyphs/P_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/P_hi.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/P_i.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/P_si.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/Q_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/R_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/R_acute.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/R_caron.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/R_ho.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/S_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/S_acute.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/S_caron.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/S_cedilla.glif | 28 +++++----- .../glyphs/S_circumflex.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/S_igma.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/T_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/T_au.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/T_bar.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/T_caron.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/T_heta.glif | 4 +- source/Hack-BoldItalic.ufo/glyphs/T_horn.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/U_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/U_acute.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/U_breve.glif | 6 +- .../glyphs/U_circumflex.glif | 14 ++--- .../glyphs/U_dieresis.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/U_grave.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/U_horn.glif | 16 +++--- .../glyphs/U_hungarumlaut.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/U_macron.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/U_ogonek.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/U_psilon.glif | 18 +++--- .../glyphs/U_psilondieresis.glif | 26 ++++----- .../glyphs/U_psilontonos.glif | 24 ++++---- source/Hack-BoldItalic.ufo/glyphs/U_ring.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/U_tilde.glif | 22 ++++---- source/Hack-BoldItalic.ufo/glyphs/V_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/W_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/W_acute.glif | 2 +- .../glyphs/W_circumflex.glif | 2 +- .../glyphs/W_dieresis.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/W_grave.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/X_.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/X_i.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/Y_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/Y_acute.glif | 2 +- .../glyphs/Y_circumflex.glif | 2 +- .../glyphs/Y_dieresis.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/Y_grave.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/Z_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/Z_acute.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/Z_caron.glif | 2 +- .../glyphs/Z_dotaccent.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/Z_eta.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/_1554.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/_notdef.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/a.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/aacute.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/abreve.glif | 24 ++++---- .../glyphs/acircumflex.glif | 20 +++---- source/Hack-BoldItalic.ufo/glyphs/acute.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/acutecomb.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/adieresis.glif | 26 ++++----- source/Hack-BoldItalic.ufo/glyphs/ae.glif | 22 ++++---- source/Hack-BoldItalic.ufo/glyphs/agrave.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/alpha.glif | 22 ++++---- .../glyphs/alphatonos.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/amacron.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/ampersand.glif | 26 ++++----- source/Hack-BoldItalic.ufo/glyphs/angle.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/aogonek.glif | 28 +++++----- .../glyphs/approxequal.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/aring.glif | 32 +++++------ .../Hack-BoldItalic.ufo/glyphs/arrowboth.glif | 2 +- .../glyphs/arrowdblboth.glif | 2 +- .../glyphs/arrowdbldown.glif | 2 +- .../glyphs/arrowdblleft.glif | 2 +- .../glyphs/arrowdblright.glif | 2 +- .../glyphs/arrowdblup.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/arrowdown.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/arrowleft.glif | 2 +- .../glyphs/arrowright.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/arrowup.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/arrowupdn.glif | 2 +- .../glyphs/arrowupdnbse.glif | 2 +- .../glyphs/asciicircum.glif | 2 +- .../glyphs/asciitilde.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/asterisk.glif | 2 +- .../glyphs/asteriskmath.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/at.glif | 30 +++++----- source/Hack-BoldItalic.ufo/glyphs/atilde.glif | 22 ++++---- source/Hack-BoldItalic.ufo/glyphs/b.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/backslash.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/bar.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/beta.glif | 24 ++++---- source/Hack-BoldItalic.ufo/glyphs/block.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/braceleft.glif | 10 ++-- .../glyphs/braceright.glif | 10 ++-- .../glyphs/bracketleft.glif | 10 ++-- .../glyphs/bracketright.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/breve.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/brokenbar.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/bullet.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/c.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/c6459.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/c6460.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/c6461.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/c6462.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/c6469.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/c6471.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/c6473.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/c6476.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/c6477.glif | 8 +-- source/Hack-BoldItalic.ufo/glyphs/c6478.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/c6479.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/cacute.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/caron.glif | 2 +- .../glyphs/carriagereturn.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/ccaron.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/ccedilla.glif | 20 +++---- .../glyphs/ccircumflex.glif | 2 +- .../glyphs/cdotaccent.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/cedilla.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/cent.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/chi.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/circle.glif | 18 +++--- .../glyphs/circlemultiply.glif | 18 +++--- .../glyphs/circleplus.glif | 18 +++--- .../glyphs/circumflex.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/colon.glif | 20 +++---- .../glyphs/colonmonetary.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/comma.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/congruent.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/contents.plist | 50 ++++++++--------- .../Hack-BoldItalic.ufo/glyphs/copyright.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/currency.glif | 26 ++++----- source/Hack-BoldItalic.ufo/glyphs/d.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/dagger.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/daggerdbl.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/dcaron.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/dcroat.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/degree.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/delta.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/dieresis.glif | 10 ++-- .../glyphs/dieresistonos.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/divide.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/dkshade.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/dnblock.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/dollar.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/dong.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/dotaccent.glif | 8 +-- .../glyphs/dotbelowcomb.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/dotlessi.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/dotmath.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/e.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/eacute.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/ebreve.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/ecaron.glif | 16 +++--- .../glyphs/ecircumflex.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/edieresis.glif | 18 +++--- .../glyphs/edotaccent.glif | 24 ++++---- source/Hack-BoldItalic.ufo/glyphs/egrave.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/eight.glif | 32 +++++------ .../glyphs/eight.subs.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/element.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/ellipsis.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/emacron.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/emdash.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/emptyset.glif | 24 ++++---- source/Hack-BoldItalic.ufo/glyphs/endash.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/eng.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/eogonek.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/epsilon.glif | 10 ++-- .../glyphs/epsilontonos.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/equal.glif | 2 +- .../glyphs/equivalence.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/eta.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/etatonos.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/eth.glif | 20 +++---- source/Hack-BoldItalic.ufo/glyphs/exclam.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/exclamdbl.glif | 22 ++++---- .../glyphs/exclamdown.case.glif | 12 ++-- .../glyphs/exclamdown.glif | 12 ++-- .../glyphs/existential.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/f.glif | 10 ++-- .../glyphs/figuredash.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/filledbox.glif | 2 +- .../glyphs/filledrect.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/five.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/five.subs.glif | 14 ++--- .../glyphs/fiveeighths.glif | 42 +++++++------- source/Hack-BoldItalic.ufo/glyphs/florin.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/four.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/four.subs.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/franc.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/g.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/gamma.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/gbreve.glif | 28 +++++----- source/Hack-BoldItalic.ufo/glyphs/gcaron.glif | 20 +++---- .../glyphs/gcircumflex.glif | 6 +- .../glyphs/gdotaccent.glif | 26 ++++----- .../glyphs/germandbls.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/gradient.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/grave.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/gravecomb.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/greater.glif | 2 +- .../glyphs/greaterequal.glif | 2 +- .../glyphs/guillemotleft.glif | 2 +- .../glyphs/guillemotright.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/h.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/hbar.glif | 12 ++-- .../glyphs/hcircumflex.glif | 2 +- .../glyphs/hookabovecomb.glif | 7 +-- .../glyphs/hungarumlaut.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/hyphen.glif | 2 +- .../glyphs/hyphenationpoint.glif | 4 +- source/Hack-BoldItalic.ufo/glyphs/i.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/iacute.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/ibreve.glif | 12 ++-- .../glyphs/icircumflex.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/idieresis.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/igrave.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/ij.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/imacron.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/infinity.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/integral.glif | 16 +++--- .../glyphs/integralbt.glif | 14 ++--- .../glyphs/integraltp.glif | 18 +++--- .../glyphs/intersection.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/invbullet.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/invcircle.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/iogonek.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/iota.glif | 10 ++-- .../glyphs/iotadieresis.glif | 20 +++---- .../glyphs/iotadieresistonos.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/iotatonos.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/itilde.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/j.glif | 10 ++-- .../glyphs/jcircumflex.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/k.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/kappa.glif | 2 +- .../glyphs/kgreenlandic.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/l.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/lacute.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/lambda.glif | 4 +- .../glyphs/layerinfo.plist | 5 ++ source/Hack-BoldItalic.ufo/glyphs/lcaron.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/ldot.glif | 4 +- source/Hack-BoldItalic.ufo/glyphs/less.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/lessequal.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/lfblock.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/lira.glif | 6 +- .../glyphs/logicaland.glif | 2 +- .../glyphs/logicalnot.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/logicalor.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/longs.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/lozenge.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/lslash.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/ltshade.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/m.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/macron.glif | 2 +- .../glyphs/millisecond.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/minus.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/minute.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/multiply.glif | 2 +- .../glyphs/musicalnote.glif | 4 +- source/Hack-BoldItalic.ufo/glyphs/n.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/nacute.glif | 12 ++-- .../glyphs/napostrophe.glif | 4 +- source/Hack-BoldItalic.ufo/glyphs/ncaron.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/nine.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/nine.subs.glif | 22 ++++---- .../glyphs/notelement.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/notequal.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/notsubset.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/ntilde.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/nu.glif | 2 +- .../glyphs/numbersign.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/o.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/oacute.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/obreve.glif | 22 ++++---- .../glyphs/ocircumflex.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/odieresis.glif | 26 ++++----- source/Hack-BoldItalic.ufo/glyphs/oe.glif | 30 +++++----- source/Hack-BoldItalic.ufo/glyphs/ogonek.glif | 8 +-- source/Hack-BoldItalic.ufo/glyphs/ograve.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/ohorn.glif | 20 +++---- .../glyphs/ohungarumlaut.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/omacron.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/omega.glif | 16 +++--- .../glyphs/omegatonos.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/omicron.glif | 18 +++--- .../glyphs/omicrontonos.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/one.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/one.subs.glif | 2 +- .../glyphs/onedotenleader.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/oneeighth.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/onehalf.glif | 10 ++-- .../glyphs/onequarter.glif | 2 +- .../glyphs/openbullet.glif | 18 +++--- .../glyphs/ordfeminine.glif | 16 +++--- .../glyphs/ordmasculine.glif | 18 +++--- .../glyphs/orthogonal.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/oslash.glif | 12 ++-- .../glyphs/oslashacute.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/otilde.glif | 22 ++++---- source/Hack-BoldItalic.ufo/glyphs/p.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/paragraph.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/parenleft.glif | 6 +- .../glyphs/parenright.glif | 4 +- .../glyphs/partialdiff.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/percent.glif | 34 +++++------ source/Hack-BoldItalic.ufo/glyphs/period.glif | 10 ++-- .../glyphs/periodcentered.glif | 4 +- .../glyphs/perthousand.glif | 48 ++++++++-------- source/Hack-BoldItalic.ufo/glyphs/peseta.glif | 26 ++++----- source/Hack-BoldItalic.ufo/glyphs/phi.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/pi.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/plus.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/plusminus.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/product.glif | 2 +- .../glyphs/propersubset.glif | 12 ++-- .../glyphs/propersuperset.glif | 12 ++-- .../glyphs/proportional.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/psi.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/q.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/question.glif | 12 ++-- .../glyphs/questiondown.case.glif | 14 ++--- .../glyphs/questiondown.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/quotedbl.glif | 2 +- .../glyphs/quotedblbase.glif | 2 +- .../glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../glyphs/quotesingle.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/r.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/racute.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/radical.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/rcaron.glif | 6 +- .../glyphs/reflexsubset.glif | 10 ++-- .../glyphs/reflexsuperset.glif | 14 ++--- .../glyphs/registered.glif | 22 ++++---- .../glyphs/revlogicalnot.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/rho.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/ring.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/rtblock.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/ruble.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/s.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/sacute.glif | 18 +++--- source/Hack-BoldItalic.ufo/glyphs/scaron.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/scedilla.glif | 24 ++++---- .../glyphs/scircumflex.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/second.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/section.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/semicolon.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/seven.glif | 2 +- .../glyphs/seven.subs.glif | 2 +- .../glyphs/seveneighths.glif | 30 +++++----- source/Hack-BoldItalic.ufo/glyphs/shade.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/sigma.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/similar.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/six.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/six.subs.glif | 22 ++++---- source/Hack-BoldItalic.ufo/glyphs/slash.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/space.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/sterling.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/suchthat.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/summation.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/t.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/tau.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/tbar.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/tcaron.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/therefore.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/theta.glif | 20 +++---- source/Hack-BoldItalic.ufo/glyphs/thorn.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/three.glif | 18 +++--- .../glyphs/three.subs.glif | 22 ++++---- .../glyphs/threeeighths.glif | 50 ++++++++--------- .../glyphs/threequarters.glif | 28 +++++----- source/Hack-BoldItalic.ufo/glyphs/tilde.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/tildecomb.glif | 11 ++-- source/Hack-BoldItalic.ufo/glyphs/tonos.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/trademark.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/triagdn.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/triaglf.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/triagrt.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/triagup.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/two.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/two.subs.glif | 10 ++-- .../glyphs/twodotenleader.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/u.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/uacute.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/ubreve.glif | 8 +-- .../glyphs/ucircumflex.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/udieresis.glif | 22 ++++---- source/Hack-BoldItalic.ufo/glyphs/ugrave.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/uhorn.glif | 12 ++-- .../glyphs/uhungarumlaut.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/umacron.glif | 10 ++-- .../glyphs/underscore.glif | 2 +- .../glyphs/underscoredbl.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni00A_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni00A_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni00B_2.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni00B_3.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni00B_5.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni00B_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0122.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni0123.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni0136.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0137.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni013B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni013C_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0145.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0146.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0156.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0157.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni0162.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0163.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni01A_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0218.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0219.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni021A_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni021B_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni02B_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02B_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02B_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02B_D_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni02B_E_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni02B_F_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni02C_0.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni02C_1.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni02C_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02C_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02C_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02C_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02C_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02C_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02D_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni02D_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0302.glif | 3 +- .../glyphs/uni0304.case.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0304.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0305.glif | 3 +- .../glyphs/uni0306.case.glif | 7 +-- .../Hack-BoldItalic.ufo/glyphs/uni0306.glif | 9 ++- .../glyphs/uni0307.case.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0307.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0308.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni030A_.glif | 19 +++---- .../glyphs/uni030B_.case.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni030B_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni030C_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni030D_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni030E_.glif | 3 +- .../glyphs/uni030F_.case.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni030F_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0310.glif | 7 +-- .../glyphs/uni0311.case.glif | 9 ++- .../Hack-BoldItalic.ufo/glyphs/uni0311.glif | 11 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0312.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0313.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0314.glif | 7 +-- .../Hack-BoldItalic.ufo/glyphs/uni0315.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0316.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0317.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0318.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0319.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni031A_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni031B_.glif | 9 ++- .../Hack-BoldItalic.ufo/glyphs/uni031C_.glif | 7 +-- .../Hack-BoldItalic.ufo/glyphs/uni031D_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni031E_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni031F_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0320.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0321.glif | 5 +- .../Hack-BoldItalic.ufo/glyphs/uni0322.glif | 11 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0324.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0325.glif | 19 +++---- .../Hack-BoldItalic.ufo/glyphs/uni0326.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0327.glif | 11 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0328.glif | 11 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0329.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni032A_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni032B_.glif | 15 +++-- .../Hack-BoldItalic.ufo/glyphs/uni032C_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni032D_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni032E_.glif | 9 ++- .../Hack-BoldItalic.ufo/glyphs/uni032F_.glif | 11 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0330.glif | 11 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0331.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0332.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0333.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0334.glif | 11 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0335.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0336.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0337.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0338.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0339.glif | 7 +-- .../Hack-BoldItalic.ufo/glyphs/uni033A_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni033B_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni033C_.glif | 13 ++--- .../Hack-BoldItalic.ufo/glyphs/uni033D_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni033E_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni033F_.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0358.glif | 3 +- .../Hack-BoldItalic.ufo/glyphs/uni0361.glif | 7 +-- .../Hack-BoldItalic.ufo/glyphs/uni0394.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni03A_9.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni03B_C_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni03C_2.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni03F_4.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0400.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0401.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0402.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni0403.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0404.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni0405.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0406.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0407.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0408.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni0409.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni040A_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni040B_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni040C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni040D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni040E_.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni040F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0410.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0411.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni0412.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni0413.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0414.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0415.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0416.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0417.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni0418.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0419.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni041A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni041B_.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni041C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni041D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni041E_.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni041F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0420.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0421.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni0422.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0423.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni0424.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0425.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0426.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0427.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0428.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0429.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni042A_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni042B_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni042C_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni042D_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni042E_.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni042F_.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni0430.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0431.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni0432.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni0433.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0434.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni0435.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0436.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0437.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni0438.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0439.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni043A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni043B_.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni043C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni043D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni043E_.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni043F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0440.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0441.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni0442.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0443.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni0444.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0445.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0446.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0447.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni0448.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0449.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni044A_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni044B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni044C_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni044D_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni044E_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni044F_.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni0450.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0451.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni0452.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0453.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0454.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0455.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0456.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0457.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0458.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni0459.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni045A_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni045B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni045C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni045D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni045E_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni045F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0462.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0463.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0472.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0473.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0490.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0491.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0492.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0493.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0494.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0495.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni0496.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0497.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0498.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni0499.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni049A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni049B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04A_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04A_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04A_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04A_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04A_A_.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni04A_B_.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni04A_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04A_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04A_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04A_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04B_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04B_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04B_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04B_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04B_A_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni04B_B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04C_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04C_1.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni04C_2.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni04C_3.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni04C_4.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni04C_7.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni04C_8.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni04C_B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04C_C_.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni04C_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04D_0.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni04D_1.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni04D_2.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04D_3.glif | 32 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni04D_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04D_5.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni04D_6.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni04D_7.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni04D_8.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni04D_9.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni04D_A_.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni04D_B_.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni04D_C_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04D_D_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04D_E_.glif | 32 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni04D_F_.glif | 34 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni04E_0.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni04E_1.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04E_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04E_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04E_4.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04E_5.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04E_6.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni04E_7.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni04E_8.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni04E_9.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni04E_A_.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni04E_B_.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni04E_C_.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni04E_D_.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni04E_E_.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni04E_F_.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni04F_0.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04F_1.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni04F_2.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni04F_3.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni04F_4.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni04F_5.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni04F_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04F_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni04F_8.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni04F_9.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni0510.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni0511.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni051A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni051B_.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni051C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni051D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0531.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0532.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0533.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0534.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0535.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0536.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0537.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0538.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0539.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni053A_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni053B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni053C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni053D_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni053E_.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni053F_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0540.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni0541.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0542.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0543.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni0544.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0545.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni0546.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0547.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0548.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0549.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni054A_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni054B_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni054C_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni054D_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni054E_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni054F_.glif | 32 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni0550.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0551.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni0552.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0553.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni0554.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0555.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0556.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni0559.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni055A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni055B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni055C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni055D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni055E_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni055F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0561.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni0562.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0563.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0564.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0565.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0566.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0567.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0568.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0569.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni056A_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni056B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni056C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni056D_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni056E_.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni056F_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0570.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0571.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0572.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0573.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0574.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0575.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni0576.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0577.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0578.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0579.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni057A_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni057B_.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni057C_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni057D_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni057E_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni057F_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni0580.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0581.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni0582.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni0583.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0584.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0585.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0586.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni0587.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni0589.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni058A_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni0E_3F_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni10D_0.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni10D_1.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni10D_2.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10D_3.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni10D_4.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10D_5.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni10D_6.glif | 34 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni10D_7.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni10D_8.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni10D_9.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10D_A_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni10D_B_.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni10D_C_.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10D_D_.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10D_E_.glif | 28 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni10D_F_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni10E_0.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni10E_1.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni10E_2.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni10E_3.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni10E_4.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni10E_5.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni10E_6.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni10E_7.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni10E_8.glif | 32 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni10E_9.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni10E_A_.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni10E_B_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni10E_C_.glif | 34 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni10E_D_.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni10E_E_.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10E_F_.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni10F_0.glif | 34 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni10F_1.glif | 36 ++++++------ .../Hack-BoldItalic.ufo/glyphs/uni10F_2.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni10F_3.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10F_4.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10F_5.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10F_6.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni10F_7.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10F_8.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni10F_9.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni10F_A_.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni10F_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni10F_C_.glif | 24 ++++---- .../glyphs/uni1E_B_C_.glif | 10 ++-- .../glyphs/uni1E_B_D_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni1E_F_8.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni1E_F_9.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2000.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2001.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2002.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2003.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2004.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2005.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2006.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2007.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2008.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2009.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni200A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2010.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2011.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2015.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2016.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni201F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2023.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni202F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2031.glif | 52 ++++++++--------- .../Hack-BoldItalic.ufo/glyphs/uni2035.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2036.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2037.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni203D_.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni203E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni203F_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni2045.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2046.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2047.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni2048.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni2049.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni204B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni205F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2070.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni2074.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2075.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni2076.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni2077.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2078.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni2079.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni207A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni207B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni207C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni207D_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni207E_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni208A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni208B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni208C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni208D_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni208E_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni20A_0.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni20A_2.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni20A_5.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni20A_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni20A_8.glif | 34 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni20A_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni20A_A_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni20A_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni20A_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni20A_F_.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni20B_0.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni20B_1.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni20B_2.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni20B_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni20B_4.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni20B_5.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni20B_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni20B_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni20B_9.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni2116.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni2126.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni2150.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2151.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni2153.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni2154.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni2155.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni2156.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni2157.glif | 34 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni2158.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni2159.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni215A_.glif | 34 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni215F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2189.glif | 44 +++++++-------- .../Hack-BoldItalic.ufo/glyphs/uni2196.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2197.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2198.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2199.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni219A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni219B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni219C_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni219D_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni219E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni219F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_9.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni21A_A_.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_B_.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni21A_C_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_D_.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni21A_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21A_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_6.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_7.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_A_.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni21B_B_.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni21B_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21B_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21C_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21D_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21E_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_4.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni21F_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni21F_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2201.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni2204.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2206.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni220A_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni220C_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni220D_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni220E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2210.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2213.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2215.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2218.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni2219.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni221B_.glif | 22 ++++---- .../Hack-BoldItalic.ufo/glyphs/uni221C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2223.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni222C_.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni222D_.glif | 38 ++++++------- .../Hack-BoldItalic.ufo/glyphs/uni2235.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2236.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2237.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2238.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2239.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni223A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni223B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni223D_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2241.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2242.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2243.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2244.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2246.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2247.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni2249.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni224A_.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni224B_.glif | 32 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni224C_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni224D_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni224E_.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni224F_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni2250.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2251.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2252.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2253.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2254.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2255.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2256.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2257.glif | 16 +++--- .../Hack-BoldItalic.ufo/glyphs/uni2258.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/uni2259.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni225A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni225B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni225C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni225D_.glif | 32 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni225E_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni225F_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni2262.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2263.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2266.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2267.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2268.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2269.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni226D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni226E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni226F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2270.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2271.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2272.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2273.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2274.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni2275.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni2276.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2277.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2278.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2279.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni227A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni227B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni227C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni227D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni227E_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni227F_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2280.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2281.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2285.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2288.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni2289.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni228A_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni228B_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni228D_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni228E_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni228F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2290.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2291.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2292.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2293.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2294.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2296.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni2298.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni2299.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni229A_.glif | 34 +++++------ .../Hack-BoldItalic.ufo/glyphs/uni229B_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni229C_.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni229D_.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni229E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni229F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22A_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22A_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22A_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22A_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22A_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22B_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22B_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22B_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22B_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22B_8.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni22C_2.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni22C_3.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni22C_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22C_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22C_D_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni22C_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22C_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22D_0.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni22D_1.glif | 26 ++++----- .../Hack-BoldItalic.ufo/glyphs/uni22D_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22D_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22D_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22D_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22D_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22D_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22E_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22E_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22E_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22E_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22E_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22E_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni22E_6.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni22E_7.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni22E_8.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni22E_9.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni22E_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2304.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2308.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2309.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni230A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni230B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni239B_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni239C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni239D_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni239E_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni239F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_0.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_7.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_8.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni23A_9.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni23A_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni23A_B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni23A_C_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni23A_D_.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni23A_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2500.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2501.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2502.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2503.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2504.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2505.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2506.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2507.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2508.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2509.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni250A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni250B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni250C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni250D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni250E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni250F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2510.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2511.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2512.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2513.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2514.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2515.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2516.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2517.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2518.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2519.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni251A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni251B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni251C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni251D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni251E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni251F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2520.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2521.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2522.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2523.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2524.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2525.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2526.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2527.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2528.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2529.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni252A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni252B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni252C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni252D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni252E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni252F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2530.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2531.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2532.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2533.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2534.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2535.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2536.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2537.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2538.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2539.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni253A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni253B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni253C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni253D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni253E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni253F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2540.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2541.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2542.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2543.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2544.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2545.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2546.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2547.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2548.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2549.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni254A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni254B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni254C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni254D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni254E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni254F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2550.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2551.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2552.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2553.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2554.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2555.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2556.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2557.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2558.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2559.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni255A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni255B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni255C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni255D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni255E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni255F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2560.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2561.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2562.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2563.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2564.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2565.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2566.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2567.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2568.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2569.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni256A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni256B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni256C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni256D_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni256E_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni256F_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2570.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2571.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2572.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2573.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2574.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2575.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2576.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2577.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2578.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2579.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni257A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni257B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni257C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni257D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni257E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni257F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2581.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2582.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2583.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2585.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2586.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2587.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2589.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni258A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni258B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni258D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni258E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni258F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2594.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2595.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2596.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2597.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2598.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2599.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni259A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni259B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni259C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni259D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni259E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni259F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_2.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni25A_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25A_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25B_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25C_9.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni25C_C_.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni25C_D_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni25C_E_.glif | 30 +++++----- .../Hack-BoldItalic.ufo/glyphs/uni25C_F_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni25D_0.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25D_1.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25D_2.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25D_3.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25D_4.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni25D_5.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni25D_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25D_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25D_A_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni25D_B_.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni25D_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25D_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25D_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25D_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_0.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_1.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_4.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_C_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25E_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25E_F_.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni25F_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_3.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_4.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25F_5.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25F_6.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25F_7.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni25F_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_E_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni25F_F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27C_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27C_5.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni27C_6.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni27D_C_.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/uni27E_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27E_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27E_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27E_8.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27E_9.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27E_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27E_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27F_5.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27F_6.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni27F_7.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2987.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni2988.glif | 6 +- .../Hack-BoldItalic.ufo/glyphs/uni2997.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2998.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni29E_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni29F_A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni29F_B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2A_00.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/uni2A_2F_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2A_6A_.glif | 12 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2A_6B_.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uni2B_05.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_06.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_07.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_08.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_09.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_0A_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_0B_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_0C_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_0D_.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_16.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_17.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_18.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_19.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2B_1A_.glif | 2 +- .../glyphs/uni2E_18.case.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni2E_18.glif | 8 +-- .../Hack-BoldItalic.ufo/glyphs/uni2E_1F_.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/uni2E_22.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2E_23.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2E_24.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2E_25.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uni2E_2E_.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uniE_0A_0.glif | 10 ++-- .../Hack-BoldItalic.ufo/glyphs/uniE_0A_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uniE_0A_2.glif | 24 ++++---- .../Hack-BoldItalic.ufo/glyphs/uniE_0B_0.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uniE_0B_1.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uniE_0B_2.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uniE_0B_3.glif | 2 +- .../glyphs/uniF_E_F_F_.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/union.glif | 14 ++--- .../Hack-BoldItalic.ufo/glyphs/universal.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/uogonek.glif | 18 +++--- .../Hack-BoldItalic.ufo/glyphs/upblock.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/upsilon.glif | 16 +++--- .../glyphs/upsilondieresis.glif | 26 ++++----- .../glyphs/upsilondieresistonos.glif | 24 ++++---- .../glyphs/upsilontonos.glif | 16 +++--- source/Hack-BoldItalic.ufo/glyphs/uring.glif | 26 ++++----- source/Hack-BoldItalic.ufo/glyphs/utilde.glif | 20 +++---- source/Hack-BoldItalic.ufo/glyphs/v.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/w.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/wacute.glif | 2 +- .../glyphs/wcircumflex.glif | 2 +- .../Hack-BoldItalic.ufo/glyphs/wdieresis.glif | 12 ++-- source/Hack-BoldItalic.ufo/glyphs/wgrave.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/x.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/xi.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/y.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/yacute.glif | 4 +- .../glyphs/ycircumflex.glif | 4 +- .../Hack-BoldItalic.ufo/glyphs/ydieresis.glif | 14 ++--- source/Hack-BoldItalic.ufo/glyphs/yen.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/ygrave.glif | 4 +- source/Hack-BoldItalic.ufo/glyphs/z.glif | 10 ++-- source/Hack-BoldItalic.ufo/glyphs/zacute.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/zcaron.glif | 2 +- .../glyphs/zdotaccent.glif | 6 +- source/Hack-BoldItalic.ufo/glyphs/zero.glif | 20 +++---- .../Hack-BoldItalic.ufo/glyphs/zero.subs.glif | 24 ++++---- source/Hack-BoldItalic.ufo/glyphs/zeta.glif | 4 +- .../Hack-BoldItalic.ufo/layercontents.plist | 10 ++++ source/Hack-BoldItalic.ufo/metainfo.plist | 6 +- source/Hack-Italic.ufo/fontinfo.plist | 20 ++++--- source/Hack-Italic.ufo/glyphs/A_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/A_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/A_acute.glif | 2 +- source/Hack-Italic.ufo/glyphs/A_breve.glif | 8 +-- .../Hack-Italic.ufo/glyphs/A_circumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/A_dieresis.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/A_grave.glif | 2 +- source/Hack-Italic.ufo/glyphs/A_lpha.glif | 2 +- .../Hack-Italic.ufo/glyphs/A_lphatonos.glif | 2 +- source/Hack-Italic.ufo/glyphs/A_macron.glif | 2 +- source/Hack-Italic.ufo/glyphs/A_ogonek.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/A_ring.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/A_tilde.glif | 6 +- source/Hack-Italic.ufo/glyphs/B_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/B_eta.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/C_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/C_R_.glif | 2 +- source/Hack-Italic.ufo/glyphs/C_acute.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/C_caron.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/C_cedilla.glif | 22 ++++---- .../Hack-Italic.ufo/glyphs/C_circumflex.glif | 4 +- .../Hack-Italic.ufo/glyphs/C_dotaccent.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/C_hi.glif | 2 +- source/Hack-Italic.ufo/glyphs/D_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/D_caron.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/D_croat.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/E_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/E_acute.glif | 2 +- source/Hack-Italic.ufo/glyphs/E_breve.glif | 6 +- source/Hack-Italic.ufo/glyphs/E_caron.glif | 2 +- .../Hack-Italic.ufo/glyphs/E_circumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/E_dieresis.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/E_dotaccent.glif | 6 +- source/Hack-Italic.ufo/glyphs/E_grave.glif | 2 +- source/Hack-Italic.ufo/glyphs/E_macron.glif | 2 +- source/Hack-Italic.ufo/glyphs/E_ng.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/E_ogonek.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/E_psilon.glif | 2 +- .../Hack-Italic.ufo/glyphs/E_psilontonos.glif | 2 +- source/Hack-Italic.ufo/glyphs/E_ta.glif | 2 +- source/Hack-Italic.ufo/glyphs/E_tatonos.glif | 2 +- source/Hack-Italic.ufo/glyphs/E_th.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/E_uro.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/F_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/G_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/G_amma.glif | 2 +- source/Hack-Italic.ufo/glyphs/G_breve.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/G_caron.glif | 14 ++--- .../Hack-Italic.ufo/glyphs/G_circumflex.glif | 4 +- .../Hack-Italic.ufo/glyphs/G_dotaccent.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/H_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/H_bar.glif | 2 +- .../Hack-Italic.ufo/glyphs/H_circumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/I_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/I_J_.glif | 6 +- source/Hack-Italic.ufo/glyphs/I_acute.glif | 2 +- source/Hack-Italic.ufo/glyphs/I_breve.glif | 6 +- .../Hack-Italic.ufo/glyphs/I_circumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/I_dieresis.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/I_dotaccent.glif | 6 +- source/Hack-Italic.ufo/glyphs/I_grave.glif | 2 +- source/Hack-Italic.ufo/glyphs/I_macron.glif | 2 +- source/Hack-Italic.ufo/glyphs/I_ogonek.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/I_ota.glif | 2 +- .../Hack-Italic.ufo/glyphs/I_otadieresis.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/I_otatonos.glif | 2 +- source/Hack-Italic.ufo/glyphs/I_tilde.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/J_.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/J_circumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/K_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/K_appa.glif | 2 +- source/Hack-Italic.ufo/glyphs/L_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/L_acute.glif | 2 +- source/Hack-Italic.ufo/glyphs/L_ambda.glif | 2 +- source/Hack-Italic.ufo/glyphs/L_caron.glif | 2 +- source/Hack-Italic.ufo/glyphs/L_dot.glif | 2 +- source/Hack-Italic.ufo/glyphs/L_slash.glif | 2 +- source/Hack-Italic.ufo/glyphs/M_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/M_u.glif | 2 +- source/Hack-Italic.ufo/glyphs/N_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/N_U_L_L_.glif | 3 +- source/Hack-Italic.ufo/glyphs/N_acute.glif | 2 +- source/Hack-Italic.ufo/glyphs/N_caron.glif | 2 +- source/Hack-Italic.ufo/glyphs/N_tilde.glif | 6 +- source/Hack-Italic.ufo/glyphs/N_u.glif | 2 +- source/Hack-Italic.ufo/glyphs/O_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/O_E_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/O_acute.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/O_breve.glif | 22 ++++---- .../Hack-Italic.ufo/glyphs/O_circumflex.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/O_dieresis.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/O_grave.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/O_horn.glif | 28 +++++----- .../glyphs/O_hungarumlaut.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/O_macron.glif | 18 +++--- .../Hack-Italic.ufo/glyphs/O_megatonos.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/O_micron.glif | 18 +++--- .../Hack-Italic.ufo/glyphs/O_microntonos.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/O_slash.glif | 20 +++---- .../Hack-Italic.ufo/glyphs/O_slashacute.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/O_tilde.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/P_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/P_hi.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/P_i.glif | 2 +- source/Hack-Italic.ufo/glyphs/P_si.glif | 6 +- source/Hack-Italic.ufo/glyphs/Q_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/R_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/R_acute.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/R_caron.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/R_ho.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/S_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/S_acute.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/S_caron.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/S_cedilla.glif | 24 ++++---- .../Hack-Italic.ufo/glyphs/S_circumflex.glif | 4 +- source/Hack-Italic.ufo/glyphs/S_igma.glif | 2 +- source/Hack-Italic.ufo/glyphs/T_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/T_au.glif | 2 +- source/Hack-Italic.ufo/glyphs/T_bar.glif | 2 +- source/Hack-Italic.ufo/glyphs/T_caron.glif | 2 +- source/Hack-Italic.ufo/glyphs/T_heta.glif | 4 +- source/Hack-Italic.ufo/glyphs/T_horn.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/U_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/U_acute.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/U_breve.glif | 4 +- .../Hack-Italic.ufo/glyphs/U_circumflex.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/U_dieresis.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/U_grave.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/U_horn.glif | 18 +++--- .../glyphs/U_hungarumlaut.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/U_macron.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/U_ogonek.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/U_psilon.glif | 14 ++--- .../glyphs/U_psilondieresis.glif | 24 ++++---- .../Hack-Italic.ufo/glyphs/U_psilontonos.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/U_ring.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/U_tilde.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/V_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/W_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/W_acute.glif | 2 +- .../Hack-Italic.ufo/glyphs/W_circumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/W_dieresis.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/W_grave.glif | 2 +- source/Hack-Italic.ufo/glyphs/X_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/X_i.glif | 2 +- source/Hack-Italic.ufo/glyphs/Y_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/Y_acute.glif | 2 +- .../Hack-Italic.ufo/glyphs/Y_circumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/Y_dieresis.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/Y_grave.glif | 2 +- source/Hack-Italic.ufo/glyphs/Z_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/Z_acute.glif | 2 +- source/Hack-Italic.ufo/glyphs/Z_caron.glif | 2 +- .../Hack-Italic.ufo/glyphs/Z_dotaccent.glif | 6 +- source/Hack-Italic.ufo/glyphs/Z_eta.glif | 2 +- source/Hack-Italic.ufo/glyphs/_1550.glif | 3 +- source/Hack-Italic.ufo/glyphs/_notdef.glif | 2 +- source/Hack-Italic.ufo/glyphs/a.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/aacute.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/abreve.glif | 28 +++++----- .../Hack-Italic.ufo/glyphs/acircumflex.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/acute.glif | 2 +- source/Hack-Italic.ufo/glyphs/acutecomb.glif | 3 +- source/Hack-Italic.ufo/glyphs/adieresis.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/ae.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/agrave.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/alpha.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/alphatonos.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/amacron.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/ampersand.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/angle.glif | 2 +- source/Hack-Italic.ufo/glyphs/aogonek.glif | 28 +++++----- .../Hack-Italic.ufo/glyphs/approxequal.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/aring.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/arrowboth.glif | 2 +- .../Hack-Italic.ufo/glyphs/arrowdblboth.glif | 2 +- .../Hack-Italic.ufo/glyphs/arrowdbldown.glif | 2 +- .../Hack-Italic.ufo/glyphs/arrowdblleft.glif | 2 +- .../Hack-Italic.ufo/glyphs/arrowdblright.glif | 2 +- source/Hack-Italic.ufo/glyphs/arrowdblup.glif | 2 +- source/Hack-Italic.ufo/glyphs/arrowdown.glif | 2 +- source/Hack-Italic.ufo/glyphs/arrowleft.glif | 2 +- source/Hack-Italic.ufo/glyphs/arrowright.glif | 2 +- source/Hack-Italic.ufo/glyphs/arrowup.glif | 2 +- source/Hack-Italic.ufo/glyphs/arrowupdn.glif | 2 +- .../Hack-Italic.ufo/glyphs/arrowupdnbse.glif | 2 +- .../Hack-Italic.ufo/glyphs/asciicircum.glif | 2 +- source/Hack-Italic.ufo/glyphs/asciitilde.glif | 4 +- source/Hack-Italic.ufo/glyphs/asterisk.glif | 2 +- .../Hack-Italic.ufo/glyphs/asteriskmath.glif | 2 +- source/Hack-Italic.ufo/glyphs/at.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/atilde.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/b.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/backslash.glif | 2 +- source/Hack-Italic.ufo/glyphs/bar.glif | 2 +- source/Hack-Italic.ufo/glyphs/beta.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/block.glif | 2 +- source/Hack-Italic.ufo/glyphs/braceleft.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/braceright.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/bracketleft.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/bracketright.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/breve.glif | 6 +- source/Hack-Italic.ufo/glyphs/brokenbar.glif | 2 +- source/Hack-Italic.ufo/glyphs/bullet.glif | 6 +- source/Hack-Italic.ufo/glyphs/c.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/c6459.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/c6460.glif | 2 +- source/Hack-Italic.ufo/glyphs/c6461.glif | 8 +-- source/Hack-Italic.ufo/glyphs/c6468.glif | 2 +- source/Hack-Italic.ufo/glyphs/c6470.glif | 2 +- source/Hack-Italic.ufo/glyphs/c6472.glif | 2 +- source/Hack-Italic.ufo/glyphs/c6475.glif | 6 +- source/Hack-Italic.ufo/glyphs/c6476.glif | 8 +-- source/Hack-Italic.ufo/glyphs/c6477.glif | 2 +- source/Hack-Italic.ufo/glyphs/c6478.glif | 2 +- source/Hack-Italic.ufo/glyphs/cacute.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/caron.glif | 2 +- .../glyphs/carriagereturn.glif | 2 +- source/Hack-Italic.ufo/glyphs/ccaron.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/ccedilla.glif | 28 +++++----- .../Hack-Italic.ufo/glyphs/ccircumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/cdotaccent.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/cedilla.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/cent.glif | 6 +- source/Hack-Italic.ufo/glyphs/chi.glif | 6 +- source/Hack-Italic.ufo/glyphs/circle.glif | 18 +++--- .../glyphs/circlemultiply.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/circleplus.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/circumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/colon.glif | 20 +++---- .../Hack-Italic.ufo/glyphs/colonmonetary.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/comma.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/congruent.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/contents.plist | 54 +++++++++--------- source/Hack-Italic.ufo/glyphs/copyright.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/currency.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/d.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/dagger.glif | 2 +- source/Hack-Italic.ufo/glyphs/daggerdbl.glif | 2 +- source/Hack-Italic.ufo/glyphs/dcaron.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/dcroat.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/degree.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/delta.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/dieresis.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/dieresistonos.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/divide.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/dkshade.glif | 2 +- source/Hack-Italic.ufo/glyphs/dnblock.glif | 2 +- source/Hack-Italic.ufo/glyphs/dollar.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/dong.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/dotaccent.glif | 8 +-- .../Hack-Italic.ufo/glyphs/dotbelowcomb.glif | 3 +- source/Hack-Italic.ufo/glyphs/dotlessi.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/dotmath.glif | 2 +- source/Hack-Italic.ufo/glyphs/e.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/eacute.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/ebreve.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/ecaron.glif | 18 +++--- .../Hack-Italic.ufo/glyphs/ecircumflex.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/edieresis.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/edotaccent.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/egrave.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/eight.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/eight.subs.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/element.glif | 8 +-- source/Hack-Italic.ufo/glyphs/ellipsis.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/emacron.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/emdash.glif | 2 +- source/Hack-Italic.ufo/glyphs/emptyset.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/endash.glif | 2 +- source/Hack-Italic.ufo/glyphs/eng.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/eogonek.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/epsilon.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/epsilontonos.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/equal.glif | 2 +- .../Hack-Italic.ufo/glyphs/equivalence.glif | 2 +- source/Hack-Italic.ufo/glyphs/eta.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/etatonos.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/eth.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/exclam.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/exclamdbl.glif | 18 +++--- .../glyphs/exclamdown.case.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/exclamdown.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/existential.glif | 2 +- source/Hack-Italic.ufo/glyphs/f.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/figuredash.glif | 2 +- source/Hack-Italic.ufo/glyphs/filledbox.glif | 2 +- source/Hack-Italic.ufo/glyphs/filledrect.glif | 2 +- source/Hack-Italic.ufo/glyphs/five.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/five.subs.glif | 14 ++--- .../Hack-Italic.ufo/glyphs/fiveeighths.glif | 42 +++++++------- source/Hack-Italic.ufo/glyphs/florin.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/four.glif | 2 +- source/Hack-Italic.ufo/glyphs/four.subs.glif | 2 +- source/Hack-Italic.ufo/glyphs/franc.glif | 2 +- source/Hack-Italic.ufo/glyphs/g.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/gamma.glif | 4 +- source/Hack-Italic.ufo/glyphs/gbreve.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/gcaron.glif | 18 +++--- .../Hack-Italic.ufo/glyphs/gcircumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/gdotaccent.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/germandbls.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/gradient.glif | 2 +- source/Hack-Italic.ufo/glyphs/grave.glif | 2 +- source/Hack-Italic.ufo/glyphs/gravecomb.glif | 3 +- source/Hack-Italic.ufo/glyphs/greater.glif | 2 +- .../Hack-Italic.ufo/glyphs/greaterequal.glif | 2 +- .../Hack-Italic.ufo/glyphs/guillemotleft.glif | 2 +- .../glyphs/guillemotright.glif | 2 +- .../Hack-Italic.ufo/glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- source/Hack-Italic.ufo/glyphs/h.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/hbar.glif | 12 ++-- .../Hack-Italic.ufo/glyphs/hcircumflex.glif | 2 +- .../Hack-Italic.ufo/glyphs/hookabovecomb.glif | 11 ++-- .../Hack-Italic.ufo/glyphs/hungarumlaut.glif | 2 +- source/Hack-Italic.ufo/glyphs/hyphen.glif | 2 +- .../glyphs/hyphenationpoint.glif | 4 +- source/Hack-Italic.ufo/glyphs/i.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/iacute.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/ibreve.glif | 12 ++-- .../Hack-Italic.ufo/glyphs/icircumflex.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/idieresis.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/igrave.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/ij.glif | 4 +- source/Hack-Italic.ufo/glyphs/imacron.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/infinity.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/integral.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/integralbt.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/integraltp.glif | 14 ++--- .../Hack-Italic.ufo/glyphs/intersection.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/invbullet.glif | 8 +-- source/Hack-Italic.ufo/glyphs/invcircle.glif | 6 +- source/Hack-Italic.ufo/glyphs/iogonek.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/iota.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/iotadieresis.glif | 18 +++--- .../glyphs/iotadieresistonos.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/iotatonos.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/itilde.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/j.glif | 10 ++-- .../Hack-Italic.ufo/glyphs/jcircumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/k.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/kappa.glif | 2 +- .../Hack-Italic.ufo/glyphs/kgreenlandic.glif | 2 +- source/Hack-Italic.ufo/glyphs/l.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/lacute.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/lambda.glif | 4 +- source/Hack-Italic.ufo/glyphs/layerinfo.plist | 5 ++ source/Hack-Italic.ufo/glyphs/lcaron.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/ldot.glif | 4 +- source/Hack-Italic.ufo/glyphs/less.glif | 2 +- source/Hack-Italic.ufo/glyphs/lessequal.glif | 2 +- source/Hack-Italic.ufo/glyphs/lfblock.glif | 2 +- source/Hack-Italic.ufo/glyphs/lira.glif | 6 +- source/Hack-Italic.ufo/glyphs/logicaland.glif | 2 +- source/Hack-Italic.ufo/glyphs/logicalnot.glif | 2 +- source/Hack-Italic.ufo/glyphs/logicalor.glif | 2 +- source/Hack-Italic.ufo/glyphs/longs.glif | 4 +- source/Hack-Italic.ufo/glyphs/lozenge.glif | 2 +- source/Hack-Italic.ufo/glyphs/lslash.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/ltshade.glif | 2 +- source/Hack-Italic.ufo/glyphs/m.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/macron.glif | 2 +- .../Hack-Italic.ufo/glyphs/millisecond.glif | 2 +- source/Hack-Italic.ufo/glyphs/minus.glif | 2 +- source/Hack-Italic.ufo/glyphs/minute.glif | 2 +- source/Hack-Italic.ufo/glyphs/multiply.glif | 2 +- .../Hack-Italic.ufo/glyphs/musicalnote.glif | 4 +- source/Hack-Italic.ufo/glyphs/n.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/nacute.glif | 12 ++-- .../Hack-Italic.ufo/glyphs/napostrophe.glif | 2 +- source/Hack-Italic.ufo/glyphs/ncaron.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/nine.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/nine.subs.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/notelement.glif | 8 +-- source/Hack-Italic.ufo/glyphs/notequal.glif | 2 +- source/Hack-Italic.ufo/glyphs/notsubset.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/ntilde.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/nu.glif | 6 +- source/Hack-Italic.ufo/glyphs/numbersign.glif | 2 +- source/Hack-Italic.ufo/glyphs/o.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/oacute.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/obreve.glif | 22 ++++---- .../Hack-Italic.ufo/glyphs/ocircumflex.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/odieresis.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/oe.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/ogonek.glif | 6 +- source/Hack-Italic.ufo/glyphs/ograve.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/ohorn.glif | 22 ++++---- .../Hack-Italic.ufo/glyphs/ohungarumlaut.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/omacron.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/omega.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/omegatonos.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/omicron.glif | 18 +++--- .../Hack-Italic.ufo/glyphs/omicrontonos.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/one.glif | 2 +- source/Hack-Italic.ufo/glyphs/one.subs.glif | 2 +- .../glyphs/onedotenleader.glif | 8 +-- source/Hack-Italic.ufo/glyphs/oneeighth.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/onehalf.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/onequarter.glif | 2 +- source/Hack-Italic.ufo/glyphs/openbullet.glif | 18 +++--- .../Hack-Italic.ufo/glyphs/ordfeminine.glif | 16 +++--- .../Hack-Italic.ufo/glyphs/ordmasculine.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/orthogonal.glif | 2 +- source/Hack-Italic.ufo/glyphs/oslash.glif | 22 ++++---- .../Hack-Italic.ufo/glyphs/oslashacute.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/otilde.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/p.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/paragraph.glif | 4 +- source/Hack-Italic.ufo/glyphs/parenleft.glif | 2 +- source/Hack-Italic.ufo/glyphs/parenright.glif | 4 +- .../Hack-Italic.ufo/glyphs/partialdiff.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/percent.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/period.glif | 10 ++-- .../glyphs/periodcentered.glif | 4 +- .../Hack-Italic.ufo/glyphs/perthousand.glif | 50 ++++++++--------- source/Hack-Italic.ufo/glyphs/peseta.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/phi.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/pi.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/plus.glif | 2 +- source/Hack-Italic.ufo/glyphs/plusminus.glif | 2 +- source/Hack-Italic.ufo/glyphs/product.glif | 2 +- .../Hack-Italic.ufo/glyphs/propersubset.glif | 12 ++-- .../glyphs/propersuperset.glif | 12 ++-- .../Hack-Italic.ufo/glyphs/proportional.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/psi.glif | 6 +- source/Hack-Italic.ufo/glyphs/q.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/question.glif | 26 ++++----- .../glyphs/questiondown.case.glif | 18 +++--- .../Hack-Italic.ufo/glyphs/questiondown.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/quotedbl.glif | 2 +- .../Hack-Italic.ufo/glyphs/quotedblbase.glif | 2 +- .../Hack-Italic.ufo/glyphs/quotedblleft.glif | 2 +- .../Hack-Italic.ufo/glyphs/quotedblright.glif | 2 +- source/Hack-Italic.ufo/glyphs/quoteleft.glif | 2 +- .../Hack-Italic.ufo/glyphs/quotereversed.glif | 2 +- source/Hack-Italic.ufo/glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../Hack-Italic.ufo/glyphs/quotesingle.glif | 2 +- source/Hack-Italic.ufo/glyphs/r.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/racute.glif | 6 +- source/Hack-Italic.ufo/glyphs/radical.glif | 2 +- source/Hack-Italic.ufo/glyphs/rcaron.glif | 6 +- .../Hack-Italic.ufo/glyphs/reflexsubset.glif | 10 ++-- .../glyphs/reflexsuperset.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/registered.glif | 26 ++++----- .../Hack-Italic.ufo/glyphs/revlogicalnot.glif | 2 +- source/Hack-Italic.ufo/glyphs/rho.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/ring.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/rtblock.glif | 2 +- source/Hack-Italic.ufo/glyphs/ruble.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/s.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/sacute.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/scaron.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/scedilla.glif | 24 ++++---- .../Hack-Italic.ufo/glyphs/scircumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/second.glif | 2 +- source/Hack-Italic.ufo/glyphs/section.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/semicolon.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/seven.glif | 2 +- source/Hack-Italic.ufo/glyphs/seven.subs.glif | 2 +- .../Hack-Italic.ufo/glyphs/seveneighths.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/shade.glif | 2 +- source/Hack-Italic.ufo/glyphs/sigma.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/similar.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/six.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/six.subs.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/slash.glif | 2 +- source/Hack-Italic.ufo/glyphs/space.glif | 2 +- source/Hack-Italic.ufo/glyphs/sterling.glif | 6 +- source/Hack-Italic.ufo/glyphs/suchthat.glif | 8 +-- source/Hack-Italic.ufo/glyphs/summation.glif | 2 +- source/Hack-Italic.ufo/glyphs/t.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/tau.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/tbar.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/tcaron.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/therefore.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/theta.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/thorn.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/three.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/three.subs.glif | 20 +++---- .../Hack-Italic.ufo/glyphs/threeeighths.glif | 48 ++++++++-------- .../Hack-Italic.ufo/glyphs/threequarters.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/tilde.glif | 8 +-- source/Hack-Italic.ufo/glyphs/tildecomb.glif | 11 ++-- source/Hack-Italic.ufo/glyphs/tonos.glif | 2 +- source/Hack-Italic.ufo/glyphs/trademark.glif | 2 +- source/Hack-Italic.ufo/glyphs/triagdn.glif | 2 +- source/Hack-Italic.ufo/glyphs/triaglf.glif | 2 +- source/Hack-Italic.ufo/glyphs/triagrt.glif | 2 +- source/Hack-Italic.ufo/glyphs/triagup.glif | 2 +- source/Hack-Italic.ufo/glyphs/two.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/two.subs.glif | 10 ++-- .../glyphs/twodotenleader.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/u.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uacute.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/ubreve.glif | 6 +- .../Hack-Italic.ufo/glyphs/ucircumflex.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/udieresis.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/ugrave.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uhorn.glif | 14 ++--- .../Hack-Italic.ufo/glyphs/uhungarumlaut.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/umacron.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/underscore.glif | 2 +- .../Hack-Italic.ufo/glyphs/underscoredbl.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni00A_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni00A_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni00B_2.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni00B_3.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni00B_5.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni00B_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0122.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0123.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0136.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0137.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni013B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni013C_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0145.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0146.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0156.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0157.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0162.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0163.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni01A_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0218.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0219.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni021A_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni021B_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni02B_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02B_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02B_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02B_D_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni02B_E_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni02B_F_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni02C_0.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni02C_1.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni02C_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02C_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02C_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02C_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02C_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02C_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02D_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni02D_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0302.glif | 3 +- .../Hack-Italic.ufo/glyphs/uni0304.case.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0304.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0305.glif | 3 +- .../Hack-Italic.ufo/glyphs/uni0306.case.glif | 9 ++- source/Hack-Italic.ufo/glyphs/uni0306.glif | 11 ++-- .../Hack-Italic.ufo/glyphs/uni0307.case.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0307.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0308.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni030A_.glif | 19 +++---- .../Hack-Italic.ufo/glyphs/uni030B_.case.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni030B_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni030C_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni030D_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni030E_.glif | 3 +- .../Hack-Italic.ufo/glyphs/uni030F_.case.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni030F_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0310.glif | 7 +-- .../Hack-Italic.ufo/glyphs/uni0311.case.glif | 9 ++- source/Hack-Italic.ufo/glyphs/uni0311.glif | 9 ++- source/Hack-Italic.ufo/glyphs/uni0312.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0313.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0314.glif | 7 +-- source/Hack-Italic.ufo/glyphs/uni0315.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0316.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0317.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0318.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0319.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni031A_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni031B_.glif | 7 +-- source/Hack-Italic.ufo/glyphs/uni031C_.glif | 7 +-- source/Hack-Italic.ufo/glyphs/uni031D_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni031E_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni031F_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0320.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0321.glif | 7 +-- source/Hack-Italic.ufo/glyphs/uni0322.glif | 11 ++-- source/Hack-Italic.ufo/glyphs/uni0324.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0325.glif | 19 +++---- source/Hack-Italic.ufo/glyphs/uni0326.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0327.glif | 11 ++-- source/Hack-Italic.ufo/glyphs/uni0328.glif | 11 ++-- source/Hack-Italic.ufo/glyphs/uni0329.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni032A_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni032B_.glif | 17 +++--- source/Hack-Italic.ufo/glyphs/uni032C_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni032D_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni032E_.glif | 11 ++-- source/Hack-Italic.ufo/glyphs/uni032F_.glif | 11 ++-- source/Hack-Italic.ufo/glyphs/uni0330.glif | 13 ++--- source/Hack-Italic.ufo/glyphs/uni0331.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0332.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0333.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0334.glif | 11 ++-- source/Hack-Italic.ufo/glyphs/uni0335.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0336.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0337.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0338.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0339.glif | 7 +-- source/Hack-Italic.ufo/glyphs/uni033A_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni033B_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni033C_.glif | 17 +++--- source/Hack-Italic.ufo/glyphs/uni033D_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni033E_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni033F_.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0358.glif | 3 +- source/Hack-Italic.ufo/glyphs/uni0361.glif | 7 +-- source/Hack-Italic.ufo/glyphs/uni0394.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni03A_9.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni03B_C_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni03C_2.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni03F_4.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0400.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0401.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0402.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0403.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0404.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0405.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0406.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0407.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0408.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0409.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni040A_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni040B_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni040C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni040D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni040E_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni040F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0410.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0411.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0412.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni0413.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0414.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0415.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0416.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0417.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni0418.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0419.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni041A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni041B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni041C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni041D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni041E_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni041F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0420.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0421.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0422.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0423.glif | 4 +- source/Hack-Italic.ufo/glyphs/uni0424.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0425.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0426.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0427.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0428.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0429.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni042A_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni042B_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni042C_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni042D_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni042E_.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni042F_.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni0430.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni0431.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni0432.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni0433.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0434.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0435.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0436.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0437.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni0438.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0439.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni043A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni043B_.glif | 4 +- source/Hack-Italic.ufo/glyphs/uni043C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni043D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni043E_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni043F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0440.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni0441.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0442.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0443.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0444.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0445.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0446.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0447.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0448.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0449.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni044A_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni044B_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni044C_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni044D_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni044E_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni044F_.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni0450.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0451.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni0452.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0453.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0454.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0455.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0456.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0457.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0458.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0459.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni045A_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni045B_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni045C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni045D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni045E_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni045F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0462.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0463.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0472.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0473.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0490.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0491.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0492.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0493.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0494.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0495.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0496.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0497.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0498.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/uni0499.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni049A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni049B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04A_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04A_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04A_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04A_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04A_A_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni04A_B_.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni04A_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04A_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04A_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04A_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04B_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04B_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04B_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04B_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04B_A_.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni04B_B_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni04C_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04C_1.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni04C_2.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni04C_3.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni04C_4.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni04C_7.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni04C_8.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni04C_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04C_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04C_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04D_0.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni04D_1.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/uni04D_2.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni04D_3.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/uni04D_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04D_5.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni04D_6.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni04D_7.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni04D_8.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni04D_9.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni04D_A_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni04D_B_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni04D_C_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni04D_D_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni04D_E_.glif | 32 +++++------ source/Hack-Italic.ufo/glyphs/uni04D_F_.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni04E_0.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni04E_1.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni04E_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04E_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni04E_4.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni04E_5.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni04E_6.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni04E_7.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni04E_8.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni04E_9.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni04E_A_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni04E_B_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni04E_C_.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni04E_D_.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni04E_E_.glif | 4 +- source/Hack-Italic.ufo/glyphs/uni04E_F_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni04F_0.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni04F_1.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni04F_2.glif | 4 +- source/Hack-Italic.ufo/glyphs/uni04F_3.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni04F_4.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni04F_5.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni04F_6.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni04F_7.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni04F_8.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni04F_9.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni0510.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni0511.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni051A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni051B_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni051C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni051D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0531.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0532.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0533.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0534.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0535.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0536.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0537.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0538.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0539.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni053A_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni053B_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni053C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni053D_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni053E_.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni053F_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0540.glif | 4 +- source/Hack-Italic.ufo/glyphs/uni0541.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni0542.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0543.glif | 4 +- source/Hack-Italic.ufo/glyphs/uni0544.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0545.glif | 32 +++++------ source/Hack-Italic.ufo/glyphs/uni0546.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0547.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0548.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0549.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni054A_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni054B_.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni054C_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni054D_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni054E_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni054F_.glif | 32 +++++------ source/Hack-Italic.ufo/glyphs/uni0550.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0551.glif | 32 +++++------ source/Hack-Italic.ufo/glyphs/uni0552.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0553.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni0554.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni0555.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0556.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni0559.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni055A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni055B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni055C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni055D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni055E_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni055F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0561.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni0562.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0563.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni0564.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0565.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0566.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni0567.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0568.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0569.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni056A_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni056B_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni056C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni056D_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni056E_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni056F_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0570.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0571.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/uni0572.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0573.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni0574.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0575.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0576.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0577.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni0578.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0579.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni057A_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni057B_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni057C_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni057D_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni057E_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni057F_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni0580.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni0581.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0582.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni0583.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/uni0584.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0585.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni0586.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni0587.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni0589.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni058A_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni0E_3F_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni10D_0.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10D_1.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni10D_2.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni10D_3.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni10D_4.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10D_5.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni10D_6.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni10D_7.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni10D_8.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni10D_9.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni10D_A_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni10D_B_.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/uni10D_C_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10D_D_.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni10D_E_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10D_F_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni10E_0.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10E_1.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10E_2.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni10E_3.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni10E_4.glif | 36 ++++++------ source/Hack-Italic.ufo/glyphs/uni10E_5.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni10E_6.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni10E_7.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10E_8.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni10E_9.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni10E_A_.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni10E_B_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni10E_C_.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni10E_D_.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni10E_E_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni10E_F_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10F_0.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni10F_1.glif | 44 +++++++-------- source/Hack-Italic.ufo/glyphs/uni10F_2.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni10F_3.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni10F_4.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni10F_5.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni10F_6.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni10F_7.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni10F_8.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni10F_9.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni10F_A_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni10F_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni10F_C_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni1E_B_C_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni1E_B_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni1E_F_8.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni1E_F_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2000.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2001.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2002.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2003.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2004.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2005.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2006.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2007.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2008.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2009.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni200A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2010.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2011.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2015.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2016.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni201F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2023.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni202F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2031.glif | 56 +++++++++---------- source/Hack-Italic.ufo/glyphs/uni2035.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2036.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2037.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni203D_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni203E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni203F_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni2045.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2046.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2047.glif | 38 ++++++------- source/Hack-Italic.ufo/glyphs/uni2048.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni2049.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/uni204B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni205F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2070.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni2074.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2075.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni2076.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni2077.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2078.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni2079.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni207A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni207B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni207C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni207D_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni207E_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni208A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni208B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni208C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni208D_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni208E_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni20A_0.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni20A_2.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni20A_5.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni20A_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni20A_8.glif | 44 +++++++-------- source/Hack-Italic.ufo/glyphs/uni20A_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni20A_A_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni20B_0.glif | 28 +++++----- source/Hack-Italic.ufo/glyphs/uni20B_1.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni20B_2.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni20B_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni20B_4.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni20B_5.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni20B_7.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni20B_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni20B_9.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2116.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni2126.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni2150.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2151.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni2153.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni2154.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni2155.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni2156.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni2157.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni2158.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni2159.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni215A_.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni215F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2189.glif | 46 +++++++-------- source/Hack-Italic.ufo/glyphs/uni2196.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2197.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2198.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2199.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni219A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni219B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni219C_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni219D_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni219E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni219F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_9.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni21A_A_.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni21A_B_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni21A_C_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni21A_D_.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni21A_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21A_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_6.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni21B_7.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni21B_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_A_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni21B_B_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni21B_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21B_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21C_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21D_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21E_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_4.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni21F_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni21F_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2201.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni2204.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2206.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni220A_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni220C_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni220D_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni220E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2210.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2213.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2215.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2218.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2219.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni221B_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni221C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2223.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni222C_.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni222D_.glif | 38 ++++++------- source/Hack-Italic.ufo/glyphs/uni2235.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni2236.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2237.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni2238.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2239.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni223A_.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni223B_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni223D_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni2241.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2242.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2243.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2244.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2246.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2247.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2249.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni224A_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni224B_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni224C_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni224D_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni224E_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni224F_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni2250.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2251.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2252.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2253.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2254.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni2255.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni2256.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2257.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2258.glif | 4 +- source/Hack-Italic.ufo/glyphs/uni2259.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni225A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni225B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni225C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni225D_.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni225E_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni225F_.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/uni2262.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2263.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2266.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2267.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2268.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2269.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni226D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni226E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni226F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2270.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2271.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2272.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni2273.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni2274.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni2275.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni2276.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2277.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2278.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2279.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni227A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni227B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni227C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni227D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni227E_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni227F_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2280.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2281.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2285.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2288.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni2289.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni228A_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni228B_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni228D_.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni228E_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni228F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2290.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2291.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2292.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2293.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2294.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2296.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2298.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2299.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni229A_.glif | 34 +++++------ source/Hack-Italic.ufo/glyphs/uni229B_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni229C_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni229D_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni229E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni229F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22A_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22A_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22A_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22A_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22A_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22B_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22B_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22B_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22B_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22B_8.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni22C_2.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni22C_3.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni22C_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22C_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22C_D_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni22C_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22C_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22D_0.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni22D_1.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni22D_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22D_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22D_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22D_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22D_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22D_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22E_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22E_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22E_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22E_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22E_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22E_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni22E_6.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni22E_7.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni22E_8.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni22E_9.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni22E_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2304.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2308.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2309.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni230A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni230B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni239B_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni239C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni239D_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni239E_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni239F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni23A_0.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni23A_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni23A_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni23A_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni23A_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni23A_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni23A_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni23A_7.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni23A_8.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni23A_9.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni23A_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni23A_B_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni23A_C_.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni23A_D_.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni23A_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2500.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2501.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2502.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2503.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2504.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2505.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2506.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2507.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2508.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2509.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni250A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni250B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni250C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni250D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni250E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni250F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2510.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2511.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2512.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2513.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2514.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2515.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2516.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2517.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2518.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2519.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni251A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni251B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni251C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni251D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni251E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni251F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2520.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2521.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2522.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2523.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2524.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2525.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2526.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2527.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2528.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2529.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni252A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni252B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni252C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni252D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni252E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni252F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2530.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2531.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2532.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2533.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2534.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2535.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2536.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2537.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2538.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2539.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni253A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni253B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni253C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni253D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni253E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni253F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2540.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2541.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2542.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2543.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2544.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2545.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2546.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2547.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2548.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2549.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni254A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni254B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni254C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni254D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni254E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni254F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2550.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2551.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2552.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2553.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2554.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2555.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2556.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2557.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2558.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2559.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni255A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni255B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni255C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni255D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni255E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni255F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2560.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2561.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2562.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2563.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2564.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2565.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2566.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2567.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2568.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2569.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni256A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni256B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni256C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni256D_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni256E_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni256F_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2570.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni2571.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2572.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2573.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2574.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2575.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2576.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2577.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2578.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2579.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni257A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni257B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni257C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni257D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni257E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni257F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2581.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2582.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2583.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2585.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2586.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2587.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2589.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni258A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni258B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni258D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni258E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni258F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2594.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2595.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2596.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2597.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2598.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2599.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni259A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni259B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni259C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni259D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni259E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni259F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_2.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni25A_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25A_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25B_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25C_9.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni25C_C_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni25C_D_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni25C_E_.glif | 30 +++++----- source/Hack-Italic.ufo/glyphs/uni25C_F_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni25D_0.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni25D_1.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni25D_2.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni25D_3.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni25D_4.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni25D_5.glif | 8 +-- source/Hack-Italic.ufo/glyphs/uni25D_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25D_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25D_A_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni25D_B_.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni25D_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25D_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25D_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25D_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_0.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni25E_1.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni25E_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_4.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_C_.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uni25E_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25E_F_.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni25F_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_3.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_4.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni25F_5.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni25F_6.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni25F_7.glif | 12 ++-- source/Hack-Italic.ufo/glyphs/uni25F_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_E_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni25F_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27C_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27C_5.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/uni27C_6.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni27D_C_.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uni27E_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27E_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27E_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27E_8.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27E_9.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27E_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27E_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27F_5.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27F_6.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni27F_7.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2987.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni2988.glif | 6 +- source/Hack-Italic.ufo/glyphs/uni2997.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2998.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni29E_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni29F_A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni29F_B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2A_00.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/uni2A_2F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2A_6A_.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uni2A_6B_.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/uni2B_05.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_06.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_07.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_08.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_09.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_0A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_0B_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_0C_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_0D_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_16.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_17.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_18.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_19.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2B_1A_.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2C_7D_.glif | 2 +- .../Hack-Italic.ufo/glyphs/uni2E_18.case.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni2E_18.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni2E_1F_.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/uni2E_22.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2E_23.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2E_24.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2E_25.glif | 2 +- source/Hack-Italic.ufo/glyphs/uni2E_2E_.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uniE_0A_0.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/uniE_0A_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uniE_0A_2.glif | 24 ++++---- source/Hack-Italic.ufo/glyphs/uniE_0B_0.glif | 2 +- source/Hack-Italic.ufo/glyphs/uniE_0B_1.glif | 2 +- source/Hack-Italic.ufo/glyphs/uniE_0B_2.glif | 2 +- source/Hack-Italic.ufo/glyphs/uniE_0B_3.glif | 2 +- .../Hack-Italic.ufo/glyphs/uniF_E_F_F_.glif | 2 +- source/Hack-Italic.ufo/glyphs/union.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/universal.glif | 2 +- source/Hack-Italic.ufo/glyphs/uogonek.glif | 18 +++--- source/Hack-Italic.ufo/glyphs/upblock.glif | 2 +- source/Hack-Italic.ufo/glyphs/upsilon.glif | 14 ++--- .../glyphs/upsilondieresis.glif | 22 ++++---- .../glyphs/upsilondieresistonos.glif | 24 ++++---- .../Hack-Italic.ufo/glyphs/upsilontonos.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/uring.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/utilde.glif | 22 ++++---- source/Hack-Italic.ufo/glyphs/v.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/w.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/wacute.glif | 2 +- .../Hack-Italic.ufo/glyphs/wcircumflex.glif | 2 +- source/Hack-Italic.ufo/glyphs/wdieresis.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/wgrave.glif | 2 +- source/Hack-Italic.ufo/glyphs/x.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/xi.glif | 16 +++--- source/Hack-Italic.ufo/glyphs/y.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/yacute.glif | 6 +- .../Hack-Italic.ufo/glyphs/ycircumflex.glif | 6 +- source/Hack-Italic.ufo/glyphs/ydieresis.glif | 14 ++--- source/Hack-Italic.ufo/glyphs/yen.glif | 2 +- source/Hack-Italic.ufo/glyphs/ygrave.glif | 6 +- source/Hack-Italic.ufo/glyphs/z.glif | 10 ++-- source/Hack-Italic.ufo/glyphs/zacute.glif | 2 +- source/Hack-Italic.ufo/glyphs/zcaron.glif | 2 +- source/Hack-Italic.ufo/glyphs/zdotaccent.glif | 6 +- source/Hack-Italic.ufo/glyphs/zero.glif | 20 +++---- source/Hack-Italic.ufo/glyphs/zero.subs.glif | 26 ++++----- source/Hack-Italic.ufo/glyphs/zeta.glif | 20 +++---- source/Hack-Italic.ufo/layercontents.plist | 10 ++++ source/Hack-Italic.ufo/metainfo.plist | 6 +- source/Hack-Regular.ufo/fontinfo.plist | 18 +++--- source/Hack-Regular.ufo/glyphs/A_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/A_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/A_acute.glif | 2 +- source/Hack-Regular.ufo/glyphs/A_breve.glif | 6 +- .../Hack-Regular.ufo/glyphs/A_circumflex.glif | 2 +- .../Hack-Regular.ufo/glyphs/A_dieresis.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/A_grave.glif | 2 +- source/Hack-Regular.ufo/glyphs/A_lpha.glif | 2 +- .../Hack-Regular.ufo/glyphs/A_lphatonos.glif | 2 +- source/Hack-Regular.ufo/glyphs/A_macron.glif | 2 +- source/Hack-Regular.ufo/glyphs/A_ogonek.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/A_ring.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/A_tilde.glif | 6 +- source/Hack-Regular.ufo/glyphs/B_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/B_eta.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/C_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/C_R_.glif | 2 +- source/Hack-Regular.ufo/glyphs/C_acute.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/C_caron.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/C_cedilla.glif | 20 +++---- .../Hack-Regular.ufo/glyphs/C_circumflex.glif | 4 +- .../Hack-Regular.ufo/glyphs/C_dotaccent.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/C_hi.glif | 2 +- source/Hack-Regular.ufo/glyphs/D_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/D_caron.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/D_croat.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/E_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/E_acute.glif | 2 +- source/Hack-Regular.ufo/glyphs/E_breve.glif | 6 +- source/Hack-Regular.ufo/glyphs/E_caron.glif | 2 +- .../Hack-Regular.ufo/glyphs/E_circumflex.glif | 2 +- .../Hack-Regular.ufo/glyphs/E_dieresis.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/E_dotaccent.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/E_grave.glif | 2 +- source/Hack-Regular.ufo/glyphs/E_macron.glif | 2 +- source/Hack-Regular.ufo/glyphs/E_ng.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/E_ogonek.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/E_psilon.glif | 2 +- .../glyphs/E_psilontonos.glif | 2 +- source/Hack-Regular.ufo/glyphs/E_ta.glif | 2 +- source/Hack-Regular.ufo/glyphs/E_tatonos.glif | 2 +- source/Hack-Regular.ufo/glyphs/E_th.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/E_uro.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/F_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/G_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/G_amma.glif | 2 +- source/Hack-Regular.ufo/glyphs/G_breve.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/G_caron.glif | 14 ++--- .../Hack-Regular.ufo/glyphs/G_circumflex.glif | 2 +- .../Hack-Regular.ufo/glyphs/G_dotaccent.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/H_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/H_bar.glif | 2 +- .../Hack-Regular.ufo/glyphs/H_circumflex.glif | 2 +- source/Hack-Regular.ufo/glyphs/I_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/I_J_.glif | 6 +- source/Hack-Regular.ufo/glyphs/I_acute.glif | 2 +- source/Hack-Regular.ufo/glyphs/I_breve.glif | 6 +- .../Hack-Regular.ufo/glyphs/I_circumflex.glif | 2 +- .../Hack-Regular.ufo/glyphs/I_dieresis.glif | 20 +++---- .../Hack-Regular.ufo/glyphs/I_dotaccent.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/I_grave.glif | 2 +- source/Hack-Regular.ufo/glyphs/I_macron.glif | 2 +- source/Hack-Regular.ufo/glyphs/I_ogonek.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/I_ota.glif | 2 +- .../glyphs/I_otadieresis.glif | 20 +++---- .../Hack-Regular.ufo/glyphs/I_otatonos.glif | 2 +- source/Hack-Regular.ufo/glyphs/I_tilde.glif | 6 +- source/Hack-Regular.ufo/glyphs/J_.glif | 12 ++-- .../Hack-Regular.ufo/glyphs/J_circumflex.glif | 2 +- source/Hack-Regular.ufo/glyphs/K_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/K_appa.glif | 2 +- source/Hack-Regular.ufo/glyphs/L_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/L_acute.glif | 2 +- source/Hack-Regular.ufo/glyphs/L_ambda.glif | 2 +- source/Hack-Regular.ufo/glyphs/L_caron.glif | 2 +- source/Hack-Regular.ufo/glyphs/L_dot.glif | 2 +- source/Hack-Regular.ufo/glyphs/L_slash.glif | 2 +- source/Hack-Regular.ufo/glyphs/M_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/M_u.glif | 2 +- source/Hack-Regular.ufo/glyphs/N_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/N_U_L_L_.glif | 3 +- source/Hack-Regular.ufo/glyphs/N_acute.glif | 2 +- source/Hack-Regular.ufo/glyphs/N_caron.glif | 2 +- source/Hack-Regular.ufo/glyphs/N_tilde.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/N_u.glif | 2 +- source/Hack-Regular.ufo/glyphs/O_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/O_E_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/O_acute.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/O_breve.glif | 22 ++++---- .../Hack-Regular.ufo/glyphs/O_circumflex.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/O_dieresis.glif | 36 ++++++------ source/Hack-Regular.ufo/glyphs/O_grave.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/O_horn.glif | 26 ++++----- .../glyphs/O_hungarumlaut.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/O_macron.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/O_megatonos.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/O_micron.glif | 18 +++--- .../glyphs/O_microntonos.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/O_slash.glif | 22 ++++---- .../Hack-Regular.ufo/glyphs/O_slashacute.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/O_tilde.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/P_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/P_hi.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/P_i.glif | 2 +- source/Hack-Regular.ufo/glyphs/P_si.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/Q_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/R_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/R_acute.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/R_caron.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/R_ho.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/S_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/S_acute.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/S_caron.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/S_cedilla.glif | 24 ++++---- .../Hack-Regular.ufo/glyphs/S_circumflex.glif | 4 +- source/Hack-Regular.ufo/glyphs/S_igma.glif | 2 +- source/Hack-Regular.ufo/glyphs/T_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/T_au.glif | 2 +- source/Hack-Regular.ufo/glyphs/T_bar.glif | 2 +- source/Hack-Regular.ufo/glyphs/T_caron.glif | 2 +- source/Hack-Regular.ufo/glyphs/T_heta.glif | 2 +- source/Hack-Regular.ufo/glyphs/T_horn.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/U_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/U_acute.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/U_breve.glif | 4 +- .../Hack-Regular.ufo/glyphs/U_circumflex.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/U_dieresis.glif | 36 ++++++------ source/Hack-Regular.ufo/glyphs/U_grave.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/U_horn.glif | 26 ++++----- .../glyphs/U_hungarumlaut.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/U_macron.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/U_ogonek.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/U_psilon.glif | 18 +++--- .../glyphs/U_psilondieresis.glif | 36 ++++++------ .../glyphs/U_psilontonos.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/U_ring.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/U_tilde.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/V_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/W_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/W_acute.glif | 2 +- .../Hack-Regular.ufo/glyphs/W_circumflex.glif | 2 +- .../Hack-Regular.ufo/glyphs/W_dieresis.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/W_grave.glif | 2 +- source/Hack-Regular.ufo/glyphs/X_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/X_i.glif | 2 +- source/Hack-Regular.ufo/glyphs/Y_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/Y_acute.glif | 2 +- .../Hack-Regular.ufo/glyphs/Y_circumflex.glif | 2 +- .../Hack-Regular.ufo/glyphs/Y_dieresis.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/Y_grave.glif | 2 +- source/Hack-Regular.ufo/glyphs/Z_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/Z_acute.glif | 2 +- source/Hack-Regular.ufo/glyphs/Z_caron.glif | 2 +- .../Hack-Regular.ufo/glyphs/Z_dotaccent.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/Z_eta.glif | 2 +- source/Hack-Regular.ufo/glyphs/_1531.glif | 3 +- source/Hack-Regular.ufo/glyphs/_notdef.glif | 2 +- source/Hack-Regular.ufo/glyphs/a.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/aacute.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/abreve.glif | 28 +++++----- .../Hack-Regular.ufo/glyphs/acircumflex.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/acute.glif | 2 +- source/Hack-Regular.ufo/glyphs/acutecomb.glif | 3 +- source/Hack-Regular.ufo/glyphs/adieresis.glif | 38 ++++++------- source/Hack-Regular.ufo/glyphs/ae.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/agrave.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/alpha.glif | 16 +++--- .../Hack-Regular.ufo/glyphs/alphatonos.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/amacron.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/ampersand.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/angle.glif | 2 +- source/Hack-Regular.ufo/glyphs/aogonek.glif | 28 +++++----- .../Hack-Regular.ufo/glyphs/approxequal.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/aring.glif | 38 ++++++------- source/Hack-Regular.ufo/glyphs/arrowboth.glif | 2 +- .../Hack-Regular.ufo/glyphs/arrowdblboth.glif | 2 +- .../Hack-Regular.ufo/glyphs/arrowdbldown.glif | 2 +- .../Hack-Regular.ufo/glyphs/arrowdblleft.glif | 2 +- .../glyphs/arrowdblright.glif | 2 +- .../Hack-Regular.ufo/glyphs/arrowdblup.glif | 2 +- source/Hack-Regular.ufo/glyphs/arrowdown.glif | 2 +- source/Hack-Regular.ufo/glyphs/arrowleft.glif | 2 +- .../Hack-Regular.ufo/glyphs/arrowright.glif | 2 +- source/Hack-Regular.ufo/glyphs/arrowup.glif | 2 +- source/Hack-Regular.ufo/glyphs/arrowupdn.glif | 2 +- .../Hack-Regular.ufo/glyphs/arrowupdnbse.glif | 2 +- .../Hack-Regular.ufo/glyphs/asciicircum.glif | 2 +- .../Hack-Regular.ufo/glyphs/asciitilde.glif | 4 +- source/Hack-Regular.ufo/glyphs/asterisk.glif | 2 +- .../Hack-Regular.ufo/glyphs/asteriskmath.glif | 2 +- source/Hack-Regular.ufo/glyphs/at.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/atilde.glif | 38 ++++++------- source/Hack-Regular.ufo/glyphs/b.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/backslash.glif | 2 +- source/Hack-Regular.ufo/glyphs/bar.glif | 2 +- source/Hack-Regular.ufo/glyphs/beta.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/block.glif | 2 +- source/Hack-Regular.ufo/glyphs/braceleft.glif | 4 +- .../Hack-Regular.ufo/glyphs/braceright.glif | 4 +- .../Hack-Regular.ufo/glyphs/bracketleft.glif | 2 +- .../Hack-Regular.ufo/glyphs/bracketright.glif | 2 +- source/Hack-Regular.ufo/glyphs/breve.glif | 6 +- source/Hack-Regular.ufo/glyphs/brokenbar.glif | 2 +- source/Hack-Regular.ufo/glyphs/bullet.glif | 6 +- source/Hack-Regular.ufo/glyphs/c.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/c6459.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/c6460.glif | 2 +- source/Hack-Regular.ufo/glyphs/c6461.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/c6468.glif | 2 +- source/Hack-Regular.ufo/glyphs/c6470.glif | 2 +- source/Hack-Regular.ufo/glyphs/c6472.glif | 2 +- source/Hack-Regular.ufo/glyphs/c6475.glif | 6 +- source/Hack-Regular.ufo/glyphs/c6476.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/c6477.glif | 2 +- source/Hack-Regular.ufo/glyphs/c6478.glif | 2 +- source/Hack-Regular.ufo/glyphs/cacute.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/caron.glif | 2 +- .../glyphs/carriagereturn.glif | 2 +- source/Hack-Regular.ufo/glyphs/ccaron.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/ccedilla.glif | 20 +++---- .../Hack-Regular.ufo/glyphs/ccircumflex.glif | 2 +- .../Hack-Regular.ufo/glyphs/cdotaccent.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/cedilla.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/cent.glif | 6 +- source/Hack-Regular.ufo/glyphs/chi.glif | 6 +- source/Hack-Regular.ufo/glyphs/circle.glif | 18 +++--- .../glyphs/circlemultiply.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/circleplus.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/circumflex.glif | 2 +- source/Hack-Regular.ufo/glyphs/colon.glif | 18 +++--- .../glyphs/colonmonetary.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/comma.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/congruent.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/contents.plist | 50 ++++++++--------- source/Hack-Regular.ufo/glyphs/copyright.glif | 36 ++++++------ source/Hack-Regular.ufo/glyphs/currency.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/d.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/dagger.glif | 2 +- source/Hack-Regular.ufo/glyphs/daggerdbl.glif | 2 +- source/Hack-Regular.ufo/glyphs/dcaron.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/dcroat.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/degree.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/delta.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/dieresis.glif | 18 +++--- .../glyphs/dieresistonos.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/divide.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/dkshade.glif | 2 +- source/Hack-Regular.ufo/glyphs/dnblock.glif | 2 +- source/Hack-Regular.ufo/glyphs/dollar.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/dong.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/dotaccent.glif | 12 ++-- .../Hack-Regular.ufo/glyphs/dotbelowcomb.glif | 3 +- source/Hack-Regular.ufo/glyphs/dotlessi.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/dotmath.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/e.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/eacute.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/ebreve.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/ecaron.glif | 14 ++--- .../Hack-Regular.ufo/glyphs/ecircumflex.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/edieresis.glif | 28 +++++----- .../Hack-Regular.ufo/glyphs/edotaccent.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/egrave.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/eight.glif | 30 +++++----- .../Hack-Regular.ufo/glyphs/eight.subs.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/element.glif | 8 +-- source/Hack-Regular.ufo/glyphs/ellipsis.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/emacron.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/emdash.glif | 2 +- source/Hack-Regular.ufo/glyphs/emptyset.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/endash.glif | 2 +- source/Hack-Regular.ufo/glyphs/eng.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/eogonek.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/epsilon.glif | 20 +++---- .../Hack-Regular.ufo/glyphs/epsilontonos.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/equal.glif | 2 +- .../Hack-Regular.ufo/glyphs/equivalence.glif | 2 +- source/Hack-Regular.ufo/glyphs/eta.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/etatonos.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/eth.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/exclam.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/exclamdbl.glif | 18 +++--- .../glyphs/exclamdown.case.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/exclamdown.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/existential.glif | 2 +- source/Hack-Regular.ufo/glyphs/f.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/figuredash.glif | 2 +- source/Hack-Regular.ufo/glyphs/filledbox.glif | 2 +- .../Hack-Regular.ufo/glyphs/filledrect.glif | 2 +- source/Hack-Regular.ufo/glyphs/five.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/five.subs.glif | 14 ++--- .../Hack-Regular.ufo/glyphs/fiveeighths.glif | 38 ++++++------- source/Hack-Regular.ufo/glyphs/florin.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/four.glif | 2 +- source/Hack-Regular.ufo/glyphs/four.subs.glif | 2 +- source/Hack-Regular.ufo/glyphs/fraction.glif | 2 +- source/Hack-Regular.ufo/glyphs/franc.glif | 2 +- source/Hack-Regular.ufo/glyphs/g.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/gamma.glif | 4 +- source/Hack-Regular.ufo/glyphs/gbreve.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/gcaron.glif | 24 ++++---- .../Hack-Regular.ufo/glyphs/gcircumflex.glif | 4 +- .../Hack-Regular.ufo/glyphs/gdotaccent.glif | 32 +++++------ .../Hack-Regular.ufo/glyphs/germandbls.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/gradient.glif | 2 +- source/Hack-Regular.ufo/glyphs/grave.glif | 2 +- source/Hack-Regular.ufo/glyphs/gravecomb.glif | 3 +- source/Hack-Regular.ufo/glyphs/greater.glif | 2 +- .../Hack-Regular.ufo/glyphs/greaterequal.glif | 2 +- .../glyphs/guillemotleft.glif | 2 +- .../glyphs/guillemotright.glif | 2 +- .../glyphs/guilsinglleft.glif | 2 +- .../glyphs/guilsinglright.glif | 2 +- source/Hack-Regular.ufo/glyphs/h.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/hbar.glif | 8 +-- .../Hack-Regular.ufo/glyphs/hcircumflex.glif | 2 +- .../glyphs/hookabovecomb.glif | 11 ++-- .../Hack-Regular.ufo/glyphs/hungarumlaut.glif | 2 +- source/Hack-Regular.ufo/glyphs/hyphen.glif | 2 +- .../glyphs/hyphenationpoint.glif | 4 +- source/Hack-Regular.ufo/glyphs/i.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/iacute.glif | 6 +- source/Hack-Regular.ufo/glyphs/ibreve.glif | 14 ++--- .../Hack-Regular.ufo/glyphs/icircumflex.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/idieresis.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/igrave.glif | 8 +-- source/Hack-Regular.ufo/glyphs/ij.glif | 6 +- source/Hack-Regular.ufo/glyphs/imacron.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/infinity.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/integral.glif | 14 ++--- .../Hack-Regular.ufo/glyphs/integralbt.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/integraltp.glif | 14 ++--- .../Hack-Regular.ufo/glyphs/intersection.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/invbullet.glif | 8 +-- source/Hack-Regular.ufo/glyphs/invcircle.glif | 6 +- source/Hack-Regular.ufo/glyphs/iogonek.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/iota.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/iotadieresis.glif | 30 +++++----- .../glyphs/iotadieresistonos.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/iotatonos.glif | 8 +-- source/Hack-Regular.ufo/glyphs/itilde.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/j.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/jcircumflex.glif | 2 +- source/Hack-Regular.ufo/glyphs/k.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/kappa.glif | 2 +- .../Hack-Regular.ufo/glyphs/kgreenlandic.glif | 2 +- source/Hack-Regular.ufo/glyphs/l.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/lacute.glif | 8 +-- source/Hack-Regular.ufo/glyphs/lambda.glif | 4 +- .../Hack-Regular.ufo/glyphs/layerinfo.plist | 5 ++ source/Hack-Regular.ufo/glyphs/lcaron.glif | 8 +-- source/Hack-Regular.ufo/glyphs/ldot.glif | 6 +- source/Hack-Regular.ufo/glyphs/less.glif | 2 +- source/Hack-Regular.ufo/glyphs/lessequal.glif | 2 +- source/Hack-Regular.ufo/glyphs/lfblock.glif | 2 +- source/Hack-Regular.ufo/glyphs/lira.glif | 8 +-- .../Hack-Regular.ufo/glyphs/logicaland.glif | 2 +- .../Hack-Regular.ufo/glyphs/logicalnot.glif | 2 +- source/Hack-Regular.ufo/glyphs/logicalor.glif | 2 +- source/Hack-Regular.ufo/glyphs/longs.glif | 6 +- source/Hack-Regular.ufo/glyphs/lozenge.glif | 2 +- source/Hack-Regular.ufo/glyphs/lslash.glif | 8 +-- source/Hack-Regular.ufo/glyphs/ltshade.glif | 2 +- source/Hack-Regular.ufo/glyphs/m.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/macron.glif | 2 +- .../Hack-Regular.ufo/glyphs/millisecond.glif | 2 +- source/Hack-Regular.ufo/glyphs/minus.glif | 2 +- source/Hack-Regular.ufo/glyphs/minute.glif | 2 +- source/Hack-Regular.ufo/glyphs/multiply.glif | 2 +- .../Hack-Regular.ufo/glyphs/musicalnote.glif | 4 +- source/Hack-Regular.ufo/glyphs/n.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/nacute.glif | 8 +-- .../Hack-Regular.ufo/glyphs/napostrophe.glif | 4 +- source/Hack-Regular.ufo/glyphs/ncaron.glif | 8 +-- source/Hack-Regular.ufo/glyphs/nine.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/nine.subs.glif | 22 ++++---- .../Hack-Regular.ufo/glyphs/notelement.glif | 8 +-- source/Hack-Regular.ufo/glyphs/notequal.glif | 2 +- source/Hack-Regular.ufo/glyphs/notsubset.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/ntilde.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/nu.glif | 6 +- .../Hack-Regular.ufo/glyphs/numbersign.glif | 2 +- source/Hack-Regular.ufo/glyphs/o.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/oacute.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/obreve.glif | 22 ++++---- .../Hack-Regular.ufo/glyphs/ocircumflex.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/odieresis.glif | 36 ++++++------ source/Hack-Regular.ufo/glyphs/oe.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/ogonek.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/ograve.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/ohorn.glif | 26 ++++----- .../glyphs/ohungarumlaut.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/omacron.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/omega.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/omegatonos.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/omicron.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/omicrontonos.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/one.glif | 2 +- source/Hack-Regular.ufo/glyphs/one.subs.glif | 2 +- .../glyphs/onedotenleader.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/oneeighth.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/onehalf.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/onequarter.glif | 2 +- .../Hack-Regular.ufo/glyphs/openbullet.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/ordfeminine.glif | 20 +++---- .../Hack-Regular.ufo/glyphs/ordmasculine.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/orthogonal.glif | 2 +- source/Hack-Regular.ufo/glyphs/oslash.glif | 22 ++++---- .../Hack-Regular.ufo/glyphs/oslashacute.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/otilde.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/p.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/paragraph.glif | 4 +- source/Hack-Regular.ufo/glyphs/parenleft.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/parenright.glif | 10 ++-- .../Hack-Regular.ufo/glyphs/partialdiff.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/percent.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/period.glif | 10 ++-- .../glyphs/periodcentered.glif | 4 +- .../Hack-Regular.ufo/glyphs/perthousand.glif | 50 ++++++++--------- source/Hack-Regular.ufo/glyphs/peseta.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/phi.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/pi.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/plus.glif | 2 +- source/Hack-Regular.ufo/glyphs/plusminus.glif | 2 +- source/Hack-Regular.ufo/glyphs/product.glif | 2 +- .../Hack-Regular.ufo/glyphs/propersubset.glif | 12 ++-- .../glyphs/propersuperset.glif | 12 ++-- .../Hack-Regular.ufo/glyphs/proportional.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/psi.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/q.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/question.glif | 22 ++++---- .../glyphs/questiondown.case.glif | 26 ++++----- .../Hack-Regular.ufo/glyphs/questiondown.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/quotedbl.glif | 2 +- .../Hack-Regular.ufo/glyphs/quotedblbase.glif | 2 +- .../Hack-Regular.ufo/glyphs/quotedblleft.glif | 2 +- .../glyphs/quotedblright.glif | 2 +- source/Hack-Regular.ufo/glyphs/quoteleft.glif | 2 +- .../glyphs/quotereversed.glif | 2 +- .../Hack-Regular.ufo/glyphs/quoteright.glif | 2 +- .../glyphs/quotesinglbase.glif | 2 +- .../Hack-Regular.ufo/glyphs/quotesingle.glif | 2 +- source/Hack-Regular.ufo/glyphs/r.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/racute.glif | 8 +-- source/Hack-Regular.ufo/glyphs/radical.glif | 2 +- source/Hack-Regular.ufo/glyphs/rcaron.glif | 8 +-- .../Hack-Regular.ufo/glyphs/reflexsubset.glif | 10 ++-- .../glyphs/reflexsuperset.glif | 14 ++--- .../Hack-Regular.ufo/glyphs/registered.glif | 26 ++++----- .../glyphs/revlogicalnot.glif | 2 +- source/Hack-Regular.ufo/glyphs/rho.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/ring.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/rtblock.glif | 2 +- source/Hack-Regular.ufo/glyphs/ruble.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/s.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/sacute.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/scaron.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/scedilla.glif | 24 ++++---- .../Hack-Regular.ufo/glyphs/scircumflex.glif | 2 +- source/Hack-Regular.ufo/glyphs/second.glif | 2 +- source/Hack-Regular.ufo/glyphs/section.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/semicolon.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/seven.glif | 2 +- .../Hack-Regular.ufo/glyphs/seven.subs.glif | 2 +- .../Hack-Regular.ufo/glyphs/seveneighths.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/shade.glif | 2 +- source/Hack-Regular.ufo/glyphs/sigma.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/similar.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/six.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/six.subs.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/slash.glif | 2 +- source/Hack-Regular.ufo/glyphs/space.glif | 2 +- source/Hack-Regular.ufo/glyphs/sterling.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/suchthat.glif | 8 +-- source/Hack-Regular.ufo/glyphs/summation.glif | 2 +- source/Hack-Regular.ufo/glyphs/t.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/tau.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/tbar.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/tcaron.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/therefore.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/theta.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/thorn.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/three.glif | 26 ++++----- .../Hack-Regular.ufo/glyphs/three.subs.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/threeeighths.glif | 42 +++++++------- .../glyphs/threequarters.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/tilde.glif | 8 +-- source/Hack-Regular.ufo/glyphs/tildecomb.glif | 7 +-- source/Hack-Regular.ufo/glyphs/tonos.glif | 2 +- source/Hack-Regular.ufo/glyphs/trademark.glif | 2 +- source/Hack-Regular.ufo/glyphs/triagdn.glif | 2 +- source/Hack-Regular.ufo/glyphs/triaglf.glif | 2 +- source/Hack-Regular.ufo/glyphs/triagrt.glif | 2 +- source/Hack-Regular.ufo/glyphs/triagup.glif | 2 +- source/Hack-Regular.ufo/glyphs/two.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/two.subs.glif | 10 ++-- .../glyphs/twodotenleader.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/u.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uacute.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/ubreve.glif | 4 +- .../Hack-Regular.ufo/glyphs/ucircumflex.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/udieresis.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/ugrave.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uhorn.glif | 20 +++---- .../glyphs/uhungarumlaut.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/umacron.glif | 12 ++-- .../Hack-Regular.ufo/glyphs/underscore.glif | 2 +- .../glyphs/underscoredbl.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni00A_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni00A_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni00B_2.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni00B_3.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni00B_5.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni00B_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0122.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0123.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni0136.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0137.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni013B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni013C_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0145.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0146.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0156.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0157.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0162.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni0163.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni01A_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0218.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0219.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni021A_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni021B_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0394.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni03A_9.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni03B_C_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni03C_2.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni03F_4.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni03F_6.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0400.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0401.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0402.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni0403.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0404.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0405.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0406.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0407.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni0408.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0409.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni040A_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni040B_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni040C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni040D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni040E_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni040F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0410.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0411.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0412.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni0413.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0414.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0415.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0416.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0417.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni0418.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0419.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni041A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni041B_.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni041C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni041D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni041E_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni041F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0420.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0421.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni0422.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0423.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni0424.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0425.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0426.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0427.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0428.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0429.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni042A_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni042B_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni042C_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni042D_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni042E_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni042F_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0430.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni0431.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni0432.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni0433.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0434.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0435.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0436.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0437.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni0438.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0439.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni043A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni043B_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni043C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni043D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni043E_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni043F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0440.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni0441.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni0442.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0443.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni0444.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0445.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0446.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0447.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0448.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0449.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni044A_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni044B_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni044C_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni044D_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni044E_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni044F_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0450.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0451.glif | 32 +++++------ source/Hack-Regular.ufo/glyphs/uni0452.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0453.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0454.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0455.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0456.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0457.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni0458.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0459.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni045A_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni045B_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni045C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni045D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni045E_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni045F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0462.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0463.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0472.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0473.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0490.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0491.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0492.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0493.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0494.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni0495.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0496.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0497.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0498.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/uni0499.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/uni049A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni049B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04A_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04A_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04A_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04A_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04A_A_.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni04A_B_.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni04A_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04A_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04A_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04A_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04B_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04B_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04B_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04B_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04B_A_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni04B_B_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni04C_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04C_1.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni04C_2.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni04C_3.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni04C_4.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni04C_7.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni04C_8.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni04C_B_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni04C_C_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni04C_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04D_0.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni04D_1.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/uni04D_2.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni04D_3.glif | 38 ++++++------- source/Hack-Regular.ufo/glyphs/uni04D_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04D_5.glif | 32 +++++------ source/Hack-Regular.ufo/glyphs/uni04D_6.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni04D_7.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni04D_8.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni04D_9.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni04D_A_.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni04D_B_.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni04D_C_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni04D_D_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni04D_E_.glif | 40 ++++++------- source/Hack-Regular.ufo/glyphs/uni04D_F_.glif | 40 ++++++------- source/Hack-Regular.ufo/glyphs/uni04E_0.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni04E_1.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni04E_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04E_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04E_4.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni04E_5.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni04E_6.glif | 36 ++++++------ source/Hack-Regular.ufo/glyphs/uni04E_7.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/uni04E_8.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni04E_9.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni04E_A_.glif | 32 +++++------ source/Hack-Regular.ufo/glyphs/uni04E_B_.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni04E_C_.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/uni04E_D_.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni04E_E_.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni04E_F_.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni04F_0.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni04F_1.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni04F_2.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni04F_3.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni04F_4.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/uni04F_5.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/uni04F_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04F_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni04F_8.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni04F_9.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni0510.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni0511.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni051A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni051B_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni051C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni051D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0531.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0532.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0533.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0534.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0535.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0536.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0537.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0538.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0539.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni053A_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni053B_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni053C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni053D_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni053E_.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni053F_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0540.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni0541.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni0542.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0543.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0544.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0545.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni0546.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0547.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni0548.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0549.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni054A_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni054B_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni054C_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni054D_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni054E_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni054F_.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni0550.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0551.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni0552.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0553.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0554.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni0555.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0556.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni0559.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni055A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni055B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni055C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni055D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni055E_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni055F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0561.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni0562.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0563.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni0564.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0565.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0566.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni0567.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0568.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0569.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni056A_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni056B_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni056C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni056D_.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni056E_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni056F_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0570.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0571.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0572.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0573.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0574.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0575.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0576.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni0577.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni0578.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0579.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni057A_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni057B_.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni057C_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni057D_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni057E_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni057F_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni0580.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni0581.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni0582.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni0583.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0584.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni0585.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni0586.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0587.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni0589.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni058A_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni0E_3F_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni10D_0.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni10D_1.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni10D_2.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/uni10D_3.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni10D_4.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni10D_5.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni10D_6.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/uni10D_7.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni10D_8.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni10D_9.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni10D_A_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni10D_B_.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni10D_C_.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni10D_D_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni10D_E_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni10D_F_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni10E_0.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni10E_1.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni10E_2.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni10E_3.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni10E_4.glif | 38 ++++++------- source/Hack-Regular.ufo/glyphs/uni10E_5.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni10E_6.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni10E_7.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni10E_8.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni10E_9.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni10E_A_.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni10E_B_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni10E_C_.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni10E_D_.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni10E_E_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni10E_F_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni10F_0.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni10F_1.glif | 42 +++++++------- source/Hack-Regular.ufo/glyphs/uni10F_2.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni10F_3.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni10F_4.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni10F_5.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni10F_6.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni10F_7.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni10F_8.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni10F_9.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni10F_A_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni10F_B_.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni10F_C_.glif | 18 +++--- .../Hack-Regular.ufo/glyphs/uni1E_B_C_.glif | 8 +-- .../Hack-Regular.ufo/glyphs/uni1E_B_D_.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni1E_F_8.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni1E_F_9.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni2000.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2001.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2002.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2003.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2004.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2005.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2006.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2007.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2008.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2009.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni200A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2010.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2011.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2015.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2016.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni201F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2023.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni202F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2031.glif | 56 +++++++++---------- source/Hack-Regular.ufo/glyphs/uni2035.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2036.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2037.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni203D_.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni203E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni203F_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni2045.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2046.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2047.glif | 46 +++++++-------- source/Hack-Regular.ufo/glyphs/uni2048.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/uni2049.glif | 32 +++++------ source/Hack-Regular.ufo/glyphs/uni204B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni205F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2070.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni2074.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2075.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni2076.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni2077.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2078.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni2079.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni207A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni207B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni207C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni207D_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni207E_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni208A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni208B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni208C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni208D_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni208E_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni20A_0.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni20A_2.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni20A_5.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni20A_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni20A_8.glif | 32 +++++------ source/Hack-Regular.ufo/glyphs/uni20A_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni20A_A_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni20A_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni20A_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni20A_F_.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni20B_0.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni20B_1.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni20B_2.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni20B_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni20B_4.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni20B_5.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni20B_7.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni20B_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni20B_9.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2116.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni2126.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni2150.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2151.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni2153.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2154.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni2155.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni2156.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni2157.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni2158.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni2159.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni215A_.glif | 32 +++++------ source/Hack-Regular.ufo/glyphs/uni215F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2196.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2197.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2198.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2199.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni219A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni219B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni219C_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni219D_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni219E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni219F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_9.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni21A_A_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni21A_B_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni21A_C_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni21A_D_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni21A_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21A_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_6.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni21B_7.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni21B_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_A_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni21B_B_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni21B_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21B_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21C_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21D_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21E_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_4.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni21F_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni21F_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2201.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni2204.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2206.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni220A_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni220C_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni220D_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni220E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2210.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2213.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2215.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2218.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2219.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni221B_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni221C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2223.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni222C_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni222D_.glif | 38 ++++++------- source/Hack-Regular.ufo/glyphs/uni2235.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni2236.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2237.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/uni2238.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2239.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni223A_.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/uni223B_.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni223D_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni2241.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2242.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2243.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni2244.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2246.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2247.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2249.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni224A_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni224B_.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni224C_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni224D_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni224E_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni224F_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni2250.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2251.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni2252.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2253.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2254.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni2255.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni2256.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2257.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2258.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni2259.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni225A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni225B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni225C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni225D_.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/uni225E_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni225F_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni2262.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2263.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2266.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2267.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2268.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2269.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni226D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni226E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni226F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2270.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2271.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2272.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni2273.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni2274.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni2275.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni2276.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2277.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2278.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2279.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni227A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni227B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni227C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni227D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni227E_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni227F_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni2280.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2281.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2285.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2288.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni2289.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni228A_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni228B_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni228D_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uni228E_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni228F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2290.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2291.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2292.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2293.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2294.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2296.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2298.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2299.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni229A_.glif | 34 +++++------ source/Hack-Regular.ufo/glyphs/uni229B_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni229C_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni229D_.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/uni229E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni229F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22A_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22A_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22A_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22A_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22A_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22B_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22B_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22B_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22B_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22B_8.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni22C_2.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni22C_3.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni22C_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22C_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22C_D_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni22C_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22C_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22D_0.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni22D_1.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni22D_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22D_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22D_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22D_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22D_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22D_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22E_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22E_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22E_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22E_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22E_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22E_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni22E_6.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni22E_7.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni22E_8.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni22E_9.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni22E_F_.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni2304.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2308.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2309.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni230A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni230B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni239B_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni239C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni239D_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni239E_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni239F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni23A_0.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni23A_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni23A_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni23A_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni23A_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni23A_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni23A_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni23A_7.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni23A_8.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni23A_9.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni23A_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni23A_B_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni23A_C_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni23A_D_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni23A_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2500.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2501.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2502.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2503.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2504.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2505.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2506.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2507.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2508.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2509.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni250A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni250B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni250C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni250D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni250E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni250F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2510.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2511.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2512.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2513.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2514.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2515.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2516.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2517.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2518.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2519.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni251A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni251B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni251C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni251D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni251E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni251F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2520.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2521.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2522.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2523.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2524.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2525.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2526.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2527.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2528.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2529.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni252A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni252B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni252C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni252D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni252E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni252F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2530.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2531.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2532.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2533.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2534.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2535.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2536.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2537.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2538.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2539.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni253A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni253B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni253C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni253D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni253E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni253F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2540.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2541.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2542.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2543.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2544.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2545.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2546.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2547.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2548.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2549.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni254A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni254B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni254C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni254D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni254E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni254F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2550.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2551.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2552.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2553.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2554.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2555.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2556.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2557.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2558.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2559.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni255A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni255B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni255C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni255D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni255E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni255F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2560.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2561.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2562.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2563.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2564.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2565.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2566.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2567.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2568.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2569.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni256A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni256B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni256C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni256D_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni256E_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni256F_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2570.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni2571.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2572.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2573.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2574.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2575.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2576.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2577.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2578.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2579.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni257A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni257B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni257C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni257D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni257E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni257F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2581.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2582.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2583.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2585.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2586.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2587.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2589.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni258A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni258B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni258D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni258E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni258F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2594.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2595.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2596.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2597.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2598.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2599.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni259A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni259B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni259C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni259D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni259E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni259F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_2.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni25A_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25A_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25B_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25C_9.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni25C_C_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni25C_D_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni25C_E_.glif | 30 +++++----- source/Hack-Regular.ufo/glyphs/uni25C_F_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni25D_0.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni25D_1.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni25D_2.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni25D_3.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni25D_4.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni25D_5.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni25D_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25D_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25D_A_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni25D_B_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni25D_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25D_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25D_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25D_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_0.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni25E_1.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni25E_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_C_.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uni25E_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25E_F_.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni25F_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_4.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni25F_5.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni25F_6.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni25F_7.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni25F_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni25F_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2756.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2768.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni2769.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni276A_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni276B_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni276C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni276D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni276E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni276F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2770.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2771.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2772.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2773.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2774.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni2775.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni2794.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2798.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2799.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni279A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni279B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni279C_.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni279D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni279E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni279F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_5.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni27A_6.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni27A_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27A_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27B_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27B_2.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni27B_3.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27B_4.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27B_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27B_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27B_7.glif | 4 +- source/Hack-Regular.ufo/glyphs/uni27B_8.glif | 8 +-- source/Hack-Regular.ufo/glyphs/uni27B_9.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni27B_A_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni27B_B_.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni27B_C_.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni27B_D_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni27B_E_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27C_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27C_5.glif | 16 +++--- source/Hack-Regular.ufo/glyphs/uni27C_6.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni27D_C_.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/uni27E_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27E_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27E_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27E_8.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27E_9.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27E_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27E_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27F_5.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27F_6.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni27F_7.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2987.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni2988.glif | 6 +- source/Hack-Regular.ufo/glyphs/uni2997.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2998.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni29E_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni29F_A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni29F_B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2A_00.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni2A_2F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2A_6A_.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uni2A_6B_.glif | 26 ++++----- source/Hack-Regular.ufo/glyphs/uni2B_05.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_06.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_07.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_08.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_09.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_0A_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_0B_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_0C_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_0D_.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_16.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_17.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_18.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_19.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2B_1A_.glif | 2 +- .../glyphs/uni2E_18.case.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2E_18.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/uni2E_1F_.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uni2E_22.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2E_23.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2E_24.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2E_25.glif | 2 +- source/Hack-Regular.ufo/glyphs/uni2E_2E_.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/uniE_0A_0.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/uniE_0A_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uniE_0A_2.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/uniE_0B_0.glif | 2 +- source/Hack-Regular.ufo/glyphs/uniE_0B_1.glif | 2 +- source/Hack-Regular.ufo/glyphs/uniE_0B_2.glif | 2 +- source/Hack-Regular.ufo/glyphs/uniE_0B_3.glif | 2 +- .../Hack-Regular.ufo/glyphs/uniF_E_F_F_.glif | 2 +- source/Hack-Regular.ufo/glyphs/union.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/universal.glif | 2 +- source/Hack-Regular.ufo/glyphs/uogonek.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/upblock.glif | 2 +- source/Hack-Regular.ufo/glyphs/upsilon.glif | 12 ++-- .../glyphs/upsilondieresis.glif | 28 +++++----- .../glyphs/upsilondieresistonos.glif | 34 +++++------ .../Hack-Regular.ufo/glyphs/upsilontonos.glif | 12 ++-- source/Hack-Regular.ufo/glyphs/uring.glif | 28 +++++----- source/Hack-Regular.ufo/glyphs/utilde.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/v.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/w.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/wacute.glif | 2 +- .../Hack-Regular.ufo/glyphs/wcircumflex.glif | 2 +- source/Hack-Regular.ufo/glyphs/wdieresis.glif | 18 +++--- source/Hack-Regular.ufo/glyphs/wgrave.glif | 2 +- source/Hack-Regular.ufo/glyphs/x.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/xi.glif | 14 ++--- source/Hack-Regular.ufo/glyphs/y.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/yacute.glif | 4 +- .../Hack-Regular.ufo/glyphs/ycircumflex.glif | 4 +- source/Hack-Regular.ufo/glyphs/ydieresis.glif | 20 +++---- source/Hack-Regular.ufo/glyphs/yen.glif | 2 +- source/Hack-Regular.ufo/glyphs/ygrave.glif | 4 +- source/Hack-Regular.ufo/glyphs/z.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/zacute.glif | 2 +- source/Hack-Regular.ufo/glyphs/zcaron.glif | 2 +- .../Hack-Regular.ufo/glyphs/zdotaccent.glif | 10 ++-- source/Hack-Regular.ufo/glyphs/zero.glif | 22 ++++---- source/Hack-Regular.ufo/glyphs/zero.subs.glif | 24 ++++---- source/Hack-Regular.ufo/glyphs/zeta.glif | 12 ++-- source/Hack-Regular.ufo/layercontents.plist | 10 ++++ source/Hack-Regular.ufo/metainfo.plist | 6 +- 6453 files changed, 27809 insertions(+), 27962 deletions(-) create mode 100644 source/Hack-Bold.ufo/glyphs/layerinfo.plist create mode 100644 source/Hack-Bold.ufo/layercontents.plist create mode 100644 source/Hack-BoldItalic.ufo/glyphs/layerinfo.plist create mode 100644 source/Hack-BoldItalic.ufo/layercontents.plist create mode 100644 source/Hack-Italic.ufo/glyphs/layerinfo.plist create mode 100644 source/Hack-Italic.ufo/layercontents.plist create mode 100644 source/Hack-Regular.ufo/glyphs/layerinfo.plist create mode 100644 source/Hack-Regular.ufo/layercontents.plist diff --git a/source/Hack-Bold.ufo/fontinfo.plist b/source/Hack-Bold.ufo/fontinfo.plist index 66f0d08c6..56804ca65 100644 --- a/source/Hack-Bold.ufo/fontinfo.plist +++ b/source/Hack-Bold.ufo/fontinfo.plist @@ -1,5 +1,5 @@ - + ascender @@ -12,6 +12,8 @@ -492 familyName Hack + guidelines + macintoshFONDFamilyID 128 macintoshFONDName @@ -21,8 +23,7 @@ openTypeHeadCreated 2017/10/23 12:00:00 openTypeHeadFlags - - + openTypeHheaAscender 1901 openTypeHheaDescender @@ -142,8 +143,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an 4 openTypeOS2Selection - - + openTypeOS2StrikeoutPosition 530 openTypeOS2StrikeoutSize @@ -215,7 +215,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an postscriptBlueFuzz 0 postscriptBlueScale - 0.036999999999999998 + 0.037 postscriptBlueShift 14 postscriptBlueValues @@ -227,6 +227,10 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an 1493 1520 + postscriptFamilyBlues + + postscriptFamilyOtherBlues + postscriptFontName Hack-Bold postscriptForceBold @@ -272,7 +276,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an versionMajor 4 versionMinor - 000 + 0 xHeight 1120 diff --git a/source/Hack-Bold.ufo/glyphs/A_.glif b/source/Hack-Bold.ufo/glyphs/A_.glif index fd2985b2a..83b80f97d 100644 --- a/source/Hack-Bold.ufo/glyphs/A_.glif +++ b/source/Hack-Bold.ufo/glyphs/A_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/A_E_.glif b/source/Hack-Bold.ufo/glyphs/A_E_.glif index ea4dd8c85..32731f8d6 100644 --- a/source/Hack-Bold.ufo/glyphs/A_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/A_acute.glif b/source/Hack-Bold.ufo/glyphs/A_acute.glif index e58009f1f..8836b65ad 100644 --- a/source/Hack-Bold.ufo/glyphs/A_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/A_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/A_breve.glif b/source/Hack-Bold.ufo/glyphs/A_breve.glif index 357b88241..9df851a18 100644 --- a/source/Hack-Bold.ufo/glyphs/A_breve.glif +++ b/source/Hack-Bold.ufo/glyphs/A_breve.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/A_circumflex.glif b/source/Hack-Bold.ufo/glyphs/A_circumflex.glif index 488171dfc..50d35a07b 100644 --- a/source/Hack-Bold.ufo/glyphs/A_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/A_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/A_dieresis.glif b/source/Hack-Bold.ufo/glyphs/A_dieresis.glif index 7fc32cf4e..f820bd0a2 100644 --- a/source/Hack-Bold.ufo/glyphs/A_dieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/A_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/A_grave.glif b/source/Hack-Bold.ufo/glyphs/A_grave.glif index 59d03e1f4..6db0ea06e 100644 --- a/source/Hack-Bold.ufo/glyphs/A_grave.glif +++ b/source/Hack-Bold.ufo/glyphs/A_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/A_lpha.glif b/source/Hack-Bold.ufo/glyphs/A_lpha.glif index baaa86c94..8a5436b8b 100644 --- a/source/Hack-Bold.ufo/glyphs/A_lpha.glif +++ b/source/Hack-Bold.ufo/glyphs/A_lpha.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/A_lphatonos.glif b/source/Hack-Bold.ufo/glyphs/A_lphatonos.glif index 73f6138b2..1d88cddac 100644 --- a/source/Hack-Bold.ufo/glyphs/A_lphatonos.glif +++ b/source/Hack-Bold.ufo/glyphs/A_lphatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/A_macron.glif b/source/Hack-Bold.ufo/glyphs/A_macron.glif index 5941e297e..d5babef3f 100644 --- a/source/Hack-Bold.ufo/glyphs/A_macron.glif +++ b/source/Hack-Bold.ufo/glyphs/A_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/A_ogonek.glif b/source/Hack-Bold.ufo/glyphs/A_ogonek.glif index da41391de..13f0bde60 100644 --- a/source/Hack-Bold.ufo/glyphs/A_ogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/A_ogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/A_ring.glif b/source/Hack-Bold.ufo/glyphs/A_ring.glif index 49c77509c..2c7445a0d 100644 --- a/source/Hack-Bold.ufo/glyphs/A_ring.glif +++ b/source/Hack-Bold.ufo/glyphs/A_ring.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + @@ -43,19 +43,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/A_tilde.glif b/source/Hack-Bold.ufo/glyphs/A_tilde.glif index 78e6ee37c..9a40a47c4 100644 --- a/source/Hack-Bold.ufo/glyphs/A_tilde.glif +++ b/source/Hack-Bold.ufo/glyphs/A_tilde.glif @@ -1,16 +1,16 @@ - + - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/B_.glif b/source/Hack-Bold.ufo/glyphs/B_.glif index ccb42dd96..7211c603b 100644 --- a/source/Hack-Bold.ufo/glyphs/B_.glif +++ b/source/Hack-Bold.ufo/glyphs/B_.glif @@ -1,5 +1,5 @@ - + @@ -44,9 +44,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/B_eta.glif b/source/Hack-Bold.ufo/glyphs/B_eta.glif index 76c2bcb46..4a360d3a0 100644 --- a/source/Hack-Bold.ufo/glyphs/B_eta.glif +++ b/source/Hack-Bold.ufo/glyphs/B_eta.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/C_.glif b/source/Hack-Bold.ufo/glyphs/C_.glif index 399d33792..87618a67d 100644 --- a/source/Hack-Bold.ufo/glyphs/C_.glif +++ b/source/Hack-Bold.ufo/glyphs/C_.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/C_R_.glif b/source/Hack-Bold.ufo/glyphs/C_R_.glif index 8dd4ab034..9c88b2cdc 100644 --- a/source/Hack-Bold.ufo/glyphs/C_R_.glif +++ b/source/Hack-Bold.ufo/glyphs/C_R_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/C_acute.glif b/source/Hack-Bold.ufo/glyphs/C_acute.glif index 767f33a4d..7bfa38a9f 100644 --- a/source/Hack-Bold.ufo/glyphs/C_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/C_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + @@ -35,19 +35,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/C_caron.glif b/source/Hack-Bold.ufo/glyphs/C_caron.glif index e7a2290eb..dc0f19fec 100644 --- a/source/Hack-Bold.ufo/glyphs/C_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/C_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + @@ -38,19 +38,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/C_cedilla.glif b/source/Hack-Bold.ufo/glyphs/C_cedilla.glif index d236394a0..7a8da6a77 100644 --- a/source/Hack-Bold.ufo/glyphs/C_cedilla.glif +++ b/source/Hack-Bold.ufo/glyphs/C_cedilla.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + @@ -35,16 +35,16 @@ - + - + - + @@ -54,7 +54,7 @@ - + @@ -72,23 +72,23 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/C_circumflex.glif b/source/Hack-Bold.ufo/glyphs/C_circumflex.glif index 48bdc168b..f14610f37 100644 --- a/source/Hack-Bold.ufo/glyphs/C_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/C_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/C_dotaccent.glif b/source/Hack-Bold.ufo/glyphs/C_dotaccent.glif index 6ebb7c5d4..4d8d65577 100644 --- a/source/Hack-Bold.ufo/glyphs/C_dotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/C_dotaccent.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/C_hi.glif b/source/Hack-Bold.ufo/glyphs/C_hi.glif index 32f7b06e2..44b7210b9 100644 --- a/source/Hack-Bold.ufo/glyphs/C_hi.glif +++ b/source/Hack-Bold.ufo/glyphs/C_hi.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/D_.glif b/source/Hack-Bold.ufo/glyphs/D_.glif index 7a791eaea..5bf419178 100644 --- a/source/Hack-Bold.ufo/glyphs/D_.glif +++ b/source/Hack-Bold.ufo/glyphs/D_.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/D_caron.glif b/source/Hack-Bold.ufo/glyphs/D_caron.glif index a0e7f8346..555924765 100644 --- a/source/Hack-Bold.ufo/glyphs/D_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/D_caron.glif @@ -1,5 +1,5 @@ - + @@ -17,20 +17,20 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/D_croat.glif b/source/Hack-Bold.ufo/glyphs/D_croat.glif index 2414c5018..0bf1b9404 100644 --- a/source/Hack-Bold.ufo/glyphs/D_croat.glif +++ b/source/Hack-Bold.ufo/glyphs/D_croat.glif @@ -1,5 +1,5 @@ - + @@ -12,20 +12,20 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/E_.glif b/source/Hack-Bold.ufo/glyphs/E_.glif index b2cb95e9a..fb1e43090 100644 --- a/source/Hack-Bold.ufo/glyphs/E_.glif +++ b/source/Hack-Bold.ufo/glyphs/E_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/E_acute.glif b/source/Hack-Bold.ufo/glyphs/E_acute.glif index a02035ff9..4be47f6f5 100644 --- a/source/Hack-Bold.ufo/glyphs/E_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/E_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_breve.glif b/source/Hack-Bold.ufo/glyphs/E_breve.glif index d858d3f4f..a0eccb77c 100644 --- a/source/Hack-Bold.ufo/glyphs/E_breve.glif +++ b/source/Hack-Bold.ufo/glyphs/E_breve.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -31,10 +31,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/E_caron.glif b/source/Hack-Bold.ufo/glyphs/E_caron.glif index d0b98b89d..ddfd73ffa 100644 --- a/source/Hack-Bold.ufo/glyphs/E_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/E_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_circumflex.glif b/source/Hack-Bold.ufo/glyphs/E_circumflex.glif index 6984aa558..f4e861f76 100644 --- a/source/Hack-Bold.ufo/glyphs/E_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/E_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_dieresis.glif b/source/Hack-Bold.ufo/glyphs/E_dieresis.glif index 4df51b9eb..e031d997c 100644 --- a/source/Hack-Bold.ufo/glyphs/E_dieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/E_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/E_dotaccent.glif b/source/Hack-Bold.ufo/glyphs/E_dotaccent.glif index 94e7560f4..a151b95da 100644 --- a/source/Hack-Bold.ufo/glyphs/E_dotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/E_dotaccent.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/E_grave.glif b/source/Hack-Bold.ufo/glyphs/E_grave.glif index 435642c89..92039870d 100644 --- a/source/Hack-Bold.ufo/glyphs/E_grave.glif +++ b/source/Hack-Bold.ufo/glyphs/E_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_macron.glif b/source/Hack-Bold.ufo/glyphs/E_macron.glif index 57af02b7e..63e0a4f39 100644 --- a/source/Hack-Bold.ufo/glyphs/E_macron.glif +++ b/source/Hack-Bold.ufo/glyphs/E_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_ng.glif b/source/Hack-Bold.ufo/glyphs/E_ng.glif index c761f4e33..a2ab7652a 100644 --- a/source/Hack-Bold.ufo/glyphs/E_ng.glif +++ b/source/Hack-Bold.ufo/glyphs/E_ng.glif @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -23,14 +23,14 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/E_ogonek.glif b/source/Hack-Bold.ufo/glyphs/E_ogonek.glif index 474daa16d..77556ac01 100644 --- a/source/Hack-Bold.ufo/glyphs/E_ogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/E_ogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_psilon.glif b/source/Hack-Bold.ufo/glyphs/E_psilon.glif index f61af33ae..abae7b447 100644 --- a/source/Hack-Bold.ufo/glyphs/E_psilon.glif +++ b/source/Hack-Bold.ufo/glyphs/E_psilon.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_psilontonos.glif b/source/Hack-Bold.ufo/glyphs/E_psilontonos.glif index 893c6eb64..de59a073b 100644 --- a/source/Hack-Bold.ufo/glyphs/E_psilontonos.glif +++ b/source/Hack-Bold.ufo/glyphs/E_psilontonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_ta.glif b/source/Hack-Bold.ufo/glyphs/E_ta.glif index 61ed63e49..edd6a095e 100644 --- a/source/Hack-Bold.ufo/glyphs/E_ta.glif +++ b/source/Hack-Bold.ufo/glyphs/E_ta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_tatonos.glif b/source/Hack-Bold.ufo/glyphs/E_tatonos.glif index ecd5e595b..90e7f135d 100644 --- a/source/Hack-Bold.ufo/glyphs/E_tatonos.glif +++ b/source/Hack-Bold.ufo/glyphs/E_tatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/E_th.glif b/source/Hack-Bold.ufo/glyphs/E_th.glif index 2d16890f6..5b4ba8a8d 100644 --- a/source/Hack-Bold.ufo/glyphs/E_th.glif +++ b/source/Hack-Bold.ufo/glyphs/E_th.glif @@ -1,5 +1,5 @@ - + @@ -15,26 +15,26 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/E_uro.glif b/source/Hack-Bold.ufo/glyphs/E_uro.glif index 71b43f962..a04dc9524 100644 --- a/source/Hack-Bold.ufo/glyphs/E_uro.glif +++ b/source/Hack-Bold.ufo/glyphs/E_uro.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + - + @@ -34,7 +34,7 @@ - + @@ -47,7 +47,7 @@ - + @@ -59,13 +59,13 @@ - + - + - + @@ -77,7 +77,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/F_.glif b/source/Hack-Bold.ufo/glyphs/F_.glif index 0857aa22b..d72cc7330 100644 --- a/source/Hack-Bold.ufo/glyphs/F_.glif +++ b/source/Hack-Bold.ufo/glyphs/F_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/G_.glif b/source/Hack-Bold.ufo/glyphs/G_.glif index 1996fed6c..9bbc10154 100644 --- a/source/Hack-Bold.ufo/glyphs/G_.glif +++ b/source/Hack-Bold.ufo/glyphs/G_.glif @@ -1,5 +1,5 @@ - + @@ -37,9 +37,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/G_amma.glif b/source/Hack-Bold.ufo/glyphs/G_amma.glif index 9a8f78b56..6e7e1ed28 100644 --- a/source/Hack-Bold.ufo/glyphs/G_amma.glif +++ b/source/Hack-Bold.ufo/glyphs/G_amma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/G_breve.glif b/source/Hack-Bold.ufo/glyphs/G_breve.glif index 0d416bbe8..9e752a61e 100644 --- a/source/Hack-Bold.ufo/glyphs/G_breve.glif +++ b/source/Hack-Bold.ufo/glyphs/G_breve.glif @@ -1,10 +1,10 @@ - + - + @@ -17,10 +17,10 @@ - + - + @@ -32,19 +32,19 @@ - + - + - + @@ -57,19 +57,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/G_caron.glif b/source/Hack-Bold.ufo/glyphs/G_caron.glif index be3a8fb3a..2174bb1f7 100644 --- a/source/Hack-Bold.ufo/glyphs/G_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/G_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,26 +13,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/G_circumflex.glif b/source/Hack-Bold.ufo/glyphs/G_circumflex.glif index 7404aad56..04aa485e0 100644 --- a/source/Hack-Bold.ufo/glyphs/G_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/G_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/G_dotaccent.glif b/source/Hack-Bold.ufo/glyphs/G_dotaccent.glif index 088d8d18e..0fe3067a0 100644 --- a/source/Hack-Bold.ufo/glyphs/G_dotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/G_dotaccent.glif @@ -1,53 +1,53 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/H_.glif b/source/Hack-Bold.ufo/glyphs/H_.glif index 2fdf15521..4943f875f 100644 --- a/source/Hack-Bold.ufo/glyphs/H_.glif +++ b/source/Hack-Bold.ufo/glyphs/H_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/H_bar.glif b/source/Hack-Bold.ufo/glyphs/H_bar.glif index 7909b4143..68c237c08 100644 --- a/source/Hack-Bold.ufo/glyphs/H_bar.glif +++ b/source/Hack-Bold.ufo/glyphs/H_bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/H_circumflex.glif b/source/Hack-Bold.ufo/glyphs/H_circumflex.glif index 84a7e384b..27cccf631 100644 --- a/source/Hack-Bold.ufo/glyphs/H_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/H_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/I_.glif b/source/Hack-Bold.ufo/glyphs/I_.glif index 8bf42f953..0ca99f2a5 100644 --- a/source/Hack-Bold.ufo/glyphs/I_.glif +++ b/source/Hack-Bold.ufo/glyphs/I_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/I_J_.glif b/source/Hack-Bold.ufo/glyphs/I_J_.glif index b6186dfc7..53d0780a3 100644 --- a/source/Hack-Bold.ufo/glyphs/I_J_.glif +++ b/source/Hack-Bold.ufo/glyphs/I_J_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/I_acute.glif b/source/Hack-Bold.ufo/glyphs/I_acute.glif index 90b08e553..f9b4304fe 100644 --- a/source/Hack-Bold.ufo/glyphs/I_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/I_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/I_breve.glif b/source/Hack-Bold.ufo/glyphs/I_breve.glif index 17ae84d5d..64e8a0bcf 100644 --- a/source/Hack-Bold.ufo/glyphs/I_breve.glif +++ b/source/Hack-Bold.ufo/glyphs/I_breve.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -31,10 +31,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/I_circumflex.glif b/source/Hack-Bold.ufo/glyphs/I_circumflex.glif index e24468ef7..531baf973 100644 --- a/source/Hack-Bold.ufo/glyphs/I_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/I_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/I_dieresis.glif b/source/Hack-Bold.ufo/glyphs/I_dieresis.glif index 1667524f0..6bdb487ba 100644 --- a/source/Hack-Bold.ufo/glyphs/I_dieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/I_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + diff --git a/source/Hack-Bold.ufo/glyphs/I_dotaccent.glif b/source/Hack-Bold.ufo/glyphs/I_dotaccent.glif index b0c06c022..12c8e20be 100644 --- a/source/Hack-Bold.ufo/glyphs/I_dotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/I_dotaccent.glif @@ -1,21 +1,21 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/I_grave.glif b/source/Hack-Bold.ufo/glyphs/I_grave.glif index 262bdefd3..68a7275ff 100644 --- a/source/Hack-Bold.ufo/glyphs/I_grave.glif +++ b/source/Hack-Bold.ufo/glyphs/I_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/I_macron.glif b/source/Hack-Bold.ufo/glyphs/I_macron.glif index cb0f84dd2..0e0ae737f 100644 --- a/source/Hack-Bold.ufo/glyphs/I_macron.glif +++ b/source/Hack-Bold.ufo/glyphs/I_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/I_ogonek.glif b/source/Hack-Bold.ufo/glyphs/I_ogonek.glif index 4c1497c4c..81a2e6600 100644 --- a/source/Hack-Bold.ufo/glyphs/I_ogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/I_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -14,20 +14,20 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/I_ota.glif b/source/Hack-Bold.ufo/glyphs/I_ota.glif index 097bbf391..2f45bb397 100644 --- a/source/Hack-Bold.ufo/glyphs/I_ota.glif +++ b/source/Hack-Bold.ufo/glyphs/I_ota.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/I_otadieresis.glif b/source/Hack-Bold.ufo/glyphs/I_otadieresis.glif index 6a6e22a14..4786bd14b 100644 --- a/source/Hack-Bold.ufo/glyphs/I_otadieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/I_otadieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + diff --git a/source/Hack-Bold.ufo/glyphs/I_otatonos.glif b/source/Hack-Bold.ufo/glyphs/I_otatonos.glif index 8916f6143..d164b4502 100644 --- a/source/Hack-Bold.ufo/glyphs/I_otatonos.glif +++ b/source/Hack-Bold.ufo/glyphs/I_otatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/I_tilde.glif b/source/Hack-Bold.ufo/glyphs/I_tilde.glif index 9884c0624..eaee4a5ea 100644 --- a/source/Hack-Bold.ufo/glyphs/I_tilde.glif +++ b/source/Hack-Bold.ufo/glyphs/I_tilde.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -24,7 +24,7 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/J_.glif b/source/Hack-Bold.ufo/glyphs/J_.glif index 1a1900594..f7580f2f5 100644 --- a/source/Hack-Bold.ufo/glyphs/J_.glif +++ b/source/Hack-Bold.ufo/glyphs/J_.glif @@ -1,5 +1,5 @@ - + @@ -25,9 +25,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/J_circumflex.glif b/source/Hack-Bold.ufo/glyphs/J_circumflex.glif index 8923aaff1..0356a1fe0 100644 --- a/source/Hack-Bold.ufo/glyphs/J_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/J_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/K_.glif b/source/Hack-Bold.ufo/glyphs/K_.glif index a99508647..14fa9bf4a 100644 --- a/source/Hack-Bold.ufo/glyphs/K_.glif +++ b/source/Hack-Bold.ufo/glyphs/K_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/K_appa.glif b/source/Hack-Bold.ufo/glyphs/K_appa.glif index efc0c4867..c3d306d68 100644 --- a/source/Hack-Bold.ufo/glyphs/K_appa.glif +++ b/source/Hack-Bold.ufo/glyphs/K_appa.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/L_.glif b/source/Hack-Bold.ufo/glyphs/L_.glif index 7b90a41a5..4607d6273 100644 --- a/source/Hack-Bold.ufo/glyphs/L_.glif +++ b/source/Hack-Bold.ufo/glyphs/L_.glif @@ -1,5 +1,5 @@ - + @@ -13,9 +13,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/L_acute.glif b/source/Hack-Bold.ufo/glyphs/L_acute.glif index 85b8f9aba..4c8bfcf98 100644 --- a/source/Hack-Bold.ufo/glyphs/L_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/L_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/L_ambda.glif b/source/Hack-Bold.ufo/glyphs/L_ambda.glif index 9aa3f6330..228f25839 100644 --- a/source/Hack-Bold.ufo/glyphs/L_ambda.glif +++ b/source/Hack-Bold.ufo/glyphs/L_ambda.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/L_caron.glif b/source/Hack-Bold.ufo/glyphs/L_caron.glif index 1aa30b186..aac76cce8 100644 --- a/source/Hack-Bold.ufo/glyphs/L_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/L_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/L_dot.glif b/source/Hack-Bold.ufo/glyphs/L_dot.glif index 03d2d3239..c524d8f57 100644 --- a/source/Hack-Bold.ufo/glyphs/L_dot.glif +++ b/source/Hack-Bold.ufo/glyphs/L_dot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/L_slash.glif b/source/Hack-Bold.ufo/glyphs/L_slash.glif index f7c82ee72..537391515 100644 --- a/source/Hack-Bold.ufo/glyphs/L_slash.glif +++ b/source/Hack-Bold.ufo/glyphs/L_slash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/M_.glif b/source/Hack-Bold.ufo/glyphs/M_.glif index d4613aec4..91c1179bb 100644 --- a/source/Hack-Bold.ufo/glyphs/M_.glif +++ b/source/Hack-Bold.ufo/glyphs/M_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/M_u.glif b/source/Hack-Bold.ufo/glyphs/M_u.glif index b05ea6390..1920028c1 100644 --- a/source/Hack-Bold.ufo/glyphs/M_u.glif +++ b/source/Hack-Bold.ufo/glyphs/M_u.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/N_.glif b/source/Hack-Bold.ufo/glyphs/N_.glif index 559a32d3a..09b413b3b 100644 --- a/source/Hack-Bold.ufo/glyphs/N_.glif +++ b/source/Hack-Bold.ufo/glyphs/N_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/N_U_L_L_.glif b/source/Hack-Bold.ufo/glyphs/N_U_L_L_.glif index fa0b87887..79a4001e6 100644 --- a/source/Hack-Bold.ufo/glyphs/N_U_L_L_.glif +++ b/source/Hack-Bold.ufo/glyphs/N_U_L_L_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/N_acute.glif b/source/Hack-Bold.ufo/glyphs/N_acute.glif index 6ad646837..e810dd6e1 100644 --- a/source/Hack-Bold.ufo/glyphs/N_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/N_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/N_caron.glif b/source/Hack-Bold.ufo/glyphs/N_caron.glif index 2288fe3f2..d4b182a23 100644 --- a/source/Hack-Bold.ufo/glyphs/N_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/N_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/N_tilde.glif b/source/Hack-Bold.ufo/glyphs/N_tilde.glif index c7f7fde84..50a3aedda 100644 --- a/source/Hack-Bold.ufo/glyphs/N_tilde.glif +++ b/source/Hack-Bold.ufo/glyphs/N_tilde.glif @@ -1,16 +1,16 @@ - + - + - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/N_u.glif b/source/Hack-Bold.ufo/glyphs/N_u.glif index 467fa8d0b..ede62aa9f 100644 --- a/source/Hack-Bold.ufo/glyphs/N_u.glif +++ b/source/Hack-Bold.ufo/glyphs/N_u.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/O_.glif b/source/Hack-Bold.ufo/glyphs/O_.glif index f9edc4ead..4b8f3b6f8 100644 --- a/source/Hack-Bold.ufo/glyphs/O_.glif +++ b/source/Hack-Bold.ufo/glyphs/O_.glif @@ -1,5 +1,5 @@ - + @@ -36,9 +36,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/O_E_.glif b/source/Hack-Bold.ufo/glyphs/O_E_.glif index fc72803f2..3ff85409a 100644 --- a/source/Hack-Bold.ufo/glyphs/O_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/O_E_.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -31,19 +31,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_acute.glif b/source/Hack-Bold.ufo/glyphs/O_acute.glif index f203d5b7c..ab0ddf1e0 100644 --- a/source/Hack-Bold.ufo/glyphs/O_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/O_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + @@ -36,13 +36,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_breve.glif b/source/Hack-Bold.ufo/glyphs/O_breve.glif index 23a1acf84..da691a106 100644 --- a/source/Hack-Bold.ufo/glyphs/O_breve.glif +++ b/source/Hack-Bold.ufo/glyphs/O_breve.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + @@ -56,7 +56,7 @@ - + @@ -69,10 +69,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_circumflex.glif b/source/Hack-Bold.ufo/glyphs/O_circumflex.glif index df8ea8451..7c240c148 100644 --- a/source/Hack-Bold.ufo/glyphs/O_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/O_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,25 +13,25 @@ - + - + - + - + @@ -39,13 +39,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_dieresis.glif b/source/Hack-Bold.ufo/glyphs/O_dieresis.glif index 43e192140..c408a8fe7 100644 --- a/source/Hack-Bold.ufo/glyphs/O_dieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/O_dieresis.glif @@ -1,64 +1,64 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -66,13 +66,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_grave.glif b/source/Hack-Bold.ufo/glyphs/O_grave.glif index 8a1193279..c70e8665a 100644 --- a/source/Hack-Bold.ufo/glyphs/O_grave.glif +++ b/source/Hack-Bold.ufo/glyphs/O_grave.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + @@ -36,13 +36,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_horn.glif b/source/Hack-Bold.ufo/glyphs/O_horn.glif index e4cbafb06..57635e0ac 100644 --- a/source/Hack-Bold.ufo/glyphs/O_horn.glif +++ b/source/Hack-Bold.ufo/glyphs/O_horn.glif @@ -1,38 +1,38 @@ - + - + - + - + - + - + - + - + - + @@ -41,28 +41,28 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_hungarumlaut.glif b/source/Hack-Bold.ufo/glyphs/O_hungarumlaut.glif index ab3b1df54..b2db654c3 100644 --- a/source/Hack-Bold.ufo/glyphs/O_hungarumlaut.glif +++ b/source/Hack-Bold.ufo/glyphs/O_hungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,39 +16,39 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_macron.glif b/source/Hack-Bold.ufo/glyphs/O_macron.glif index e64e5e569..5f8cf7b81 100644 --- a/source/Hack-Bold.ufo/glyphs/O_macron.glif +++ b/source/Hack-Bold.ufo/glyphs/O_macron.glif @@ -1,5 +1,5 @@ - + @@ -10,39 +10,39 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_megatonos.glif b/source/Hack-Bold.ufo/glyphs/O_megatonos.glif index 83e35946f..2c65d1218 100644 --- a/source/Hack-Bold.ufo/glyphs/O_megatonos.glif +++ b/source/Hack-Bold.ufo/glyphs/O_megatonos.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + - + @@ -30,13 +30,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_micron.glif b/source/Hack-Bold.ufo/glyphs/O_micron.glif index a7423290d..cd98b502b 100644 --- a/source/Hack-Bold.ufo/glyphs/O_micron.glif +++ b/source/Hack-Bold.ufo/glyphs/O_micron.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_microntonos.glif b/source/Hack-Bold.ufo/glyphs/O_microntonos.glif index 1614d6524..a909dc65a 100644 --- a/source/Hack-Bold.ufo/glyphs/O_microntonos.glif +++ b/source/Hack-Bold.ufo/glyphs/O_microntonos.glif @@ -1,5 +1,5 @@ - + @@ -10,39 +10,39 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_slash.glif b/source/Hack-Bold.ufo/glyphs/O_slash.glif index de0813ea6..334b6a75a 100644 --- a/source/Hack-Bold.ufo/glyphs/O_slash.glif +++ b/source/Hack-Bold.ufo/glyphs/O_slash.glif @@ -1,5 +1,5 @@ - + @@ -11,13 +11,13 @@ - + - + @@ -32,13 +32,13 @@ - + - + @@ -51,17 +51,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_slashacute.glif b/source/Hack-Bold.ufo/glyphs/O_slashacute.glif index b3004761e..f610fbd98 100644 --- a/source/Hack-Bold.ufo/glyphs/O_slashacute.glif +++ b/source/Hack-Bold.ufo/glyphs/O_slashacute.glif @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ - + - + @@ -26,10 +26,10 @@ - + - + @@ -39,23 +39,23 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/O_tilde.glif b/source/Hack-Bold.ufo/glyphs/O_tilde.glif index 214710ac9..623d9827c 100644 --- a/source/Hack-Bold.ufo/glyphs/O_tilde.glif +++ b/source/Hack-Bold.ufo/glyphs/O_tilde.glif @@ -1,16 +1,16 @@ - + - + - + @@ -42,7 +42,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -59,30 +59,30 @@ - + - + - + - + - + @@ -90,13 +90,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/P_.glif b/source/Hack-Bold.ufo/glyphs/P_.glif index c9e65dde5..ac9bc65a6 100644 --- a/source/Hack-Bold.ufo/glyphs/P_.glif +++ b/source/Hack-Bold.ufo/glyphs/P_.glif @@ -1,5 +1,5 @@ - + @@ -28,9 +28,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/P_hi.glif b/source/Hack-Bold.ufo/glyphs/P_hi.glif index 6d08bad0c..1cee48d49 100644 --- a/source/Hack-Bold.ufo/glyphs/P_hi.glif +++ b/source/Hack-Bold.ufo/glyphs/P_hi.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/P_i.glif b/source/Hack-Bold.ufo/glyphs/P_i.glif index 49f3ecdd3..221608450 100644 --- a/source/Hack-Bold.ufo/glyphs/P_i.glif +++ b/source/Hack-Bold.ufo/glyphs/P_i.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/P_si.glif b/source/Hack-Bold.ufo/glyphs/P_si.glif index 86a410361..9bbd82b5b 100644 --- a/source/Hack-Bold.ufo/glyphs/P_si.glif +++ b/source/Hack-Bold.ufo/glyphs/P_si.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -30,10 +30,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/Q_.glif b/source/Hack-Bold.ufo/glyphs/Q_.glif index 129e5e02c..0f24e4b4f 100644 --- a/source/Hack-Bold.ufo/glyphs/Q_.glif +++ b/source/Hack-Bold.ufo/glyphs/Q_.glif @@ -1,5 +1,5 @@ - + @@ -43,9 +43,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/R_.glif b/source/Hack-Bold.ufo/glyphs/R_.glif index 77deb105e..26501e8b1 100644 --- a/source/Hack-Bold.ufo/glyphs/R_.glif +++ b/source/Hack-Bold.ufo/glyphs/R_.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/R_acute.glif b/source/Hack-Bold.ufo/glyphs/R_acute.glif index 2278c406d..07619555f 100644 --- a/source/Hack-Bold.ufo/glyphs/R_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/R_acute.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -27,19 +27,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/R_caron.glif b/source/Hack-Bold.ufo/glyphs/R_caron.glif index b2cd97742..195e91e06 100644 --- a/source/Hack-Bold.ufo/glyphs/R_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/R_caron.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -30,19 +30,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/R_ho.glif b/source/Hack-Bold.ufo/glyphs/R_ho.glif index e1f9d8b43..66e09c0ad 100644 --- a/source/Hack-Bold.ufo/glyphs/R_ho.glif +++ b/source/Hack-Bold.ufo/glyphs/R_ho.glif @@ -1,5 +1,5 @@ - + @@ -8,22 +8,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/S_.glif b/source/Hack-Bold.ufo/glyphs/S_.glif index f5f49114d..8e5c292ad 100644 --- a/source/Hack-Bold.ufo/glyphs/S_.glif +++ b/source/Hack-Bold.ufo/glyphs/S_.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/S_acute.glif b/source/Hack-Bold.ufo/glyphs/S_acute.glif index 455f9e16b..eea98d20f 100644 --- a/source/Hack-Bold.ufo/glyphs/S_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/S_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,37 +10,37 @@ - + - + - + - + - + - + - + @@ -50,7 +50,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/S_caron.glif b/source/Hack-Bold.ufo/glyphs/S_caron.glif index f5643ab82..c525f93b4 100644 --- a/source/Hack-Bold.ufo/glyphs/S_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/S_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,13 +26,13 @@ - + - + @@ -45,26 +45,26 @@ - + - + - + - + @@ -77,7 +77,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/S_cedilla.glif b/source/Hack-Bold.ufo/glyphs/S_cedilla.glif index 36f4ed2c8..a5546cd22 100644 --- a/source/Hack-Bold.ufo/glyphs/S_cedilla.glif +++ b/source/Hack-Bold.ufo/glyphs/S_cedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,16 +19,16 @@ - + - + - + @@ -38,7 +38,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -83,33 +83,33 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/S_circumflex.glif b/source/Hack-Bold.ufo/glyphs/S_circumflex.glif index 0c064a1b1..a013686e1 100644 --- a/source/Hack-Bold.ufo/glyphs/S_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/S_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/S_igma.glif b/source/Hack-Bold.ufo/glyphs/S_igma.glif index 5661bdf84..e46f51706 100644 --- a/source/Hack-Bold.ufo/glyphs/S_igma.glif +++ b/source/Hack-Bold.ufo/glyphs/S_igma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/T_.glif b/source/Hack-Bold.ufo/glyphs/T_.glif index bcd151e81..20bbc1b2d 100644 --- a/source/Hack-Bold.ufo/glyphs/T_.glif +++ b/source/Hack-Bold.ufo/glyphs/T_.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/T_au.glif b/source/Hack-Bold.ufo/glyphs/T_au.glif index 602bacb48..d99dc4046 100644 --- a/source/Hack-Bold.ufo/glyphs/T_au.glif +++ b/source/Hack-Bold.ufo/glyphs/T_au.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/T_bar.glif b/source/Hack-Bold.ufo/glyphs/T_bar.glif index 5960d7946..0d4bffd1d 100644 --- a/source/Hack-Bold.ufo/glyphs/T_bar.glif +++ b/source/Hack-Bold.ufo/glyphs/T_bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/T_caron.glif b/source/Hack-Bold.ufo/glyphs/T_caron.glif index c3e82aef9..a085360d7 100644 --- a/source/Hack-Bold.ufo/glyphs/T_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/T_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/T_heta.glif b/source/Hack-Bold.ufo/glyphs/T_heta.glif index 8077e9822..3a85d2642 100644 --- a/source/Hack-Bold.ufo/glyphs/T_heta.glif +++ b/source/Hack-Bold.ufo/glyphs/T_heta.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/T_horn.glif b/source/Hack-Bold.ufo/glyphs/T_horn.glif index d5302010d..b1cb6eec3 100644 --- a/source/Hack-Bold.ufo/glyphs/T_horn.glif +++ b/source/Hack-Bold.ufo/glyphs/T_horn.glif @@ -1,5 +1,5 @@ - + @@ -7,34 +7,34 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_.glif b/source/Hack-Bold.ufo/glyphs/U_.glif index ecc2cf158..e10a7223d 100644 --- a/source/Hack-Bold.ufo/glyphs/U_.glif +++ b/source/Hack-Bold.ufo/glyphs/U_.glif @@ -1,5 +1,5 @@ - + @@ -25,9 +25,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/U_acute.glif b/source/Hack-Bold.ufo/glyphs/U_acute.glif index f8c30ee03..cf571d898 100644 --- a/source/Hack-Bold.ufo/glyphs/U_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/U_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,31 +10,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_breve.glif b/source/Hack-Bold.ufo/glyphs/U_breve.glif index 41654b13f..064a6e516 100644 --- a/source/Hack-Bold.ufo/glyphs/U_breve.glif +++ b/source/Hack-Bold.ufo/glyphs/U_breve.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/U_circumflex.glif b/source/Hack-Bold.ufo/glyphs/U_circumflex.glif index a3bab2eb4..3dc729132 100644 --- a/source/Hack-Bold.ufo/glyphs/U_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/U_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,31 +13,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_dieresis.glif b/source/Hack-Bold.ufo/glyphs/U_dieresis.glif index 6cab5e78c..c0b862c71 100644 --- a/source/Hack-Bold.ufo/glyphs/U_dieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/U_dieresis.glif @@ -1,70 +1,70 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_grave.glif b/source/Hack-Bold.ufo/glyphs/U_grave.glif index bcd1a3e65..117df95cb 100644 --- a/source/Hack-Bold.ufo/glyphs/U_grave.glif +++ b/source/Hack-Bold.ufo/glyphs/U_grave.glif @@ -1,5 +1,5 @@ - + @@ -10,31 +10,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_horn.glif b/source/Hack-Bold.ufo/glyphs/U_horn.glif index 7ff622392..14b217b28 100644 --- a/source/Hack-Bold.ufo/glyphs/U_horn.glif +++ b/source/Hack-Bold.ufo/glyphs/U_horn.glif @@ -1,5 +1,5 @@ - + @@ -7,35 +7,35 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_hungarumlaut.glif b/source/Hack-Bold.ufo/glyphs/U_hungarumlaut.glif index 70b7c04d8..adf7886cb 100644 --- a/source/Hack-Bold.ufo/glyphs/U_hungarumlaut.glif +++ b/source/Hack-Bold.ufo/glyphs/U_hungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,22 +16,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_macron.glif b/source/Hack-Bold.ufo/glyphs/U_macron.glif index 57bf20cd8..603b3a7ad 100644 --- a/source/Hack-Bold.ufo/glyphs/U_macron.glif +++ b/source/Hack-Bold.ufo/glyphs/U_macron.glif @@ -1,5 +1,5 @@ - + @@ -10,22 +10,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_ogonek.glif b/source/Hack-Bold.ufo/glyphs/U_ogonek.glif index 781bb1652..fa69c3ea5 100644 --- a/source/Hack-Bold.ufo/glyphs/U_ogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/U_ogonek.glif @@ -1,11 +1,11 @@ - + - + @@ -14,35 +14,35 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_psilon.glif b/source/Hack-Bold.ufo/glyphs/U_psilon.glif index 48ca33268..8072d367d 100644 --- a/source/Hack-Bold.ufo/glyphs/U_psilon.glif +++ b/source/Hack-Bold.ufo/glyphs/U_psilon.glif @@ -1,10 +1,10 @@ - + - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/U_psilondieresis.glif b/source/Hack-Bold.ufo/glyphs/U_psilondieresis.glif index da832ef0f..92fed99dd 100644 --- a/source/Hack-Bold.ufo/glyphs/U_psilondieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/U_psilondieresis.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + @@ -68,7 +68,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/U_psilontonos.glif b/source/Hack-Bold.ufo/glyphs/U_psilontonos.glif index 8bac4799b..cae115fc9 100644 --- a/source/Hack-Bold.ufo/glyphs/U_psilontonos.glif +++ b/source/Hack-Bold.ufo/glyphs/U_psilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/U_ring.glif b/source/Hack-Bold.ufo/glyphs/U_ring.glif index ab1fa88c7..c4a6fe335 100644 --- a/source/Hack-Bold.ufo/glyphs/U_ring.glif +++ b/source/Hack-Bold.ufo/glyphs/U_ring.glif @@ -1,59 +1,59 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/U_tilde.glif b/source/Hack-Bold.ufo/glyphs/U_tilde.glif index 9f997bcd5..d6335c4be 100644 --- a/source/Hack-Bold.ufo/glyphs/U_tilde.glif +++ b/source/Hack-Bold.ufo/glyphs/U_tilde.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + @@ -32,30 +32,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/V_.glif b/source/Hack-Bold.ufo/glyphs/V_.glif index 4abdfae83..ffd758feb 100644 --- a/source/Hack-Bold.ufo/glyphs/V_.glif +++ b/source/Hack-Bold.ufo/glyphs/V_.glif @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/W_.glif b/source/Hack-Bold.ufo/glyphs/W_.glif index 3d71f53e7..5cb828fc1 100644 --- a/source/Hack-Bold.ufo/glyphs/W_.glif +++ b/source/Hack-Bold.ufo/glyphs/W_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/W_acute.glif b/source/Hack-Bold.ufo/glyphs/W_acute.glif index d1dec818e..3939bf82b 100644 --- a/source/Hack-Bold.ufo/glyphs/W_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/W_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/W_circumflex.glif b/source/Hack-Bold.ufo/glyphs/W_circumflex.glif index c34e557f4..83a024e4e 100644 --- a/source/Hack-Bold.ufo/glyphs/W_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/W_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/W_dieresis.glif b/source/Hack-Bold.ufo/glyphs/W_dieresis.glif index 93fc2c523..6d86bdde2 100644 --- a/source/Hack-Bold.ufo/glyphs/W_dieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/W_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/W_grave.glif b/source/Hack-Bold.ufo/glyphs/W_grave.glif index def317f94..d44cca3bb 100644 --- a/source/Hack-Bold.ufo/glyphs/W_grave.glif +++ b/source/Hack-Bold.ufo/glyphs/W_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/X_.glif b/source/Hack-Bold.ufo/glyphs/X_.glif index 66d616602..5029d68eb 100644 --- a/source/Hack-Bold.ufo/glyphs/X_.glif +++ b/source/Hack-Bold.ufo/glyphs/X_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/X_i.glif b/source/Hack-Bold.ufo/glyphs/X_i.glif index fe11c88db..2f8be083c 100644 --- a/source/Hack-Bold.ufo/glyphs/X_i.glif +++ b/source/Hack-Bold.ufo/glyphs/X_i.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/Y_.glif b/source/Hack-Bold.ufo/glyphs/Y_.glif index 6a02fc2e7..6297aaaa0 100644 --- a/source/Hack-Bold.ufo/glyphs/Y_.glif +++ b/source/Hack-Bold.ufo/glyphs/Y_.glif @@ -1,5 +1,5 @@ - + @@ -16,9 +16,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/Y_acute.glif b/source/Hack-Bold.ufo/glyphs/Y_acute.glif index 182a38ca2..f83ab2f35 100644 --- a/source/Hack-Bold.ufo/glyphs/Y_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/Y_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/Y_circumflex.glif b/source/Hack-Bold.ufo/glyphs/Y_circumflex.glif index d6494dc84..717c6c94d 100644 --- a/source/Hack-Bold.ufo/glyphs/Y_circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/Y_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/Y_dieresis.glif b/source/Hack-Bold.ufo/glyphs/Y_dieresis.glif index 296caeab6..87abca22a 100644 --- a/source/Hack-Bold.ufo/glyphs/Y_dieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/Y_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - - + + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/Y_grave.glif b/source/Hack-Bold.ufo/glyphs/Y_grave.glif index ae84bc8ec..755989fb9 100644 --- a/source/Hack-Bold.ufo/glyphs/Y_grave.glif +++ b/source/Hack-Bold.ufo/glyphs/Y_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/Z_.glif b/source/Hack-Bold.ufo/glyphs/Z_.glif index c9554a776..e5aed3fdc 100644 --- a/source/Hack-Bold.ufo/glyphs/Z_.glif +++ b/source/Hack-Bold.ufo/glyphs/Z_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/Z_acute.glif b/source/Hack-Bold.ufo/glyphs/Z_acute.glif index 1ff20c1da..6e1c39fa4 100644 --- a/source/Hack-Bold.ufo/glyphs/Z_acute.glif +++ b/source/Hack-Bold.ufo/glyphs/Z_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/Z_caron.glif b/source/Hack-Bold.ufo/glyphs/Z_caron.glif index 792f51c40..82f51cb20 100644 --- a/source/Hack-Bold.ufo/glyphs/Z_caron.glif +++ b/source/Hack-Bold.ufo/glyphs/Z_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/Z_dotaccent.glif b/source/Hack-Bold.ufo/glyphs/Z_dotaccent.glif index f2b3c2752..ac696ac68 100644 --- a/source/Hack-Bold.ufo/glyphs/Z_dotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/Z_dotaccent.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/Z_eta.glif b/source/Hack-Bold.ufo/glyphs/Z_eta.glif index ba6f7543c..935ed9ec1 100644 --- a/source/Hack-Bold.ufo/glyphs/Z_eta.glif +++ b/source/Hack-Bold.ufo/glyphs/Z_eta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/_1608.glif b/source/Hack-Bold.ufo/glyphs/_1608.glif index 4a83a6f90..6f797122a 100644 --- a/source/Hack-Bold.ufo/glyphs/_1608.glif +++ b/source/Hack-Bold.ufo/glyphs/_1608.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/_notdef.glif b/source/Hack-Bold.ufo/glyphs/_notdef.glif index 112158991..5c8a9cc25 100644 --- a/source/Hack-Bold.ufo/glyphs/_notdef.glif +++ b/source/Hack-Bold.ufo/glyphs/_notdef.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/a.glif b/source/Hack-Bold.ufo/glyphs/a.glif index 55d5659ee..2ba936de4 100644 --- a/source/Hack-Bold.ufo/glyphs/a.glif +++ b/source/Hack-Bold.ufo/glyphs/a.glif @@ -1,5 +1,5 @@ - + @@ -34,8 +34,8 @@ - - + + @@ -57,9 +57,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/aacute.glif b/source/Hack-Bold.ufo/glyphs/aacute.glif index 7ea400a5b..a452d64ca 100644 --- a/source/Hack-Bold.ufo/glyphs/aacute.glif +++ b/source/Hack-Bold.ufo/glyphs/aacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,35 +30,35 @@ - + - + - + - + - + - + - + - + @@ -74,26 +74,26 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/abreve.glif b/source/Hack-Bold.ufo/glyphs/abreve.glif index f435180d2..751b63d67 100644 --- a/source/Hack-Bold.ufo/glyphs/abreve.glif +++ b/source/Hack-Bold.ufo/glyphs/abreve.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,13 +20,13 @@ - + - + @@ -37,38 +37,38 @@ - + - + - + - + - + - + - + - + - + @@ -84,18 +84,18 @@ - + - + - + @@ -103,10 +103,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/acircumflex.glif b/source/Hack-Bold.ufo/glyphs/acircumflex.glif index c1ce74444..b48713306 100644 --- a/source/Hack-Bold.ufo/glyphs/acircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/acircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -27,41 +27,41 @@ - + - + - + - + - + - + - + - + - + @@ -77,18 +77,18 @@ - + - + - + @@ -96,7 +96,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/acute.glif b/source/Hack-Bold.ufo/glyphs/acute.glif index 533b9f60b..e05d5bce3 100644 --- a/source/Hack-Bold.ufo/glyphs/acute.glif +++ b/source/Hack-Bold.ufo/glyphs/acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/acutecomb.glif b/source/Hack-Bold.ufo/glyphs/acutecomb.glif index e78fea801..9af1a6edc 100644 --- a/source/Hack-Bold.ufo/glyphs/acutecomb.glif +++ b/source/Hack-Bold.ufo/glyphs/acutecomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/adieresis.glif b/source/Hack-Bold.ufo/glyphs/adieresis.glif index 097276cbe..f370424ae 100644 --- a/source/Hack-Bold.ufo/glyphs/adieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/adieresis.glif @@ -1,52 +1,52 @@ - + - + - + - + - + - + - + - + - - + + - + - + @@ -60,7 +60,7 @@ - + @@ -73,22 +73,22 @@ - + - + - + - + - + @@ -104,18 +104,18 @@ - + - + - + @@ -123,7 +123,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ae.glif b/source/Hack-Bold.ufo/glyphs/ae.glif index ae5920c35..d3643c3ed 100644 --- a/source/Hack-Bold.ufo/glyphs/ae.glif +++ b/source/Hack-Bold.ufo/glyphs/ae.glif @@ -1,16 +1,16 @@ - + - + - + @@ -21,14 +21,14 @@ - + - + @@ -40,7 +40,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -88,7 +88,7 @@ - + @@ -98,18 +98,18 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/agrave.glif b/source/Hack-Bold.ufo/glyphs/agrave.glif index 4e82907ea..5d532a47e 100644 --- a/source/Hack-Bold.ufo/glyphs/agrave.glif +++ b/source/Hack-Bold.ufo/glyphs/agrave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,35 +30,35 @@ - + - + - + - + - + - + - + - + @@ -74,26 +74,26 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/alpha.glif b/source/Hack-Bold.ufo/glyphs/alpha.glif index 2c1413f1b..f9f0ba719 100644 --- a/source/Hack-Bold.ufo/glyphs/alpha.glif +++ b/source/Hack-Bold.ufo/glyphs/alpha.glif @@ -1,10 +1,10 @@ - + - + @@ -19,7 +19,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/alphatonos.glif b/source/Hack-Bold.ufo/glyphs/alphatonos.glif index 16795c149..90187f172 100644 --- a/source/Hack-Bold.ufo/glyphs/alphatonos.glif +++ b/source/Hack-Bold.ufo/glyphs/alphatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -50,7 +50,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/amacron.glif b/source/Hack-Bold.ufo/glyphs/amacron.glif index 4c0525b82..14aff3a9a 100644 --- a/source/Hack-Bold.ufo/glyphs/amacron.glif +++ b/source/Hack-Bold.ufo/glyphs/amacron.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,35 +30,35 @@ - + - + - + - + - + - + - + - + @@ -74,26 +74,26 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ampersand.glif b/source/Hack-Bold.ufo/glyphs/ampersand.glif index b6c4f0f63..2236807d5 100644 --- a/source/Hack-Bold.ufo/glyphs/ampersand.glif +++ b/source/Hack-Bold.ufo/glyphs/ampersand.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,29 +22,29 @@ - + - + - + - + - + @@ -57,15 +57,15 @@ - + - + - + @@ -77,12 +77,12 @@ - + - + @@ -99,10 +99,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/angle.glif b/source/Hack-Bold.ufo/glyphs/angle.glif index 96ea71403..917ef6c4f 100644 --- a/source/Hack-Bold.ufo/glyphs/angle.glif +++ b/source/Hack-Bold.ufo/glyphs/angle.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/aogonek.glif b/source/Hack-Bold.ufo/glyphs/aogonek.glif index f3687c06c..6e483a359 100644 --- a/source/Hack-Bold.ufo/glyphs/aogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/aogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -26,16 +26,16 @@ - + - + - + @@ -49,7 +49,7 @@ - + @@ -62,19 +62,19 @@ - + - + - + - + @@ -90,7 +90,7 @@ - + @@ -102,13 +102,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/approxequal.glif b/source/Hack-Bold.ufo/glyphs/approxequal.glif index 161e1c4d1..96d624fcd 100644 --- a/source/Hack-Bold.ufo/glyphs/approxequal.glif +++ b/source/Hack-Bold.ufo/glyphs/approxequal.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -82,7 +82,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/aring.glif b/source/Hack-Bold.ufo/glyphs/aring.glif index ca498268f..b6a828dd4 100644 --- a/source/Hack-Bold.ufo/glyphs/aring.glif +++ b/source/Hack-Bold.ufo/glyphs/aring.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + - + @@ -56,13 +56,13 @@ - + - + @@ -76,7 +76,7 @@ - + @@ -89,22 +89,22 @@ - + - + - + - + - + @@ -120,18 +120,18 @@ - + - + - + @@ -139,7 +139,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowboth.glif b/source/Hack-Bold.ufo/glyphs/arrowboth.glif index 979672a7d..a3ea1d527 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowboth.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowboth.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowdblboth.glif b/source/Hack-Bold.ufo/glyphs/arrowdblboth.glif index ea5f8624c..38aaf49a4 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowdblboth.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowdblboth.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowdbldown.glif b/source/Hack-Bold.ufo/glyphs/arrowdbldown.glif index 9b3a9be50..38bff7a2e 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowdbldown.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowdbldown.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowdblleft.glif b/source/Hack-Bold.ufo/glyphs/arrowdblleft.glif index 46e95df75..504edd739 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowdblleft.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowdblleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowdblright.glif b/source/Hack-Bold.ufo/glyphs/arrowdblright.glif index 878d61b77..9a5a67668 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowdblright.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowdblright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowdblup.glif b/source/Hack-Bold.ufo/glyphs/arrowdblup.glif index ded4a3c5b..cd38e6bf6 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowdblup.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowdblup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowdown.glif b/source/Hack-Bold.ufo/glyphs/arrowdown.glif index 18e0673ba..298b24959 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowdown.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowdown.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowleft.glif b/source/Hack-Bold.ufo/glyphs/arrowleft.glif index 4a16ddd96..26ebe65e6 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowleft.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowright.glif b/source/Hack-Bold.ufo/glyphs/arrowright.glif index a210453f3..310250374 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowright.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowup.glif b/source/Hack-Bold.ufo/glyphs/arrowup.glif index 3c23f687e..f244b0f90 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowup.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowupdn.glif b/source/Hack-Bold.ufo/glyphs/arrowupdn.glif index fd3edea94..8c92bef2e 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowupdn.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowupdn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/arrowupdnbse.glif b/source/Hack-Bold.ufo/glyphs/arrowupdnbse.glif index 80c7235ee..7ff09332b 100644 --- a/source/Hack-Bold.ufo/glyphs/arrowupdnbse.glif +++ b/source/Hack-Bold.ufo/glyphs/arrowupdnbse.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/asciicircum.glif b/source/Hack-Bold.ufo/glyphs/asciicircum.glif index e96383134..f2ebc4256 100644 --- a/source/Hack-Bold.ufo/glyphs/asciicircum.glif +++ b/source/Hack-Bold.ufo/glyphs/asciicircum.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/asciitilde.glif b/source/Hack-Bold.ufo/glyphs/asciitilde.glif index 904a8c368..75da2cdbe 100644 --- a/source/Hack-Bold.ufo/glyphs/asciitilde.glif +++ b/source/Hack-Bold.ufo/glyphs/asciitilde.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/asterisk.glif b/source/Hack-Bold.ufo/glyphs/asterisk.glif index 9159b1016..310e3fca1 100644 --- a/source/Hack-Bold.ufo/glyphs/asterisk.glif +++ b/source/Hack-Bold.ufo/glyphs/asterisk.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/asteriskmath.glif b/source/Hack-Bold.ufo/glyphs/asteriskmath.glif index 08b44db3a..e908b8173 100644 --- a/source/Hack-Bold.ufo/glyphs/asteriskmath.glif +++ b/source/Hack-Bold.ufo/glyphs/asteriskmath.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/at.glif b/source/Hack-Bold.ufo/glyphs/at.glif index 8bae0be27..0d8e68a79 100644 --- a/source/Hack-Bold.ufo/glyphs/at.glif +++ b/source/Hack-Bold.ufo/glyphs/at.glif @@ -1,10 +1,10 @@ - + - + @@ -28,19 +28,19 @@ - + - + - + @@ -53,19 +53,19 @@ - + - + - + @@ -80,22 +80,22 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/atilde.glif b/source/Hack-Bold.ufo/glyphs/atilde.glif index c5e9d877b..8765b1e73 100644 --- a/source/Hack-Bold.ufo/glyphs/atilde.glif +++ b/source/Hack-Bold.ufo/glyphs/atilde.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -25,14 +25,14 @@ - + - + - + @@ -44,7 +44,7 @@ - + @@ -54,13 +54,13 @@ - + - + @@ -74,7 +74,7 @@ - + @@ -87,19 +87,19 @@ - + - + - + - + @@ -118,18 +118,18 @@ - + - + - + @@ -137,7 +137,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/b.glif b/source/Hack-Bold.ufo/glyphs/b.glif index f1fd8ccfe..73f831b13 100644 --- a/source/Hack-Bold.ufo/glyphs/b.glif +++ b/source/Hack-Bold.ufo/glyphs/b.glif @@ -1,5 +1,5 @@ - + @@ -8,8 +8,8 @@ - - + + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/backslash.glif b/source/Hack-Bold.ufo/glyphs/backslash.glif index 2d37982b6..1a052af93 100644 --- a/source/Hack-Bold.ufo/glyphs/backslash.glif +++ b/source/Hack-Bold.ufo/glyphs/backslash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/bar.glif b/source/Hack-Bold.ufo/glyphs/bar.glif index 3a22da8fc..52c9eea6d 100644 --- a/source/Hack-Bold.ufo/glyphs/bar.glif +++ b/source/Hack-Bold.ufo/glyphs/bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/beta.glif b/source/Hack-Bold.ufo/glyphs/beta.glif index a58c24b32..ee3cfbbb5 100644 --- a/source/Hack-Bold.ufo/glyphs/beta.glif +++ b/source/Hack-Bold.ufo/glyphs/beta.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -27,14 +27,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/block.glif b/source/Hack-Bold.ufo/glyphs/block.glif index bf10efca1..89dc04bf7 100644 --- a/source/Hack-Bold.ufo/glyphs/block.glif +++ b/source/Hack-Bold.ufo/glyphs/block.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/braceleft.glif b/source/Hack-Bold.ufo/glyphs/braceleft.glif index 3feef24a7..7b3a61e5a 100644 --- a/source/Hack-Bold.ufo/glyphs/braceleft.glif +++ b/source/Hack-Bold.ufo/glyphs/braceleft.glif @@ -1,5 +1,5 @@ - + @@ -49,9 +49,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/braceright.glif b/source/Hack-Bold.ufo/glyphs/braceright.glif index ba34d1523..c56cc8f9e 100644 --- a/source/Hack-Bold.ufo/glyphs/braceright.glif +++ b/source/Hack-Bold.ufo/glyphs/braceright.glif @@ -1,5 +1,5 @@ - + @@ -67,9 +67,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/bracketleft.glif b/source/Hack-Bold.ufo/glyphs/bracketleft.glif index 61ff03232..fd9034de0 100644 --- a/source/Hack-Bold.ufo/glyphs/bracketleft.glif +++ b/source/Hack-Bold.ufo/glyphs/bracketleft.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/bracketright.glif b/source/Hack-Bold.ufo/glyphs/bracketright.glif index 2deb06455..51690ab69 100644 --- a/source/Hack-Bold.ufo/glyphs/bracketright.glif +++ b/source/Hack-Bold.ufo/glyphs/bracketright.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/breve.glif b/source/Hack-Bold.ufo/glyphs/breve.glif index 73dd829de..c57505d24 100644 --- a/source/Hack-Bold.ufo/glyphs/breve.glif +++ b/source/Hack-Bold.ufo/glyphs/breve.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/brokenbar.glif b/source/Hack-Bold.ufo/glyphs/brokenbar.glif index 7efe44fa8..25f64cf80 100644 --- a/source/Hack-Bold.ufo/glyphs/brokenbar.glif +++ b/source/Hack-Bold.ufo/glyphs/brokenbar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/bullet.glif b/source/Hack-Bold.ufo/glyphs/bullet.glif index 18a7a1478..ca06012b3 100644 --- a/source/Hack-Bold.ufo/glyphs/bullet.glif +++ b/source/Hack-Bold.ufo/glyphs/bullet.glif @@ -1,10 +1,10 @@ - + - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/c.glif b/source/Hack-Bold.ufo/glyphs/c.glif index 089d06da2..11cbc0514 100644 --- a/source/Hack-Bold.ufo/glyphs/c.glif +++ b/source/Hack-Bold.ufo/glyphs/c.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/c6459.glif b/source/Hack-Bold.ufo/glyphs/c6459.glif index 98671092d..57adfefaf 100644 --- a/source/Hack-Bold.ufo/glyphs/c6459.glif +++ b/source/Hack-Bold.ufo/glyphs/c6459.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/c6460.glif b/source/Hack-Bold.ufo/glyphs/c6460.glif index cf426cb01..88a182949 100644 --- a/source/Hack-Bold.ufo/glyphs/c6460.glif +++ b/source/Hack-Bold.ufo/glyphs/c6460.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/c6461.glif b/source/Hack-Bold.ufo/glyphs/c6461.glif index d1d4f9212..388bd612e 100644 --- a/source/Hack-Bold.ufo/glyphs/c6461.glif +++ b/source/Hack-Bold.ufo/glyphs/c6461.glif @@ -1,15 +1,15 @@ - + - + - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/c6468.glif b/source/Hack-Bold.ufo/glyphs/c6468.glif index 62926ab87..c7fd949a0 100644 --- a/source/Hack-Bold.ufo/glyphs/c6468.glif +++ b/source/Hack-Bold.ufo/glyphs/c6468.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/c6470.glif b/source/Hack-Bold.ufo/glyphs/c6470.glif index 296fbc10a..3f93c8f31 100644 --- a/source/Hack-Bold.ufo/glyphs/c6470.glif +++ b/source/Hack-Bold.ufo/glyphs/c6470.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/c6472.glif b/source/Hack-Bold.ufo/glyphs/c6472.glif index b009956d3..55a3eefb7 100644 --- a/source/Hack-Bold.ufo/glyphs/c6472.glif +++ b/source/Hack-Bold.ufo/glyphs/c6472.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/c6475.glif b/source/Hack-Bold.ufo/glyphs/c6475.glif index 72765cf95..4defcd429 100644 --- a/source/Hack-Bold.ufo/glyphs/c6475.glif +++ b/source/Hack-Bold.ufo/glyphs/c6475.glif @@ -1,9 +1,9 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/c6476.glif b/source/Hack-Bold.ufo/glyphs/c6476.glif index 3c4a383d2..f37541d7f 100644 --- a/source/Hack-Bold.ufo/glyphs/c6476.glif +++ b/source/Hack-Bold.ufo/glyphs/c6476.glif @@ -1,24 +1,24 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/c6477.glif b/source/Hack-Bold.ufo/glyphs/c6477.glif index 3f3870e87..cefd41f59 100644 --- a/source/Hack-Bold.ufo/glyphs/c6477.glif +++ b/source/Hack-Bold.ufo/glyphs/c6477.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/c6478.glif b/source/Hack-Bold.ufo/glyphs/c6478.glif index 50ca5fab8..70dc205dd 100644 --- a/source/Hack-Bold.ufo/glyphs/c6478.glif +++ b/source/Hack-Bold.ufo/glyphs/c6478.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/cacute.glif b/source/Hack-Bold.ufo/glyphs/cacute.glif index 3df35772e..375f3ba7f 100644 --- a/source/Hack-Bold.ufo/glyphs/cacute.glif +++ b/source/Hack-Bold.ufo/glyphs/cacute.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + @@ -32,19 +32,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/caron.glif b/source/Hack-Bold.ufo/glyphs/caron.glif index 5db5c4aa1..d19a5a148 100644 --- a/source/Hack-Bold.ufo/glyphs/caron.glif +++ b/source/Hack-Bold.ufo/glyphs/caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/carriagereturn.glif b/source/Hack-Bold.ufo/glyphs/carriagereturn.glif index b7ec56f83..bfd3dabf9 100644 --- a/source/Hack-Bold.ufo/glyphs/carriagereturn.glif +++ b/source/Hack-Bold.ufo/glyphs/carriagereturn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ccaron.glif b/source/Hack-Bold.ufo/glyphs/ccaron.glif index 917f91376..6608f2b57 100644 --- a/source/Hack-Bold.ufo/glyphs/ccaron.glif +++ b/source/Hack-Bold.ufo/glyphs/ccaron.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + @@ -35,19 +35,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ccedilla.glif b/source/Hack-Bold.ufo/glyphs/ccedilla.glif index c2d35bb6b..32de84a58 100644 --- a/source/Hack-Bold.ufo/glyphs/ccedilla.glif +++ b/source/Hack-Bold.ufo/glyphs/ccedilla.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -35,16 +35,16 @@ - + - + - + @@ -54,7 +54,7 @@ - + @@ -72,13 +72,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ccircumflex.glif b/source/Hack-Bold.ufo/glyphs/ccircumflex.glif index 179a81357..bd9f42b5c 100644 --- a/source/Hack-Bold.ufo/glyphs/ccircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/ccircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/cdotaccent.glif b/source/Hack-Bold.ufo/glyphs/cdotaccent.glif index 7c9b1ed70..cd0aaaccb 100644 --- a/source/Hack-Bold.ufo/glyphs/cdotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/cdotaccent.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/cedilla.glif b/source/Hack-Bold.ufo/glyphs/cedilla.glif index a94c9a8a2..d09dd6091 100644 --- a/source/Hack-Bold.ufo/glyphs/cedilla.glif +++ b/source/Hack-Bold.ufo/glyphs/cedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,7 +17,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/cent.glif b/source/Hack-Bold.ufo/glyphs/cent.glif index 6645f8ecd..51f782f72 100644 --- a/source/Hack-Bold.ufo/glyphs/cent.glif +++ b/source/Hack-Bold.ufo/glyphs/cent.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/chi.glif b/source/Hack-Bold.ufo/glyphs/chi.glif index b1452317b..10890b3ac 100644 --- a/source/Hack-Bold.ufo/glyphs/chi.glif +++ b/source/Hack-Bold.ufo/glyphs/chi.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/circle.glif b/source/Hack-Bold.ufo/glyphs/circle.glif index 4bc4878d5..a34dafb61 100644 --- a/source/Hack-Bold.ufo/glyphs/circle.glif +++ b/source/Hack-Bold.ufo/glyphs/circle.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -45,13 +45,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/circlemultiply.glif b/source/Hack-Bold.ufo/glyphs/circlemultiply.glif index d5e0c6a8d..abd230793 100644 --- a/source/Hack-Bold.ufo/glyphs/circlemultiply.glif +++ b/source/Hack-Bold.ufo/glyphs/circlemultiply.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/circleplus.glif b/source/Hack-Bold.ufo/glyphs/circleplus.glif index bbdd63fec..7a3e98dc5 100644 --- a/source/Hack-Bold.ufo/glyphs/circleplus.glif +++ b/source/Hack-Bold.ufo/glyphs/circleplus.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/circumflex.glif b/source/Hack-Bold.ufo/glyphs/circumflex.glif index 4a3d5b885..c119b1c54 100644 --- a/source/Hack-Bold.ufo/glyphs/circumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/colon.glif b/source/Hack-Bold.ufo/glyphs/colon.glif index ecd9b7c10..8e9686628 100644 --- a/source/Hack-Bold.ufo/glyphs/colon.glif +++ b/source/Hack-Bold.ufo/glyphs/colon.glif @@ -1,51 +1,51 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/colonmonetary.glif b/source/Hack-Bold.ufo/glyphs/colonmonetary.glif index ea5089351..1de26c4fd 100644 --- a/source/Hack-Bold.ufo/glyphs/colonmonetary.glif +++ b/source/Hack-Bold.ufo/glyphs/colonmonetary.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -46,7 +46,7 @@ - + @@ -70,7 +70,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/comma.glif b/source/Hack-Bold.ufo/glyphs/comma.glif index 71e4d6740..da5fc9b22 100644 --- a/source/Hack-Bold.ufo/glyphs/comma.glif +++ b/source/Hack-Bold.ufo/glyphs/comma.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -26,13 +26,13 @@ - + - + - + @@ -41,13 +41,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/congruent.glif b/source/Hack-Bold.ufo/glyphs/congruent.glif index 41b4b83b5..2db77df53 100644 --- a/source/Hack-Bold.ufo/glyphs/congruent.glif +++ b/source/Hack-Bold.ufo/glyphs/congruent.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/contents.plist b/source/Hack-Bold.ufo/glyphs/contents.plist index 5c4616df4..4fbc3bfba 100644 --- a/source/Hack-Bold.ufo/glyphs/contents.plist +++ b/source/Hack-Bold.ufo/glyphs/contents.plist @@ -1,5 +1,5 @@ - + .notdef @@ -60,6 +60,8 @@ E_.glif Eacute E_acute.glif + Ebreve + E_breve.glif Ecaron E_caron.glif Ecircumflex @@ -114,6 +116,8 @@ I_J_.glif Iacute I_acute.glif + Ibreve + I_breve.glif Icircumflex I_circumflex.glif Idieresis @@ -176,6 +180,8 @@ O_E_.glif Oacute O_acute.glif + Obreve + O_breve.glif Ocircumflex O_circumflex.glif Odieresis @@ -506,6 +512,8 @@ e.glif eacute eacute.glif + ebreve + ebreve.glif ecaron ecaron.glif ecircumflex @@ -522,18 +530,10 @@ eight.subs.glif element element.glif - onedotenleader - onedotenleader.glif - twodotenleader - twodotenleader.glif ellipsis ellipsis.glif emacron emacron.glif - Ebreve - E_breve.glif - ebreve - ebreve.glif emdash emdash.glif emptyset @@ -636,10 +636,14 @@ hungarumlaut.glif hyphen hyphen.glif + hyphenationpoint + hyphenationpoint.glif i i.glif iacute iacute.glif + ibreve + ibreve.glif icircumflex icircumflex.glif idieresis @@ -650,10 +654,6 @@ ij.glif imacron imacron.glif - Ibreve - I_breve.glif - ibreve - ibreve.glif infinity infinity.glif integral @@ -726,8 +726,12 @@ m.glif macron macron.glif + millisecond + millisecond.glif minus minus.glif + minute + minute.glif multiply multiply.glif musicalnote @@ -760,6 +764,8 @@ o.glif oacute oacute.glif + obreve + obreve.glif ocircumflex ocircumflex.glif odieresis @@ -776,10 +782,6 @@ ohungarumlaut.glif omacron omacron.glif - Obreve - O_breve.glif - obreve - obreve.glif omega omega.glif omegatonos @@ -792,6 +794,8 @@ one.glif one.subs one.subs.glif + onedotenleader + onedotenleader.glif oneeighth oneeighth.glif onehalf @@ -910,6 +914,8 @@ scedilla.glif scircumflex scircumflex.glif + second + second.glif section section.glif semicolon @@ -982,6 +988,8 @@ two.glif two.subs two.subs.glif + twodotenleader + twodotenleader.glif u u.glif uacute @@ -1904,18 +1912,10 @@ uni201F_.glif uni2023 uni2023.glif - hyphenationpoint - hyphenationpoint.glif uni202F uni202F_.glif uni2031 uni2031.glif - minute - minute.glif - second - second.glif - millisecond - millisecond.glif uni2035 uni2035.glif uni2036 diff --git a/source/Hack-Bold.ufo/glyphs/copyright.glif b/source/Hack-Bold.ufo/glyphs/copyright.glif index e8c94a94e..20ab02617 100644 --- a/source/Hack-Bold.ufo/glyphs/copyright.glif +++ b/source/Hack-Bold.ufo/glyphs/copyright.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -98,16 +98,16 @@ - + - + - + @@ -120,19 +120,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/currency.glif b/source/Hack-Bold.ufo/glyphs/currency.glif index 22d66b8f0..6f3d9f77c 100644 --- a/source/Hack-Bold.ufo/glyphs/currency.glif +++ b/source/Hack-Bold.ufo/glyphs/currency.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + @@ -26,7 +26,7 @@ - + @@ -35,13 +35,13 @@ - + - + - + @@ -53,32 +53,32 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/d.glif b/source/Hack-Bold.ufo/glyphs/d.glif index 11f68c879..354afecb5 100644 --- a/source/Hack-Bold.ufo/glyphs/d.glif +++ b/source/Hack-Bold.ufo/glyphs/d.glif @@ -1,5 +1,5 @@ - + @@ -16,8 +16,8 @@ - - + + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/dagger.glif b/source/Hack-Bold.ufo/glyphs/dagger.glif index fd828e216..5a516eb99 100644 --- a/source/Hack-Bold.ufo/glyphs/dagger.glif +++ b/source/Hack-Bold.ufo/glyphs/dagger.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/daggerdbl.glif b/source/Hack-Bold.ufo/glyphs/daggerdbl.glif index 79063804f..45e9daf18 100644 --- a/source/Hack-Bold.ufo/glyphs/daggerdbl.glif +++ b/source/Hack-Bold.ufo/glyphs/daggerdbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/dcaron.glif b/source/Hack-Bold.ufo/glyphs/dcaron.glif index fcb5d2a53..3df3e34f9 100644 --- a/source/Hack-Bold.ufo/glyphs/dcaron.glif +++ b/source/Hack-Bold.ufo/glyphs/dcaron.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -29,16 +29,16 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/dcroat.glif b/source/Hack-Bold.ufo/glyphs/dcroat.glif index 37773f2f4..0d83e21b3 100644 --- a/source/Hack-Bold.ufo/glyphs/dcroat.glif +++ b/source/Hack-Bold.ufo/glyphs/dcroat.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -43,22 +43,22 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/degree.glif b/source/Hack-Bold.ufo/glyphs/degree.glif index 821d51768..f0eb13f69 100644 --- a/source/Hack-Bold.ufo/glyphs/degree.glif +++ b/source/Hack-Bold.ufo/glyphs/degree.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,7 +22,7 @@ - + @@ -36,19 +36,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/delta.glif b/source/Hack-Bold.ufo/glyphs/delta.glif index 6125429af..cf5d37bb7 100644 --- a/source/Hack-Bold.ufo/glyphs/delta.glif +++ b/source/Hack-Bold.ufo/glyphs/delta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -35,34 +35,34 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/dieresis.glif b/source/Hack-Bold.ufo/glyphs/dieresis.glif index 7e1f0572c..ddf12f589 100644 --- a/source/Hack-Bold.ufo/glyphs/dieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/dieresistonos.glif b/source/Hack-Bold.ufo/glyphs/dieresistonos.glif index 6ead39c2f..11beaeabd 100644 --- a/source/Hack-Bold.ufo/glyphs/dieresistonos.glif +++ b/source/Hack-Bold.ufo/glyphs/dieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,40 +10,40 @@ - + - + - + - + - + - + - - + + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/divide.glif b/source/Hack-Bold.ufo/glyphs/divide.glif index 67514877e..ac07ecc7e 100644 --- a/source/Hack-Bold.ufo/glyphs/divide.glif +++ b/source/Hack-Bold.ufo/glyphs/divide.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -28,18 +28,18 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/dkshade.glif b/source/Hack-Bold.ufo/glyphs/dkshade.glif index 4107a505a..8a2848824 100644 --- a/source/Hack-Bold.ufo/glyphs/dkshade.glif +++ b/source/Hack-Bold.ufo/glyphs/dkshade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/dnblock.glif b/source/Hack-Bold.ufo/glyphs/dnblock.glif index d5c91abc5..ae024e4f7 100644 --- a/source/Hack-Bold.ufo/glyphs/dnblock.glif +++ b/source/Hack-Bold.ufo/glyphs/dnblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/dollar.glif b/source/Hack-Bold.ufo/glyphs/dollar.glif index 33b2ceb0b..b3387e89c 100644 --- a/source/Hack-Bold.ufo/glyphs/dollar.glif +++ b/source/Hack-Bold.ufo/glyphs/dollar.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -43,17 +43,17 @@ - + - + - + @@ -70,7 +70,7 @@ - + @@ -85,7 +85,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/dong.glif b/source/Hack-Bold.ufo/glyphs/dong.glif index 650950af8..e0f579c05 100644 --- a/source/Hack-Bold.ufo/glyphs/dong.glif +++ b/source/Hack-Bold.ufo/glyphs/dong.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -31,16 +31,16 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/dotaccent.glif b/source/Hack-Bold.ufo/glyphs/dotaccent.glif index 0be90576c..8f9c6b154 100644 --- a/source/Hack-Bold.ufo/glyphs/dotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/dotaccent.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/dotbelowcomb.glif b/source/Hack-Bold.ufo/glyphs/dotbelowcomb.glif index a73f0b381..b7bedfa8d 100644 --- a/source/Hack-Bold.ufo/glyphs/dotbelowcomb.glif +++ b/source/Hack-Bold.ufo/glyphs/dotbelowcomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/dotlessi.glif b/source/Hack-Bold.ufo/glyphs/dotlessi.glif index 89a6f3ad4..01cec323d 100644 --- a/source/Hack-Bold.ufo/glyphs/dotlessi.glif +++ b/source/Hack-Bold.ufo/glyphs/dotlessi.glif @@ -1,27 +1,27 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/dotmath.glif b/source/Hack-Bold.ufo/glyphs/dotmath.glif index c97d119dd..e7395b48c 100644 --- a/source/Hack-Bold.ufo/glyphs/dotmath.glif +++ b/source/Hack-Bold.ufo/glyphs/dotmath.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/e.glif b/source/Hack-Bold.ufo/glyphs/e.glif index 2aa1bd40a..781695cd8 100644 --- a/source/Hack-Bold.ufo/glyphs/e.glif +++ b/source/Hack-Bold.ufo/glyphs/e.glif @@ -1,5 +1,5 @@ - + @@ -37,9 +37,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/eacute.glif b/source/Hack-Bold.ufo/glyphs/eacute.glif index ff2151b09..5ce25ff42 100644 --- a/source/Hack-Bold.ufo/glyphs/eacute.glif +++ b/source/Hack-Bold.ufo/glyphs/eacute.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ebreve.glif b/source/Hack-Bold.ufo/glyphs/ebreve.glif index 7431f829c..4fda8b9ee 100644 --- a/source/Hack-Bold.ufo/glyphs/ebreve.glif +++ b/source/Hack-Bold.ufo/glyphs/ebreve.glif @@ -1,10 +1,10 @@ - + - + @@ -27,7 +27,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -70,7 +70,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ecaron.glif b/source/Hack-Bold.ufo/glyphs/ecaron.glif index af3dbfd4b..0442e07ea 100644 --- a/source/Hack-Bold.ufo/glyphs/ecaron.glif +++ b/source/Hack-Bold.ufo/glyphs/ecaron.glif @@ -1,5 +1,5 @@ - + @@ -13,21 +13,21 @@ - + - + - + - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ecircumflex.glif b/source/Hack-Bold.ufo/glyphs/ecircumflex.glif index b3a9bce9d..14f7bcf05 100644 --- a/source/Hack-Bold.ufo/glyphs/ecircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/ecircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/edieresis.glif b/source/Hack-Bold.ufo/glyphs/edieresis.glif index 098e09519..49ed9dff2 100644 --- a/source/Hack-Bold.ufo/glyphs/edieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/edieresis.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + @@ -63,7 +63,7 @@ - + @@ -84,7 +84,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/edotaccent.glif b/source/Hack-Bold.ufo/glyphs/edotaccent.glif index a770fffb1..bbc1cde88 100644 --- a/source/Hack-Bold.ufo/glyphs/edotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/edotaccent.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/egrave.glif b/source/Hack-Bold.ufo/glyphs/egrave.glif index cd17beecc..bc45e3e9d 100644 --- a/source/Hack-Bold.ufo/glyphs/egrave.glif +++ b/source/Hack-Bold.ufo/glyphs/egrave.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/eight.glif b/source/Hack-Bold.ufo/glyphs/eight.glif index 43cd69498..acf657bd2 100644 --- a/source/Hack-Bold.ufo/glyphs/eight.glif +++ b/source/Hack-Bold.ufo/glyphs/eight.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,22 +22,22 @@ - + - + - + - + @@ -46,7 +46,7 @@ - + @@ -54,22 +54,22 @@ - + - + - + - + @@ -77,25 +77,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/eight.subs.glif b/source/Hack-Bold.ufo/glyphs/eight.subs.glif index c91f250ee..4056b3c3b 100644 --- a/source/Hack-Bold.ufo/glyphs/eight.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/eight.subs.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/element.glif b/source/Hack-Bold.ufo/glyphs/element.glif index 2c832dab4..c698a1d01 100644 --- a/source/Hack-Bold.ufo/glyphs/element.glif +++ b/source/Hack-Bold.ufo/glyphs/element.glif @@ -1,10 +1,10 @@ - + - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ellipsis.glif b/source/Hack-Bold.ufo/glyphs/ellipsis.glif index c19cd2a67..355bdf70b 100644 --- a/source/Hack-Bold.ufo/glyphs/ellipsis.glif +++ b/source/Hack-Bold.ufo/glyphs/ellipsis.glif @@ -1,58 +1,58 @@ - + - + - + - - + + - + - + - + - - + + - + - + - + - - + + - + diff --git a/source/Hack-Bold.ufo/glyphs/emacron.glif b/source/Hack-Bold.ufo/glyphs/emacron.glif index 20ef78b00..454c4f411 100644 --- a/source/Hack-Bold.ufo/glyphs/emacron.glif +++ b/source/Hack-Bold.ufo/glyphs/emacron.glif @@ -1,5 +1,5 @@ - + @@ -10,21 +10,21 @@ - + - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/emdash.glif b/source/Hack-Bold.ufo/glyphs/emdash.glif index 3ad5266f7..48dafa498 100644 --- a/source/Hack-Bold.ufo/glyphs/emdash.glif +++ b/source/Hack-Bold.ufo/glyphs/emdash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/emptyset.glif b/source/Hack-Bold.ufo/glyphs/emptyset.glif index daf5bda0c..470d4d56b 100644 --- a/source/Hack-Bold.ufo/glyphs/emptyset.glif +++ b/source/Hack-Bold.ufo/glyphs/emptyset.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + @@ -23,13 +23,13 @@ - + - + @@ -39,16 +39,16 @@ - + - + - + - + @@ -57,16 +57,16 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/endash.glif b/source/Hack-Bold.ufo/glyphs/endash.glif index bf2a1227e..c2abe3210 100644 --- a/source/Hack-Bold.ufo/glyphs/endash.glif +++ b/source/Hack-Bold.ufo/glyphs/endash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/eng.glif b/source/Hack-Bold.ufo/glyphs/eng.glif index e3caef90d..8fb9c05d7 100644 --- a/source/Hack-Bold.ufo/glyphs/eng.glif +++ b/source/Hack-Bold.ufo/glyphs/eng.glif @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -23,14 +23,14 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/eogonek.glif b/source/Hack-Bold.ufo/glyphs/eogonek.glif index 2a020effe..66d9a3977 100644 --- a/source/Hack-Bold.ufo/glyphs/eogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/eogonek.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -21,41 +21,41 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/epsilon.glif b/source/Hack-Bold.ufo/glyphs/epsilon.glif index fe419eb68..0a667c054 100644 --- a/source/Hack-Bold.ufo/glyphs/epsilon.glif +++ b/source/Hack-Bold.ufo/glyphs/epsilon.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/epsilontonos.glif b/source/Hack-Bold.ufo/glyphs/epsilontonos.glif index 0f2514aca..18d09218b 100644 --- a/source/Hack-Bold.ufo/glyphs/epsilontonos.glif +++ b/source/Hack-Bold.ufo/glyphs/epsilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,41 +10,41 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/equal.glif b/source/Hack-Bold.ufo/glyphs/equal.glif index 7358e6688..17a3441ac 100644 --- a/source/Hack-Bold.ufo/glyphs/equal.glif +++ b/source/Hack-Bold.ufo/glyphs/equal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/equivalence.glif b/source/Hack-Bold.ufo/glyphs/equivalence.glif index 0524ffd24..a89aebdca 100644 --- a/source/Hack-Bold.ufo/glyphs/equivalence.glif +++ b/source/Hack-Bold.ufo/glyphs/equivalence.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/eta.glif b/source/Hack-Bold.ufo/glyphs/eta.glif index 776922568..68829645c 100644 --- a/source/Hack-Bold.ufo/glyphs/eta.glif +++ b/source/Hack-Bold.ufo/glyphs/eta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/etatonos.glif b/source/Hack-Bold.ufo/glyphs/etatonos.glif index 633b72f45..00a60df33 100644 --- a/source/Hack-Bold.ufo/glyphs/etatonos.glif +++ b/source/Hack-Bold.ufo/glyphs/etatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/eth.glif b/source/Hack-Bold.ufo/glyphs/eth.glif index 8cdfe6df1..448f936a6 100644 --- a/source/Hack-Bold.ufo/glyphs/eth.glif +++ b/source/Hack-Bold.ufo/glyphs/eth.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -36,21 +36,21 @@ - + - + - + - + @@ -59,13 +59,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/exclam.glif b/source/Hack-Bold.ufo/glyphs/exclam.glif index 63ba8789d..08f89dcc8 100644 --- a/source/Hack-Bold.ufo/glyphs/exclam.glif +++ b/source/Hack-Bold.ufo/glyphs/exclam.glif @@ -1,5 +1,5 @@ - + @@ -12,13 +12,13 @@ - + - + @@ -34,19 +34,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/exclamdbl.glif b/source/Hack-Bold.ufo/glyphs/exclamdbl.glif index f33ff2173..1af9db9db 100644 --- a/source/Hack-Bold.ufo/glyphs/exclamdbl.glif +++ b/source/Hack-Bold.ufo/glyphs/exclamdbl.glif @@ -1,5 +1,5 @@ - + @@ -20,13 +20,13 @@ - + - + @@ -42,13 +42,13 @@ - + - + @@ -65,13 +65,13 @@ - + - + @@ -84,16 +84,16 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/exclamdown.case.glif b/source/Hack-Bold.ufo/glyphs/exclamdown.case.glif index 5555df495..e33fef04f 100644 --- a/source/Hack-Bold.ufo/glyphs/exclamdown.case.glif +++ b/source/Hack-Bold.ufo/glyphs/exclamdown.case.glif @@ -1,12 +1,12 @@ - + - + - + @@ -18,16 +18,16 @@ - + - + - + @@ -40,7 +40,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/exclamdown.glif b/source/Hack-Bold.ufo/glyphs/exclamdown.glif index 4b8a0e881..515b7d17d 100644 --- a/source/Hack-Bold.ufo/glyphs/exclamdown.glif +++ b/source/Hack-Bold.ufo/glyphs/exclamdown.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,16 +19,16 @@ - + - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/existential.glif b/source/Hack-Bold.ufo/glyphs/existential.glif index 3c20b3963..3f47619b5 100644 --- a/source/Hack-Bold.ufo/glyphs/existential.glif +++ b/source/Hack-Bold.ufo/glyphs/existential.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/f.glif b/source/Hack-Bold.ufo/glyphs/f.glif index e4d3aead7..97980e583 100644 --- a/source/Hack-Bold.ufo/glyphs/f.glif +++ b/source/Hack-Bold.ufo/glyphs/f.glif @@ -1,5 +1,5 @@ - + @@ -22,14 +22,14 @@ - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/figuredash.glif b/source/Hack-Bold.ufo/glyphs/figuredash.glif index a70954366..a06287985 100644 --- a/source/Hack-Bold.ufo/glyphs/figuredash.glif +++ b/source/Hack-Bold.ufo/glyphs/figuredash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/filledbox.glif b/source/Hack-Bold.ufo/glyphs/filledbox.glif index ce4481119..a7028df70 100644 --- a/source/Hack-Bold.ufo/glyphs/filledbox.glif +++ b/source/Hack-Bold.ufo/glyphs/filledbox.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/filledrect.glif b/source/Hack-Bold.ufo/glyphs/filledrect.glif index 2dfc9ac67..eca6c2868 100644 --- a/source/Hack-Bold.ufo/glyphs/filledrect.glif +++ b/source/Hack-Bold.ufo/glyphs/filledrect.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/five.glif b/source/Hack-Bold.ufo/glyphs/five.glif index 407ac7609..5ff850577 100644 --- a/source/Hack-Bold.ufo/glyphs/five.glif +++ b/source/Hack-Bold.ufo/glyphs/five.glif @@ -1,10 +1,10 @@ - + - + @@ -17,16 +17,16 @@ - + - + - + @@ -43,13 +43,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/five.subs.glif b/source/Hack-Bold.ufo/glyphs/five.subs.glif index 39ee32ae9..e075f1a48 100644 --- a/source/Hack-Bold.ufo/glyphs/five.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/five.subs.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/fiveeighths.glif b/source/Hack-Bold.ufo/glyphs/fiveeighths.glif index 908a7ea0b..1e43ed867 100644 --- a/source/Hack-Bold.ufo/glyphs/fiveeighths.glif +++ b/source/Hack-Bold.ufo/glyphs/fiveeighths.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -42,10 +42,10 @@ - + - + @@ -54,35 +54,35 @@ - + - + - + - + - + - + - + - + @@ -91,7 +91,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/florin.glif b/source/Hack-Bold.ufo/glyphs/florin.glif index 4bdd0294d..ccb95cf07 100644 --- a/source/Hack-Bold.ufo/glyphs/florin.glif +++ b/source/Hack-Bold.ufo/glyphs/florin.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -31,10 +31,10 @@ - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/four.glif b/source/Hack-Bold.ufo/glyphs/four.glif index d2a284e73..8d7e42a06 100644 --- a/source/Hack-Bold.ufo/glyphs/four.glif +++ b/source/Hack-Bold.ufo/glyphs/four.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/four.subs.glif b/source/Hack-Bold.ufo/glyphs/four.subs.glif index 7587aea35..5a54a5f16 100644 --- a/source/Hack-Bold.ufo/glyphs/four.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/four.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/fraction.glif b/source/Hack-Bold.ufo/glyphs/fraction.glif index a2601cfe7..c4453d7e9 100644 --- a/source/Hack-Bold.ufo/glyphs/fraction.glif +++ b/source/Hack-Bold.ufo/glyphs/fraction.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/franc.glif b/source/Hack-Bold.ufo/glyphs/franc.glif index dd39e276b..8021da19f 100644 --- a/source/Hack-Bold.ufo/glyphs/franc.glif +++ b/source/Hack-Bold.ufo/glyphs/franc.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/g.glif b/source/Hack-Bold.ufo/glyphs/g.glif index 437916581..ff41fc0cb 100644 --- a/source/Hack-Bold.ufo/glyphs/g.glif +++ b/source/Hack-Bold.ufo/glyphs/g.glif @@ -1,5 +1,5 @@ - + @@ -50,9 +50,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/gamma.glif b/source/Hack-Bold.ufo/glyphs/gamma.glif index a05a53db3..b03fdf4cd 100644 --- a/source/Hack-Bold.ufo/glyphs/gamma.glif +++ b/source/Hack-Bold.ufo/glyphs/gamma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/gbreve.glif b/source/Hack-Bold.ufo/glyphs/gbreve.glif index 3a2b0c569..45f1af52c 100644 --- a/source/Hack-Bold.ufo/glyphs/gbreve.glif +++ b/source/Hack-Bold.ufo/glyphs/gbreve.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -32,51 +32,51 @@ - + - + - + - + - + - + - + - + - + - + @@ -84,28 +84,28 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/gcaron.glif b/source/Hack-Bold.ufo/glyphs/gcaron.glif index 534bfe12f..144a7a663 100644 --- a/source/Hack-Bold.ufo/glyphs/gcaron.glif +++ b/source/Hack-Bold.ufo/glyphs/gcaron.glif @@ -1,5 +1,5 @@ - + @@ -13,47 +13,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/gcircumflex.glif b/source/Hack-Bold.ufo/glyphs/gcircumflex.glif index 6852f14fc..3724d8158 100644 --- a/source/Hack-Bold.ufo/glyphs/gcircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/gcircumflex.glif @@ -1,5 +1,5 @@ - + @@ -27,13 +27,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/gdotaccent.glif b/source/Hack-Bold.ufo/glyphs/gdotaccent.glif index a57161092..7d4d20fb0 100644 --- a/source/Hack-Bold.ufo/glyphs/gdotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/gdotaccent.glif @@ -1,68 +1,68 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/germandbls.glif b/source/Hack-Bold.ufo/glyphs/germandbls.glif index d7910f45e..e8d8610eb 100644 --- a/source/Hack-Bold.ufo/glyphs/germandbls.glif +++ b/source/Hack-Bold.ufo/glyphs/germandbls.glif @@ -1,10 +1,10 @@ - + - + @@ -17,10 +17,10 @@ - + - + @@ -33,7 +33,7 @@ - + @@ -42,10 +42,10 @@ - + - + @@ -60,7 +60,7 @@ - + @@ -73,7 +73,7 @@ - + @@ -86,7 +86,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/gradient.glif b/source/Hack-Bold.ufo/glyphs/gradient.glif index 8482d600a..b9eb751df 100644 --- a/source/Hack-Bold.ufo/glyphs/gradient.glif +++ b/source/Hack-Bold.ufo/glyphs/gradient.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/grave.glif b/source/Hack-Bold.ufo/glyphs/grave.glif index d2c88bf93..5f527d87b 100644 --- a/source/Hack-Bold.ufo/glyphs/grave.glif +++ b/source/Hack-Bold.ufo/glyphs/grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/gravecomb.glif b/source/Hack-Bold.ufo/glyphs/gravecomb.glif index 2d2e66bbc..8c128b43c 100644 --- a/source/Hack-Bold.ufo/glyphs/gravecomb.glif +++ b/source/Hack-Bold.ufo/glyphs/gravecomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/greater.glif b/source/Hack-Bold.ufo/glyphs/greater.glif index 55420f5cc..9594c58db 100644 --- a/source/Hack-Bold.ufo/glyphs/greater.glif +++ b/source/Hack-Bold.ufo/glyphs/greater.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/greaterequal.glif b/source/Hack-Bold.ufo/glyphs/greaterequal.glif index 81ad922fb..48a419ba1 100644 --- a/source/Hack-Bold.ufo/glyphs/greaterequal.glif +++ b/source/Hack-Bold.ufo/glyphs/greaterequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/guillemotleft.glif b/source/Hack-Bold.ufo/glyphs/guillemotleft.glif index c77f83032..49252d8b9 100644 --- a/source/Hack-Bold.ufo/glyphs/guillemotleft.glif +++ b/source/Hack-Bold.ufo/glyphs/guillemotleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/guillemotright.glif b/source/Hack-Bold.ufo/glyphs/guillemotright.glif index 37d9dcc97..50a87efcd 100644 --- a/source/Hack-Bold.ufo/glyphs/guillemotright.glif +++ b/source/Hack-Bold.ufo/glyphs/guillemotright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/guilsinglleft.glif b/source/Hack-Bold.ufo/glyphs/guilsinglleft.glif index ecb0d2264..353f4b6af 100644 --- a/source/Hack-Bold.ufo/glyphs/guilsinglleft.glif +++ b/source/Hack-Bold.ufo/glyphs/guilsinglleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/guilsinglright.glif b/source/Hack-Bold.ufo/glyphs/guilsinglright.glif index 929d6d218..b0dc7fd72 100644 --- a/source/Hack-Bold.ufo/glyphs/guilsinglright.glif +++ b/source/Hack-Bold.ufo/glyphs/guilsinglright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/h.glif b/source/Hack-Bold.ufo/glyphs/h.glif index 91d130f21..b725c667e 100644 --- a/source/Hack-Bold.ufo/glyphs/h.glif +++ b/source/Hack-Bold.ufo/glyphs/h.glif @@ -1,5 +1,5 @@ - + @@ -13,8 +13,8 @@ - - + + @@ -22,14 +22,14 @@ - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/hbar.glif b/source/Hack-Bold.ufo/glyphs/hbar.glif index 5cc6140b9..b735ed4af 100644 --- a/source/Hack-Bold.ufo/glyphs/hbar.glif +++ b/source/Hack-Bold.ufo/glyphs/hbar.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/hcircumflex.glif b/source/Hack-Bold.ufo/glyphs/hcircumflex.glif index 4fbf2a3fa..25720ea73 100644 --- a/source/Hack-Bold.ufo/glyphs/hcircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/hcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/hookabovecomb.glif b/source/Hack-Bold.ufo/glyphs/hookabovecomb.glif index a6dd78060..decd8b7a0 100644 --- a/source/Hack-Bold.ufo/glyphs/hookabovecomb.glif +++ b/source/Hack-Bold.ufo/glyphs/hookabovecomb.glif @@ -1,6 +1,5 @@ - - + @@ -10,7 +9,7 @@ - + @@ -21,13 +20,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/hungarumlaut.glif b/source/Hack-Bold.ufo/glyphs/hungarumlaut.glif index ed1021fc9..eb2f7e4a8 100644 --- a/source/Hack-Bold.ufo/glyphs/hungarumlaut.glif +++ b/source/Hack-Bold.ufo/glyphs/hungarumlaut.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/hyphen.glif b/source/Hack-Bold.ufo/glyphs/hyphen.glif index 6306de00c..7656aacf5 100644 --- a/source/Hack-Bold.ufo/glyphs/hyphen.glif +++ b/source/Hack-Bold.ufo/glyphs/hyphen.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/hyphenationpoint.glif b/source/Hack-Bold.ufo/glyphs/hyphenationpoint.glif index 0ec3270f8..8102b7058 100644 --- a/source/Hack-Bold.ufo/glyphs/hyphenationpoint.glif +++ b/source/Hack-Bold.ufo/glyphs/hyphenationpoint.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/i.glif b/source/Hack-Bold.ufo/glyphs/i.glif index 589045697..c43414bba 100644 --- a/source/Hack-Bold.ufo/glyphs/i.glif +++ b/source/Hack-Bold.ufo/glyphs/i.glif @@ -1,5 +1,5 @@ - + @@ -39,9 +39,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/iacute.glif b/source/Hack-Bold.ufo/glyphs/iacute.glif index 26d3fb0e2..4bd374c4d 100644 --- a/source/Hack-Bold.ufo/glyphs/iacute.glif +++ b/source/Hack-Bold.ufo/glyphs/iacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -27,7 +27,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ibreve.glif b/source/Hack-Bold.ufo/glyphs/ibreve.glif index 4da2d23c0..1d72230d3 100644 --- a/source/Hack-Bold.ufo/glyphs/ibreve.glif +++ b/source/Hack-Bold.ufo/glyphs/ibreve.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/icircumflex.glif b/source/Hack-Bold.ufo/glyphs/icircumflex.glif index 21252baa2..063f9e448 100644 --- a/source/Hack-Bold.ufo/glyphs/icircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/icircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,24 +13,24 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/idieresis.glif b/source/Hack-Bold.ufo/glyphs/idieresis.glif index e0de4be48..295ecd131 100644 --- a/source/Hack-Bold.ufo/glyphs/idieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/idieresis.glif @@ -1,63 +1,63 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/igrave.glif b/source/Hack-Bold.ufo/glyphs/igrave.glif index dc31b5c95..c88bfd307 100644 --- a/source/Hack-Bold.ufo/glyphs/igrave.glif +++ b/source/Hack-Bold.ufo/glyphs/igrave.glif @@ -1,5 +1,5 @@ - + @@ -10,24 +10,24 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ij.glif b/source/Hack-Bold.ufo/glyphs/ij.glif index da7768389..906651d47 100644 --- a/source/Hack-Bold.ufo/glyphs/ij.glif +++ b/source/Hack-Bold.ufo/glyphs/ij.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/imacron.glif b/source/Hack-Bold.ufo/glyphs/imacron.glif index a7674f0a9..c835d617a 100644 --- a/source/Hack-Bold.ufo/glyphs/imacron.glif +++ b/source/Hack-Bold.ufo/glyphs/imacron.glif @@ -1,5 +1,5 @@ - + @@ -10,24 +10,24 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/infinity.glif b/source/Hack-Bold.ufo/glyphs/infinity.glif index eb65a8231..e3f8cbeb0 100644 --- a/source/Hack-Bold.ufo/glyphs/infinity.glif +++ b/source/Hack-Bold.ufo/glyphs/infinity.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -28,19 +28,19 @@ - + - + - + @@ -48,7 +48,7 @@ - + @@ -60,13 +60,13 @@ - + - + @@ -74,19 +74,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/integral.glif b/source/Hack-Bold.ufo/glyphs/integral.glif index 3a8c8534b..3e335d594 100644 --- a/source/Hack-Bold.ufo/glyphs/integral.glif +++ b/source/Hack-Bold.ufo/glyphs/integral.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -28,19 +28,19 @@ - + - + - + @@ -52,7 +52,7 @@ - + @@ -64,7 +64,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/integralbt.glif b/source/Hack-Bold.ufo/glyphs/integralbt.glif index d53cd7c5a..9d55316f7 100644 --- a/source/Hack-Bold.ufo/glyphs/integralbt.glif +++ b/source/Hack-Bold.ufo/glyphs/integralbt.glif @@ -1,10 +1,10 @@ - + - + @@ -19,19 +19,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/integraltp.glif b/source/Hack-Bold.ufo/glyphs/integraltp.glif index 6f8f3d3e1..ededd23c4 100644 --- a/source/Hack-Bold.ufo/glyphs/integraltp.glif +++ b/source/Hack-Bold.ufo/glyphs/integraltp.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/intersection.glif b/source/Hack-Bold.ufo/glyphs/intersection.glif index 92bea0238..8bc6952f4 100644 --- a/source/Hack-Bold.ufo/glyphs/intersection.glif +++ b/source/Hack-Bold.ufo/glyphs/intersection.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/invbullet.glif b/source/Hack-Bold.ufo/glyphs/invbullet.glif index e07eaa736..bf40bf663 100644 --- a/source/Hack-Bold.ufo/glyphs/invbullet.glif +++ b/source/Hack-Bold.ufo/glyphs/invbullet.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/invcircle.glif b/source/Hack-Bold.ufo/glyphs/invcircle.glif index d98a3f13b..60142c83c 100644 --- a/source/Hack-Bold.ufo/glyphs/invcircle.glif +++ b/source/Hack-Bold.ufo/glyphs/invcircle.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/iogonek.glif b/source/Hack-Bold.ufo/glyphs/iogonek.glif index ae08cae00..4bc84357a 100644 --- a/source/Hack-Bold.ufo/glyphs/iogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/iogonek.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + @@ -28,40 +28,40 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/iota.glif b/source/Hack-Bold.ufo/glyphs/iota.glif index f01aa5fa9..572458f29 100644 --- a/source/Hack-Bold.ufo/glyphs/iota.glif +++ b/source/Hack-Bold.ufo/glyphs/iota.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,7 +15,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/iotadieresis.glif b/source/Hack-Bold.ufo/glyphs/iotadieresis.glif index 649c53ae0..640327840 100644 --- a/source/Hack-Bold.ufo/glyphs/iotadieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/iotadieresis.glif @@ -1,49 +1,49 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/iotadieresistonos.glif b/source/Hack-Bold.ufo/glyphs/iotadieresistonos.glif index 7756f5889..23aa11e56 100644 --- a/source/Hack-Bold.ufo/glyphs/iotadieresistonos.glif +++ b/source/Hack-Bold.ufo/glyphs/iotadieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,54 +10,54 @@ - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/iotatonos.glif b/source/Hack-Bold.ufo/glyphs/iotatonos.glif index f80b52d7a..fc5ba9da8 100644 --- a/source/Hack-Bold.ufo/glyphs/iotatonos.glif +++ b/source/Hack-Bold.ufo/glyphs/iotatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -21,7 +21,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/itilde.glif b/source/Hack-Bold.ufo/glyphs/itilde.glif index d15f44189..f1e43a1f0 100644 --- a/source/Hack-Bold.ufo/glyphs/itilde.glif +++ b/source/Hack-Bold.ufo/glyphs/itilde.glif @@ -1,10 +1,10 @@ - + - + @@ -12,7 +12,7 @@ - + @@ -20,41 +20,41 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/j.glif b/source/Hack-Bold.ufo/glyphs/j.glif index c01b94c1c..ad22fc947 100644 --- a/source/Hack-Bold.ufo/glyphs/j.glif +++ b/source/Hack-Bold.ufo/glyphs/j.glif @@ -1,5 +1,5 @@ - + @@ -39,9 +39,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/jcircumflex.glif b/source/Hack-Bold.ufo/glyphs/jcircumflex.glif index b24478fa0..04885b01c 100644 --- a/source/Hack-Bold.ufo/glyphs/jcircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/jcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/k.glif b/source/Hack-Bold.ufo/glyphs/k.glif index 459883d5f..efda8c6a1 100644 --- a/source/Hack-Bold.ufo/glyphs/k.glif +++ b/source/Hack-Bold.ufo/glyphs/k.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/kappa.glif b/source/Hack-Bold.ufo/glyphs/kappa.glif index 6b7887d3a..2a8c1e473 100644 --- a/source/Hack-Bold.ufo/glyphs/kappa.glif +++ b/source/Hack-Bold.ufo/glyphs/kappa.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/kgreenlandic.glif b/source/Hack-Bold.ufo/glyphs/kgreenlandic.glif index ca445accd..b31b87116 100644 --- a/source/Hack-Bold.ufo/glyphs/kgreenlandic.glif +++ b/source/Hack-Bold.ufo/glyphs/kgreenlandic.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/l.glif b/source/Hack-Bold.ufo/glyphs/l.glif index ae169f994..907e73d8b 100644 --- a/source/Hack-Bold.ufo/glyphs/l.glif +++ b/source/Hack-Bold.ufo/glyphs/l.glif @@ -1,5 +1,5 @@ - + @@ -21,9 +21,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/lacute.glif b/source/Hack-Bold.ufo/glyphs/lacute.glif index 9d3c9f9be..02568911a 100644 --- a/source/Hack-Bold.ufo/glyphs/lacute.glif +++ b/source/Hack-Bold.ufo/glyphs/lacute.glif @@ -1,5 +1,5 @@ - + @@ -10,18 +10,18 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/lambda.glif b/source/Hack-Bold.ufo/glyphs/lambda.glif index df29d5b90..d4e278a0a 100644 --- a/source/Hack-Bold.ufo/glyphs/lambda.glif +++ b/source/Hack-Bold.ufo/glyphs/lambda.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/layerinfo.plist b/source/Hack-Bold.ufo/glyphs/layerinfo.plist new file mode 100644 index 000000000..0c67376eb --- /dev/null +++ b/source/Hack-Bold.ufo/glyphs/layerinfo.plist @@ -0,0 +1,5 @@ + + + + + diff --git a/source/Hack-Bold.ufo/glyphs/lcaron.glif b/source/Hack-Bold.ufo/glyphs/lcaron.glif index b5f3b0a76..81acc6f6b 100644 --- a/source/Hack-Bold.ufo/glyphs/lcaron.glif +++ b/source/Hack-Bold.ufo/glyphs/lcaron.glif @@ -1,21 +1,21 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ldot.glif b/source/Hack-Bold.ufo/glyphs/ldot.glif index f0c5e1891..fb85eb740 100644 --- a/source/Hack-Bold.ufo/glyphs/ldot.glif +++ b/source/Hack-Bold.ufo/glyphs/ldot.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/less.glif b/source/Hack-Bold.ufo/glyphs/less.glif index b95bc380d..9aeff4d15 100644 --- a/source/Hack-Bold.ufo/glyphs/less.glif +++ b/source/Hack-Bold.ufo/glyphs/less.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/lessequal.glif b/source/Hack-Bold.ufo/glyphs/lessequal.glif index ee0dc9d62..d229eae59 100644 --- a/source/Hack-Bold.ufo/glyphs/lessequal.glif +++ b/source/Hack-Bold.ufo/glyphs/lessequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/lfblock.glif b/source/Hack-Bold.ufo/glyphs/lfblock.glif index 8a76fb3d0..379f2131b 100644 --- a/source/Hack-Bold.ufo/glyphs/lfblock.glif +++ b/source/Hack-Bold.ufo/glyphs/lfblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/lira.glif b/source/Hack-Bold.ufo/glyphs/lira.glif index db146aeea..136985fb7 100644 --- a/source/Hack-Bold.ufo/glyphs/lira.glif +++ b/source/Hack-Bold.ufo/glyphs/lira.glif @@ -1,5 +1,5 @@ - + @@ -16,14 +16,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/logicaland.glif b/source/Hack-Bold.ufo/glyphs/logicaland.glif index 80cdfc4eb..6a2490e3c 100644 --- a/source/Hack-Bold.ufo/glyphs/logicaland.glif +++ b/source/Hack-Bold.ufo/glyphs/logicaland.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/logicalnot.glif b/source/Hack-Bold.ufo/glyphs/logicalnot.glif index 1ad37b83f..aff079849 100644 --- a/source/Hack-Bold.ufo/glyphs/logicalnot.glif +++ b/source/Hack-Bold.ufo/glyphs/logicalnot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/logicalor.glif b/source/Hack-Bold.ufo/glyphs/logicalor.glif index d0711d982..69c653f25 100644 --- a/source/Hack-Bold.ufo/glyphs/logicalor.glif +++ b/source/Hack-Bold.ufo/glyphs/logicalor.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/longs.glif b/source/Hack-Bold.ufo/glyphs/longs.glif index e4f786d62..c0b2a2632 100644 --- a/source/Hack-Bold.ufo/glyphs/longs.glif +++ b/source/Hack-Bold.ufo/glyphs/longs.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/lozenge.glif b/source/Hack-Bold.ufo/glyphs/lozenge.glif index 88d12a8f8..4252cd2f9 100644 --- a/source/Hack-Bold.ufo/glyphs/lozenge.glif +++ b/source/Hack-Bold.ufo/glyphs/lozenge.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/lslash.glif b/source/Hack-Bold.ufo/glyphs/lslash.glif index f6dc9210e..50fabba8c 100644 --- a/source/Hack-Bold.ufo/glyphs/lslash.glif +++ b/source/Hack-Bold.ufo/glyphs/lslash.glif @@ -1,16 +1,16 @@ - + - + - + @@ -23,13 +23,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ltshade.glif b/source/Hack-Bold.ufo/glyphs/ltshade.glif index 80c634926..d044e38f7 100644 --- a/source/Hack-Bold.ufo/glyphs/ltshade.glif +++ b/source/Hack-Bold.ufo/glyphs/ltshade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/m.glif b/source/Hack-Bold.ufo/glyphs/m.glif index a647a0670..830136d72 100644 --- a/source/Hack-Bold.ufo/glyphs/m.glif +++ b/source/Hack-Bold.ufo/glyphs/m.glif @@ -1,5 +1,5 @@ - + @@ -22,8 +22,8 @@ - - + + @@ -37,8 +37,8 @@ - - + + @@ -52,14 +52,14 @@ - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/macron.glif b/source/Hack-Bold.ufo/glyphs/macron.glif index 49ab53871..90aa36999 100644 --- a/source/Hack-Bold.ufo/glyphs/macron.glif +++ b/source/Hack-Bold.ufo/glyphs/macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/millisecond.glif b/source/Hack-Bold.ufo/glyphs/millisecond.glif index f5a2e84a4..5da07efc1 100644 --- a/source/Hack-Bold.ufo/glyphs/millisecond.glif +++ b/source/Hack-Bold.ufo/glyphs/millisecond.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/minus.glif b/source/Hack-Bold.ufo/glyphs/minus.glif index 6eae802f2..e956e8d6a 100644 --- a/source/Hack-Bold.ufo/glyphs/minus.glif +++ b/source/Hack-Bold.ufo/glyphs/minus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/minute.glif b/source/Hack-Bold.ufo/glyphs/minute.glif index aba948c34..67c80a7f0 100644 --- a/source/Hack-Bold.ufo/glyphs/minute.glif +++ b/source/Hack-Bold.ufo/glyphs/minute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/multiply.glif b/source/Hack-Bold.ufo/glyphs/multiply.glif index 740a6094a..40865e298 100644 --- a/source/Hack-Bold.ufo/glyphs/multiply.glif +++ b/source/Hack-Bold.ufo/glyphs/multiply.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/musicalnote.glif b/source/Hack-Bold.ufo/glyphs/musicalnote.glif index 2cbf8709a..39ec11fce 100644 --- a/source/Hack-Bold.ufo/glyphs/musicalnote.glif +++ b/source/Hack-Bold.ufo/glyphs/musicalnote.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/n.glif b/source/Hack-Bold.ufo/glyphs/n.glif index 8344e0a22..8bacc0f9b 100644 --- a/source/Hack-Bold.ufo/glyphs/n.glif +++ b/source/Hack-Bold.ufo/glyphs/n.glif @@ -1,5 +1,5 @@ - + @@ -13,8 +13,8 @@ - - + + @@ -22,14 +22,14 @@ - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/nacute.glif b/source/Hack-Bold.ufo/glyphs/nacute.glif index d8940bb0d..9cdad717b 100644 --- a/source/Hack-Bold.ufo/glyphs/nacute.glif +++ b/source/Hack-Bold.ufo/glyphs/nacute.glif @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/napostrophe.glif b/source/Hack-Bold.ufo/glyphs/napostrophe.glif index 0cf144489..c5c1a81e4 100644 --- a/source/Hack-Bold.ufo/glyphs/napostrophe.glif +++ b/source/Hack-Bold.ufo/glyphs/napostrophe.glif @@ -1,5 +1,5 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ncaron.glif b/source/Hack-Bold.ufo/glyphs/ncaron.glif index 51bee28d5..42a8ab597 100644 --- a/source/Hack-Bold.ufo/glyphs/ncaron.glif +++ b/source/Hack-Bold.ufo/glyphs/ncaron.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/nine.glif b/source/Hack-Bold.ufo/glyphs/nine.glif index 61f7ceae3..967959354 100644 --- a/source/Hack-Bold.ufo/glyphs/nine.glif +++ b/source/Hack-Bold.ufo/glyphs/nine.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -26,25 +26,25 @@ - + - + - + - + @@ -52,25 +52,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/nine.subs.glif b/source/Hack-Bold.ufo/glyphs/nine.subs.glif index 63e573210..2a4b91256 100644 --- a/source/Hack-Bold.ufo/glyphs/nine.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/nine.subs.glif @@ -1,45 +1,45 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/notelement.glif b/source/Hack-Bold.ufo/glyphs/notelement.glif index 2cdbc7b63..d7e8ead05 100644 --- a/source/Hack-Bold.ufo/glyphs/notelement.glif +++ b/source/Hack-Bold.ufo/glyphs/notelement.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -29,13 +29,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/notequal.glif b/source/Hack-Bold.ufo/glyphs/notequal.glif index 9f476a259..fd6d6d956 100644 --- a/source/Hack-Bold.ufo/glyphs/notequal.glif +++ b/source/Hack-Bold.ufo/glyphs/notequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/notsubset.glif b/source/Hack-Bold.ufo/glyphs/notsubset.glif index b64fd7994..fd5d22b05 100644 --- a/source/Hack-Bold.ufo/glyphs/notsubset.glif +++ b/source/Hack-Bold.ufo/glyphs/notsubset.glif @@ -1,5 +1,5 @@ - + @@ -11,10 +11,10 @@ - + - + @@ -33,10 +33,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ntilde.glif b/source/Hack-Bold.ufo/glyphs/ntilde.glif index 708a9d214..4b4a8abff 100644 --- a/source/Hack-Bold.ufo/glyphs/ntilde.glif +++ b/source/Hack-Bold.ufo/glyphs/ntilde.glif @@ -1,10 +1,10 @@ - + - + @@ -25,17 +25,17 @@ - + - + - + @@ -44,7 +44,7 @@ - + @@ -62,13 +62,13 @@ - + - + @@ -77,13 +77,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/nu.glif b/source/Hack-Bold.ufo/glyphs/nu.glif index a97f86373..d3792e13b 100644 --- a/source/Hack-Bold.ufo/glyphs/nu.glif +++ b/source/Hack-Bold.ufo/glyphs/nu.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -19,7 +19,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/numbersign.glif b/source/Hack-Bold.ufo/glyphs/numbersign.glif index 2ddbd5ff6..7dc486d46 100644 --- a/source/Hack-Bold.ufo/glyphs/numbersign.glif +++ b/source/Hack-Bold.ufo/glyphs/numbersign.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/o.glif b/source/Hack-Bold.ufo/glyphs/o.glif index 46353c633..2a93f5dd3 100644 --- a/source/Hack-Bold.ufo/glyphs/o.glif +++ b/source/Hack-Bold.ufo/glyphs/o.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/oacute.glif b/source/Hack-Bold.ufo/glyphs/oacute.glif index fed393885..a6207e46e 100644 --- a/source/Hack-Bold.ufo/glyphs/oacute.glif +++ b/source/Hack-Bold.ufo/glyphs/oacute.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/obreve.glif b/source/Hack-Bold.ufo/glyphs/obreve.glif index 79ae0d9e0..a1f9990bf 100644 --- a/source/Hack-Bold.ufo/glyphs/obreve.glif +++ b/source/Hack-Bold.ufo/glyphs/obreve.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,25 +24,25 @@ - + - + - + - + @@ -50,7 +50,7 @@ - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ocircumflex.glif b/source/Hack-Bold.ufo/glyphs/ocircumflex.glif index e5fa68460..0f55616fb 100644 --- a/source/Hack-Bold.ufo/glyphs/ocircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/ocircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + - + @@ -33,25 +33,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/odieresis.glif b/source/Hack-Bold.ufo/glyphs/odieresis.glif index bdea54f30..834312b3c 100644 --- a/source/Hack-Bold.ufo/glyphs/odieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/odieresis.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -60,25 +60,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/oe.glif b/source/Hack-Bold.ufo/glyphs/oe.glif index 776e947bd..a73de5c36 100644 --- a/source/Hack-Bold.ufo/glyphs/oe.glif +++ b/source/Hack-Bold.ufo/glyphs/oe.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -28,7 +28,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -69,25 +69,25 @@ - + - + - + - + @@ -102,13 +102,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ogonek.glif b/source/Hack-Bold.ufo/glyphs/ogonek.glif index ba44f42e4..f525afd64 100644 --- a/source/Hack-Bold.ufo/glyphs/ogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/ogonek.glif @@ -1,16 +1,16 @@ - + - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ograve.glif b/source/Hack-Bold.ufo/glyphs/ograve.glif index 4ea9dcf0b..efe504f01 100644 --- a/source/Hack-Bold.ufo/glyphs/ograve.glif +++ b/source/Hack-Bold.ufo/glyphs/ograve.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ohorn.glif b/source/Hack-Bold.ufo/glyphs/ohorn.glif index e89819be3..2c01a9540 100644 --- a/source/Hack-Bold.ufo/glyphs/ohorn.glif +++ b/source/Hack-Bold.ufo/glyphs/ohorn.glif @@ -1,5 +1,5 @@ - + @@ -7,49 +7,49 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ohungarumlaut.glif b/source/Hack-Bold.ufo/glyphs/ohungarumlaut.glif index 812d69481..62f119f7c 100644 --- a/source/Hack-Bold.ufo/glyphs/ohungarumlaut.glif +++ b/source/Hack-Bold.ufo/glyphs/ohungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,30 +16,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/omacron.glif b/source/Hack-Bold.ufo/glyphs/omacron.glif index b41032317..bf4045480 100644 --- a/source/Hack-Bold.ufo/glyphs/omacron.glif +++ b/source/Hack-Bold.ufo/glyphs/omacron.glif @@ -1,5 +1,5 @@ - + @@ -10,30 +10,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/omega.glif b/source/Hack-Bold.ufo/glyphs/omega.glif index c329507aa..4b330d44b 100644 --- a/source/Hack-Bold.ufo/glyphs/omega.glif +++ b/source/Hack-Bold.ufo/glyphs/omega.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/omegatonos.glif b/source/Hack-Bold.ufo/glyphs/omegatonos.glif index da61aa3a8..173c3a6a4 100644 --- a/source/Hack-Bold.ufo/glyphs/omegatonos.glif +++ b/source/Hack-Bold.ufo/glyphs/omegatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/omicron.glif b/source/Hack-Bold.ufo/glyphs/omicron.glif index dd094d335..c481f7267 100644 --- a/source/Hack-Bold.ufo/glyphs/omicron.glif +++ b/source/Hack-Bold.ufo/glyphs/omicron.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/omicrontonos.glif b/source/Hack-Bold.ufo/glyphs/omicrontonos.glif index 680b6f9c6..c37997b92 100644 --- a/source/Hack-Bold.ufo/glyphs/omicrontonos.glif +++ b/source/Hack-Bold.ufo/glyphs/omicrontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,30 +10,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/one.glif b/source/Hack-Bold.ufo/glyphs/one.glif index b3c1b909f..32251d91f 100644 --- a/source/Hack-Bold.ufo/glyphs/one.glif +++ b/source/Hack-Bold.ufo/glyphs/one.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/one.subs.glif b/source/Hack-Bold.ufo/glyphs/one.subs.glif index 03e4ea9f0..8b0466051 100644 --- a/source/Hack-Bold.ufo/glyphs/one.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/one.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/onedotenleader.glif b/source/Hack-Bold.ufo/glyphs/onedotenleader.glif index d74f60445..1738f9017 100644 --- a/source/Hack-Bold.ufo/glyphs/onedotenleader.glif +++ b/source/Hack-Bold.ufo/glyphs/onedotenleader.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + diff --git a/source/Hack-Bold.ufo/glyphs/oneeighth.glif b/source/Hack-Bold.ufo/glyphs/oneeighth.glif index c743298de..3935643f9 100644 --- a/source/Hack-Bold.ufo/glyphs/oneeighth.glif +++ b/source/Hack-Bold.ufo/glyphs/oneeighth.glif @@ -1,5 +1,5 @@ - + @@ -23,47 +23,47 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -72,7 +72,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/onehalf.glif b/source/Hack-Bold.ufo/glyphs/onehalf.glif index 6b043ce25..406220e20 100644 --- a/source/Hack-Bold.ufo/glyphs/onehalf.glif +++ b/source/Hack-Bold.ufo/glyphs/onehalf.glif @@ -1,5 +1,5 @@ - + @@ -29,13 +29,13 @@ - + - + @@ -45,13 +45,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/onequarter.glif b/source/Hack-Bold.ufo/glyphs/onequarter.glif index dc5db61c8..1142bbe4b 100644 --- a/source/Hack-Bold.ufo/glyphs/onequarter.glif +++ b/source/Hack-Bold.ufo/glyphs/onequarter.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/openbullet.glif b/source/Hack-Bold.ufo/glyphs/openbullet.glif index 91e2561c8..e815b31fa 100644 --- a/source/Hack-Bold.ufo/glyphs/openbullet.glif +++ b/source/Hack-Bold.ufo/glyphs/openbullet.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ordfeminine.glif b/source/Hack-Bold.ufo/glyphs/ordfeminine.glif index c0518b2a4..e90e64303 100644 --- a/source/Hack-Bold.ufo/glyphs/ordfeminine.glif +++ b/source/Hack-Bold.ufo/glyphs/ordfeminine.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,7 +24,7 @@ - + @@ -34,13 +34,13 @@ - + - + - + @@ -51,18 +51,18 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ordmasculine.glif b/source/Hack-Bold.ufo/glyphs/ordmasculine.glif index 33b96e3e0..5b58c8389 100644 --- a/source/Hack-Bold.ufo/glyphs/ordmasculine.glif +++ b/source/Hack-Bold.ufo/glyphs/ordmasculine.glif @@ -1,25 +1,25 @@ - + - + - + - + - + @@ -27,25 +27,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/orthogonal.glif b/source/Hack-Bold.ufo/glyphs/orthogonal.glif index 328f3b42d..f309b3078 100644 --- a/source/Hack-Bold.ufo/glyphs/orthogonal.glif +++ b/source/Hack-Bold.ufo/glyphs/orthogonal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/oslash.glif b/source/Hack-Bold.ufo/glyphs/oslash.glif index ac1de8b33..498b03358 100644 --- a/source/Hack-Bold.ufo/glyphs/oslash.glif +++ b/source/Hack-Bold.ufo/glyphs/oslash.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + @@ -29,13 +29,13 @@ - + - + @@ -45,31 +45,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/oslashacute.glif b/source/Hack-Bold.ufo/glyphs/oslashacute.glif index 0ab11aa3f..678990f3d 100644 --- a/source/Hack-Bold.ufo/glyphs/oslashacute.glif +++ b/source/Hack-Bold.ufo/glyphs/oslashacute.glif @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ - + - + @@ -26,10 +26,10 @@ - + - + @@ -39,19 +39,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/otilde.glif b/source/Hack-Bold.ufo/glyphs/otilde.glif index 1eb19509d..3daf50051 100644 --- a/source/Hack-Bold.ufo/glyphs/otilde.glif +++ b/source/Hack-Bold.ufo/glyphs/otilde.glif @@ -1,10 +1,10 @@ - + - + @@ -23,10 +23,10 @@ - + - + @@ -39,7 +39,7 @@ - + @@ -52,45 +52,45 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/p.glif b/source/Hack-Bold.ufo/glyphs/p.glif index 6f7cfead3..23543240f 100644 --- a/source/Hack-Bold.ufo/glyphs/p.glif +++ b/source/Hack-Bold.ufo/glyphs/p.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/paragraph.glif b/source/Hack-Bold.ufo/glyphs/paragraph.glif index 166ed5da8..ee9bdf81b 100644 --- a/source/Hack-Bold.ufo/glyphs/paragraph.glif +++ b/source/Hack-Bold.ufo/glyphs/paragraph.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/parenleft.glif b/source/Hack-Bold.ufo/glyphs/parenleft.glif index fe738f565..84345bcdd 100644 --- a/source/Hack-Bold.ufo/glyphs/parenleft.glif +++ b/source/Hack-Bold.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/parenright.glif b/source/Hack-Bold.ufo/glyphs/parenright.glif index 482df043c..378768732 100644 --- a/source/Hack-Bold.ufo/glyphs/parenright.glif +++ b/source/Hack-Bold.ufo/glyphs/parenright.glif @@ -1,5 +1,5 @@ - + @@ -8,14 +8,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/partialdiff.glif b/source/Hack-Bold.ufo/glyphs/partialdiff.glif index 9ca8b46fd..202327703 100644 --- a/source/Hack-Bold.ufo/glyphs/partialdiff.glif +++ b/source/Hack-Bold.ufo/glyphs/partialdiff.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,22 +25,22 @@ - + - + - + - + @@ -52,39 +52,39 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/percent.glif b/source/Hack-Bold.ufo/glyphs/percent.glif index 5ab4c40b4..453d3013f 100644 --- a/source/Hack-Bold.ufo/glyphs/percent.glif +++ b/source/Hack-Bold.ufo/glyphs/percent.glif @@ -1,25 +1,25 @@ - + - + - + - + - + @@ -27,25 +27,25 @@ - + - + - + - + - + @@ -56,25 +56,25 @@ - + - + - + - + @@ -82,22 +82,22 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/period.glif b/source/Hack-Bold.ufo/glyphs/period.glif index 713ccf1c3..3da32ee03 100644 --- a/source/Hack-Bold.ufo/glyphs/period.glif +++ b/source/Hack-Bold.ufo/glyphs/period.glif @@ -1,28 +1,28 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/periodcentered.glif b/source/Hack-Bold.ufo/glyphs/periodcentered.glif index 3f59cf121..121be074e 100644 --- a/source/Hack-Bold.ufo/glyphs/periodcentered.glif +++ b/source/Hack-Bold.ufo/glyphs/periodcentered.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/perthousand.glif b/source/Hack-Bold.ufo/glyphs/perthousand.glif index d2c6ca93f..522986292 100644 --- a/source/Hack-Bold.ufo/glyphs/perthousand.glif +++ b/source/Hack-Bold.ufo/glyphs/perthousand.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,22 +30,22 @@ - + - + - + - + @@ -59,25 +59,25 @@ - + - + - + - + @@ -85,26 +85,26 @@ - + - + - + - + @@ -112,19 +112,19 @@ - + - + - + - + @@ -132,13 +132,13 @@ - + - + @@ -150,7 +150,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/peseta.glif b/source/Hack-Bold.ufo/glyphs/peseta.glif index 6cccfe01b..d9d6606e6 100644 --- a/source/Hack-Bold.ufo/glyphs/peseta.glif +++ b/source/Hack-Bold.ufo/glyphs/peseta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,12 +17,12 @@ - + - + @@ -38,55 +38,55 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/phi.glif b/source/Hack-Bold.ufo/glyphs/phi.glif index 4e66d7412..f3d0e4510 100644 --- a/source/Hack-Bold.ufo/glyphs/phi.glif +++ b/source/Hack-Bold.ufo/glyphs/phi.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -17,14 +17,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/pi.glif b/source/Hack-Bold.ufo/glyphs/pi.glif index 6521b5a7c..b9baca996 100644 --- a/source/Hack-Bold.ufo/glyphs/pi.glif +++ b/source/Hack-Bold.ufo/glyphs/pi.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/plus.glif b/source/Hack-Bold.ufo/glyphs/plus.glif index df4d2a0c5..28eb2f5a8 100644 --- a/source/Hack-Bold.ufo/glyphs/plus.glif +++ b/source/Hack-Bold.ufo/glyphs/plus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/plusminus.glif b/source/Hack-Bold.ufo/glyphs/plusminus.glif index f39cbb9e5..1da6b560d 100644 --- a/source/Hack-Bold.ufo/glyphs/plusminus.glif +++ b/source/Hack-Bold.ufo/glyphs/plusminus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/product.glif b/source/Hack-Bold.ufo/glyphs/product.glif index 878e50b16..d4a4c8ad4 100644 --- a/source/Hack-Bold.ufo/glyphs/product.glif +++ b/source/Hack-Bold.ufo/glyphs/product.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/propersubset.glif b/source/Hack-Bold.ufo/glyphs/propersubset.glif index bd48f8f25..928ddaff8 100644 --- a/source/Hack-Bold.ufo/glyphs/propersubset.glif +++ b/source/Hack-Bold.ufo/glyphs/propersubset.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/propersuperset.glif b/source/Hack-Bold.ufo/glyphs/propersuperset.glif index 0fa233258..a2c8f1182 100644 --- a/source/Hack-Bold.ufo/glyphs/propersuperset.glif +++ b/source/Hack-Bold.ufo/glyphs/propersuperset.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/proportional.glif b/source/Hack-Bold.ufo/glyphs/proportional.glif index b9fffab9f..d2617c15f 100644 --- a/source/Hack-Bold.ufo/glyphs/proportional.glif +++ b/source/Hack-Bold.ufo/glyphs/proportional.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -38,16 +38,16 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/psi.glif b/source/Hack-Bold.ufo/glyphs/psi.glif index 66f1d9ce4..b5ac38ee4 100644 --- a/source/Hack-Bold.ufo/glyphs/psi.glif +++ b/source/Hack-Bold.ufo/glyphs/psi.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/q.glif b/source/Hack-Bold.ufo/glyphs/q.glif index 0639ebef1..095b9ea82 100644 --- a/source/Hack-Bold.ufo/glyphs/q.glif +++ b/source/Hack-Bold.ufo/glyphs/q.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/question.glif b/source/Hack-Bold.ufo/glyphs/question.glif index 665571709..2b906daa9 100644 --- a/source/Hack-Bold.ufo/glyphs/question.glif +++ b/source/Hack-Bold.ufo/glyphs/question.glif @@ -1,10 +1,10 @@ - + - + @@ -38,7 +38,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -87,15 +87,15 @@ - + - + - + @@ -116,7 +116,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/questiondown.case.glif b/source/Hack-Bold.ufo/glyphs/questiondown.case.glif index 8869e3552..0d15b27c8 100644 --- a/source/Hack-Bold.ufo/glyphs/questiondown.case.glif +++ b/source/Hack-Bold.ufo/glyphs/questiondown.case.glif @@ -1,24 +1,24 @@ - + - + - + - + - + - + @@ -27,15 +27,15 @@ - + - + - + @@ -45,23 +45,23 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/questiondown.glif b/source/Hack-Bold.ufo/glyphs/questiondown.glif index 16615146c..42017c156 100644 --- a/source/Hack-Bold.ufo/glyphs/questiondown.glif +++ b/source/Hack-Bold.ufo/glyphs/questiondown.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + @@ -28,15 +28,15 @@ - + - + - + @@ -52,29 +52,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/quotedbl.glif b/source/Hack-Bold.ufo/glyphs/quotedbl.glif index 396ff1c5c..d0d00ca20 100644 --- a/source/Hack-Bold.ufo/glyphs/quotedbl.glif +++ b/source/Hack-Bold.ufo/glyphs/quotedbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/quotedblbase.glif b/source/Hack-Bold.ufo/glyphs/quotedblbase.glif index 8849bcb00..c7fb285b4 100644 --- a/source/Hack-Bold.ufo/glyphs/quotedblbase.glif +++ b/source/Hack-Bold.ufo/glyphs/quotedblbase.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/quotedblleft.glif b/source/Hack-Bold.ufo/glyphs/quotedblleft.glif index d2c825a2b..ca929394f 100644 --- a/source/Hack-Bold.ufo/glyphs/quotedblleft.glif +++ b/source/Hack-Bold.ufo/glyphs/quotedblleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/quotedblright.glif b/source/Hack-Bold.ufo/glyphs/quotedblright.glif index ef4f04ed8..c67f38e6f 100644 --- a/source/Hack-Bold.ufo/glyphs/quotedblright.glif +++ b/source/Hack-Bold.ufo/glyphs/quotedblright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/quoteleft.glif b/source/Hack-Bold.ufo/glyphs/quoteleft.glif index 0c68e38d6..8c4325d68 100644 --- a/source/Hack-Bold.ufo/glyphs/quoteleft.glif +++ b/source/Hack-Bold.ufo/glyphs/quoteleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/quotereversed.glif b/source/Hack-Bold.ufo/glyphs/quotereversed.glif index a6f2d5904..a0db7b4ac 100644 --- a/source/Hack-Bold.ufo/glyphs/quotereversed.glif +++ b/source/Hack-Bold.ufo/glyphs/quotereversed.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/quoteright.glif b/source/Hack-Bold.ufo/glyphs/quoteright.glif index 3094d4910..31053502c 100644 --- a/source/Hack-Bold.ufo/glyphs/quoteright.glif +++ b/source/Hack-Bold.ufo/glyphs/quoteright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/quotesinglbase.glif b/source/Hack-Bold.ufo/glyphs/quotesinglbase.glif index 6a5f35a2e..de42a9e65 100644 --- a/source/Hack-Bold.ufo/glyphs/quotesinglbase.glif +++ b/source/Hack-Bold.ufo/glyphs/quotesinglbase.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/quotesingle.glif b/source/Hack-Bold.ufo/glyphs/quotesingle.glif index c29dd1fbd..c95307de6 100644 --- a/source/Hack-Bold.ufo/glyphs/quotesingle.glif +++ b/source/Hack-Bold.ufo/glyphs/quotesingle.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/r.glif b/source/Hack-Bold.ufo/glyphs/r.glif index 2811c67dc..f6579ed80 100644 --- a/source/Hack-Bold.ufo/glyphs/r.glif +++ b/source/Hack-Bold.ufo/glyphs/r.glif @@ -1,5 +1,5 @@ - + @@ -23,14 +23,14 @@ - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/racute.glif b/source/Hack-Bold.ufo/glyphs/racute.glif index 23ee6de5e..027463188 100644 --- a/source/Hack-Bold.ufo/glyphs/racute.glif +++ b/source/Hack-Bold.ufo/glyphs/racute.glif @@ -1,5 +1,5 @@ - + @@ -15,20 +15,20 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/radical.glif b/source/Hack-Bold.ufo/glyphs/radical.glif index a7a2487ea..aeeb3b70b 100644 --- a/source/Hack-Bold.ufo/glyphs/radical.glif +++ b/source/Hack-Bold.ufo/glyphs/radical.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/rcaron.glif b/source/Hack-Bold.ufo/glyphs/rcaron.glif index de8e4d0aa..df8bc79e9 100644 --- a/source/Hack-Bold.ufo/glyphs/rcaron.glif +++ b/source/Hack-Bold.ufo/glyphs/rcaron.glif @@ -1,5 +1,5 @@ - + @@ -18,20 +18,20 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/reflexsubset.glif b/source/Hack-Bold.ufo/glyphs/reflexsubset.glif index 30fdc3855..426b32f6a 100644 --- a/source/Hack-Bold.ufo/glyphs/reflexsubset.glif +++ b/source/Hack-Bold.ufo/glyphs/reflexsubset.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/reflexsuperset.glif b/source/Hack-Bold.ufo/glyphs/reflexsuperset.glif index b5163d43e..4312a39ac 100644 --- a/source/Hack-Bold.ufo/glyphs/reflexsuperset.glif +++ b/source/Hack-Bold.ufo/glyphs/reflexsuperset.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/registered.glif b/source/Hack-Bold.ufo/glyphs/registered.glif index 6d7222316..cbb775c89 100644 --- a/source/Hack-Bold.ufo/glyphs/registered.glif +++ b/source/Hack-Bold.ufo/glyphs/registered.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -102,7 +102,7 @@ - + @@ -135,7 +135,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/revlogicalnot.glif b/source/Hack-Bold.ufo/glyphs/revlogicalnot.glif index 0f58a543f..3b409abe0 100644 --- a/source/Hack-Bold.ufo/glyphs/revlogicalnot.glif +++ b/source/Hack-Bold.ufo/glyphs/revlogicalnot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/rho.glif b/source/Hack-Bold.ufo/glyphs/rho.glif index f692eea07..be0f4ae9a 100644 --- a/source/Hack-Bold.ufo/glyphs/rho.glif +++ b/source/Hack-Bold.ufo/glyphs/rho.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -21,19 +21,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ring.glif b/source/Hack-Bold.ufo/glyphs/ring.glif index d1342e22e..38a0c715f 100644 --- a/source/Hack-Bold.ufo/glyphs/ring.glif +++ b/source/Hack-Bold.ufo/glyphs/ring.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/rtblock.glif b/source/Hack-Bold.ufo/glyphs/rtblock.glif index 847a9fd1a..d12eaad05 100644 --- a/source/Hack-Bold.ufo/glyphs/rtblock.glif +++ b/source/Hack-Bold.ufo/glyphs/rtblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ruble.glif b/source/Hack-Bold.ufo/glyphs/ruble.glif index 9868de0f4..94adb9173 100644 --- a/source/Hack-Bold.ufo/glyphs/ruble.glif +++ b/source/Hack-Bold.ufo/glyphs/ruble.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -29,13 +29,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/s.glif b/source/Hack-Bold.ufo/glyphs/s.glif index b68fa7acd..f44a68aa2 100644 --- a/source/Hack-Bold.ufo/glyphs/s.glif +++ b/source/Hack-Bold.ufo/glyphs/s.glif @@ -1,5 +1,5 @@ - + @@ -47,9 +47,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/sacute.glif b/source/Hack-Bold.ufo/glyphs/sacute.glif index 657389725..d17768f83 100644 --- a/source/Hack-Bold.ufo/glyphs/sacute.glif +++ b/source/Hack-Bold.ufo/glyphs/sacute.glif @@ -1,5 +1,5 @@ - + @@ -10,17 +10,17 @@ - + - + - + @@ -30,20 +30,20 @@ - + - + - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/scaron.glif b/source/Hack-Bold.ufo/glyphs/scaron.glif index ea565836b..10189d619 100644 --- a/source/Hack-Bold.ufo/glyphs/scaron.glif +++ b/source/Hack-Bold.ufo/glyphs/scaron.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -23,13 +23,13 @@ - + - + @@ -39,23 +39,23 @@ - + - + - + - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/scedilla.glif b/source/Hack-Bold.ufo/glyphs/scedilla.glif index 755eefa6b..7c4929e78 100644 --- a/source/Hack-Bold.ufo/glyphs/scedilla.glif +++ b/source/Hack-Bold.ufo/glyphs/scedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,16 +19,16 @@ - + - + - + @@ -38,7 +38,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -79,28 +79,28 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/scircumflex.glif b/source/Hack-Bold.ufo/glyphs/scircumflex.glif index 7cbe579b6..3f1da6377 100644 --- a/source/Hack-Bold.ufo/glyphs/scircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/scircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/second.glif b/source/Hack-Bold.ufo/glyphs/second.glif index a9a09914f..a4792a064 100644 --- a/source/Hack-Bold.ufo/glyphs/second.glif +++ b/source/Hack-Bold.ufo/glyphs/second.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/section.glif b/source/Hack-Bold.ufo/glyphs/section.glif index 6093e66a9..a9c40af77 100644 --- a/source/Hack-Bold.ufo/glyphs/section.glif +++ b/source/Hack-Bold.ufo/glyphs/section.glif @@ -1,10 +1,10 @@ - + - + @@ -14,20 +14,20 @@ - + - + - + - + @@ -36,10 +36,10 @@ - + - + @@ -52,13 +52,13 @@ - + - + @@ -70,7 +70,7 @@ - + @@ -79,10 +79,10 @@ - + - + @@ -93,14 +93,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/semicolon.glif b/source/Hack-Bold.ufo/glyphs/semicolon.glif index 60a6048ae..d14d3e208 100644 --- a/source/Hack-Bold.ufo/glyphs/semicolon.glif +++ b/source/Hack-Bold.ufo/glyphs/semicolon.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -47,7 +47,7 @@ - + @@ -56,19 +56,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/seven.glif b/source/Hack-Bold.ufo/glyphs/seven.glif index 95a45f906..c82c055bf 100644 --- a/source/Hack-Bold.ufo/glyphs/seven.glif +++ b/source/Hack-Bold.ufo/glyphs/seven.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/seven.subs.glif b/source/Hack-Bold.ufo/glyphs/seven.subs.glif index 9efe082af..54676fc7c 100644 --- a/source/Hack-Bold.ufo/glyphs/seven.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/seven.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/seveneighths.glif b/source/Hack-Bold.ufo/glyphs/seveneighths.glif index 2d1218d7d..f17c31764 100644 --- a/source/Hack-Bold.ufo/glyphs/seveneighths.glif +++ b/source/Hack-Bold.ufo/glyphs/seveneighths.glif @@ -1,5 +1,5 @@ - + @@ -19,47 +19,47 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -68,7 +68,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/shade.glif b/source/Hack-Bold.ufo/glyphs/shade.glif index edf408aa9..9b35592e0 100644 --- a/source/Hack-Bold.ufo/glyphs/shade.glif +++ b/source/Hack-Bold.ufo/glyphs/shade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/sigma.glif b/source/Hack-Bold.ufo/glyphs/sigma.glif index 5c2fb6fe3..67883104a 100644 --- a/source/Hack-Bold.ufo/glyphs/sigma.glif +++ b/source/Hack-Bold.ufo/glyphs/sigma.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/similar.glif b/source/Hack-Bold.ufo/glyphs/similar.glif index 480de3fb2..588c95803 100644 --- a/source/Hack-Bold.ufo/glyphs/similar.glif +++ b/source/Hack-Bold.ufo/glyphs/similar.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/six.glif b/source/Hack-Bold.ufo/glyphs/six.glif index f4db17fea..1eea8da1c 100644 --- a/source/Hack-Bold.ufo/glyphs/six.glif +++ b/source/Hack-Bold.ufo/glyphs/six.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -29,7 +29,7 @@ - + @@ -38,13 +38,13 @@ - + - + @@ -52,25 +52,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/six.subs.glif b/source/Hack-Bold.ufo/glyphs/six.subs.glif index 5b3171ce3..e454c2ce0 100644 --- a/source/Hack-Bold.ufo/glyphs/six.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/six.subs.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/slash.glif b/source/Hack-Bold.ufo/glyphs/slash.glif index 01979e63a..4412b9d46 100644 --- a/source/Hack-Bold.ufo/glyphs/slash.glif +++ b/source/Hack-Bold.ufo/glyphs/slash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/space.glif b/source/Hack-Bold.ufo/glyphs/space.glif index 6b1fa9261..13665e890 100644 --- a/source/Hack-Bold.ufo/glyphs/space.glif +++ b/source/Hack-Bold.ufo/glyphs/space.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/sterling.glif b/source/Hack-Bold.ufo/glyphs/sterling.glif index 2062b313f..25e9076a5 100644 --- a/source/Hack-Bold.ufo/glyphs/sterling.glif +++ b/source/Hack-Bold.ufo/glyphs/sterling.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -26,13 +26,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/suchthat.glif b/source/Hack-Bold.ufo/glyphs/suchthat.glif index 068b7392c..c599cf459 100644 --- a/source/Hack-Bold.ufo/glyphs/suchthat.glif +++ b/source/Hack-Bold.ufo/glyphs/suchthat.glif @@ -1,5 +1,5 @@ - + @@ -20,10 +20,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/summation.glif b/source/Hack-Bold.ufo/glyphs/summation.glif index 9590e5b3c..103e1710c 100644 --- a/source/Hack-Bold.ufo/glyphs/summation.glif +++ b/source/Hack-Bold.ufo/glyphs/summation.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/t.glif b/source/Hack-Bold.ufo/glyphs/t.glif index 3eda77536..f90d34144 100644 --- a/source/Hack-Bold.ufo/glyphs/t.glif +++ b/source/Hack-Bold.ufo/glyphs/t.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/tau.glif b/source/Hack-Bold.ufo/glyphs/tau.glif index 2730518f9..55eb3970c 100644 --- a/source/Hack-Bold.ufo/glyphs/tau.glif +++ b/source/Hack-Bold.ufo/glyphs/tau.glif @@ -1,23 +1,23 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/tbar.glif b/source/Hack-Bold.ufo/glyphs/tbar.glif index 2a2e47f14..b91b8a22a 100644 --- a/source/Hack-Bold.ufo/glyphs/tbar.glif +++ b/source/Hack-Bold.ufo/glyphs/tbar.glif @@ -1,13 +1,13 @@ - + - + - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/tcaron.glif b/source/Hack-Bold.ufo/glyphs/tcaron.glif index 5b734cce2..34d7cd9aa 100644 --- a/source/Hack-Bold.ufo/glyphs/tcaron.glif +++ b/source/Hack-Bold.ufo/glyphs/tcaron.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -27,13 +27,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/therefore.glif b/source/Hack-Bold.ufo/glyphs/therefore.glif index 936660d2c..c31e0d73b 100644 --- a/source/Hack-Bold.ufo/glyphs/therefore.glif +++ b/source/Hack-Bold.ufo/glyphs/therefore.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/theta.glif b/source/Hack-Bold.ufo/glyphs/theta.glif index 6dcffa64e..d8cdb8c91 100644 --- a/source/Hack-Bold.ufo/glyphs/theta.glif +++ b/source/Hack-Bold.ufo/glyphs/theta.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -24,13 +24,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/thorn.glif b/source/Hack-Bold.ufo/glyphs/thorn.glif index 2f4655c16..7bac75e63 100644 --- a/source/Hack-Bold.ufo/glyphs/thorn.glif +++ b/source/Hack-Bold.ufo/glyphs/thorn.glif @@ -1,5 +1,5 @@ - + @@ -12,19 +12,19 @@ - + - + - + @@ -35,22 +35,22 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/three.glif b/source/Hack-Bold.ufo/glyphs/three.glif index ef2f01794..819d3e8ee 100644 --- a/source/Hack-Bold.ufo/glyphs/three.glif +++ b/source/Hack-Bold.ufo/glyphs/three.glif @@ -1,10 +1,10 @@ - + - + @@ -17,34 +17,34 @@ - + - + - + - + - + - + - + @@ -57,13 +57,13 @@ - + - + - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/three.subs.glif b/source/Hack-Bold.ufo/glyphs/three.subs.glif index 1bf9af175..9a157090b 100644 --- a/source/Hack-Bold.ufo/glyphs/three.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/three.subs.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/threeeighths.glif b/source/Hack-Bold.ufo/glyphs/threeeighths.glif index dc16db0f5..378b7bdef 100644 --- a/source/Hack-Bold.ufo/glyphs/threeeighths.glif +++ b/source/Hack-Bold.ufo/glyphs/threeeighths.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -53,56 +53,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/threequarters.glif b/source/Hack-Bold.ufo/glyphs/threequarters.glif index 9759304b8..83c15ff8b 100644 --- a/source/Hack-Bold.ufo/glyphs/threequarters.glif +++ b/source/Hack-Bold.ufo/glyphs/threequarters.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,47 +17,47 @@ - + - + - + - + - + - + - + - + - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/tilde.glif b/source/Hack-Bold.ufo/glyphs/tilde.glif index 1651710df..671d45ae3 100644 --- a/source/Hack-Bold.ufo/glyphs/tilde.glif +++ b/source/Hack-Bold.ufo/glyphs/tilde.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,7 +17,7 @@ - + @@ -25,14 +25,14 @@ - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/tildecomb.glif b/source/Hack-Bold.ufo/glyphs/tildecomb.glif index f1cebea47..ca3c15bfe 100644 --- a/source/Hack-Bold.ufo/glyphs/tildecomb.glif +++ b/source/Hack-Bold.ufo/glyphs/tildecomb.glif @@ -1,10 +1,9 @@ - - + - + @@ -12,7 +11,7 @@ - + @@ -20,14 +19,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/tonos.glif b/source/Hack-Bold.ufo/glyphs/tonos.glif index 154402beb..15ba87056 100644 --- a/source/Hack-Bold.ufo/glyphs/tonos.glif +++ b/source/Hack-Bold.ufo/glyphs/tonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/trademark.glif b/source/Hack-Bold.ufo/glyphs/trademark.glif index 5a6a66cce..997be8f17 100644 --- a/source/Hack-Bold.ufo/glyphs/trademark.glif +++ b/source/Hack-Bold.ufo/glyphs/trademark.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/triagdn.glif b/source/Hack-Bold.ufo/glyphs/triagdn.glif index ae62ad357..4964145af 100644 --- a/source/Hack-Bold.ufo/glyphs/triagdn.glif +++ b/source/Hack-Bold.ufo/glyphs/triagdn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/triaglf.glif b/source/Hack-Bold.ufo/glyphs/triaglf.glif index 5b464644c..a9eecf67b 100644 --- a/source/Hack-Bold.ufo/glyphs/triaglf.glif +++ b/source/Hack-Bold.ufo/glyphs/triaglf.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/triagrt.glif b/source/Hack-Bold.ufo/glyphs/triagrt.glif index 4fa9ebf0a..76cd2a61c 100644 --- a/source/Hack-Bold.ufo/glyphs/triagrt.glif +++ b/source/Hack-Bold.ufo/glyphs/triagrt.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/triagup.glif b/source/Hack-Bold.ufo/glyphs/triagup.glif index 8b827d704..6a5b3fba1 100644 --- a/source/Hack-Bold.ufo/glyphs/triagup.glif +++ b/source/Hack-Bold.ufo/glyphs/triagup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/two.glif b/source/Hack-Bold.ufo/glyphs/two.glif index 2a8f202e6..ff09ef438 100644 --- a/source/Hack-Bold.ufo/glyphs/two.glif +++ b/source/Hack-Bold.ufo/glyphs/two.glif @@ -1,10 +1,10 @@ - + - + @@ -17,10 +17,10 @@ - + - + @@ -33,13 +33,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/two.subs.glif b/source/Hack-Bold.ufo/glyphs/two.subs.glif index 1892d339e..7b30381d0 100644 --- a/source/Hack-Bold.ufo/glyphs/two.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/two.subs.glif @@ -1,5 +1,5 @@ - + @@ -9,20 +9,20 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/twodotenleader.glif b/source/Hack-Bold.ufo/glyphs/twodotenleader.glif index c4ec30a2b..b5b7069e1 100644 --- a/source/Hack-Bold.ufo/glyphs/twodotenleader.glif +++ b/source/Hack-Bold.ufo/glyphs/twodotenleader.glif @@ -1,40 +1,40 @@ - + - + - + - - + + - + - + - + - - + + - + diff --git a/source/Hack-Bold.ufo/glyphs/u.glif b/source/Hack-Bold.ufo/glyphs/u.glif index ead758cc9..51a57d524 100644 --- a/source/Hack-Bold.ufo/glyphs/u.glif +++ b/source/Hack-Bold.ufo/glyphs/u.glif @@ -1,5 +1,5 @@ - + @@ -19,17 +19,17 @@ - - + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/uacute.glif b/source/Hack-Bold.ufo/glyphs/uacute.glif index 98b62f09d..12ead49f4 100644 --- a/source/Hack-Bold.ufo/glyphs/uacute.glif +++ b/source/Hack-Bold.ufo/glyphs/uacute.glif @@ -1,5 +1,5 @@ - + @@ -10,28 +10,28 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ubreve.glif b/source/Hack-Bold.ufo/glyphs/ubreve.glif index f1aae48db..915f52de0 100644 --- a/source/Hack-Bold.ufo/glyphs/ubreve.glif +++ b/source/Hack-Bold.ufo/glyphs/ubreve.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ucircumflex.glif b/source/Hack-Bold.ufo/glyphs/ucircumflex.glif index 46212e766..cd47fd7c6 100644 --- a/source/Hack-Bold.ufo/glyphs/ucircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/ucircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,28 +13,28 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/udieresis.glif b/source/Hack-Bold.ufo/glyphs/udieresis.glif index 16c464983..366004199 100644 --- a/source/Hack-Bold.ufo/glyphs/udieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/udieresis.glif @@ -1,67 +1,67 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/ugrave.glif b/source/Hack-Bold.ufo/glyphs/ugrave.glif index 4cc420972..b9d7cc5c7 100644 --- a/source/Hack-Bold.ufo/glyphs/ugrave.glif +++ b/source/Hack-Bold.ufo/glyphs/ugrave.glif @@ -1,5 +1,5 @@ - + @@ -10,28 +10,28 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uhorn.glif b/source/Hack-Bold.ufo/glyphs/uhorn.glif index 0fd451651..a95279113 100644 --- a/source/Hack-Bold.ufo/glyphs/uhorn.glif +++ b/source/Hack-Bold.ufo/glyphs/uhorn.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,19 +19,19 @@ - + - + - + - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uhungarumlaut.glif b/source/Hack-Bold.ufo/glyphs/uhungarumlaut.glif index 5d3090107..5f8cc4c65 100644 --- a/source/Hack-Bold.ufo/glyphs/uhungarumlaut.glif +++ b/source/Hack-Bold.ufo/glyphs/uhungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,19 +16,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/umacron.glif b/source/Hack-Bold.ufo/glyphs/umacron.glif index f26d0a375..b0ff10926 100644 --- a/source/Hack-Bold.ufo/glyphs/umacron.glif +++ b/source/Hack-Bold.ufo/glyphs/umacron.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/underscore.glif b/source/Hack-Bold.ufo/glyphs/underscore.glif index 80080a654..bb4427197 100644 --- a/source/Hack-Bold.ufo/glyphs/underscore.glif +++ b/source/Hack-Bold.ufo/glyphs/underscore.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/underscoredbl.glif b/source/Hack-Bold.ufo/glyphs/underscoredbl.glif index 2bac7f055..a4b0d7423 100644 --- a/source/Hack-Bold.ufo/glyphs/underscoredbl.glif +++ b/source/Hack-Bold.ufo/glyphs/underscoredbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni00A_0.glif b/source/Hack-Bold.ufo/glyphs/uni00A_0.glif index c0979d094..a4b993919 100644 --- a/source/Hack-Bold.ufo/glyphs/uni00A_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni00A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni00A_D_.glif b/source/Hack-Bold.ufo/glyphs/uni00A_D_.glif index b3cb5772c..96b1774ba 100644 --- a/source/Hack-Bold.ufo/glyphs/uni00A_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni00A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni00B_2.glif b/source/Hack-Bold.ufo/glyphs/uni00B_2.glif index be1d48d61..e766350a1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni00B_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni00B_2.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -26,13 +26,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni00B_3.glif b/source/Hack-Bold.ufo/glyphs/uni00B_3.glif index 29f788b4d..76eb36f1f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni00B_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni00B_3.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,47 +17,47 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni00B_5.glif b/source/Hack-Bold.ufo/glyphs/uni00B_5.glif index bf75ce0d3..3a21401ee 100644 --- a/source/Hack-Bold.ufo/glyphs/uni00B_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni00B_5.glif @@ -1,5 +1,5 @@ - + @@ -12,22 +12,22 @@ - + - + - + - + - + @@ -40,7 +40,7 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni00B_9.glif b/source/Hack-Bold.ufo/glyphs/uni00B_9.glif index db8e5b50c..c9aa7d625 100644 --- a/source/Hack-Bold.ufo/glyphs/uni00B_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni00B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0122.glif b/source/Hack-Bold.ufo/glyphs/uni0122.glif index 70bb74905..de19e146e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0122.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0122.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0123.glif b/source/Hack-Bold.ufo/glyphs/uni0123.glif index d0150fc51..4dfb3575d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0123.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0123.glif @@ -1,5 +1,5 @@ - + @@ -10,47 +10,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0136.glif b/source/Hack-Bold.ufo/glyphs/uni0136.glif index 5d7ccc4e6..c9c8abb60 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0136.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0136.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0137.glif b/source/Hack-Bold.ufo/glyphs/uni0137.glif index 1cef47df5..fad4e8970 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0137.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0137.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni013B_.glif b/source/Hack-Bold.ufo/glyphs/uni013B_.glif index 2ebacb4b7..4b6561eb9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni013B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni013B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni013C_.glif b/source/Hack-Bold.ufo/glyphs/uni013C_.glif index fd254ba9e..e64b8b12d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni013C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni013C_.glif @@ -1,21 +1,21 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0145.glif b/source/Hack-Bold.ufo/glyphs/uni0145.glif index e1d39ed2b..c83f8deb0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0145.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0145.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0146.glif b/source/Hack-Bold.ufo/glyphs/uni0146.glif index 5e3384db0..5b0c4552c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0146.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0146.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0156.glif b/source/Hack-Bold.ufo/glyphs/uni0156.glif index bc2808178..bcb2a8f50 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0156.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0156.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -21,19 +21,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0157.glif b/source/Hack-Bold.ufo/glyphs/uni0157.glif index 46d87d381..f184720cc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0157.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0157.glif @@ -1,5 +1,5 @@ - + @@ -9,20 +9,20 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0162.glif b/source/Hack-Bold.ufo/glyphs/uni0162.glif index 157eb9ab0..ea51352d8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0162.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0162.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0163.glif b/source/Hack-Bold.ufo/glyphs/uni0163.glif index e3515aaac..b87c37b72 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0163.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0163.glif @@ -1,5 +1,5 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni01A_4.glif b/source/Hack-Bold.ufo/glyphs/uni01A_4.glif index fce6ddd02..b4151d463 100644 --- a/source/Hack-Bold.ufo/glyphs/uni01A_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni01A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0218.glif b/source/Hack-Bold.ufo/glyphs/uni0218.glif index 1c32a35ce..087aa505d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0218.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0218.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0219.glif b/source/Hack-Bold.ufo/glyphs/uni0219.glif index 61b34a890..f56b181fb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0219.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0219.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -24,20 +24,20 @@ - + - + - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni021A_.glif b/source/Hack-Bold.ufo/glyphs/uni021A_.glif index 600e560ef..0fb2de8a8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni021A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni021A_.glif @@ -1,5 +1,5 @@ - + @@ -8,20 +8,20 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni021B_.glif b/source/Hack-Bold.ufo/glyphs/uni021B_.glif index 2938164fd..5ca9c5c35 100644 --- a/source/Hack-Bold.ufo/glyphs/uni021B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni021B_.glif @@ -1,45 +1,45 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02B_9.glif b/source/Hack-Bold.ufo/glyphs/uni02B_9.glif index 9f5152d33..3dc2eddff 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02B_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02B_B_.glif b/source/Hack-Bold.ufo/glyphs/uni02B_B_.glif index d395fc9bf..bd0a185c9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02B_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02B_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02B_C_.glif b/source/Hack-Bold.ufo/glyphs/uni02B_C_.glif index 6d17d34a2..0c59ac2a3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02B_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02B_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02B_D_.glif b/source/Hack-Bold.ufo/glyphs/uni02B_D_.glif index e5f4d5ad0..2b8a7d917 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02B_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02B_D_.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02B_E_.glif b/source/Hack-Bold.ufo/glyphs/uni02B_E_.glif index 6e8064e95..a48063ae7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02B_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02B_E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02B_F_.glif b/source/Hack-Bold.ufo/glyphs/uni02B_F_.glif index 40a10beb9..25f7eaceb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02B_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02B_F_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02C_0.glif b/source/Hack-Bold.ufo/glyphs/uni02C_0.glif index f8bfb3378..b4bbfcdef 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02C_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02C_0.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02C_1.glif b/source/Hack-Bold.ufo/glyphs/uni02C_1.glif index add0cd4e2..ec373ea78 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02C_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02C_1.glif @@ -1,5 +1,5 @@ - + @@ -7,23 +7,23 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02C_8.glif b/source/Hack-Bold.ufo/glyphs/uni02C_8.glif index 2de1dea10..385ba0f45 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02C_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02C_9.glif b/source/Hack-Bold.ufo/glyphs/uni02C_9.glif index b1a92145e..759513511 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02C_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02C_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02C_C_.glif b/source/Hack-Bold.ufo/glyphs/uni02C_C_.glif index 2f5c0c6ff..d721ae709 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02C_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02C_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02C_D_.glif b/source/Hack-Bold.ufo/glyphs/uni02C_D_.glif index e4365491b..304dc010c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02C_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02C_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02C_E_.glif b/source/Hack-Bold.ufo/glyphs/uni02C_E_.glif index b4201b2d3..3741c80dc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02C_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02C_F_.glif b/source/Hack-Bold.ufo/glyphs/uni02C_F_.glif index 5ee98d64b..f25e1a78e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02C_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02D_0.glif b/source/Hack-Bold.ufo/glyphs/uni02D_0.glif index f8046fec0..4319e7550 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02D_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02D_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni02D_1.glif b/source/Hack-Bold.ufo/glyphs/uni02D_1.glif index 66375d0b4..a6e85e41a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni02D_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni02D_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0302.glif b/source/Hack-Bold.ufo/glyphs/uni0302.glif index 6fe520cd7..754ddf54b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0302.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0302.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0304.case.glif b/source/Hack-Bold.ufo/glyphs/uni0304.case.glif index 210896b63..6a378d95e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0304.case.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0304.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0304.glif b/source/Hack-Bold.ufo/glyphs/uni0304.glif index 6f12e15ef..52a29780c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0304.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0304.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0305.glif b/source/Hack-Bold.ufo/glyphs/uni0305.glif index bf50bdfa6..8b2955304 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0305.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0305.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0306.case.glif b/source/Hack-Bold.ufo/glyphs/uni0306.case.glif index 29b0d28d5..8c5a8b4ff 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0306.case.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0306.case.glif @@ -1,16 +1,15 @@ - - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0306.glif b/source/Hack-Bold.ufo/glyphs/uni0306.glif index 41a172755..44d84ed85 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0306.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0306.glif @@ -1,17 +1,16 @@ - - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0307.case.glif b/source/Hack-Bold.ufo/glyphs/uni0307.case.glif index 7709a9f12..da25ba32b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0307.case.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0307.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0307.glif b/source/Hack-Bold.ufo/glyphs/uni0307.glif index 61b43fd7c..2e69f7e1b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0307.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0307.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0308.glif b/source/Hack-Bold.ufo/glyphs/uni0308.glif index 4666ba54a..b2067f4da 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0308.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0308.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni030A_.glif b/source/Hack-Bold.ufo/glyphs/uni030A_.glif index 3f732b82d..551af6d0d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni030A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni030A_.glif @@ -1,33 +1,32 @@ - - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni030B_.case.glif b/source/Hack-Bold.ufo/glyphs/uni030B_.case.glif index 288b5480a..a793daebd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni030B_.case.glif +++ b/source/Hack-Bold.ufo/glyphs/uni030B_.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni030B_.glif b/source/Hack-Bold.ufo/glyphs/uni030B_.glif index 06916e6d5..1d6aec067 100644 --- a/source/Hack-Bold.ufo/glyphs/uni030B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni030B_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni030C_.glif b/source/Hack-Bold.ufo/glyphs/uni030C_.glif index 6aff92263..237af9e3c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni030C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni030C_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni030D_.glif b/source/Hack-Bold.ufo/glyphs/uni030D_.glif index d2a3982c7..4ca270705 100644 --- a/source/Hack-Bold.ufo/glyphs/uni030D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni030D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni030E_.glif b/source/Hack-Bold.ufo/glyphs/uni030E_.glif index 433aac75d..ecdc2e021 100644 --- a/source/Hack-Bold.ufo/glyphs/uni030E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni030E_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni030F_.case.glif b/source/Hack-Bold.ufo/glyphs/uni030F_.case.glif index 99d094fab..3b17d17b9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni030F_.case.glif +++ b/source/Hack-Bold.ufo/glyphs/uni030F_.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni030F_.glif b/source/Hack-Bold.ufo/glyphs/uni030F_.glif index bdc2fcb59..ae8cefa15 100644 --- a/source/Hack-Bold.ufo/glyphs/uni030F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni030F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0310.glif b/source/Hack-Bold.ufo/glyphs/uni0310.glif index b54fe6e67..6fe59854e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0310.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0310.glif @@ -1,6 +1,5 @@ - - + @@ -10,14 +9,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0311.case.glif b/source/Hack-Bold.ufo/glyphs/uni0311.case.glif index abd4b5b6a..524c1f13a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0311.case.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0311.case.glif @@ -1,19 +1,18 @@ - - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0311.glif b/source/Hack-Bold.ufo/glyphs/uni0311.glif index b03ed327a..32a0f4ade 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0311.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0311.glif @@ -1,20 +1,19 @@ - - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0312.glif b/source/Hack-Bold.ufo/glyphs/uni0312.glif index da712793d..edfc18f09 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0312.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0312.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0313.glif b/source/Hack-Bold.ufo/glyphs/uni0313.glif index 9aad91e58..e2cea6d31 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0313.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0313.glif @@ -1,6 +1,5 @@ - - + @@ -11,7 +10,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0314.glif b/source/Hack-Bold.ufo/glyphs/uni0314.glif index 4273a7062..606b7c2e6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0314.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0314.glif @@ -1,13 +1,12 @@ - - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0315.glif b/source/Hack-Bold.ufo/glyphs/uni0315.glif index 362ea3056..a054e8087 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0315.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0315.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0316.glif b/source/Hack-Bold.ufo/glyphs/uni0316.glif index 86295110c..50e84113f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0316.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0316.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0317.glif b/source/Hack-Bold.ufo/glyphs/uni0317.glif index 92c827ab9..e3b61fa8e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0317.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0317.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0318.glif b/source/Hack-Bold.ufo/glyphs/uni0318.glif index ebe4aed0d..62afbb2a5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0318.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0318.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0319.glif b/source/Hack-Bold.ufo/glyphs/uni0319.glif index 17160f8fc..a9bc38e1c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0319.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0319.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni031A_.glif b/source/Hack-Bold.ufo/glyphs/uni031A_.glif index b9fa1b867..b3cfab121 100644 --- a/source/Hack-Bold.ufo/glyphs/uni031A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni031A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni031B_.glif b/source/Hack-Bold.ufo/glyphs/uni031B_.glif index 8b73bddfa..6eb08901c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni031B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni031B_.glif @@ -1,10 +1,9 @@ - - + - + @@ -14,17 +13,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni031C_.glif b/source/Hack-Bold.ufo/glyphs/uni031C_.glif index d9c1d461e..06fac676b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni031C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni031C_.glif @@ -1,20 +1,19 @@ - - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni031D_.glif b/source/Hack-Bold.ufo/glyphs/uni031D_.glif index c62451272..1ab98dd64 100644 --- a/source/Hack-Bold.ufo/glyphs/uni031D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni031D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni031E_.glif b/source/Hack-Bold.ufo/glyphs/uni031E_.glif index 94e50cec3..2e6047f3c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni031E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni031E_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni031F_.glif b/source/Hack-Bold.ufo/glyphs/uni031F_.glif index 331dc161f..d9862242d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni031F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni031F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0320.glif b/source/Hack-Bold.ufo/glyphs/uni0320.glif index 75037faf7..e2b21da60 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0320.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0320.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0321.glif b/source/Hack-Bold.ufo/glyphs/uni0321.glif index 119d77e6e..b7b0adffa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0321.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0321.glif @@ -1,6 +1,5 @@ - - + @@ -8,13 +7,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0322.glif b/source/Hack-Bold.ufo/glyphs/uni0322.glif index 5a25db5dc..544cc59b9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0322.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0322.glif @@ -1,19 +1,18 @@ - - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0324.glif b/source/Hack-Bold.ufo/glyphs/uni0324.glif index 94604909e..72b4045dd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0324.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0324.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0325.glif b/source/Hack-Bold.ufo/glyphs/uni0325.glif index 0e6c970f6..b10f89750 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0325.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0325.glif @@ -1,33 +1,32 @@ - - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0326.glif b/source/Hack-Bold.ufo/glyphs/uni0326.glif index 7fd57fa73..f8e257115 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0326.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0326.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0327.glif b/source/Hack-Bold.ufo/glyphs/uni0327.glif index 79305cda8..ffc8c3015 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0327.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0327.glif @@ -1,27 +1,26 @@ - - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0328.glif b/source/Hack-Bold.ufo/glyphs/uni0328.glif index 4395a6d44..0092b1584 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0328.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0328.glif @@ -1,26 +1,25 @@ - - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0329.glif b/source/Hack-Bold.ufo/glyphs/uni0329.glif index 736dde59e..e814791a2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0329.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0329.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni032A_.glif b/source/Hack-Bold.ufo/glyphs/uni032A_.glif index d0b4831a4..32b8c923b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni032A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni032A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni032B_.glif b/source/Hack-Bold.ufo/glyphs/uni032B_.glif index e1eb7021b..e8e664348 100644 --- a/source/Hack-Bold.ufo/glyphs/uni032B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni032B_.glif @@ -1,10 +1,9 @@ - - + - + @@ -34,10 +33,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni032C_.glif b/source/Hack-Bold.ufo/glyphs/uni032C_.glif index a5730a312..a4318753d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni032C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni032C_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni032D_.glif b/source/Hack-Bold.ufo/glyphs/uni032D_.glif index a69603124..76c6b9126 100644 --- a/source/Hack-Bold.ufo/glyphs/uni032D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni032D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni032E_.glif b/source/Hack-Bold.ufo/glyphs/uni032E_.glif index fcefc67f5..e5baba7c0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni032E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni032E_.glif @@ -1,17 +1,16 @@ - - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni032F_.glif b/source/Hack-Bold.ufo/glyphs/uni032F_.glif index 5db13e4b6..f9f5a23e6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni032F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni032F_.glif @@ -1,20 +1,19 @@ - - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0330.glif b/source/Hack-Bold.ufo/glyphs/uni0330.glif index 1ea5fc51f..76ceab0f7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0330.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0330.glif @@ -1,10 +1,9 @@ - - + - + @@ -12,7 +11,7 @@ - + @@ -20,14 +19,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0331.glif b/source/Hack-Bold.ufo/glyphs/uni0331.glif index e846811a8..e28d3467f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0331.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0331.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0332.glif b/source/Hack-Bold.ufo/glyphs/uni0332.glif index 0d65945c4..2da59158c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0332.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0332.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0333.glif b/source/Hack-Bold.ufo/glyphs/uni0333.glif index a09cb3581..2b496525b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0333.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0333.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0334.glif b/source/Hack-Bold.ufo/glyphs/uni0334.glif index 82cde911f..750aac751 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0334.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0334.glif @@ -1,10 +1,9 @@ - - + - + @@ -13,21 +12,21 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0335.glif b/source/Hack-Bold.ufo/glyphs/uni0335.glif index 3e2c60de2..d48de1a3b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0335.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0335.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0336.glif b/source/Hack-Bold.ufo/glyphs/uni0336.glif index a48596986..29e4a2d35 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0336.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0336.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0337.glif b/source/Hack-Bold.ufo/glyphs/uni0337.glif index b7b1528d1..84dd416dc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0337.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0337.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0338.glif b/source/Hack-Bold.ufo/glyphs/uni0338.glif index 17e57c8b8..3c61165b4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0338.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0338.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0339.glif b/source/Hack-Bold.ufo/glyphs/uni0339.glif index c8660e9f6..d1138a861 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0339.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0339.glif @@ -1,20 +1,19 @@ - - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni033A_.glif b/source/Hack-Bold.ufo/glyphs/uni033A_.glif index a223bb73a..eff6c52a4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni033A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni033A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni033B_.glif b/source/Hack-Bold.ufo/glyphs/uni033B_.glif index 001cd0f01..95c8edc7f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni033B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni033B_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni033C_.glif b/source/Hack-Bold.ufo/glyphs/uni033C_.glif index d5a20f588..3e2c157f4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni033C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni033C_.glif @@ -1,6 +1,5 @@ - - + @@ -10,13 +9,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni033D_.glif b/source/Hack-Bold.ufo/glyphs/uni033D_.glif index e90e8e85b..27f7e7a13 100644 --- a/source/Hack-Bold.ufo/glyphs/uni033D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni033D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni033E_.glif b/source/Hack-Bold.ufo/glyphs/uni033E_.glif index bcbb98842..89473fc99 100644 --- a/source/Hack-Bold.ufo/glyphs/uni033E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni033E_.glif @@ -1,6 +1,5 @@ - - + @@ -15,7 +14,7 @@ - + @@ -36,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni033F_.glif b/source/Hack-Bold.ufo/glyphs/uni033F_.glif index a69c9172b..5c99e7a5c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni033F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni033F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0358.glif b/source/Hack-Bold.ufo/glyphs/uni0358.glif index 4207ec6e1..a6bbce768 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0358.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0358.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0361.glif b/source/Hack-Bold.ufo/glyphs/uni0361.glif index 9b6d7e9fd..c25aa9bec 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0361.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0361.glif @@ -1,6 +1,5 @@ - - + @@ -17,7 +16,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0394.glif b/source/Hack-Bold.ufo/glyphs/uni0394.glif index ba11696bf..e239cced4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0394.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0394.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni03A_9.glif b/source/Hack-Bold.ufo/glyphs/uni03A_9.glif index 8336d7b42..35b951b36 100644 --- a/source/Hack-Bold.ufo/glyphs/uni03A_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni03A_9.glif @@ -1,5 +1,5 @@ - + @@ -11,19 +11,19 @@ - + - + - + - + @@ -39,19 +39,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni03B_C_.glif b/source/Hack-Bold.ufo/glyphs/uni03B_C_.glif index 253e6c64c..c8cc39bc2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni03B_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni03B_C_.glif @@ -1,5 +1,5 @@ - + @@ -9,32 +9,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni03C_2.glif b/source/Hack-Bold.ufo/glyphs/uni03C_2.glif index f5271899a..9c9932cf6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni03C_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni03C_2.glif @@ -1,5 +1,5 @@ - + @@ -7,32 +7,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni03F_4.glif b/source/Hack-Bold.ufo/glyphs/uni03F_4.glif index 7ce445e2f..5db8bacef 100644 --- a/source/Hack-Bold.ufo/glyphs/uni03F_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni03F_4.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -21,13 +21,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0400.glif b/source/Hack-Bold.ufo/glyphs/uni0400.glif index 4e44c55ea..af48f35b1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0400.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0400.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0401.glif b/source/Hack-Bold.ufo/glyphs/uni0401.glif index 80a4491f0..06284fe4b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0401.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0401.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0402.glif b/source/Hack-Bold.ufo/glyphs/uni0402.glif index db9550a8b..76d0138aa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0402.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0402.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -55,10 +55,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0403.glif b/source/Hack-Bold.ufo/glyphs/uni0403.glif index 1b25f4aa4..ef257a5a9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0403.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0403.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0404.glif b/source/Hack-Bold.ufo/glyphs/uni0404.glif index 149ddfd3f..51fe47745 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0404.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0404.glif @@ -1,23 +1,23 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0405.glif b/source/Hack-Bold.ufo/glyphs/uni0405.glif index 5c2b8072a..4f97d364c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0405.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0405.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0406.glif b/source/Hack-Bold.ufo/glyphs/uni0406.glif index d61acf95d..55d998d2b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0406.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0406.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0407.glif b/source/Hack-Bold.ufo/glyphs/uni0407.glif index 22c1a8f02..9f11cd5e6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0407.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0407.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + diff --git a/source/Hack-Bold.ufo/glyphs/uni0408.glif b/source/Hack-Bold.ufo/glyphs/uni0408.glif index b9e240364..244fb5cad 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0408.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0408.glif @@ -1,25 +1,25 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0409.glif b/source/Hack-Bold.ufo/glyphs/uni0409.glif index d1ee44580..110f8b67d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0409.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0409.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni040A_.glif b/source/Hack-Bold.ufo/glyphs/uni040A_.glif index ab477d592..18935f9c7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni040A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni040A_.glif @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni040B_.glif b/source/Hack-Bold.ufo/glyphs/uni040B_.glif index 1da6e2b57..7b42a7b32 100644 --- a/source/Hack-Bold.ufo/glyphs/uni040B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni040B_.glif @@ -1,5 +1,5 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni040C_.glif b/source/Hack-Bold.ufo/glyphs/uni040C_.glif index e4638f78c..0b2ab7566 100644 --- a/source/Hack-Bold.ufo/glyphs/uni040C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni040C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni040D_.glif b/source/Hack-Bold.ufo/glyphs/uni040D_.glif index 9af85e00f..d8122511b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni040D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni040D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni040E_.glif b/source/Hack-Bold.ufo/glyphs/uni040E_.glif index 958b79125..0795a9f2a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni040E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni040E_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni040F_.glif b/source/Hack-Bold.ufo/glyphs/uni040F_.glif index a0dc86790..3866f543e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni040F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni040F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0410.glif b/source/Hack-Bold.ufo/glyphs/uni0410.glif index 19860c5d5..54880c586 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0410.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0410.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0411.glif b/source/Hack-Bold.ufo/glyphs/uni0411.glif index ae5364a9c..9543c4f60 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0411.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0411.glif @@ -1,5 +1,5 @@ - + @@ -9,23 +9,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0412.glif b/source/Hack-Bold.ufo/glyphs/uni0412.glif index 5e3237656..fd1525371 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0412.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0412.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0413.glif b/source/Hack-Bold.ufo/glyphs/uni0413.glif index dacfbf797..91dfe9159 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0413.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0413.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0414.glif b/source/Hack-Bold.ufo/glyphs/uni0414.glif index 36046344c..9b35ac3d6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0414.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0414.glif @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0415.glif b/source/Hack-Bold.ufo/glyphs/uni0415.glif index 1b95eb200..86a63a83b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0415.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0415.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0416.glif b/source/Hack-Bold.ufo/glyphs/uni0416.glif index ba8604272..f678658e6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0416.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0416.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0417.glif b/source/Hack-Bold.ufo/glyphs/uni0417.glif index 27630b6b1..5b3876230 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0417.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0417.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0418.glif b/source/Hack-Bold.ufo/glyphs/uni0418.glif index 56f502bab..df47e8bb3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0418.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0418.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0419.glif b/source/Hack-Bold.ufo/glyphs/uni0419.glif index b2466f93d..7b9724e52 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0419.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0419.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni041A_.glif b/source/Hack-Bold.ufo/glyphs/uni041A_.glif index acaaff141..bc7a3eec3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni041A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni041A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni041B_.glif b/source/Hack-Bold.ufo/glyphs/uni041B_.glif index ee2771c77..6ac3fcb7b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni041B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni041B_.glif @@ -1,5 +1,5 @@ - + @@ -8,23 +8,23 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni041C_.glif b/source/Hack-Bold.ufo/glyphs/uni041C_.glif index 495394e23..1e0b7cdd2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni041C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni041C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni041D_.glif b/source/Hack-Bold.ufo/glyphs/uni041D_.glif index 6f581e86b..ac931823e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni041D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni041D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni041E_.glif b/source/Hack-Bold.ufo/glyphs/uni041E_.glif index 6648188e3..2d1826818 100644 --- a/source/Hack-Bold.ufo/glyphs/uni041E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni041E_.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni041F_.glif b/source/Hack-Bold.ufo/glyphs/uni041F_.glif index a1f84ed7b..728fbbe6f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni041F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni041F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0420.glif b/source/Hack-Bold.ufo/glyphs/uni0420.glif index 2c2512d0a..594fcc7c1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0420.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0420.glif @@ -1,5 +1,5 @@ - + @@ -8,22 +8,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0421.glif b/source/Hack-Bold.ufo/glyphs/uni0421.glif index b0596bd20..1636820a9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0421.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0421.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0422.glif b/source/Hack-Bold.ufo/glyphs/uni0422.glif index 742d1b647..fc9b475be 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0422.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0422.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0423.glif b/source/Hack-Bold.ufo/glyphs/uni0423.glif index a57a6683b..eda4c1126 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0423.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0423.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0424.glif b/source/Hack-Bold.ufo/glyphs/uni0424.glif index 2632e80e9..e420af732 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0424.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0424.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0425.glif b/source/Hack-Bold.ufo/glyphs/uni0425.glif index 8c4f96a4a..37e26b72f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0425.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0425.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0426.glif b/source/Hack-Bold.ufo/glyphs/uni0426.glif index 4de839bc1..886a1c6eb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0426.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0426.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0427.glif b/source/Hack-Bold.ufo/glyphs/uni0427.glif index 645b36884..5f8bffeff 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0427.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0427.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0428.glif b/source/Hack-Bold.ufo/glyphs/uni0428.glif index 134ede0b9..73992f582 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0428.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0428.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0429.glif b/source/Hack-Bold.ufo/glyphs/uni0429.glif index 6c3726eaa..8deaa69ae 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0429.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0429.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni042A_.glif b/source/Hack-Bold.ufo/glyphs/uni042A_.glif index 2ab01d399..70834cf40 100644 --- a/source/Hack-Bold.ufo/glyphs/uni042A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni042A_.glif @@ -1,5 +1,5 @@ - + @@ -9,23 +9,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni042B_.glif b/source/Hack-Bold.ufo/glyphs/uni042B_.glif index 6139d6115..2741411eb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni042B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni042B_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + - + @@ -23,10 +23,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni042C_.glif b/source/Hack-Bold.ufo/glyphs/uni042C_.glif index 7284588a9..4912c3cd7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni042C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni042C_.glif @@ -1,5 +1,5 @@ - + @@ -7,23 +7,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni042D_.glif b/source/Hack-Bold.ufo/glyphs/uni042D_.glif index e31431f80..6c0bf1a3e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni042D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni042D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,14 +20,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni042E_.glif b/source/Hack-Bold.ufo/glyphs/uni042E_.glif index 8c6c72062..724bebb54 100644 --- a/source/Hack-Bold.ufo/glyphs/uni042E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni042E_.glif @@ -1,10 +1,10 @@ - + - + @@ -20,7 +20,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -40,13 +40,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni042F_.glif b/source/Hack-Bold.ufo/glyphs/uni042F_.glif index 4ee919f4e..2f011999a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni042F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni042F_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0430.glif b/source/Hack-Bold.ufo/glyphs/uni0430.glif index 56cd6fdb0..648aaeda5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0430.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0430.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,35 +24,35 @@ - + - + - + - + - + - + - + - + @@ -68,18 +68,18 @@ - + - + - + @@ -87,7 +87,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0431.glif b/source/Hack-Bold.ufo/glyphs/uni0431.glif index 9c522cbc1..c06ad8775 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0431.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0431.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,10 +20,10 @@ - + - + @@ -40,24 +40,24 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0432.glif b/source/Hack-Bold.ufo/glyphs/uni0432.glif index 1c180cf72..2daaaca4b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0432.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0432.glif @@ -1,5 +1,5 @@ - + @@ -8,43 +8,43 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0433.glif b/source/Hack-Bold.ufo/glyphs/uni0433.glif index 34f8c95d0..7f15a2722 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0433.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0433.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0434.glif b/source/Hack-Bold.ufo/glyphs/uni0434.glif index c3ab4cf8b..8d071b902 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0434.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0434.glif @@ -1,17 +1,17 @@ - + - + - + @@ -27,7 +27,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0435.glif b/source/Hack-Bold.ufo/glyphs/uni0435.glif index 637ece009..44d3e0127 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0435.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0435.glif @@ -1,24 +1,24 @@ - + - + - + - + - + - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0436.glif b/source/Hack-Bold.ufo/glyphs/uni0436.glif index 78b5a4a6a..b8aa8d7eb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0436.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0436.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0437.glif b/source/Hack-Bold.ufo/glyphs/uni0437.glif index 3d1f52325..051a11147 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0437.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0437.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0438.glif b/source/Hack-Bold.ufo/glyphs/uni0438.glif index 5269080a6..11d9bb744 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0438.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0438.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0439.glif b/source/Hack-Bold.ufo/glyphs/uni0439.glif index 3192ecfa6..b34052cad 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0439.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0439.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni043A_.glif b/source/Hack-Bold.ufo/glyphs/uni043A_.glif index 3255455c7..991c637f5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni043A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni043A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni043B_.glif b/source/Hack-Bold.ufo/glyphs/uni043B_.glif index 073088028..6e2c49b11 100644 --- a/source/Hack-Bold.ufo/glyphs/uni043B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni043B_.glif @@ -1,5 +1,5 @@ - + @@ -8,23 +8,23 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni043C_.glif b/source/Hack-Bold.ufo/glyphs/uni043C_.glif index 61b0712b6..fba54e228 100644 --- a/source/Hack-Bold.ufo/glyphs/uni043C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni043C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni043D_.glif b/source/Hack-Bold.ufo/glyphs/uni043D_.glif index a9dfe9152..55e10303e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni043D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni043D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni043E_.glif b/source/Hack-Bold.ufo/glyphs/uni043E_.glif index 2c2bd0bd5..c61a4f696 100644 --- a/source/Hack-Bold.ufo/glyphs/uni043E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni043E_.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni043F_.glif b/source/Hack-Bold.ufo/glyphs/uni043F_.glif index fd9a01c2c..276f39c26 100644 --- a/source/Hack-Bold.ufo/glyphs/uni043F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni043F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0440.glif b/source/Hack-Bold.ufo/glyphs/uni0440.glif index 2b0ea9e43..e93ea0a79 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0440.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0440.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + - + @@ -23,16 +23,16 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0441.glif b/source/Hack-Bold.ufo/glyphs/uni0441.glif index e84e7c36a..568d77431 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0441.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0441.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0442.glif b/source/Hack-Bold.ufo/glyphs/uni0442.glif index baf0c58ee..aec597516 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0442.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0442.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0443.glif b/source/Hack-Bold.ufo/glyphs/uni0443.glif index 9e0e4c8bb..42c0f6cc4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0443.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0443.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0444.glif b/source/Hack-Bold.ufo/glyphs/uni0444.glif index de5e786c5..ff11dd517 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0444.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0444.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0445.glif b/source/Hack-Bold.ufo/glyphs/uni0445.glif index 5e65302e9..3496be804 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0445.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0445.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0446.glif b/source/Hack-Bold.ufo/glyphs/uni0446.glif index 7e9bd8607..a65edf043 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0446.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0446.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0447.glif b/source/Hack-Bold.ufo/glyphs/uni0447.glif index 8f8cbd1a2..cff473947 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0447.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0447.glif @@ -1,5 +1,5 @@ - + @@ -8,10 +8,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0448.glif b/source/Hack-Bold.ufo/glyphs/uni0448.glif index b9ec6f44d..2c38bc824 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0448.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0448.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0449.glif b/source/Hack-Bold.ufo/glyphs/uni0449.glif index a10861bc3..c077f3a3f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0449.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0449.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni044A_.glif b/source/Hack-Bold.ufo/glyphs/uni044A_.glif index 9f0a21a82..866e99f74 100644 --- a/source/Hack-Bold.ufo/glyphs/uni044A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni044A_.glif @@ -1,5 +1,5 @@ - + @@ -9,23 +9,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni044B_.glif b/source/Hack-Bold.ufo/glyphs/uni044B_.glif index cd3c772fa..275c2cee4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni044B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni044B_.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -23,10 +23,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni044C_.glif b/source/Hack-Bold.ufo/glyphs/uni044C_.glif index 9b00f04ed..24a6eebb6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni044C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni044C_.glif @@ -1,5 +1,5 @@ - + @@ -7,23 +7,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni044D_.glif b/source/Hack-Bold.ufo/glyphs/uni044D_.glif index f4b55ed8f..1800ec0a5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni044D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni044D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,14 +20,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni044E_.glif b/source/Hack-Bold.ufo/glyphs/uni044E_.glif index 4101a8a7f..77d894c76 100644 --- a/source/Hack-Bold.ufo/glyphs/uni044E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni044E_.glif @@ -1,10 +1,10 @@ - + - + @@ -20,7 +20,7 @@ - + @@ -31,19 +31,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni044F_.glif b/source/Hack-Bold.ufo/glyphs/uni044F_.glif index 3a1097685..68d37f3c4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni044F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni044F_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0450.glif b/source/Hack-Bold.ufo/glyphs/uni0450.glif index 53ea5d2c2..daf550b77 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0450.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0450.glif @@ -1,5 +1,5 @@ - + @@ -10,21 +10,21 @@ - + - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0451.glif b/source/Hack-Bold.ufo/glyphs/uni0451.glif index 3350990a0..61ccfd01a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0451.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0451.glif @@ -1,60 +1,60 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0452.glif b/source/Hack-Bold.ufo/glyphs/uni0452.glif index e6f13829f..074b7b05d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0452.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0452.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0453.glif b/source/Hack-Bold.ufo/glyphs/uni0453.glif index b34dc8221..83aff3166 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0453.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0453.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0454.glif b/source/Hack-Bold.ufo/glyphs/uni0454.glif index 39a03a7aa..6f591a2df 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0454.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0454.glif @@ -1,23 +1,23 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0455.glif b/source/Hack-Bold.ufo/glyphs/uni0455.glif index 2e48625d1..d0be37e47 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0455.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0455.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -24,20 +24,20 @@ - + - + - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0456.glif b/source/Hack-Bold.ufo/glyphs/uni0456.glif index d2219d7c6..1bd5a361a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0456.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0456.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0457.glif b/source/Hack-Bold.ufo/glyphs/uni0457.glif index dfb03ef6f..e93ecae55 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0457.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0457.glif @@ -1,63 +1,63 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0458.glif b/source/Hack-Bold.ufo/glyphs/uni0458.glif index f3b78666b..e5f5b0996 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0458.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0458.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -26,7 +26,7 @@ - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0459.glif b/source/Hack-Bold.ufo/glyphs/uni0459.glif index d40e39e2a..67316fd82 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0459.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0459.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni045A_.glif b/source/Hack-Bold.ufo/glyphs/uni045A_.glif index 278a60c66..ef80e98e2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni045A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni045A_.glif @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni045B_.glif b/source/Hack-Bold.ufo/glyphs/uni045B_.glif index c5c74ecc7..8268a59c1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni045B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni045B_.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni045C_.glif b/source/Hack-Bold.ufo/glyphs/uni045C_.glif index f662c2ec0..3c206b51c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni045C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni045C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni045D_.glif b/source/Hack-Bold.ufo/glyphs/uni045D_.glif index 55e880435..87cd001c8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni045D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni045D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni045E_.glif b/source/Hack-Bold.ufo/glyphs/uni045E_.glif index a0912f259..a786522f8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni045E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni045E_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni045F_.glif b/source/Hack-Bold.ufo/glyphs/uni045F_.glif index e24344436..4ab486c22 100644 --- a/source/Hack-Bold.ufo/glyphs/uni045F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni045F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0462.glif b/source/Hack-Bold.ufo/glyphs/uni0462.glif index 44ec91ded..13fa456e4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0462.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0462.glif @@ -1,5 +1,5 @@ - + @@ -15,23 +15,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0463.glif b/source/Hack-Bold.ufo/glyphs/uni0463.glif index 2e584f7a6..e576ed95e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0463.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0463.glif @@ -1,5 +1,5 @@ - + @@ -15,23 +15,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0472.glif b/source/Hack-Bold.ufo/glyphs/uni0472.glif index 21542087f..57b26308a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0472.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0472.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0473.glif b/source/Hack-Bold.ufo/glyphs/uni0473.glif index d24a1caf3..408381f19 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0473.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0473.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -24,13 +24,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0490.glif b/source/Hack-Bold.ufo/glyphs/uni0490.glif index 24c114f06..8f967d486 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0490.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0490.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0491.glif b/source/Hack-Bold.ufo/glyphs/uni0491.glif index d557db1d4..d9361c5c4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0491.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0491.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0492.glif b/source/Hack-Bold.ufo/glyphs/uni0492.glif index e2192d539..fa475d6c7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0492.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0492.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0493.glif b/source/Hack-Bold.ufo/glyphs/uni0493.glif index f94aecab6..4befd7621 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0493.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0493.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0494.glif b/source/Hack-Bold.ufo/glyphs/uni0494.glif index df59d975c..235e4f5d7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0494.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0494.glif @@ -1,5 +1,5 @@ - + @@ -8,14 +8,14 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -34,10 +34,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0495.glif b/source/Hack-Bold.ufo/glyphs/uni0495.glif index 1a43ea903..dad0b2c99 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0495.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0495.glif @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -21,14 +21,14 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0496.glif b/source/Hack-Bold.ufo/glyphs/uni0496.glif index eee00093a..20e78609f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0496.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0496.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0497.glif b/source/Hack-Bold.ufo/glyphs/uni0497.glif index 489c65c74..80bf0f063 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0497.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0497.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0498.glif b/source/Hack-Bold.ufo/glyphs/uni0498.glif index e1185c40f..c9c4ab7db 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0498.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0498.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + @@ -33,32 +33,32 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0499.glif b/source/Hack-Bold.ufo/glyphs/uni0499.glif index 4407e24b2..96bd896f6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0499.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0499.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + @@ -34,32 +34,32 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni049A_.glif b/source/Hack-Bold.ufo/glyphs/uni049A_.glif index 38ed6cf34..c1eb199d2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni049A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni049A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni049B_.glif b/source/Hack-Bold.ufo/glyphs/uni049B_.glif index 062b0bdd7..fc36088d9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni049B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni049B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_2.glif b/source/Hack-Bold.ufo/glyphs/uni04A_2.glif index 5bae28a7e..e3cc081cb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_3.glif b/source/Hack-Bold.ufo/glyphs/uni04A_3.glif index 6b9ace443..5a43b86e9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_4.glif b/source/Hack-Bold.ufo/glyphs/uni04A_4.glif index 1dd887b5d..eeee3fd5c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_5.glif b/source/Hack-Bold.ufo/glyphs/uni04A_5.glif index 26f67f83b..dc1a2b8d8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_A_.glif b/source/Hack-Bold.ufo/glyphs/uni04A_A_.glif index f8faf2f0b..5187bdac0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_A_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,29 +20,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_B_.glif b/source/Hack-Bold.ufo/glyphs/uni04A_B_.glif index 6e3e8f7b9..14d96e715 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_B_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,29 +20,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_C_.glif b/source/Hack-Bold.ufo/glyphs/uni04A_C_.glif index 73aba4ed2..7bda7558d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_D_.glif b/source/Hack-Bold.ufo/glyphs/uni04A_D_.glif index fecd86adb..90061c0d1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_E_.glif b/source/Hack-Bold.ufo/glyphs/uni04A_E_.glif index fd04e6dd2..a4c42e061 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04A_F_.glif b/source/Hack-Bold.ufo/glyphs/uni04A_F_.glif index 0e7ac6590..76a5b595b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04A_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04B_0.glif b/source/Hack-Bold.ufo/glyphs/uni04B_0.glif index b99ce3cbc..a142a73e6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04B_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04B_1.glif b/source/Hack-Bold.ufo/glyphs/uni04B_1.glif index 165d6f6d5..9754eb9d3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04B_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04B_2.glif b/source/Hack-Bold.ufo/glyphs/uni04B_2.glif index 2e64e9e52..62616241c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04B_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04B_3.glif b/source/Hack-Bold.ufo/glyphs/uni04B_3.glif index dbb2736a9..77ea1cc32 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04B_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04B_A_.glif b/source/Hack-Bold.ufo/glyphs/uni04B_A_.glif index e0ec15ba6..6e5131104 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04B_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04B_A_.glif @@ -1,5 +1,5 @@ - + @@ -32,10 +32,10 @@ - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04B_B_.glif b/source/Hack-Bold.ufo/glyphs/uni04B_B_.glif index 8381b4099..0a2ad0b9b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04B_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04B_B_.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_0.glif b/source/Hack-Bold.ufo/glyphs/uni04C_0.glif index 507cead84..e97ed3851 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_1.glif b/source/Hack-Bold.ufo/glyphs/uni04C_1.glif index 2c77dbdc8..2c4f20345 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_1.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_2.glif b/source/Hack-Bold.ufo/glyphs/uni04C_2.glif index 7f08ee6d5..ba0e78d84 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_2.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_3.glif b/source/Hack-Bold.ufo/glyphs/uni04C_3.glif index 43d72ad19..9e4cc0ff8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_3.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -38,13 +38,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_4.glif b/source/Hack-Bold.ufo/glyphs/uni04C_4.glif index cdff57bc1..b32fad4a4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_4.glif @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_7.glif b/source/Hack-Bold.ufo/glyphs/uni04C_7.glif index 6ca6e5d78..66307b279 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_7.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_8.glif b/source/Hack-Bold.ufo/glyphs/uni04C_8.glif index e8fd691e5..d356c5a44 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_8.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_B_.glif b/source/Hack-Bold.ufo/glyphs/uni04C_B_.glif index 6afd5b932..b9599fab6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_B_.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -23,19 +23,19 @@ - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_C_.glif b/source/Hack-Bold.ufo/glyphs/uni04C_C_.glif index 4b0aba898..08af0fe5f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_C_.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04C_F_.glif b/source/Hack-Bold.ufo/glyphs/uni04C_F_.glif index aaf650f5b..e5e06ae89 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04C_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_0.glif b/source/Hack-Bold.ufo/glyphs/uni04D_0.glif index d4d908378..9c9a8daef 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_0.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_1.glif b/source/Hack-Bold.ufo/glyphs/uni04D_1.glif index a63f0ef1d..2d6d62787 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_1.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,13 +20,13 @@ - + - + @@ -37,38 +37,38 @@ - + - + - + - + - + - + - + - + - + @@ -84,18 +84,18 @@ - + - + - + @@ -103,10 +103,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_2.glif b/source/Hack-Bold.ufo/glyphs/uni04D_2.glif index d782a3d60..88f6fd1e1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_2.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_3.glif b/source/Hack-Bold.ufo/glyphs/uni04D_3.glif index 0659b50d0..063bcffb8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_3.glif @@ -1,52 +1,52 @@ - + - + - + - + - + - + - + - + - - + + - + - + @@ -60,7 +60,7 @@ - + @@ -73,22 +73,22 @@ - + - + - + - + - + @@ -104,18 +104,18 @@ - + - + - + @@ -123,7 +123,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_4.glif b/source/Hack-Bold.ufo/glyphs/uni04D_4.glif index 75f910006..c4082f07d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_5.glif b/source/Hack-Bold.ufo/glyphs/uni04D_5.glif index 10131301c..362f77414 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_5.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,35 +15,35 @@ - + - + - + - + - + - + @@ -58,7 +58,7 @@ - + @@ -68,15 +68,15 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_6.glif b/source/Hack-Bold.ufo/glyphs/uni04D_6.glif index 63d0b4a8e..1bf95e2fc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_6.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_7.glif b/source/Hack-Bold.ufo/glyphs/uni04D_7.glif index 71f07aa79..cc7e6197b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_7.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,21 +20,21 @@ - + - + - + - + - + @@ -46,7 +46,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_8.glif b/source/Hack-Bold.ufo/glyphs/uni04D_8.glif index 521226204..4100aeac0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_8.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_9.glif b/source/Hack-Bold.ufo/glyphs/uni04D_9.glif index b0c33ffdb..d6df08079 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_9.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_A_.glif b/source/Hack-Bold.ufo/glyphs/uni04D_A_.glif index d6e30cc66..506aa3fd0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_A_.glif @@ -1,70 +1,70 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_B_.glif b/source/Hack-Bold.ufo/glyphs/uni04D_B_.glif index ffcc369f0..33ba4039d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_B_.glif @@ -1,70 +1,70 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_C_.glif b/source/Hack-Bold.ufo/glyphs/uni04D_C_.glif index 90c3edbd8..077d18c8c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_C_.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_D_.glif b/source/Hack-Bold.ufo/glyphs/uni04D_D_.glif index 3bacf577c..7c3fed5f6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_D_.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_E_.glif b/source/Hack-Bold.ufo/glyphs/uni04D_E_.glif index 5997d0e29..29a40ac17 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_E_.glif @@ -1,84 +1,84 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04D_F_.glif b/source/Hack-Bold.ufo/glyphs/uni04D_F_.glif index ac237b014..be721809f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04D_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04D_F_.glif @@ -1,84 +1,84 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_0.glif b/source/Hack-Bold.ufo/glyphs/uni04E_0.glif index eec73ce4b..5790c1614 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_0.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -34,10 +34,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_1.glif b/source/Hack-Bold.ufo/glyphs/uni04E_1.glif index bd08e8dad..4595cc144 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_1.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_2.glif b/source/Hack-Bold.ufo/glyphs/uni04E_2.glif index 714f2db31..0fdeb0fa9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_3.glif b/source/Hack-Bold.ufo/glyphs/uni04E_3.glif index f9056a9f1..c438fb716 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_4.glif b/source/Hack-Bold.ufo/glyphs/uni04E_4.glif index 063d1a7f0..a0501c457 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_4.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_5.glif b/source/Hack-Bold.ufo/glyphs/uni04E_5.glif index f91d7dbc4..4c21d7e0b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_5.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_6.glif b/source/Hack-Bold.ufo/glyphs/uni04E_6.glif index 4a77edfa1..df548ff19 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_6.glif @@ -1,78 +1,78 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_7.glif b/source/Hack-Bold.ufo/glyphs/uni04E_7.glif index c46ee2f89..2eaa16f9b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_7.glif @@ -1,69 +1,69 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_8.glif b/source/Hack-Bold.ufo/glyphs/uni04E_8.glif index c4e6683c8..ed1f87bbe 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_8.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -21,13 +21,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_9.glif b/source/Hack-Bold.ufo/glyphs/uni04E_9.glif index 26dc7775f..91338ac2d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_9.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -24,13 +24,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_A_.glif b/source/Hack-Bold.ufo/glyphs/uni04E_A_.glif index e21d5bf59..21e7dd53b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_A_.glif @@ -1,55 +1,55 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + @@ -57,13 +57,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_B_.glif b/source/Hack-Bold.ufo/glyphs/uni04E_B_.glif index d9c37eee8..d6d11b1f0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_B_.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -60,13 +60,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_C_.glif b/source/Hack-Bold.ufo/glyphs/uni04E_C_.glif index 8a6527d6f..134dd6e4e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_C_.glif @@ -1,53 +1,53 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -56,17 +56,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_D_.glif b/source/Hack-Bold.ufo/glyphs/uni04E_D_.glif index ba64b7f84..e2f5c4cc6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_D_.glif @@ -1,53 +1,53 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -56,17 +56,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_E_.glif b/source/Hack-Bold.ufo/glyphs/uni04E_E_.glif index 086e60f5d..a168c3fc6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_E_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04E_F_.glif b/source/Hack-Bold.ufo/glyphs/uni04E_F_.glif index f68bce29d..7cd448de7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04E_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04E_F_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_0.glif b/source/Hack-Bold.ufo/glyphs/uni04F_0.glif index b540490d4..b6bf63edf 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_0.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_1.glif b/source/Hack-Bold.ufo/glyphs/uni04F_1.glif index 139129b37..95c597957 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_1.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + - + - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_2.glif b/source/Hack-Bold.ufo/glyphs/uni04F_2.glif index c25e1e1bf..3a8fca86a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_2.glif @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_3.glif b/source/Hack-Bold.ufo/glyphs/uni04F_3.glif index a5f320962..d22d8c78b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_3.glif @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_4.glif b/source/Hack-Bold.ufo/glyphs/uni04F_4.glif index 12a5b02af..ca4de1257 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_4.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + @@ -43,19 +43,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_5.glif b/source/Hack-Bold.ufo/glyphs/uni04F_5.glif index 1888682d6..83511e8fa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_5.glif @@ -1,53 +1,53 @@ - + - + - + - + - + - + - + - + - + - - + + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_6.glif b/source/Hack-Bold.ufo/glyphs/uni04F_6.glif index 49d0a9431..44573d120 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_7.glif b/source/Hack-Bold.ufo/glyphs/uni04F_7.glif index 69253e7a2..31be3d881 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_8.glif b/source/Hack-Bold.ufo/glyphs/uni04F_8.glif index ba730374c..f219223b0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_8.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -43,13 +43,13 @@ - + - + - + @@ -59,10 +59,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni04F_9.glif b/source/Hack-Bold.ufo/glyphs/uni04F_9.glif index 7b9740ed2..c3e576243 100644 --- a/source/Hack-Bold.ufo/glyphs/uni04F_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni04F_9.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + - + - + @@ -46,10 +46,10 @@ - + - + @@ -59,10 +59,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0510.glif b/source/Hack-Bold.ufo/glyphs/uni0510.glif index aaa2c915d..668261156 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0510.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0510.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0511.glif b/source/Hack-Bold.ufo/glyphs/uni0511.glif index ecddef325..e1dd6bff9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0511.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0511.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni051A_.glif b/source/Hack-Bold.ufo/glyphs/uni051A_.glif index 74fdaa2d0..74d438332 100644 --- a/source/Hack-Bold.ufo/glyphs/uni051A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni051A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni051B_.glif b/source/Hack-Bold.ufo/glyphs/uni051B_.glif index b36e6941e..15cc81724 100644 --- a/source/Hack-Bold.ufo/glyphs/uni051B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni051B_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + - + @@ -23,16 +23,16 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni051C_.glif b/source/Hack-Bold.ufo/glyphs/uni051C_.glif index cea209341..135afc390 100644 --- a/source/Hack-Bold.ufo/glyphs/uni051C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni051C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni051D_.glif b/source/Hack-Bold.ufo/glyphs/uni051D_.glif index c166e37ed..bbbfceaf0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni051D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni051D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0531.glif b/source/Hack-Bold.ufo/glyphs/uni0531.glif index 1f853ed80..7ecdd6659 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0531.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0531.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + - + @@ -32,10 +32,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0532.glif b/source/Hack-Bold.ufo/glyphs/uni0532.glif index cb8ba9f55..1c212c7b0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0532.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0532.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0533.glif b/source/Hack-Bold.ufo/glyphs/uni0533.glif index b7c2461a8..67185003a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0533.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0533.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0534.glif b/source/Hack-Bold.ufo/glyphs/uni0534.glif index db17da7bb..a50ffc391 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0534.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0534.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0535.glif b/source/Hack-Bold.ufo/glyphs/uni0535.glif index 41031f5ad..31314d607 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0535.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0535.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0536.glif b/source/Hack-Bold.ufo/glyphs/uni0536.glif index 7c3d66e36..4b2a19468 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0536.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0536.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -24,13 +24,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0537.glif b/source/Hack-Bold.ufo/glyphs/uni0537.glif index fe619c4e1..4d64a31b3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0537.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0537.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0538.glif b/source/Hack-Bold.ufo/glyphs/uni0538.glif index 75f74aac1..8da2f447a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0538.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0538.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0539.glif b/source/Hack-Bold.ufo/glyphs/uni0539.glif index 79f3c2295..3e63db85a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0539.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0539.glif @@ -1,24 +1,24 @@ - + - + - + - + - + @@ -27,7 +27,7 @@ - + @@ -43,18 +43,18 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni053A_.glif b/source/Hack-Bold.ufo/glyphs/uni053A_.glif index 421bd8d04..861992d89 100644 --- a/source/Hack-Bold.ufo/glyphs/uni053A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni053A_.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -29,10 +29,10 @@ - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni053B_.glif b/source/Hack-Bold.ufo/glyphs/uni053B_.glif index 9906c0708..6322f42f2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni053B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni053B_.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni053C_.glif b/source/Hack-Bold.ufo/glyphs/uni053C_.glif index be01294c8..6f50b1ec3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni053C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni053C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni053D_.glif b/source/Hack-Bold.ufo/glyphs/uni053D_.glif index 9cf376231..cec58dc89 100644 --- a/source/Hack-Bold.ufo/glyphs/uni053D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni053D_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,22 +19,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni053E_.glif b/source/Hack-Bold.ufo/glyphs/uni053E_.glif index f1d7befb3..c5a969ebf 100644 --- a/source/Hack-Bold.ufo/glyphs/uni053E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni053E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -21,20 +21,20 @@ - + - + - + - + @@ -43,7 +43,7 @@ - + @@ -54,13 +54,13 @@ - + - + @@ -69,10 +69,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni053F_.glif b/source/Hack-Bold.ufo/glyphs/uni053F_.glif index 95fcc5f82..556b4fe47 100644 --- a/source/Hack-Bold.ufo/glyphs/uni053F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni053F_.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0540.glif b/source/Hack-Bold.ufo/glyphs/uni0540.glif index 48fdbcc47..5692cd86c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0540.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0540.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0541.glif b/source/Hack-Bold.ufo/glyphs/uni0541.glif index 89fb06f77..e3ea7a976 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0541.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0541.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + - + @@ -40,13 +40,13 @@ - + - + @@ -55,16 +55,16 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0542.glif b/source/Hack-Bold.ufo/glyphs/uni0542.glif index ef512c179..b67ec5843 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0542.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0542.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0543.glif b/source/Hack-Bold.ufo/glyphs/uni0543.glif index a0c9049e5..abc1c34ab 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0543.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0543.glif @@ -1,13 +1,13 @@ - + - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0544.glif b/source/Hack-Bold.ufo/glyphs/uni0544.glif index e011c78a9..d3a2f9f05 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0544.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0544.glif @@ -1,27 +1,27 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0545.glif b/source/Hack-Bold.ufo/glyphs/uni0545.glif index 3692e6df9..eebc139da 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0545.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0545.glif @@ -1,10 +1,10 @@ - + - + @@ -13,31 +13,31 @@ - + - + - + - + - + - + - + @@ -47,19 +47,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0546.glif b/source/Hack-Bold.ufo/glyphs/uni0546.glif index 9ab966733..a145c6388 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0546.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0546.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,13 +15,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0547.glif b/source/Hack-Bold.ufo/glyphs/uni0547.glif index 320bfef28..beab3e3be 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0547.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0547.glif @@ -1,10 +1,10 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -40,19 +40,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0548.glif b/source/Hack-Bold.ufo/glyphs/uni0548.glif index 716e16a53..946a38df1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0548.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0548.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0549.glif b/source/Hack-Bold.ufo/glyphs/uni0549.glif index 49991dc36..ea8e12bc3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0549.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0549.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -27,13 +27,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni054A_.glif b/source/Hack-Bold.ufo/glyphs/uni054A_.glif index 54cf04a6b..72c197d87 100644 --- a/source/Hack-Bold.ufo/glyphs/uni054A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni054A_.glif @@ -1,10 +1,10 @@ - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni054B_.glif b/source/Hack-Bold.ufo/glyphs/uni054B_.glif index ade027804..71e1b2f3b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni054B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni054B_.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -33,13 +33,13 @@ - + - + @@ -57,31 +57,31 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni054C_.glif b/source/Hack-Bold.ufo/glyphs/uni054C_.glif index d770f03ec..bd32dc740 100644 --- a/source/Hack-Bold.ufo/glyphs/uni054C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni054C_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,10 +20,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni054D_.glif b/source/Hack-Bold.ufo/glyphs/uni054D_.glif index 35f81e78d..3fab54a56 100644 --- a/source/Hack-Bold.ufo/glyphs/uni054D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni054D_.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni054E_.glif b/source/Hack-Bold.ufo/glyphs/uni054E_.glif index 95bd7d8a0..4f1590ec5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni054E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni054E_.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni054F_.glif b/source/Hack-Bold.ufo/glyphs/uni054F_.glif index 67c2e5323..394abb367 100644 --- a/source/Hack-Bold.ufo/glyphs/uni054F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni054F_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,13 +14,13 @@ - + - + - + @@ -35,7 +35,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -54,28 +54,28 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0550.glif b/source/Hack-Bold.ufo/glyphs/uni0550.glif index c5bb5dc7b..8a7ce2b20 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0550.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0550.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0551.glif b/source/Hack-Bold.ufo/glyphs/uni0551.glif index eeaa4916d..b99e51ea5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0551.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0551.glif @@ -1,10 +1,10 @@ - + - + @@ -16,34 +16,34 @@ - + - + - + - + - + - + @@ -52,7 +52,7 @@ - + @@ -60,22 +60,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0552.glif b/source/Hack-Bold.ufo/glyphs/uni0552.glif index 06563f94d..c2e5f0c8d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0552.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0552.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0553.glif b/source/Hack-Bold.ufo/glyphs/uni0553.glif index 3ab3647c7..eeed394e3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0553.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0553.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0554.glif b/source/Hack-Bold.ufo/glyphs/uni0554.glif index 99df1047b..fb1e648fd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0554.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0554.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + @@ -35,10 +35,10 @@ - + - + @@ -47,13 +47,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0555.glif b/source/Hack-Bold.ufo/glyphs/uni0555.glif index 5ab92b9d9..0e3bc33ea 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0555.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0555.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0556.glif b/source/Hack-Bold.ufo/glyphs/uni0556.glif index 8fb4ad096..5cc392299 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0556.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0556.glif @@ -1,17 +1,17 @@ - + - + - + @@ -21,12 +21,12 @@ - + - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0559.glif b/source/Hack-Bold.ufo/glyphs/uni0559.glif index f929a157a..6c1dd98cd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0559.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0559.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni055A_.glif b/source/Hack-Bold.ufo/glyphs/uni055A_.glif index a59fd0d98..5737016f6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni055A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni055A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni055B_.glif b/source/Hack-Bold.ufo/glyphs/uni055B_.glif index 821e3df4f..f41bcf4f2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni055B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni055B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni055C_.glif b/source/Hack-Bold.ufo/glyphs/uni055C_.glif index ec8840e7c..d0eb61875 100644 --- a/source/Hack-Bold.ufo/glyphs/uni055C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni055C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni055D_.glif b/source/Hack-Bold.ufo/glyphs/uni055D_.glif index 5e24b3379..86dfcf11f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni055D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni055D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni055E_.glif b/source/Hack-Bold.ufo/glyphs/uni055E_.glif index 2b57b034a..1237e50ee 100644 --- a/source/Hack-Bold.ufo/glyphs/uni055E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni055E_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,16 +14,16 @@ - + - + - + @@ -39,13 +39,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni055F_.glif b/source/Hack-Bold.ufo/glyphs/uni055F_.glif index a0389a6b1..06d11090c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni055F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni055F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0561.glif b/source/Hack-Bold.ufo/glyphs/uni0561.glif index 0e2c1da6a..96879f985 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0561.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0561.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + @@ -48,10 +48,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0562.glif b/source/Hack-Bold.ufo/glyphs/uni0562.glif index 4f84324e6..3a7e209cd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0562.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0562.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0563.glif b/source/Hack-Bold.ufo/glyphs/uni0563.glif index f1ae4161c..e6c1b37ba 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0563.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0563.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + @@ -33,16 +33,16 @@ - + - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0564.glif b/source/Hack-Bold.ufo/glyphs/uni0564.glif index 1f27325f0..bce9ae57e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0564.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0564.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0565.glif b/source/Hack-Bold.ufo/glyphs/uni0565.glif index 78ea144fa..ef74be035 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0565.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0565.glif @@ -1,23 +1,23 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0566.glif b/source/Hack-Bold.ufo/glyphs/uni0566.glif index 99e1f714a..fabb4cbcc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0566.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0566.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + @@ -31,16 +31,16 @@ - + - + - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0567.glif b/source/Hack-Bold.ufo/glyphs/uni0567.glif index 3c56d8198..9d627a48c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0567.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0567.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0568.glif b/source/Hack-Bold.ufo/glyphs/uni0568.glif index 559b9846d..c6b1888ab 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0568.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0568.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0569.glif b/source/Hack-Bold.ufo/glyphs/uni0569.glif index 2a85b8b20..908b0d1d5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0569.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0569.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -24,31 +24,31 @@ - + - + - + - + - + - + - + @@ -56,10 +56,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni056A_.glif b/source/Hack-Bold.ufo/glyphs/uni056A_.glif index d315eb920..cbeed1ece 100644 --- a/source/Hack-Bold.ufo/glyphs/uni056A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni056A_.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -35,15 +35,15 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni056B_.glif b/source/Hack-Bold.ufo/glyphs/uni056B_.glif index 571a361cc..7d94ac55f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni056B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni056B_.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni056C_.glif b/source/Hack-Bold.ufo/glyphs/uni056C_.glif index cb1505f03..4691a2dfc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni056C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni056C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni056D_.glif b/source/Hack-Bold.ufo/glyphs/uni056D_.glif index 1fb6c89a0..ff84549e3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni056D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni056D_.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + - + @@ -25,13 +25,13 @@ - + - + @@ -39,10 +39,10 @@ - + - + @@ -52,10 +52,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni056E_.glif b/source/Hack-Bold.ufo/glyphs/uni056E_.glif index cb5e53a5a..ea3408a4c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni056E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni056E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,7 +24,7 @@ - + @@ -32,21 +32,21 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni056F_.glif b/source/Hack-Bold.ufo/glyphs/uni056F_.glif index 94e583453..9a7e576a3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni056F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni056F_.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0570.glif b/source/Hack-Bold.ufo/glyphs/uni0570.glif index eb8b2028d..a2520fda6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0570.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0570.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0571.glif b/source/Hack-Bold.ufo/glyphs/uni0571.glif index 84c2c500e..aebd1eb15 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0571.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0571.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,7 +16,7 @@ - + @@ -25,10 +25,10 @@ - + - + @@ -56,23 +56,23 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0572.glif b/source/Hack-Bold.ufo/glyphs/uni0572.glif index dbc10425a..ec7b4b3cf 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0572.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0572.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0573.glif b/source/Hack-Bold.ufo/glyphs/uni0573.glif index ca027e842..bb680e2f7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0573.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0573.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -43,10 +43,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0574.glif b/source/Hack-Bold.ufo/glyphs/uni0574.glif index d3ef9bcf4..95cacf19f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0574.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0574.glif @@ -1,22 +1,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0575.glif b/source/Hack-Bold.ufo/glyphs/uni0575.glif index cfb73090b..9f4931958 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0575.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0575.glif @@ -1,5 +1,5 @@ - + @@ -11,13 +11,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0576.glif b/source/Hack-Bold.ufo/glyphs/uni0576.glif index 8f73948c5..249d45b29 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0576.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0576.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,10 +15,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0577.glif b/source/Hack-Bold.ufo/glyphs/uni0577.glif index 5e50851dd..12254245c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0577.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0577.glif @@ -1,10 +1,10 @@ - + - + @@ -22,20 +22,20 @@ - + - + - + - + @@ -50,7 +50,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0578.glif b/source/Hack-Bold.ufo/glyphs/uni0578.glif index 8c594a941..6d976b3dd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0578.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0578.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0579.glif b/source/Hack-Bold.ufo/glyphs/uni0579.glif index 4edb2a4d5..cce60f519 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0579.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0579.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,7 +22,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni057A_.glif b/source/Hack-Bold.ufo/glyphs/uni057A_.glif index bd842537f..09b81f1fc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni057A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni057A_.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,43 +16,43 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni057B_.glif b/source/Hack-Bold.ufo/glyphs/uni057B_.glif index 9d3d7fce9..624a06020 100644 --- a/source/Hack-Bold.ufo/glyphs/uni057B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni057B_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -28,19 +28,19 @@ - + - + - + @@ -55,7 +55,7 @@ - + @@ -63,19 +63,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni057C_.glif b/source/Hack-Bold.ufo/glyphs/uni057C_.glif index 58c21df48..28818ea09 100644 --- a/source/Hack-Bold.ufo/glyphs/uni057C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni057C_.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -31,16 +31,16 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni057D_.glif b/source/Hack-Bold.ufo/glyphs/uni057D_.glif index 799ce0d85..53627f87c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni057D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni057D_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni057E_.glif b/source/Hack-Bold.ufo/glyphs/uni057E_.glif index 9169ee384..bacda235a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni057E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni057E_.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni057F_.glif b/source/Hack-Bold.ufo/glyphs/uni057F_.glif index 8a9c50870..98e3463df 100644 --- a/source/Hack-Bold.ufo/glyphs/uni057F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni057F_.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + @@ -40,13 +40,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0580.glif b/source/Hack-Bold.ufo/glyphs/uni0580.glif index 0bf661fef..e8708fdb6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0580.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0580.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0581.glif b/source/Hack-Bold.ufo/glyphs/uni0581.glif index fe13f5689..64f0c5da0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0581.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0581.glif @@ -1,50 +1,50 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0582.glif b/source/Hack-Bold.ufo/glyphs/uni0582.glif index 24ee266d6..e17d71a08 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0582.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0582.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0583.glif b/source/Hack-Bold.ufo/glyphs/uni0583.glif index 6b7e59e60..83418b3b0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0583.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0583.glif @@ -1,5 +1,5 @@ - + @@ -7,31 +7,31 @@ - + - + - + - + - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0584.glif b/source/Hack-Bold.ufo/glyphs/uni0584.glif index eeab9a0ff..0021dac19 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0584.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0584.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + @@ -37,28 +37,28 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0585.glif b/source/Hack-Bold.ufo/glyphs/uni0585.glif index c2a2b0810..3e6cac6a4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0585.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0585.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0586.glif b/source/Hack-Bold.ufo/glyphs/uni0586.glif index 124c2c215..34252f029 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0586.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0586.glif @@ -1,5 +1,5 @@ - + @@ -24,15 +24,15 @@ - + - + - + @@ -43,7 +43,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0587.glif b/source/Hack-Bold.ufo/glyphs/uni0587.glif index 755721d14..23639d23c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0587.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0587.glif @@ -1,22 +1,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0589.glif b/source/Hack-Bold.ufo/glyphs/uni0589.glif index b954ca442..028cdf34e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0589.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0589.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni058A_.glif b/source/Hack-Bold.ufo/glyphs/uni058A_.glif index 4d60cb31a..269fe7628 100644 --- a/source/Hack-Bold.ufo/glyphs/uni058A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni058A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni0E_3F_.glif b/source/Hack-Bold.ufo/glyphs/uni0E_3F_.glif index 62583fb5e..b7c2ff03e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni0E_3F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni0E_3F_.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -36,7 +36,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_0.glif b/source/Hack-Bold.ufo/glyphs/uni10D_0.glif index af9de3ba6..de9759cec 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_0.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_1.glif b/source/Hack-Bold.ufo/glyphs/uni10D_1.glif index 0120e52a0..7472baa4f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_1.glif @@ -1,10 +1,10 @@ - + - + @@ -28,15 +28,15 @@ - + - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_2.glif b/source/Hack-Bold.ufo/glyphs/uni10D_2.glif index 5b67a699a..8e4640640 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,16 +16,16 @@ - + - + - + @@ -36,30 +36,30 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_3.glif b/source/Hack-Bold.ufo/glyphs/uni10D_3.glif index 6c4e1336f..a3074d9d3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_3.glif @@ -1,5 +1,5 @@ - + @@ -26,16 +26,16 @@ - + - + - + @@ -45,7 +45,7 @@ - + @@ -56,13 +56,13 @@ - + - + @@ -81,25 +81,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_4.glif b/source/Hack-Bold.ufo/glyphs/uni10D_4.glif index 7870a38a2..4d7d82f87 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_4.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,31 +17,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_5.glif b/source/Hack-Bold.ufo/glyphs/uni10D_5.glif index 3791daa49..858ddc406 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_5.glif @@ -1,10 +1,10 @@ - + - + @@ -17,35 +17,35 @@ - + - + - + - + - + - + - + - + @@ -55,20 +55,20 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_6.glif b/source/Hack-Bold.ufo/glyphs/uni10D_6.glif index 59638f6b6..b9066076b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_6.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,50 +16,50 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_7.glif b/source/Hack-Bold.ufo/glyphs/uni10D_7.glif index 358063d80..94f471971 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_7.glif @@ -1,27 +1,27 @@ - + - + - + - + - + - + @@ -31,21 +31,21 @@ - + - + - + - + @@ -55,11 +55,11 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_8.glif b/source/Hack-Bold.ufo/glyphs/uni10D_8.glif index 97cb48137..ce2592892 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_8.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -29,19 +29,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_9.glif b/source/Hack-Bold.ufo/glyphs/uni10D_9.glif index d3c56726c..6f72b8cbc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,29 +17,29 @@ - + - + - + - + - + - + - + @@ -56,7 +56,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_A_.glif b/source/Hack-Bold.ufo/glyphs/uni10D_A_.glif index 6c1f08a1e..3e2201644 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_A_.glif @@ -1,5 +1,5 @@ - + @@ -20,13 +20,13 @@ - + - + - + @@ -45,28 +45,28 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_B_.glif b/source/Hack-Bold.ufo/glyphs/uni10D_B_.glif index 816656f30..4dab824c6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_B_.glif @@ -1,10 +1,10 @@ - + - + @@ -13,14 +13,14 @@ - + - + - + @@ -29,31 +29,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_C_.glif b/source/Hack-Bold.ufo/glyphs/uni10D_C_.glif index d4f1f3c44..ebeb579ac 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_C_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,28 +17,28 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_D_.glif b/source/Hack-Bold.ufo/glyphs/uni10D_D_.glif index 5fdf786f6..3bc48efd6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_D_.glif @@ -1,5 +1,5 @@ - + @@ -7,21 +7,21 @@ - + - + - + - + @@ -31,11 +31,11 @@ - + - + @@ -45,12 +45,12 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_E_.glif b/source/Hack-Bold.ufo/glyphs/uni10D_E_.glif index ea7a894e9..66cb4a43a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_E_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,22 +17,22 @@ - + - + - + - + - + - + @@ -46,13 +46,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10D_F_.glif b/source/Hack-Bold.ufo/glyphs/uni10D_F_.glif index 50a3062f0..e9815395f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10D_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10D_F_.glif @@ -1,23 +1,23 @@ - + - + - + - + @@ -41,7 +41,7 @@ - + @@ -51,13 +51,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_0.glif b/source/Hack-Bold.ufo/glyphs/uni10E_0.glif index 5f1a3f44e..ad6f8caf8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_0.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -24,11 +24,11 @@ - + - + @@ -48,7 +48,7 @@ - + @@ -61,12 +61,12 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_1.glif b/source/Hack-Bold.ufo/glyphs/uni10E_1.glif index 7c923cac1..024a928d6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_1.glif @@ -1,22 +1,22 @@ - + - + - + - + - + - + @@ -35,13 +35,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_2.glif b/source/Hack-Bold.ufo/glyphs/uni10E_2.glif index a30600003..5288b9794 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -22,15 +22,15 @@ - + - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_3.glif b/source/Hack-Bold.ufo/glyphs/uni10E_3.glif index 3d4089a56..d268c4639 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_3.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,20 +17,20 @@ - + - + - + - + @@ -45,7 +45,7 @@ - + @@ -58,7 +58,7 @@ - + @@ -70,13 +70,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_4.glif b/source/Hack-Bold.ufo/glyphs/uni10E_4.glif index 2b3711946..b1ae28981 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_4.glif @@ -1,21 +1,21 @@ - + - + - + - + @@ -28,29 +28,29 @@ - + - + - + - + - + - + @@ -62,20 +62,20 @@ - + - + - + @@ -86,7 +86,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_5.glif b/source/Hack-Bold.ufo/glyphs/uni10E_5.glif index cbc3373df..bb85d2982 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_5.glif @@ -1,36 +1,36 @@ - + - + - + - + - + - + - + - + @@ -40,10 +40,10 @@ - + - + @@ -58,7 +58,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_6.glif b/source/Hack-Bold.ufo/glyphs/uni10E_6.glif index 6ce0771f6..28c6d60f3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_6.glif @@ -1,5 +1,5 @@ - + @@ -23,21 +23,21 @@ - + - + - + - + @@ -50,11 +50,11 @@ - + - + @@ -64,12 +64,12 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_7.glif b/source/Hack-Bold.ufo/glyphs/uni10E_7.glif index ca450ef8a..0c7b5f732 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_7.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -37,22 +37,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_8.glif b/source/Hack-Bold.ufo/glyphs/uni10E_8.glif index 3ca414730..901a52b6b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_8.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -35,7 +35,7 @@ - + @@ -45,16 +45,16 @@ - + - + - + @@ -63,10 +63,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_9.glif b/source/Hack-Bold.ufo/glyphs/uni10E_9.glif index 12a64dd8e..024f1a7fc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,23 +16,23 @@ - + - + - + - + @@ -43,7 +43,7 @@ - + @@ -51,10 +51,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_A_.glif b/source/Hack-Bold.ufo/glyphs/uni10E_A_.glif index 9cb2c7354..82fd93fda 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_A_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,22 +19,22 @@ - + - + - + - + - + @@ -50,13 +50,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_B_.glif b/source/Hack-Bold.ufo/glyphs/uni10E_B_.glif index 490db5029..686823d37 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_B_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -19,12 +19,12 @@ - + - + @@ -33,10 +33,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_C_.glif b/source/Hack-Bold.ufo/glyphs/uni10E_C_.glif index d1bf61332..8fc39e211 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_C_.glif @@ -1,23 +1,23 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -61,33 +61,33 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_D_.glif b/source/Hack-Bold.ufo/glyphs/uni10E_D_.glif index d575e6288..5686feb90 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_D_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,10 +17,10 @@ - + - + @@ -41,7 +41,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -75,19 +75,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_E_.glif b/source/Hack-Bold.ufo/glyphs/uni10E_E_.glif index debda8d58..b7cdcea25 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_E_.glif @@ -1,10 +1,10 @@ - + - + @@ -13,24 +13,24 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10E_F_.glif b/source/Hack-Bold.ufo/glyphs/uni10E_F_.glif index c57b4eb61..499663609 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10E_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10E_F_.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -46,7 +46,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_0.glif b/source/Hack-Bold.ufo/glyphs/uni10F_0.glif index 6c797f555..f2bb0b188 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_0.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -56,7 +56,7 @@ - + @@ -65,13 +65,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_1.glif b/source/Hack-Bold.ufo/glyphs/uni10F_1.glif index e529f7dec..34c209b35 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_1.glif @@ -1,13 +1,13 @@ - + - + - + @@ -26,37 +26,37 @@ - + - + - + - + - + - + - + - + - + - + @@ -69,25 +69,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_2.glif b/source/Hack-Bold.ufo/glyphs/uni10F_2.glif index 3db50a42e..3c76bec60 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_2.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + - + @@ -38,10 +38,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_3.glif b/source/Hack-Bold.ufo/glyphs/uni10F_3.glif index 853b8d669..f704c9438 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_3.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_4.glif b/source/Hack-Bold.ufo/glyphs/uni10F_4.glif index 5fe529626..f429a638e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_4.glif @@ -1,30 +1,30 @@ - + - + - + - + - + @@ -42,23 +42,23 @@ - + - + - + - + @@ -69,7 +69,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_5.glif b/source/Hack-Bold.ufo/glyphs/uni10F_5.glif index 54a2eefb6..50d62bf7c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_5.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,13 +16,13 @@ - + - + - + @@ -40,24 +40,24 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_6.glif b/source/Hack-Bold.ufo/glyphs/uni10F_6.glif index 0cf822819..905850920 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_6.glif @@ -1,5 +1,5 @@ - + @@ -19,31 +19,31 @@ - + - + - + - + - + - + @@ -53,14 +53,14 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_7.glif b/source/Hack-Bold.ufo/glyphs/uni10F_7.glif index 886e6c670..a0235335e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_7.glif @@ -1,10 +1,10 @@ - + - + @@ -13,10 +13,10 @@ - + - + @@ -25,26 +25,26 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_8.glif b/source/Hack-Bold.ufo/glyphs/uni10F_8.glif index a878129ca..29673a255 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_8.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -29,17 +29,17 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_9.glif b/source/Hack-Bold.ufo/glyphs/uni10F_9.glif index 15708f86b..9a2d1ae9f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,22 +16,22 @@ - + - + - + - + - + @@ -39,13 +39,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_A_.glif b/source/Hack-Bold.ufo/glyphs/uni10F_A_.glif index 2833b5028..99810a1e5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_A_.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,23 +23,23 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_B_.glif b/source/Hack-Bold.ufo/glyphs/uni10F_B_.glif index 2c81568f2..2d4aaa19d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_B_.glif @@ -1,57 +1,57 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni10F_C_.glif b/source/Hack-Bold.ufo/glyphs/uni10F_C_.glif index cf8dfbb68..cbd86bb76 100644 --- a/source/Hack-Bold.ufo/glyphs/uni10F_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni10F_C_.glif @@ -1,14 +1,14 @@ - + - + - + @@ -24,13 +24,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni1E_B_C_.glif b/source/Hack-Bold.ufo/glyphs/uni1E_B_C_.glif index d08caad8d..64d08f797 100644 --- a/source/Hack-Bold.ufo/glyphs/uni1E_B_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni1E_B_C_.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -28,14 +28,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni1E_B_D_.glif b/source/Hack-Bold.ufo/glyphs/uni1E_B_D_.glif index 0929b2a18..e73befb5b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni1E_B_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni1E_B_D_.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni1E_F_8.glif b/source/Hack-Bold.ufo/glyphs/uni1E_F_8.glif index 782ab037b..e3bfe0c83 100644 --- a/source/Hack-Bold.ufo/glyphs/uni1E_F_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni1E_F_8.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -28,14 +28,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni1E_F_9.glif b/source/Hack-Bold.ufo/glyphs/uni1E_F_9.glif index e15e1cfa0..70abd99f1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni1E_F_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni1E_F_9.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2000.glif b/source/Hack-Bold.ufo/glyphs/uni2000.glif index d0ebf1f93..fcf33b66d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2000.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2000.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2001.glif b/source/Hack-Bold.ufo/glyphs/uni2001.glif index 2d9044ed7..52cc3eb33 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2001.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2001.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2002.glif b/source/Hack-Bold.ufo/glyphs/uni2002.glif index 118881251..d3ed2c892 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2002.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2002.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2003.glif b/source/Hack-Bold.ufo/glyphs/uni2003.glif index ed1727198..6c33cbbb4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2003.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2003.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2004.glif b/source/Hack-Bold.ufo/glyphs/uni2004.glif index 7760d1614..832cf5e86 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2004.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2004.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2005.glif b/source/Hack-Bold.ufo/glyphs/uni2005.glif index c74724fd0..d3890d22c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2005.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2005.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2006.glif b/source/Hack-Bold.ufo/glyphs/uni2006.glif index 8ebfe7b0f..38d77599d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2006.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2006.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2007.glif b/source/Hack-Bold.ufo/glyphs/uni2007.glif index 9feeb6e4e..efb323052 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2007.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2007.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2008.glif b/source/Hack-Bold.ufo/glyphs/uni2008.glif index ead1bfbab..98b293250 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2008.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2008.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2009.glif b/source/Hack-Bold.ufo/glyphs/uni2009.glif index 6bcafac01..ccc5dddc7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2009.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2009.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni200A_.glif b/source/Hack-Bold.ufo/glyphs/uni200A_.glif index 7f7754a85..e24c197d9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni200A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni200A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2010.glif b/source/Hack-Bold.ufo/glyphs/uni2010.glif index 737d9598e..f0378cd54 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2010.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2010.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2011.glif b/source/Hack-Bold.ufo/glyphs/uni2011.glif index f1b402d48..60a535526 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2011.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2011.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2015.glif b/source/Hack-Bold.ufo/glyphs/uni2015.glif index ae862f8ff..438af97c3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2015.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2015.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2016.glif b/source/Hack-Bold.ufo/glyphs/uni2016.glif index 85cf9fb51..3096e137d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2016.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2016.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni201F_.glif b/source/Hack-Bold.ufo/glyphs/uni201F_.glif index bb0266fab..d3dc41f3c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni201F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni201F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2023.glif b/source/Hack-Bold.ufo/glyphs/uni2023.glif index 2eecf46b8..14f028134 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2023.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2023.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni202F_.glif b/source/Hack-Bold.ufo/glyphs/uni202F_.glif index 33cb9cc4c..ce697df98 100644 --- a/source/Hack-Bold.ufo/glyphs/uni202F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni202F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2031.glif b/source/Hack-Bold.ufo/glyphs/uni2031.glif index 6ff156894..c75d60fd4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2031.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2031.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + @@ -38,13 +38,13 @@ - + - + - + @@ -57,13 +57,13 @@ - + - + - + @@ -71,7 +71,7 @@ - + @@ -81,13 +81,13 @@ - + - + - + @@ -95,25 +95,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2035.glif b/source/Hack-Bold.ufo/glyphs/uni2035.glif index c9d5f38b8..cae52c272 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2035.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2035.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2036.glif b/source/Hack-Bold.ufo/glyphs/uni2036.glif index 48ffd0c2f..4d822a92a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2036.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2036.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2037.glif b/source/Hack-Bold.ufo/glyphs/uni2037.glif index 301412531..fca44686b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2037.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2037.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni203D_.glif b/source/Hack-Bold.ufo/glyphs/uni203D_.glif index 4cf78be90..8d95d03c4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni203D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni203D_.glif @@ -1,5 +1,5 @@ - + @@ -12,17 +12,17 @@ - + - + - + @@ -31,7 +31,7 @@ - + @@ -40,10 +40,10 @@ - + - + @@ -61,10 +61,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni203E_.glif b/source/Hack-Bold.ufo/glyphs/uni203E_.glif index 30bfeccbb..5c14d6dbf 100644 --- a/source/Hack-Bold.ufo/glyphs/uni203E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni203E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni203F_.glif b/source/Hack-Bold.ufo/glyphs/uni203F_.glif index 862455d75..d61c2c974 100644 --- a/source/Hack-Bold.ufo/glyphs/uni203F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni203F_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2045.glif b/source/Hack-Bold.ufo/glyphs/uni2045.glif index dab4ad0b4..8e92b1ed9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2045.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2045.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2046.glif b/source/Hack-Bold.ufo/glyphs/uni2046.glif index 260f5e3f6..7f2ce566c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2046.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2046.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2047.glif b/source/Hack-Bold.ufo/glyphs/uni2047.glif index 5bbf9d32d..90b7531d2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2047.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2047.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -21,10 +21,10 @@ - + - + @@ -46,7 +46,7 @@ - + @@ -56,10 +56,10 @@ - + - + @@ -74,19 +74,19 @@ - + - + - + - + @@ -98,12 +98,12 @@ - + - + @@ -112,10 +112,10 @@ - + - + @@ -127,7 +127,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2048.glif b/source/Hack-Bold.ufo/glyphs/uni2048.glif index c856ec34b..4e8ec9eb6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2048.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2048.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -21,10 +21,10 @@ - + - + @@ -47,7 +47,7 @@ - + @@ -56,10 +56,10 @@ - + - + @@ -71,12 +71,12 @@ - + - + @@ -85,10 +85,10 @@ - + - + @@ -100,7 +100,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2049.glif b/source/Hack-Bold.ufo/glyphs/uni2049.glif index 7e42e5dcf..16e38d24d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2049.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2049.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -21,10 +21,10 @@ - + - + @@ -47,19 +47,19 @@ - + - + - + - + @@ -71,12 +71,12 @@ - + - + @@ -85,10 +85,10 @@ - + - + @@ -100,7 +100,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni204B_.glif b/source/Hack-Bold.ufo/glyphs/uni204B_.glif index 9fb321113..403223c74 100644 --- a/source/Hack-Bold.ufo/glyphs/uni204B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni204B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni205F_.glif b/source/Hack-Bold.ufo/glyphs/uni205F_.glif index 94f3ccd11..5eac8ab7f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni205F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni205F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2070.glif b/source/Hack-Bold.ufo/glyphs/uni2070.glif index 9fee02577..f91352313 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2070.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2070.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + @@ -50,13 +50,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2074.glif b/source/Hack-Bold.ufo/glyphs/uni2074.glif index 2338b76a7..55e0128a0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2074.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2074.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2075.glif b/source/Hack-Bold.ufo/glyphs/uni2075.glif index d3bc5c7b6..6ca62b7d2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2075.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2075.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2076.glif b/source/Hack-Bold.ufo/glyphs/uni2076.glif index 289ff3a96..e16005e5b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2076.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2076.glif @@ -1,49 +1,49 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2077.glif b/source/Hack-Bold.ufo/glyphs/uni2077.glif index 31b6b700b..5fe7a23a6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2077.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2077.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2078.glif b/source/Hack-Bold.ufo/glyphs/uni2078.glif index d3117b6f5..508a28987 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2078.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2078.glif @@ -1,59 +1,59 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2079.glif b/source/Hack-Bold.ufo/glyphs/uni2079.glif index 254de7fc5..53a3055fe 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2079.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2079.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni207A_.glif b/source/Hack-Bold.ufo/glyphs/uni207A_.glif index 588be9938..ade849746 100644 --- a/source/Hack-Bold.ufo/glyphs/uni207A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni207A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni207B_.glif b/source/Hack-Bold.ufo/glyphs/uni207B_.glif index b03f6bb9a..0d76a04a0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni207B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni207B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni207C_.glif b/source/Hack-Bold.ufo/glyphs/uni207C_.glif index 6ab85d091..f4fcf4ed3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni207C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni207C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni207D_.glif b/source/Hack-Bold.ufo/glyphs/uni207D_.glif index edf2c0af9..9ecd76c75 100644 --- a/source/Hack-Bold.ufo/glyphs/uni207D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni207D_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni207E_.glif b/source/Hack-Bold.ufo/glyphs/uni207E_.glif index e214c106c..0b0665f4a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni207E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni207E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni208A_.glif b/source/Hack-Bold.ufo/glyphs/uni208A_.glif index a71322b00..19f859e48 100644 --- a/source/Hack-Bold.ufo/glyphs/uni208A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni208A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni208B_.glif b/source/Hack-Bold.ufo/glyphs/uni208B_.glif index d7513cda3..ad53d7a22 100644 --- a/source/Hack-Bold.ufo/glyphs/uni208B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni208B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni208C_.glif b/source/Hack-Bold.ufo/glyphs/uni208C_.glif index bd415ad98..7ab92b57d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni208C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni208C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni208D_.glif b/source/Hack-Bold.ufo/glyphs/uni208D_.glif index ef8d756d8..61a8637b4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni208D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni208D_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni208E_.glif b/source/Hack-Bold.ufo/glyphs/uni208E_.glif index f99803e21..29ee02cdf 100644 --- a/source/Hack-Bold.ufo/glyphs/uni208E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni208E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_0.glif b/source/Hack-Bold.ufo/glyphs/uni20A_0.glif index 1ab45390c..90744a679 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_0.glif @@ -1,5 +1,5 @@ - + @@ -7,26 +7,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_2.glif b/source/Hack-Bold.ufo/glyphs/uni20A_2.glif index 9cfd46015..bad601765 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_2.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -32,14 +32,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_5.glif b/source/Hack-Bold.ufo/glyphs/uni20A_5.glif index c8849e9cb..9895842d2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_5.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,7 +25,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -42,17 +42,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_6.glif b/source/Hack-Bold.ufo/glyphs/uni20A_6.glif index 0f9f11b33..2a679a67d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_8.glif b/source/Hack-Bold.ufo/glyphs/uni20A_8.glif index 1aa6cdd11..32e65c271 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -27,7 +27,7 @@ - + @@ -37,37 +37,37 @@ - + - + - + - + - + - + - + @@ -75,10 +75,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_9.glif b/source/Hack-Bold.ufo/glyphs/uni20A_9.glif index 10fb49515..d6704cf6a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_A_.glif b/source/Hack-Bold.ufo/glyphs/uni20A_A_.glif index fadb68566..8e5ac210c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_A_.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -23,13 +23,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_D_.glif b/source/Hack-Bold.ufo/glyphs/uni20A_D_.glif index 56c1fc3b2..8c9881287 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_E_.glif b/source/Hack-Bold.ufo/glyphs/uni20A_E_.glif index d0982af9a..165655b8d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20A_F_.glif b/source/Hack-Bold.ufo/glyphs/uni20A_F_.glif index 88296f282..f946cc819 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20A_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20A_F_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -45,7 +45,7 @@ - + @@ -66,10 +66,10 @@ - + - + @@ -101,26 +101,26 @@ - + - + - + - + @@ -137,7 +137,7 @@ - + @@ -146,7 +146,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_0.glif b/source/Hack-Bold.ufo/glyphs/uni20B_0.glif index ca557d0ec..bc7d223a3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_0.glif @@ -1,5 +1,5 @@ - + @@ -7,26 +7,26 @@ - + - + - + - + @@ -38,19 +38,19 @@ - + - + - + - + @@ -59,13 +59,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_1.glif b/source/Hack-Bold.ufo/glyphs/uni20B_1.glif index 4a3ab1a70..bb747b27e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_1.glif @@ -1,5 +1,5 @@ - + @@ -34,7 +34,7 @@ - + @@ -46,7 +46,7 @@ - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_2.glif b/source/Hack-Bold.ufo/glyphs/uni20B_2.glif index 7c74b2089..116e221d0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_2.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -46,7 +46,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_3.glif b/source/Hack-Bold.ufo/glyphs/uni20B_3.glif index a36fdf63a..45b590959 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_4.glif b/source/Hack-Bold.ufo/glyphs/uni20B_4.glif index 013e430cf..cc6390715 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_4.glif @@ -1,13 +1,13 @@ - + - + - + @@ -23,20 +23,20 @@ - + - + - + - + @@ -55,10 +55,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_5.glif b/source/Hack-Bold.ufo/glyphs/uni20B_5.glif index 048f61d21..6af538a83 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_5.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_7.glif b/source/Hack-Bold.ufo/glyphs/uni20B_7.glif index 7d42e579c..312f3e831 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_7.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_8.glif b/source/Hack-Bold.ufo/glyphs/uni20B_8.glif index 8f0091145..e952e5bcc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni20B_9.glif b/source/Hack-Bold.ufo/glyphs/uni20B_9.glif index 673d67864..99aece9e7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni20B_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni20B_9.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2116.glif b/source/Hack-Bold.ufo/glyphs/uni2116.glif index 325b30b11..ae8891f71 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2116.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2116.glif @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2126.glif b/source/Hack-Bold.ufo/glyphs/uni2126.glif index c33ea87f0..4d5a9df1e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2126.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2126.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + @@ -24,13 +24,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2150.glif b/source/Hack-Bold.ufo/glyphs/uni2150.glif index fbdd8bdd1..dff2be9af 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2150.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2150.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2151.glif b/source/Hack-Bold.ufo/glyphs/uni2151.glif index dc46465f3..e2188840f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2151.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2151.glif @@ -1,5 +1,5 @@ - + @@ -23,43 +23,43 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2153.glif b/source/Hack-Bold.ufo/glyphs/uni2153.glif index b915f3ba2..cd546d456 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2153.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2153.glif @@ -1,5 +1,5 @@ - + @@ -23,45 +23,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2154.glif b/source/Hack-Bold.ufo/glyphs/uni2154.glif index 5b59924e9..a49c67518 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2154.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2154.glif @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ - + - + - + - + @@ -39,45 +39,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2155.glif b/source/Hack-Bold.ufo/glyphs/uni2155.glif index 46b92dc4a..12255e3c0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2155.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2155.glif @@ -1,5 +1,5 @@ - + @@ -23,20 +23,20 @@ - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2156.glif b/source/Hack-Bold.ufo/glyphs/uni2156.glif index 0f527a4b4..497588ded 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2156.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2156.glif @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ - + - + - + - + @@ -39,20 +39,20 @@ - + - + - + - + @@ -63,10 +63,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2157.glif b/source/Hack-Bold.ufo/glyphs/uni2157.glif index bcbb88621..06eb92223 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2157.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2157.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + @@ -53,20 +53,20 @@ - + - + - + - + @@ -77,10 +77,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2158.glif b/source/Hack-Bold.ufo/glyphs/uni2158.glif index 49dfcf2b6..d83ea9cb4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2158.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2158.glif @@ -1,5 +1,5 @@ - + @@ -28,20 +28,20 @@ - + - + - + - + @@ -52,10 +52,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2159.glif b/source/Hack-Bold.ufo/glyphs/uni2159.glif index 44f430cc2..6be2dff48 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2159.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2159.glif @@ -1,5 +1,5 @@ - + @@ -23,46 +23,46 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni215A_.glif b/source/Hack-Bold.ufo/glyphs/uni215A_.glif index 7558da01c..85d5824ba 100644 --- a/source/Hack-Bold.ufo/glyphs/uni215A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni215A_.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -42,43 +42,43 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni215F_.glif b/source/Hack-Bold.ufo/glyphs/uni215F_.glif index 07354ef9f..bf385e64c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni215F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni215F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2189.glif b/source/Hack-Bold.ufo/glyphs/uni2189.glif index d8f0b735b..9ff112184 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2189.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2189.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + @@ -47,16 +47,16 @@ - + - + - + - + @@ -67,45 +67,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2196.glif b/source/Hack-Bold.ufo/glyphs/uni2196.glif index 91899269f..4cb02437b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2196.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2196.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2197.glif b/source/Hack-Bold.ufo/glyphs/uni2197.glif index 34d37ee1a..d3c17b60f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2197.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2197.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2198.glif b/source/Hack-Bold.ufo/glyphs/uni2198.glif index 94fdf82a7..a8dbf5303 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2198.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2198.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2199.glif b/source/Hack-Bold.ufo/glyphs/uni2199.glif index 0cc3a3b90..dc5ab4cbe 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2199.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2199.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni219A_.glif b/source/Hack-Bold.ufo/glyphs/uni219A_.glif index 8ce0e62e2..0435e0cf2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni219A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni219A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni219B_.glif b/source/Hack-Bold.ufo/glyphs/uni219B_.glif index ae1b5fb43..2667857c6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni219B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni219B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni219C_.glif b/source/Hack-Bold.ufo/glyphs/uni219C_.glif index dee1a0589..9b77858c7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni219C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni219C_.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni219D_.glif b/source/Hack-Bold.ufo/glyphs/uni219D_.glif index ae67fa1af..dcae18180 100644 --- a/source/Hack-Bold.ufo/glyphs/uni219D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni219D_.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni219E_.glif b/source/Hack-Bold.ufo/glyphs/uni219E_.glif index 3bb6430ce..a66b90fea 100644 --- a/source/Hack-Bold.ufo/glyphs/uni219E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni219E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni219F_.glif b/source/Hack-Bold.ufo/glyphs/uni219F_.glif index 95a541e48..622471ac2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni219F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni219F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_0.glif b/source/Hack-Bold.ufo/glyphs/uni21A_0.glif index 864eb268b..0a6e03d88 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_1.glif b/source/Hack-Bold.ufo/glyphs/uni21A_1.glif index 8b31bd2c6..79a8cfae5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_2.glif b/source/Hack-Bold.ufo/glyphs/uni21A_2.glif index 4ec18ccfc..765f28d69 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_3.glif b/source/Hack-Bold.ufo/glyphs/uni21A_3.glif index 8842181ae..ccc54a7c7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_4.glif b/source/Hack-Bold.ufo/glyphs/uni21A_4.glif index fc3f07abf..ca55a897d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_5.glif b/source/Hack-Bold.ufo/glyphs/uni21A_5.glif index 96349ee28..ae56834e0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_6.glif b/source/Hack-Bold.ufo/glyphs/uni21A_6.glif index 81ed3d819..46410d269 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_7.glif b/source/Hack-Bold.ufo/glyphs/uni21A_7.glif index f3d9ff15d..fc5d79141 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_9.glif b/source/Hack-Bold.ufo/glyphs/uni21A_9.glif index 56c8601f8..3ffd6fb92 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_9.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_A_.glif b/source/Hack-Bold.ufo/glyphs/uni21A_A_.glif index ce65a4f1b..332a6edac 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_A_.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_B_.glif b/source/Hack-Bold.ufo/glyphs/uni21A_B_.glif index b6bf13fde..82df60b9b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_B_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_C_.glif b/source/Hack-Bold.ufo/glyphs/uni21A_C_.glif index a1c84a434..fea1a6968 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_C_.glif @@ -1,5 +1,5 @@ - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_D_.glif b/source/Hack-Bold.ufo/glyphs/uni21A_D_.glif index 670cb58d4..1cd14f2bc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_D_.glif @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_E_.glif b/source/Hack-Bold.ufo/glyphs/uni21A_E_.glif index a499c184b..efddd812c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21A_F_.glif b/source/Hack-Bold.ufo/glyphs/uni21A_F_.glif index bd52a4532..652012e47 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21A_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_0.glif b/source/Hack-Bold.ufo/glyphs/uni21B_0.glif index e1897faf0..2a1138586 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_1.glif b/source/Hack-Bold.ufo/glyphs/uni21B_1.glif index 14caef5d7..0c3e96df5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_2.glif b/source/Hack-Bold.ufo/glyphs/uni21B_2.glif index fcb071e65..ef84eb313 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_3.glif b/source/Hack-Bold.ufo/glyphs/uni21B_3.glif index 0b6ca701f..e2b7f3015 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_4.glif b/source/Hack-Bold.ufo/glyphs/uni21B_4.glif index 56b7f1f8a..1fc77a451 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_6.glif b/source/Hack-Bold.ufo/glyphs/uni21B_6.glif index 693cd0b57..e1e1f7667 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_6.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_7.glif b/source/Hack-Bold.ufo/glyphs/uni21B_7.glif index 2ec1c1a68..242273bda 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_7.glif @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_8.glif b/source/Hack-Bold.ufo/glyphs/uni21B_8.glif index 999bd5595..182b7c075 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_9.glif b/source/Hack-Bold.ufo/glyphs/uni21B_9.glif index cd4dc913c..6f06c37f8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_A_.glif b/source/Hack-Bold.ufo/glyphs/uni21B_A_.glif index fe738003c..8ed58dd86 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_A_.glif @@ -1,35 +1,35 @@ - + - + - + - + - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_B_.glif b/source/Hack-Bold.ufo/glyphs/uni21B_B_.glif index c612b8836..0fa629f50 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -24,26 +24,26 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_C_.glif b/source/Hack-Bold.ufo/glyphs/uni21B_C_.glif index d570c0cc6..16cc04b3c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_D_.glif b/source/Hack-Bold.ufo/glyphs/uni21B_D_.glif index 0769e3c72..275978c53 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_E_.glif b/source/Hack-Bold.ufo/glyphs/uni21B_E_.glif index 38311ddb0..c30de15c3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21B_F_.glif b/source/Hack-Bold.ufo/glyphs/uni21B_F_.glif index b0a3caad2..22362708f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21B_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21B_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_0.glif b/source/Hack-Bold.ufo/glyphs/uni21C_0.glif index ff4f9e5af..0a38d53bf 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_1.glif b/source/Hack-Bold.ufo/glyphs/uni21C_1.glif index edecfde8c..5c4de0f54 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_2.glif b/source/Hack-Bold.ufo/glyphs/uni21C_2.glif index 4b128d383..af7583f94 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_3.glif b/source/Hack-Bold.ufo/glyphs/uni21C_3.glif index 68cef44e4..038a4bc3e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_4.glif b/source/Hack-Bold.ufo/glyphs/uni21C_4.glif index eef8ce437..d5c047a74 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_5.glif b/source/Hack-Bold.ufo/glyphs/uni21C_5.glif index 221468728..e7d2f2cd6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_6.glif b/source/Hack-Bold.ufo/glyphs/uni21C_6.glif index a52aaeb2b..3e1c82f55 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_7.glif b/source/Hack-Bold.ufo/glyphs/uni21C_7.glif index 9d06c9c52..86ee0a139 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_8.glif b/source/Hack-Bold.ufo/glyphs/uni21C_8.glif index 67f84022b..dd0b9b253 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_9.glif b/source/Hack-Bold.ufo/glyphs/uni21C_9.glif index 21df4238d..0b64c6900 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_A_.glif b/source/Hack-Bold.ufo/glyphs/uni21C_A_.glif index 02a88ac0d..b8801804d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_B_.glif b/source/Hack-Bold.ufo/glyphs/uni21C_B_.glif index ed1d8efdf..0818ce158 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_C_.glif b/source/Hack-Bold.ufo/glyphs/uni21C_C_.glif index 96700f464..a8499baef 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_D_.glif b/source/Hack-Bold.ufo/glyphs/uni21C_D_.glif index f70828afd..ba3fbe6e7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_E_.glif b/source/Hack-Bold.ufo/glyphs/uni21C_E_.glif index d885d3999..b78a4b05f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21C_F_.glif b/source/Hack-Bold.ufo/glyphs/uni21C_F_.glif index 1d64b4b24..ca546e6f3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21C_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_5.glif b/source/Hack-Bold.ufo/glyphs/uni21D_5.glif index 269e3777c..86cbe0e16 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_6.glif b/source/Hack-Bold.ufo/glyphs/uni21D_6.glif index 698b13d6b..f17ecd0e8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_7.glif b/source/Hack-Bold.ufo/glyphs/uni21D_7.glif index 5db555343..c4140dcf1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_8.glif b/source/Hack-Bold.ufo/glyphs/uni21D_8.glif index 94c793b0a..cbaac5d68 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_9.glif b/source/Hack-Bold.ufo/glyphs/uni21D_9.glif index da52e0229..f687e3d94 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_A_.glif b/source/Hack-Bold.ufo/glyphs/uni21D_A_.glif index 64bb38780..99015c792 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_B_.glif b/source/Hack-Bold.ufo/glyphs/uni21D_B_.glif index da67f1620..8931a3631 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_C_.glif b/source/Hack-Bold.ufo/glyphs/uni21D_C_.glif index efdb36784..e6bb9e743 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21D_D_.glif b/source/Hack-Bold.ufo/glyphs/uni21D_D_.glif index 2ab629d5f..0521f9d95 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21D_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_0.glif b/source/Hack-Bold.ufo/glyphs/uni21E_0.glif index 536923091..c3ec992b8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_1.glif b/source/Hack-Bold.ufo/glyphs/uni21E_1.glif index 29bf8105a..a16f665ec 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_2.glif b/source/Hack-Bold.ufo/glyphs/uni21E_2.glif index a27f62d8e..40798f89d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_3.glif b/source/Hack-Bold.ufo/glyphs/uni21E_3.glif index f29c2aca0..88d288a5c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_4.glif b/source/Hack-Bold.ufo/glyphs/uni21E_4.glif index 0f8d11a44..f9e61244f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_5.glif b/source/Hack-Bold.ufo/glyphs/uni21E_5.glif index d031f5be2..2b8a04403 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_6.glif b/source/Hack-Bold.ufo/glyphs/uni21E_6.glif index b013c6602..a6f587b68 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_7.glif b/source/Hack-Bold.ufo/glyphs/uni21E_7.glif index 0e0ebce11..431b4ad5d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_8.glif b/source/Hack-Bold.ufo/glyphs/uni21E_8.glif index 9a8f598b1..0d6a89210 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_9.glif b/source/Hack-Bold.ufo/glyphs/uni21E_9.glif index 87f19620a..556795ccb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_B_.glif b/source/Hack-Bold.ufo/glyphs/uni21E_B_.glif index 2ae37a87b..31bb58e48 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_C_.glif b/source/Hack-Bold.ufo/glyphs/uni21E_C_.glif index e77358a4e..3f28c37a7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_D_.glif b/source/Hack-Bold.ufo/glyphs/uni21E_D_.glif index 6cfa59cde..c43596829 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_E_.glif b/source/Hack-Bold.ufo/glyphs/uni21E_E_.glif index 5b0e758b8..93d745cb2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21E_F_.glif b/source/Hack-Bold.ufo/glyphs/uni21E_F_.glif index 76723b660..ad52ad786 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21E_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21E_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_0.glif b/source/Hack-Bold.ufo/glyphs/uni21F_0.glif index f3fa4b469..ad6d72027 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_1.glif b/source/Hack-Bold.ufo/glyphs/uni21F_1.glif index 6c48c0ab6..3c0b6565b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_2.glif b/source/Hack-Bold.ufo/glyphs/uni21F_2.glif index be1ea2e72..c73a3bb41 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_3.glif b/source/Hack-Bold.ufo/glyphs/uni21F_3.glif index b1ab377fb..ace256a2b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_4.glif b/source/Hack-Bold.ufo/glyphs/uni21F_4.glif index 8bf45058c..b869c312e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_4.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_5.glif b/source/Hack-Bold.ufo/glyphs/uni21F_5.glif index 65d1e027d..a6a02451f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_6.glif b/source/Hack-Bold.ufo/glyphs/uni21F_6.glif index 3037dd63e..026d78f84 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_7.glif b/source/Hack-Bold.ufo/glyphs/uni21F_7.glif index 1d21b24f3..3e1d76405 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_8.glif b/source/Hack-Bold.ufo/glyphs/uni21F_8.glif index abee08574..6f95e0ac0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_9.glif b/source/Hack-Bold.ufo/glyphs/uni21F_9.glif index fee831336..9a287cdc8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_A_.glif b/source/Hack-Bold.ufo/glyphs/uni21F_A_.glif index 2b64bfa04..ee333e062 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_B_.glif b/source/Hack-Bold.ufo/glyphs/uni21F_B_.glif index 7c824316d..f4e3f5343 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_C_.glif b/source/Hack-Bold.ufo/glyphs/uni21F_C_.glif index 765750813..8677c3cd9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_D_.glif b/source/Hack-Bold.ufo/glyphs/uni21F_D_.glif index b750d9f4a..8ff29da36 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_E_.glif b/source/Hack-Bold.ufo/glyphs/uni21F_E_.glif index 777ba614c..1100b4e1a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni21F_F_.glif b/source/Hack-Bold.ufo/glyphs/uni21F_F_.glif index 58b0d6fb3..297c1587e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni21F_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni21F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2201.glif b/source/Hack-Bold.ufo/glyphs/uni2201.glif index 7dacc5a4c..839e78ef9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2201.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2201.glif @@ -1,17 +1,17 @@ - + - + - + @@ -24,20 +24,20 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2204.glif b/source/Hack-Bold.ufo/glyphs/uni2204.glif index ce7168eae..fa10abb79 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2204.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2204.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2206.glif b/source/Hack-Bold.ufo/glyphs/uni2206.glif index ec3570828..20b48111d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2206.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2206.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni220A_.glif b/source/Hack-Bold.ufo/glyphs/uni220A_.glif index e5ece41f6..d8e5f20aa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni220A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni220A_.glif @@ -1,10 +1,10 @@ - + - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni220C_.glif b/source/Hack-Bold.ufo/glyphs/uni220C_.glif index 3e2cfba81..7cdecf464 100644 --- a/source/Hack-Bold.ufo/glyphs/uni220C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni220C_.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -36,7 +36,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni220D_.glif b/source/Hack-Bold.ufo/glyphs/uni220D_.glif index 1c8ea1362..10d202ab2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni220D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni220D_.glif @@ -1,11 +1,11 @@ - + - + @@ -20,10 +20,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni220E_.glif b/source/Hack-Bold.ufo/glyphs/uni220E_.glif index 6daf54592..eeaff1bf1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni220E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni220E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2210.glif b/source/Hack-Bold.ufo/glyphs/uni2210.glif index 39f518dea..10a94a884 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2210.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2210.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2213.glif b/source/Hack-Bold.ufo/glyphs/uni2213.glif index 2251a35d9..3794caa8d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2213.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2213.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2218.glif b/source/Hack-Bold.ufo/glyphs/uni2218.glif index 4d64b24a4..f6147c06e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2218.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2218.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,16 +24,16 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni221B_.glif b/source/Hack-Bold.ufo/glyphs/uni221B_.glif index 98e8d88e1..c237a93b5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni221B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni221B_.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni221C_.glif b/source/Hack-Bold.ufo/glyphs/uni221C_.glif index 3d672f6b2..18dd9fe2c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni221C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni221C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2223.glif b/source/Hack-Bold.ufo/glyphs/uni2223.glif index b5c335234..ec5f9d561 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2223.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2223.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni222C_.glif b/source/Hack-Bold.ufo/glyphs/uni222C_.glif index 9c38b6b26..8f1a47de5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni222C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni222C_.glif @@ -1,65 +1,65 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni222D_.glif b/source/Hack-Bold.ufo/glyphs/uni222D_.glif index b2c3114ef..752243202 100644 --- a/source/Hack-Bold.ufo/glyphs/uni222D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni222D_.glif @@ -1,95 +1,95 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2235.glif b/source/Hack-Bold.ufo/glyphs/uni2235.glif index ba29b2a27..af91c5e60 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2235.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2235.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2236.glif b/source/Hack-Bold.ufo/glyphs/uni2236.glif index cc25adc67..a01173dd0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2236.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2236.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2237.glif b/source/Hack-Bold.ufo/glyphs/uni2237.glif index bd470af4b..d159af621 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2237.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2237.glif @@ -1,75 +1,75 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2238.glif b/source/Hack-Bold.ufo/glyphs/uni2238.glif index 24b20bc30..31042ba7c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2238.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2238.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2239.glif b/source/Hack-Bold.ufo/glyphs/uni2239.glif index 4375561a8..7a9383cde 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2239.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2239.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -28,18 +28,18 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni223A_.glif b/source/Hack-Bold.ufo/glyphs/uni223A_.glif index f4ff7b377..9c6625dba 100644 --- a/source/Hack-Bold.ufo/glyphs/uni223A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni223A_.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -46,36 +46,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni223B_.glif b/source/Hack-Bold.ufo/glyphs/uni223B_.glif index 591e1360e..45bcfd8f5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni223B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni223B_.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + @@ -53,18 +53,18 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni223D_.glif b/source/Hack-Bold.ufo/glyphs/uni223D_.glif index 7e19c0aca..4070e57ff 100644 --- a/source/Hack-Bold.ufo/glyphs/uni223D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni223D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -19,14 +19,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2241.glif b/source/Hack-Bold.ufo/glyphs/uni2241.glif index a8daefb6b..525b3a2cd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2241.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2241.glif @@ -1,5 +1,5 @@ - + @@ -8,14 +8,14 @@ - + - + @@ -24,14 +24,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2242.glif b/source/Hack-Bold.ufo/glyphs/uni2242.glif index d1008f14f..e55565885 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2242.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2242.glif @@ -1,5 +1,5 @@ - + @@ -10,29 +10,29 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2243.glif b/source/Hack-Bold.ufo/glyphs/uni2243.glif index 4dfc38d6f..555052865 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2243.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2243.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2244.glif b/source/Hack-Bold.ufo/glyphs/uni2244.glif index 5ec916632..79afcd1ee 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2244.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2244.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2246.glif b/source/Hack-Bold.ufo/glyphs/uni2246.glif index 7d4edc979..76e510441 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2246.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2246.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2247.glif b/source/Hack-Bold.ufo/glyphs/uni2247.glif index 043ea06f6..54b0296db 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2247.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2247.glif @@ -1,5 +1,5 @@ - + @@ -16,14 +16,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2249.glif b/source/Hack-Bold.ufo/glyphs/uni2249.glif index 36a65474a..1a502032e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2249.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2249.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -22,14 +22,14 @@ - + - + @@ -43,21 +43,21 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni224A_.glif b/source/Hack-Bold.ufo/glyphs/uni224A_.glif index e03ad11a9..4b94698bd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni224A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni224A_.glif @@ -1,10 +1,10 @@ - + - + @@ -13,22 +13,22 @@ - + - + - + - + @@ -37,7 +37,7 @@ - + @@ -46,14 +46,14 @@ - + - + @@ -61,7 +61,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni224B_.glif b/source/Hack-Bold.ufo/glyphs/uni224B_.glif index 00c9e581a..49bb842d8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni224B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni224B_.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + @@ -35,21 +35,21 @@ - + - + - + @@ -57,7 +57,7 @@ - + @@ -66,29 +66,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni224C_.glif b/source/Hack-Bold.ufo/glyphs/uni224C_.glif index 217afa41b..ed99583c2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni224C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni224C_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -19,14 +19,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni224D_.glif b/source/Hack-Bold.ufo/glyphs/uni224D_.glif index 04c6130fa..fa35202e5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni224D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni224D_.glif @@ -1,10 +1,10 @@ - + - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni224E_.glif b/source/Hack-Bold.ufo/glyphs/uni224E_.glif index cef510dec..ca0a60f05 100644 --- a/source/Hack-Bold.ufo/glyphs/uni224E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni224E_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni224F_.glif b/source/Hack-Bold.ufo/glyphs/uni224F_.glif index fd5a7901a..9a439f6d4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni224F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni224F_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2250.glif b/source/Hack-Bold.ufo/glyphs/uni2250.glif index 29950a34c..62309fbb4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2250.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2250.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2251.glif b/source/Hack-Bold.ufo/glyphs/uni2251.glif index b8ad231bb..3259f2a17 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2251.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2251.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -34,18 +34,18 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2252.glif b/source/Hack-Bold.ufo/glyphs/uni2252.glif index 772a99038..4b83016ab 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2252.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2252.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -34,19 +34,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2253.glif b/source/Hack-Bold.ufo/glyphs/uni2253.glif index b14fac7dc..41a4d63b7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2253.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2253.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -34,18 +34,18 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2254.glif b/source/Hack-Bold.ufo/glyphs/uni2254.glif index 4ef375dfe..3b2b95885 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2254.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2254.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + @@ -28,18 +28,18 @@ - + - + - - + + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2255.glif b/source/Hack-Bold.ufo/glyphs/uni2255.glif index d5f1d9fbc..2028c3341 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2255.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2255.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + @@ -28,18 +28,18 @@ - + - + - - + + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2256.glif b/source/Hack-Bold.ufo/glyphs/uni2256.glif index 2b10f25f2..6d5159deb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2256.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2256.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2257.glif b/source/Hack-Bold.ufo/glyphs/uni2257.glif index 91c65783a..666ef5d5a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2257.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2257.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2258.glif b/source/Hack-Bold.ufo/glyphs/uni2258.glif index cd570298c..fd513bdcc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2258.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2258.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2259.glif b/source/Hack-Bold.ufo/glyphs/uni2259.glif index 2557a5fb2..ce30d748a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2259.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2259.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni225A_.glif b/source/Hack-Bold.ufo/glyphs/uni225A_.glif index f72663c60..226164822 100644 --- a/source/Hack-Bold.ufo/glyphs/uni225A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni225A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni225B_.glif b/source/Hack-Bold.ufo/glyphs/uni225B_.glif index 7193166a2..b1506d6b6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni225B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni225B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni225C_.glif b/source/Hack-Bold.ufo/glyphs/uni225C_.glif index ae5906f40..e55bc3ce3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni225C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni225C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni225D_.glif b/source/Hack-Bold.ufo/glyphs/uni225D_.glif index 9c9681c79..1dd85122f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni225D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni225D_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -45,21 +45,21 @@ - + - + - + - + - + @@ -71,22 +71,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni225E_.glif b/source/Hack-Bold.ufo/glyphs/uni225E_.glif index 3d78354d2..679312a1f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni225E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni225E_.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -24,11 +24,11 @@ - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni225F_.glif b/source/Hack-Bold.ufo/glyphs/uni225F_.glif index 31039fa04..f78ad8ea6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni225F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni225F_.glif @@ -1,57 +1,57 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2262.glif b/source/Hack-Bold.ufo/glyphs/uni2262.glif index c7d89d4a9..6cf1b9936 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2262.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2262.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2263.glif b/source/Hack-Bold.ufo/glyphs/uni2263.glif index cbe33acdc..f8a298abd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2263.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2263.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2266.glif b/source/Hack-Bold.ufo/glyphs/uni2266.glif index e979c06d5..04cb41d38 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2266.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2266.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2267.glif b/source/Hack-Bold.ufo/glyphs/uni2267.glif index 523c303a0..4cbc1cd8e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2267.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2267.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2268.glif b/source/Hack-Bold.ufo/glyphs/uni2268.glif index 4c20ed473..b1234094c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2268.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2268.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2269.glif b/source/Hack-Bold.ufo/glyphs/uni2269.glif index 99bbe802b..76d8c8079 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2269.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2269.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni226D_.glif b/source/Hack-Bold.ufo/glyphs/uni226D_.glif index 5c5130b6f..22c7ac471 100644 --- a/source/Hack-Bold.ufo/glyphs/uni226D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni226D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni226E_.glif b/source/Hack-Bold.ufo/glyphs/uni226E_.glif index 3cfad470f..77994ba7a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni226E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni226E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni226F_.glif b/source/Hack-Bold.ufo/glyphs/uni226F_.glif index dec9f215b..f1a75c197 100644 --- a/source/Hack-Bold.ufo/glyphs/uni226F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni226F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2270.glif b/source/Hack-Bold.ufo/glyphs/uni2270.glif index 2edf75ef1..ea857e71c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2270.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2270.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2271.glif b/source/Hack-Bold.ufo/glyphs/uni2271.glif index acf3b58cd..a7710b97b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2271.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2271.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2272.glif b/source/Hack-Bold.ufo/glyphs/uni2272.glif index 617a53e19..c1c5c2cbc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2272.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2272.glif @@ -1,5 +1,5 @@ - + @@ -13,21 +13,21 @@ - + - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2273.glif b/source/Hack-Bold.ufo/glyphs/uni2273.glif index 9d3d58ab5..6b96876a2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2273.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2273.glif @@ -1,5 +1,5 @@ - + @@ -13,21 +13,21 @@ - + - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2274.glif b/source/Hack-Bold.ufo/glyphs/uni2274.glif index 31de81180..0692c16ac 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2274.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2274.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -34,14 +34,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2275.glif b/source/Hack-Bold.ufo/glyphs/uni2275.glif index 002aa4eda..2b24c2cf7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2275.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2275.glif @@ -1,5 +1,5 @@ - + @@ -38,14 +38,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2276.glif b/source/Hack-Bold.ufo/glyphs/uni2276.glif index 27911c9b1..18593a82c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2276.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2276.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2277.glif b/source/Hack-Bold.ufo/glyphs/uni2277.glif index 71243c601..b2df02af9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2277.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2277.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2278.glif b/source/Hack-Bold.ufo/glyphs/uni2278.glif index e66d77f3c..3cfea8d27 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2278.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2278.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2279.glif b/source/Hack-Bold.ufo/glyphs/uni2279.glif index cdb6d4c78..be45993b1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2279.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2279.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni227A_.glif b/source/Hack-Bold.ufo/glyphs/uni227A_.glif index 279616087..0b12efbce 100644 --- a/source/Hack-Bold.ufo/glyphs/uni227A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni227A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni227B_.glif b/source/Hack-Bold.ufo/glyphs/uni227B_.glif index ff669e8d8..91bda208e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni227B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni227B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni227C_.glif b/source/Hack-Bold.ufo/glyphs/uni227C_.glif index 08547d55c..e73f02dae 100644 --- a/source/Hack-Bold.ufo/glyphs/uni227C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni227C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni227D_.glif b/source/Hack-Bold.ufo/glyphs/uni227D_.glif index 14c978ba1..d0f4864a5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni227D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni227D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni227E_.glif b/source/Hack-Bold.ufo/glyphs/uni227E_.glif index 6663ca46f..99590973a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni227E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni227E_.glif @@ -1,5 +1,5 @@ - + @@ -21,21 +21,21 @@ - + - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni227F_.glif b/source/Hack-Bold.ufo/glyphs/uni227F_.glif index d6208bf17..e74437eb3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni227F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni227F_.glif @@ -1,5 +1,5 @@ - + @@ -21,21 +21,21 @@ - + - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2280.glif b/source/Hack-Bold.ufo/glyphs/uni2280.glif index 5e371cc13..92268cf33 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2280.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2280.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2281.glif b/source/Hack-Bold.ufo/glyphs/uni2281.glif index 55439594e..942aef471 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2281.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2281.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2285.glif b/source/Hack-Bold.ufo/glyphs/uni2285.glif index b1fbf0f00..a7b5fe465 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2285.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2285.glif @@ -1,5 +1,5 @@ - + @@ -24,18 +24,18 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2288.glif b/source/Hack-Bold.ufo/glyphs/uni2288.glif index 70e0b16d6..7e02dc9c3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2288.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2288.glif @@ -1,5 +1,5 @@ - + @@ -15,10 +15,10 @@ - + - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2289.glif b/source/Hack-Bold.ufo/glyphs/uni2289.glif index a43ba9cf4..4998cb91f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2289.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2289.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -28,10 +28,10 @@ - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni228A_.glif b/source/Hack-Bold.ufo/glyphs/uni228A_.glif index 46c98c3d1..4965984a1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni228A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni228A_.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni228B_.glif b/source/Hack-Bold.ufo/glyphs/uni228B_.glif index 0064a3f27..85ea59fb4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni228B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni228B_.glif @@ -1,5 +1,5 @@ - + @@ -12,19 +12,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni228D_.glif b/source/Hack-Bold.ufo/glyphs/uni228D_.glif index 4cac46241..89e558b28 100644 --- a/source/Hack-Bold.ufo/glyphs/uni228D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni228D_.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni228E_.glif b/source/Hack-Bold.ufo/glyphs/uni228E_.glif index 5a68d132e..4c7fdc777 100644 --- a/source/Hack-Bold.ufo/glyphs/uni228E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni228E_.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni228F_.glif b/source/Hack-Bold.ufo/glyphs/uni228F_.glif index 3ce7872ec..2ba909164 100644 --- a/source/Hack-Bold.ufo/glyphs/uni228F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni228F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2290.glif b/source/Hack-Bold.ufo/glyphs/uni2290.glif index b903de39c..36c6d8a40 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2290.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2290.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2291.glif b/source/Hack-Bold.ufo/glyphs/uni2291.glif index fb312e330..a44615bc8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2291.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2291.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2292.glif b/source/Hack-Bold.ufo/glyphs/uni2292.glif index f3de0fba1..2bcd77157 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2292.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2292.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2293.glif b/source/Hack-Bold.ufo/glyphs/uni2293.glif index f53b75fed..fc807f691 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2293.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2293.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2294.glif b/source/Hack-Bold.ufo/glyphs/uni2294.glif index 8b3785775..cb29aae10 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2294.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2294.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2296.glif b/source/Hack-Bold.ufo/glyphs/uni2296.glif index f6ac4f3cb..629ef5bb2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2296.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2296.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2298.glif b/source/Hack-Bold.ufo/glyphs/uni2298.glif index d085aea82..cff7bbc33 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2298.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2298.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2299.glif b/source/Hack-Bold.ufo/glyphs/uni2299.glif index 4fac4b927..cd58b4d49 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2299.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2299.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni229A_.glif b/source/Hack-Bold.ufo/glyphs/uni229A_.glif index 4324aaa3b..932cf9a62 100644 --- a/source/Hack-Bold.ufo/glyphs/uni229A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni229A_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + @@ -62,36 +62,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni229B_.glif b/source/Hack-Bold.ufo/glyphs/uni229B_.glif index 7a5a5f32b..fc64362ad 100644 --- a/source/Hack-Bold.ufo/glyphs/uni229B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni229B_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -62,7 +62,7 @@ - + @@ -73,7 +73,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni229C_.glif b/source/Hack-Bold.ufo/glyphs/uni229C_.glif index 4b580eb0f..9cc580bb1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni229C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni229C_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni229D_.glif b/source/Hack-Bold.ufo/glyphs/uni229D_.glif index 2f2c01912..feafd74e4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni229D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni229D_.glif @@ -1,31 +1,31 @@ - + - + - + - + - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni229E_.glif b/source/Hack-Bold.ufo/glyphs/uni229E_.glif index fa93e467e..73445d488 100644 --- a/source/Hack-Bold.ufo/glyphs/uni229E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni229E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni229F_.glif b/source/Hack-Bold.ufo/glyphs/uni229F_.glif index 0b32d9a75..40fd2ed68 100644 --- a/source/Hack-Bold.ufo/glyphs/uni229F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni229F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22A_0.glif b/source/Hack-Bold.ufo/glyphs/uni22A_0.glif index 0cf18482d..fad7b6307 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22A_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22A_1.glif b/source/Hack-Bold.ufo/glyphs/uni22A_1.glif index e4b6db101..a949f80b1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22A_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22A_2.glif b/source/Hack-Bold.ufo/glyphs/uni22A_2.glif index 6c0dcd644..343508b6a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22A_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22A_3.glif b/source/Hack-Bold.ufo/glyphs/uni22A_3.glif index abea865a0..31c4b6a7b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22A_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22A_4.glif b/source/Hack-Bold.ufo/glyphs/uni22A_4.glif index abe8467de..00f9e4cf6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22A_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22B_2.glif b/source/Hack-Bold.ufo/glyphs/uni22B_2.glif index 5f82cc355..723bb77e0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22B_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22B_3.glif b/source/Hack-Bold.ufo/glyphs/uni22B_3.glif index 1c3a8d1d4..9b2ad8843 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22B_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22B_4.glif b/source/Hack-Bold.ufo/glyphs/uni22B_4.glif index cf8b56e58..9ae92c604 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22B_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22B_5.glif b/source/Hack-Bold.ufo/glyphs/uni22B_5.glif index 0309960a9..e9b5799df 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22B_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22B_8.glif b/source/Hack-Bold.ufo/glyphs/uni22B_8.glif index c98de3098..9d25201b5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22B_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22B_8.glif @@ -1,10 +1,10 @@ - + - + @@ -19,21 +19,21 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22C_2.glif b/source/Hack-Bold.ufo/glyphs/uni22C_2.glif index 199242d04..331329a1d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22C_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22C_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22C_3.glif b/source/Hack-Bold.ufo/glyphs/uni22C_3.glif index f4419a4e5..2fa0db86e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22C_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22C_3.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22C_4.glif b/source/Hack-Bold.ufo/glyphs/uni22C_4.glif index 6f781276f..20b7fd2d0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22C_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22C_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22C_6.glif b/source/Hack-Bold.ufo/glyphs/uni22C_6.glif index 72bc367df..de4f01806 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22C_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22C_D_.glif b/source/Hack-Bold.ufo/glyphs/uni22C_D_.glif index 296eb627b..ae4a030be 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22C_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22C_D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -19,14 +19,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22C_E_.glif b/source/Hack-Bold.ufo/glyphs/uni22C_E_.glif index 0644a1fff..2037ea0c4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22C_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22C_F_.glif b/source/Hack-Bold.ufo/glyphs/uni22C_F_.glif index 6dbf1cde0..82b545765 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22C_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22D_0.glif b/source/Hack-Bold.ufo/glyphs/uni22D_0.glif index ef1258736..93e862d84 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22D_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22D_0.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,18 +16,18 @@ - + - + - + - + @@ -36,10 +36,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22D_1.glif b/source/Hack-Bold.ufo/glyphs/uni22D_1.glif index 1d4d646d8..ae4ba8740 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22D_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22D_1.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22D_A_.glif b/source/Hack-Bold.ufo/glyphs/uni22D_A_.glif index e401f1915..55a5f620b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22D_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22D_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22D_B_.glif b/source/Hack-Bold.ufo/glyphs/uni22D_B_.glif index 20a3e393e..0925bd6a7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22D_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22D_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22D_C_.glif b/source/Hack-Bold.ufo/glyphs/uni22D_C_.glif index 04eb1b478..738082bc7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22D_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22D_D_.glif b/source/Hack-Bold.ufo/glyphs/uni22D_D_.glif index 2becc814c..7eeed144b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22D_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22D_E_.glif b/source/Hack-Bold.ufo/glyphs/uni22D_E_.glif index 9860708eb..def396d57 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22D_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22D_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22D_F_.glif b/source/Hack-Bold.ufo/glyphs/uni22D_F_.glif index 40251698e..7698fc0da 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22D_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22D_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_0.glif b/source/Hack-Bold.ufo/glyphs/uni22E_0.glif index 47d710229..aec616bf9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_1.glif b/source/Hack-Bold.ufo/glyphs/uni22E_1.glif index bcccc0273..5c2b69cd6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_2.glif b/source/Hack-Bold.ufo/glyphs/uni22E_2.glif index aa99bbf16..a44e98341 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_3.glif b/source/Hack-Bold.ufo/glyphs/uni22E_3.glif index 0563e76c4..b8c30d012 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_4.glif b/source/Hack-Bold.ufo/glyphs/uni22E_4.glif index e714286e2..20620dc6d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_5.glif b/source/Hack-Bold.ufo/glyphs/uni22E_5.glif index 4d9844301..cd6138e5a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_6.glif b/source/Hack-Bold.ufo/glyphs/uni22E_6.glif index 7283b62b9..0e99fed1d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_6.glif @@ -1,5 +1,5 @@ - + @@ -8,14 +8,14 @@ - + - + @@ -31,14 +31,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_7.glif b/source/Hack-Bold.ufo/glyphs/uni22E_7.glif index b54735378..e2447fb7e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_7.glif @@ -1,5 +1,5 @@ - + @@ -8,14 +8,14 @@ - + - + @@ -32,14 +32,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_8.glif b/source/Hack-Bold.ufo/glyphs/uni22E_8.glif index c18d7e681..9a8400794 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_8.glif @@ -1,5 +1,5 @@ - + @@ -25,14 +25,14 @@ - + - + @@ -41,14 +41,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_9.glif b/source/Hack-Bold.ufo/glyphs/uni22E_9.glif index ad5ef059b..b4bb9dbe6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_9.glif @@ -1,5 +1,5 @@ - + @@ -25,14 +25,14 @@ - + - + @@ -41,14 +41,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni22E_F_.glif b/source/Hack-Bold.ufo/glyphs/uni22E_F_.glif index af7064973..266eec113 100644 --- a/source/Hack-Bold.ufo/glyphs/uni22E_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni22E_F_.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2304.glif b/source/Hack-Bold.ufo/glyphs/uni2304.glif index f27b8a3ca..fa13d6261 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2304.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2304.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2308.glif b/source/Hack-Bold.ufo/glyphs/uni2308.glif index 5ba312a5c..509411bb2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2308.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2308.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2309.glif b/source/Hack-Bold.ufo/glyphs/uni2309.glif index 17e78088f..d29719d0c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2309.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2309.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni230A_.glif b/source/Hack-Bold.ufo/glyphs/uni230A_.glif index bbf781d35..6e2da4915 100644 --- a/source/Hack-Bold.ufo/glyphs/uni230A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni230A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni230B_.glif b/source/Hack-Bold.ufo/glyphs/uni230B_.glif index 1a3bb82c9..19359491d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni230B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni230B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni239B_.glif b/source/Hack-Bold.ufo/glyphs/uni239B_.glif index 32b75b130..78694ee9e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni239B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni239B_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni239C_.glif b/source/Hack-Bold.ufo/glyphs/uni239C_.glif index 4425f28ce..ed39639f3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni239C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni239C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni239D_.glif b/source/Hack-Bold.ufo/glyphs/uni239D_.glif index 75d06994b..6a4ea46fa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni239D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni239D_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni239E_.glif b/source/Hack-Bold.ufo/glyphs/uni239E_.glif index d0926320e..5fa6ffdba 100644 --- a/source/Hack-Bold.ufo/glyphs/uni239E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni239E_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni239F_.glif b/source/Hack-Bold.ufo/glyphs/uni239F_.glif index f7a3bb46e..bb8147883 100644 --- a/source/Hack-Bold.ufo/glyphs/uni239F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni239F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_0.glif b/source/Hack-Bold.ufo/glyphs/uni23A_0.glif index 2b0835ea5..ab8411dc5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_0.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_1.glif b/source/Hack-Bold.ufo/glyphs/uni23A_1.glif index 6a6ffe766..954d19e20 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_2.glif b/source/Hack-Bold.ufo/glyphs/uni23A_2.glif index ab8a3e0ae..bb1dba39b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_3.glif b/source/Hack-Bold.ufo/glyphs/uni23A_3.glif index b43a83b8e..a14484b68 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_4.glif b/source/Hack-Bold.ufo/glyphs/uni23A_4.glif index fc8b65725..9aa68b3a3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_5.glif b/source/Hack-Bold.ufo/glyphs/uni23A_5.glif index 8e6f254e6..47457c4fc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_6.glif b/source/Hack-Bold.ufo/glyphs/uni23A_6.glif index 1f5e21495..646c3c9d8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_7.glif b/source/Hack-Bold.ufo/glyphs/uni23A_7.glif index fd9921050..a25a8824d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_7.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_8.glif b/source/Hack-Bold.ufo/glyphs/uni23A_8.glif index cf08a96e0..10e7d67e2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_8.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -28,7 +28,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_9.glif b/source/Hack-Bold.ufo/glyphs/uni23A_9.glif index 74efaede4..bd9d5d074 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_9.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_A_.glif b/source/Hack-Bold.ufo/glyphs/uni23A_A_.glif index 8d144ba5a..0453ee1ca 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_B_.glif b/source/Hack-Bold.ufo/glyphs/uni23A_B_.glif index d0898a1d6..758d1f0e7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_C_.glif b/source/Hack-Bold.ufo/glyphs/uni23A_C_.glif index c72f1c02d..92aff1758 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_C_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,19 +16,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_D_.glif b/source/Hack-Bold.ufo/glyphs/uni23A_D_.glif index 922ff1fed..775c1ed70 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_D_.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni23A_E_.glif b/source/Hack-Bold.ufo/glyphs/uni23A_E_.glif index b8c3dc4c8..8704b9271 100644 --- a/source/Hack-Bold.ufo/glyphs/uni23A_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni23A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2500.glif b/source/Hack-Bold.ufo/glyphs/uni2500.glif index 73488f5b9..4c3c724bd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2500.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2500.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2501.glif b/source/Hack-Bold.ufo/glyphs/uni2501.glif index 407b806a5..b4b7c57cb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2501.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2501.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2502.glif b/source/Hack-Bold.ufo/glyphs/uni2502.glif index fa8872f18..13a2c6442 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2502.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2502.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2503.glif b/source/Hack-Bold.ufo/glyphs/uni2503.glif index 0e067d62b..1e6d150a4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2503.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2503.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2504.glif b/source/Hack-Bold.ufo/glyphs/uni2504.glif index d50a36d0e..5d4329be7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2504.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2504.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2505.glif b/source/Hack-Bold.ufo/glyphs/uni2505.glif index 5ba7c8463..754eec4a6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2505.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2505.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2506.glif b/source/Hack-Bold.ufo/glyphs/uni2506.glif index 5efa3b8d6..f78770484 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2506.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2506.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2507.glif b/source/Hack-Bold.ufo/glyphs/uni2507.glif index 5708e0d89..b4eba2c2b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2507.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2507.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2508.glif b/source/Hack-Bold.ufo/glyphs/uni2508.glif index 36048e87f..24c5f527c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2508.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2508.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2509.glif b/source/Hack-Bold.ufo/glyphs/uni2509.glif index 72288fcc1..5ba4882de 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2509.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2509.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni250A_.glif b/source/Hack-Bold.ufo/glyphs/uni250A_.glif index 326419d4f..cc5657bf8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni250A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni250A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni250B_.glif b/source/Hack-Bold.ufo/glyphs/uni250B_.glif index c3ee89732..62cafe2d5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni250B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni250B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni250C_.glif b/source/Hack-Bold.ufo/glyphs/uni250C_.glif index 3bb58457a..fc997d4f4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni250C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni250C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni250D_.glif b/source/Hack-Bold.ufo/glyphs/uni250D_.glif index c13da916a..e34115b1f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni250D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni250D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni250E_.glif b/source/Hack-Bold.ufo/glyphs/uni250E_.glif index 4c1a00c1f..7696eb5f3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni250E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni250E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni250F_.glif b/source/Hack-Bold.ufo/glyphs/uni250F_.glif index de7ebbd8c..8ce72f96a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni250F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni250F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2510.glif b/source/Hack-Bold.ufo/glyphs/uni2510.glif index ca6ae96b8..b619a2b32 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2510.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2510.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2511.glif b/source/Hack-Bold.ufo/glyphs/uni2511.glif index 730313a7f..49566b695 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2511.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2511.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2512.glif b/source/Hack-Bold.ufo/glyphs/uni2512.glif index 6ac0b73da..57d91c592 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2512.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2512.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2513.glif b/source/Hack-Bold.ufo/glyphs/uni2513.glif index 07da56005..939e456bd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2513.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2513.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2514.glif b/source/Hack-Bold.ufo/glyphs/uni2514.glif index 6ea01e67e..cd4e6db7a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2514.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2514.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2515.glif b/source/Hack-Bold.ufo/glyphs/uni2515.glif index d80bfefe6..8a437d13f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2515.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2515.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2516.glif b/source/Hack-Bold.ufo/glyphs/uni2516.glif index a1e7786d8..a4d2007fb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2516.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2516.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2517.glif b/source/Hack-Bold.ufo/glyphs/uni2517.glif index 80b5b9a16..e1218e29e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2517.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2517.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2518.glif b/source/Hack-Bold.ufo/glyphs/uni2518.glif index 017273e68..837c14e81 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2518.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2518.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2519.glif b/source/Hack-Bold.ufo/glyphs/uni2519.glif index 754033b48..16fd46687 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2519.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2519.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni251A_.glif b/source/Hack-Bold.ufo/glyphs/uni251A_.glif index 0079f5dcb..29771eed8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni251A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni251A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni251B_.glif b/source/Hack-Bold.ufo/glyphs/uni251B_.glif index 0975ba76c..4d876080f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni251B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni251B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni251C_.glif b/source/Hack-Bold.ufo/glyphs/uni251C_.glif index 317eef6ff..035384e8e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni251C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni251C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni251D_.glif b/source/Hack-Bold.ufo/glyphs/uni251D_.glif index 7917d89b5..82133e678 100644 --- a/source/Hack-Bold.ufo/glyphs/uni251D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni251D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni251E_.glif b/source/Hack-Bold.ufo/glyphs/uni251E_.glif index ec76929ee..6f8e608a6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni251E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni251E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni251F_.glif b/source/Hack-Bold.ufo/glyphs/uni251F_.glif index 7951311b3..0ba4a983e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni251F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni251F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2520.glif b/source/Hack-Bold.ufo/glyphs/uni2520.glif index 48b8d811d..d7db40b19 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2520.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2520.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2521.glif b/source/Hack-Bold.ufo/glyphs/uni2521.glif index 9a9189030..99d8e5651 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2521.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2521.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2522.glif b/source/Hack-Bold.ufo/glyphs/uni2522.glif index beec610ae..e46fe28b7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2522.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2522.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2523.glif b/source/Hack-Bold.ufo/glyphs/uni2523.glif index 64dbc41bc..f4dacb474 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2523.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2523.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2524.glif b/source/Hack-Bold.ufo/glyphs/uni2524.glif index e25dd4855..7c1c49f3b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2524.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2524.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2525.glif b/source/Hack-Bold.ufo/glyphs/uni2525.glif index 3a2ba11c6..ebd9cd8f1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2525.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2525.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2526.glif b/source/Hack-Bold.ufo/glyphs/uni2526.glif index b23927ce0..fd5234524 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2526.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2526.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2527.glif b/source/Hack-Bold.ufo/glyphs/uni2527.glif index f08eebe71..f746e9af2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2527.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2527.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2528.glif b/source/Hack-Bold.ufo/glyphs/uni2528.glif index fc50e2952..dddc9bfb3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2528.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2528.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2529.glif b/source/Hack-Bold.ufo/glyphs/uni2529.glif index 4c4a6320d..36019c98c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2529.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2529.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni252A_.glif b/source/Hack-Bold.ufo/glyphs/uni252A_.glif index de1e3f6ca..58ce526ba 100644 --- a/source/Hack-Bold.ufo/glyphs/uni252A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni252A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni252B_.glif b/source/Hack-Bold.ufo/glyphs/uni252B_.glif index 9af4bb7e3..1bb97939d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni252B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni252B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni252C_.glif b/source/Hack-Bold.ufo/glyphs/uni252C_.glif index 71c9aebce..a5ceefa4a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni252C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni252C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni252D_.glif b/source/Hack-Bold.ufo/glyphs/uni252D_.glif index 7870a65dc..3adb19018 100644 --- a/source/Hack-Bold.ufo/glyphs/uni252D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni252D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni252E_.glif b/source/Hack-Bold.ufo/glyphs/uni252E_.glif index 3a5c6d74d..1d2a8974d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni252E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni252E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni252F_.glif b/source/Hack-Bold.ufo/glyphs/uni252F_.glif index 3e6e9d1f0..b4b65ba37 100644 --- a/source/Hack-Bold.ufo/glyphs/uni252F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni252F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2530.glif b/source/Hack-Bold.ufo/glyphs/uni2530.glif index 50e93e19a..c37b0a903 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2530.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2530.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2531.glif b/source/Hack-Bold.ufo/glyphs/uni2531.glif index fe41525b6..ab1daaa5b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2531.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2531.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2532.glif b/source/Hack-Bold.ufo/glyphs/uni2532.glif index 2113c7f6e..d27193aee 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2532.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2532.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2533.glif b/source/Hack-Bold.ufo/glyphs/uni2533.glif index 7158447b9..b2340787d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2533.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2533.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2534.glif b/source/Hack-Bold.ufo/glyphs/uni2534.glif index fc64d96bd..44f1e90ec 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2534.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2534.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2535.glif b/source/Hack-Bold.ufo/glyphs/uni2535.glif index 86b705611..92b5d9fb4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2535.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2535.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2536.glif b/source/Hack-Bold.ufo/glyphs/uni2536.glif index 5ba854889..0bc16e000 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2536.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2536.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2537.glif b/source/Hack-Bold.ufo/glyphs/uni2537.glif index d06adad76..50634f1f0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2537.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2537.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2538.glif b/source/Hack-Bold.ufo/glyphs/uni2538.glif index 63679b811..3fbe88513 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2538.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2538.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2539.glif b/source/Hack-Bold.ufo/glyphs/uni2539.glif index 0aeb1ae5b..871292d9f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2539.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2539.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni253A_.glif b/source/Hack-Bold.ufo/glyphs/uni253A_.glif index d1f9403e1..6f14e3242 100644 --- a/source/Hack-Bold.ufo/glyphs/uni253A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni253A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni253B_.glif b/source/Hack-Bold.ufo/glyphs/uni253B_.glif index 6d1f8b5c9..14fe114d1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni253B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni253B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni253C_.glif b/source/Hack-Bold.ufo/glyphs/uni253C_.glif index 581841704..74676cf9e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni253C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni253C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni253D_.glif b/source/Hack-Bold.ufo/glyphs/uni253D_.glif index f5841e09a..c4b47a679 100644 --- a/source/Hack-Bold.ufo/glyphs/uni253D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni253D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni253E_.glif b/source/Hack-Bold.ufo/glyphs/uni253E_.glif index 7ba89e7b1..5b551a63a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni253E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni253E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni253F_.glif b/source/Hack-Bold.ufo/glyphs/uni253F_.glif index 1fcc62cbd..fefe01919 100644 --- a/source/Hack-Bold.ufo/glyphs/uni253F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni253F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2540.glif b/source/Hack-Bold.ufo/glyphs/uni2540.glif index 8734d3ccf..2ad2367f8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2540.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2540.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2541.glif b/source/Hack-Bold.ufo/glyphs/uni2541.glif index 9bef0eee8..874c8ee08 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2541.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2541.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2542.glif b/source/Hack-Bold.ufo/glyphs/uni2542.glif index ad562119e..99e2e676f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2542.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2542.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2543.glif b/source/Hack-Bold.ufo/glyphs/uni2543.glif index 5166af2b6..0a2c4cf84 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2543.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2543.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2544.glif b/source/Hack-Bold.ufo/glyphs/uni2544.glif index 48e31de5c..58ec46752 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2544.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2544.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2545.glif b/source/Hack-Bold.ufo/glyphs/uni2545.glif index b9f2378bd..b005e36e2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2545.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2545.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2546.glif b/source/Hack-Bold.ufo/glyphs/uni2546.glif index cdaaf29e8..6e0d525bd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2546.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2546.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2547.glif b/source/Hack-Bold.ufo/glyphs/uni2547.glif index fbbbae3de..9dc7aeab4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2547.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2547.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2548.glif b/source/Hack-Bold.ufo/glyphs/uni2548.glif index 3c3e28a92..c34823556 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2548.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2548.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2549.glif b/source/Hack-Bold.ufo/glyphs/uni2549.glif index b3d0471df..5d6be817d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2549.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2549.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni254A_.glif b/source/Hack-Bold.ufo/glyphs/uni254A_.glif index f2328d0bc..01a40ee11 100644 --- a/source/Hack-Bold.ufo/glyphs/uni254A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni254A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni254B_.glif b/source/Hack-Bold.ufo/glyphs/uni254B_.glif index 89e3ecc7c..86d15e211 100644 --- a/source/Hack-Bold.ufo/glyphs/uni254B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni254B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni254C_.glif b/source/Hack-Bold.ufo/glyphs/uni254C_.glif index bf16884c5..0d7049383 100644 --- a/source/Hack-Bold.ufo/glyphs/uni254C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni254C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni254D_.glif b/source/Hack-Bold.ufo/glyphs/uni254D_.glif index 79d4abc50..2f595fd35 100644 --- a/source/Hack-Bold.ufo/glyphs/uni254D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni254D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni254E_.glif b/source/Hack-Bold.ufo/glyphs/uni254E_.glif index 170dcfdd4..7fe74afe7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni254E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni254E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni254F_.glif b/source/Hack-Bold.ufo/glyphs/uni254F_.glif index 7a00fdbf5..598352872 100644 --- a/source/Hack-Bold.ufo/glyphs/uni254F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni254F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2550.glif b/source/Hack-Bold.ufo/glyphs/uni2550.glif index b47e7f6cf..3a3127b08 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2550.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2550.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2551.glif b/source/Hack-Bold.ufo/glyphs/uni2551.glif index 261f33ce0..b86f5797d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2551.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2551.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2552.glif b/source/Hack-Bold.ufo/glyphs/uni2552.glif index 5e8a62bfd..5cf675e17 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2552.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2552.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2553.glif b/source/Hack-Bold.ufo/glyphs/uni2553.glif index 03e805d83..b79ca303d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2553.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2553.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2554.glif b/source/Hack-Bold.ufo/glyphs/uni2554.glif index 97badf786..2dd8ae161 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2554.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2554.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2555.glif b/source/Hack-Bold.ufo/glyphs/uni2555.glif index 94103017c..68866dfb1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2555.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2555.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2556.glif b/source/Hack-Bold.ufo/glyphs/uni2556.glif index b3208e323..cdab621c7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2556.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2556.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2557.glif b/source/Hack-Bold.ufo/glyphs/uni2557.glif index bb82a4b47..e2af7ab8d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2557.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2557.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2558.glif b/source/Hack-Bold.ufo/glyphs/uni2558.glif index 396f9de67..4e262549a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2558.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2558.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2559.glif b/source/Hack-Bold.ufo/glyphs/uni2559.glif index ba1eeeb4e..c122a93c1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2559.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2559.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni255A_.glif b/source/Hack-Bold.ufo/glyphs/uni255A_.glif index 1136c2a8e..f017411f2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni255A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni255A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni255B_.glif b/source/Hack-Bold.ufo/glyphs/uni255B_.glif index 904566700..0d441cda2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni255B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni255B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni255C_.glif b/source/Hack-Bold.ufo/glyphs/uni255C_.glif index fc8692c05..8419d131f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni255C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni255C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni255D_.glif b/source/Hack-Bold.ufo/glyphs/uni255D_.glif index d1873f016..b093d68da 100644 --- a/source/Hack-Bold.ufo/glyphs/uni255D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni255D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni255E_.glif b/source/Hack-Bold.ufo/glyphs/uni255E_.glif index 18076afa2..b1469a4aa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni255E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni255E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni255F_.glif b/source/Hack-Bold.ufo/glyphs/uni255F_.glif index 40de34e6f..a1b53b07d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni255F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni255F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2560.glif b/source/Hack-Bold.ufo/glyphs/uni2560.glif index 256d00fbc..e06097e96 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2560.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2560.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2561.glif b/source/Hack-Bold.ufo/glyphs/uni2561.glif index 217236652..9da45f067 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2561.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2561.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2562.glif b/source/Hack-Bold.ufo/glyphs/uni2562.glif index 852242a73..be486e9ba 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2562.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2562.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2563.glif b/source/Hack-Bold.ufo/glyphs/uni2563.glif index 3135ce979..2f5b42d98 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2563.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2563.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2564.glif b/source/Hack-Bold.ufo/glyphs/uni2564.glif index f38dc6867..b3e049b39 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2564.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2564.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2565.glif b/source/Hack-Bold.ufo/glyphs/uni2565.glif index 32918026a..d73b072df 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2565.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2565.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2566.glif b/source/Hack-Bold.ufo/glyphs/uni2566.glif index 56e6dd721..a94f7d09c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2566.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2566.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2567.glif b/source/Hack-Bold.ufo/glyphs/uni2567.glif index 68b908f96..223af2028 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2567.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2567.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2568.glif b/source/Hack-Bold.ufo/glyphs/uni2568.glif index f549fa3bb..d38e8939e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2568.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2568.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2569.glif b/source/Hack-Bold.ufo/glyphs/uni2569.glif index 1a12528ef..b4e716f26 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2569.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2569.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni256A_.glif b/source/Hack-Bold.ufo/glyphs/uni256A_.glif index 04e260d1f..2ef579caa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni256A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni256A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni256B_.glif b/source/Hack-Bold.ufo/glyphs/uni256B_.glif index 7333d3239..6d45122c3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni256B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni256B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni256C_.glif b/source/Hack-Bold.ufo/glyphs/uni256C_.glif index cd88ad20e..496a383b9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni256C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni256C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni256D_.glif b/source/Hack-Bold.ufo/glyphs/uni256D_.glif index 8760acadf..d93b489d4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni256D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni256D_.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni256E_.glif b/source/Hack-Bold.ufo/glyphs/uni256E_.glif index 8e445e2ab..e58b7c33a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni256E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni256E_.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni256F_.glif b/source/Hack-Bold.ufo/glyphs/uni256F_.glif index 5351c8523..e21cf5a0a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni256F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni256F_.glif @@ -1,20 +1,20 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2570.glif b/source/Hack-Bold.ufo/glyphs/uni2570.glif index 4aa6427df..cd040d380 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2570.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2570.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2571.glif b/source/Hack-Bold.ufo/glyphs/uni2571.glif index 44ff55c93..eef474427 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2571.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2571.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2572.glif b/source/Hack-Bold.ufo/glyphs/uni2572.glif index ca5e423c0..498ab0ee7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2572.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2572.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2573.glif b/source/Hack-Bold.ufo/glyphs/uni2573.glif index 159f35381..8fbf5b682 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2573.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2573.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2574.glif b/source/Hack-Bold.ufo/glyphs/uni2574.glif index e7c84c71f..0e09ba91f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2574.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2574.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2575.glif b/source/Hack-Bold.ufo/glyphs/uni2575.glif index 96e280131..ec944d0a4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2575.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2575.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2576.glif b/source/Hack-Bold.ufo/glyphs/uni2576.glif index 1b39e2a22..11ed02cb6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2576.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2576.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2577.glif b/source/Hack-Bold.ufo/glyphs/uni2577.glif index aa48e51a7..53060389c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2577.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2577.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2578.glif b/source/Hack-Bold.ufo/glyphs/uni2578.glif index 00736562c..0945fca2e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2578.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2578.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2579.glif b/source/Hack-Bold.ufo/glyphs/uni2579.glif index 8c11f2f6e..128bd20e7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2579.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2579.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni257A_.glif b/source/Hack-Bold.ufo/glyphs/uni257A_.glif index b3693128a..a0d9bff9c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni257A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni257A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni257B_.glif b/source/Hack-Bold.ufo/glyphs/uni257B_.glif index 2393151f1..5912156b3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni257B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni257B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni257C_.glif b/source/Hack-Bold.ufo/glyphs/uni257C_.glif index 283219c78..b38ca326b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni257C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni257C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni257D_.glif b/source/Hack-Bold.ufo/glyphs/uni257D_.glif index 194dbdb46..3f8e9ceeb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni257D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni257D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni257E_.glif b/source/Hack-Bold.ufo/glyphs/uni257E_.glif index 2aff928e0..7115d7f36 100644 --- a/source/Hack-Bold.ufo/glyphs/uni257E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni257E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni257F_.glif b/source/Hack-Bold.ufo/glyphs/uni257F_.glif index d48717c62..4d3d7d4d6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni257F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni257F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2581.glif b/source/Hack-Bold.ufo/glyphs/uni2581.glif index 8405625ca..079423173 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2581.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2581.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2582.glif b/source/Hack-Bold.ufo/glyphs/uni2582.glif index 7f765cf2a..f63f6933a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2582.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2582.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2583.glif b/source/Hack-Bold.ufo/glyphs/uni2583.glif index 6fbe0d6eb..120b07d2c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2583.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2583.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2585.glif b/source/Hack-Bold.ufo/glyphs/uni2585.glif index ed0ee82ae..bb0e93e9a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2585.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2585.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2586.glif b/source/Hack-Bold.ufo/glyphs/uni2586.glif index 5a8fa5b09..d263128b3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2586.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2586.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2587.glif b/source/Hack-Bold.ufo/glyphs/uni2587.glif index e8035ccb0..56c99eafd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2587.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2587.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2589.glif b/source/Hack-Bold.ufo/glyphs/uni2589.glif index 786359c88..8f262f1f7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2589.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2589.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni258A_.glif b/source/Hack-Bold.ufo/glyphs/uni258A_.glif index 0d4a83b45..93a17e9c0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni258A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni258A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni258B_.glif b/source/Hack-Bold.ufo/glyphs/uni258B_.glif index be5747641..5bae0499b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni258B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni258B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni258D_.glif b/source/Hack-Bold.ufo/glyphs/uni258D_.glif index dbf54fe4e..869644627 100644 --- a/source/Hack-Bold.ufo/glyphs/uni258D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni258D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni258E_.glif b/source/Hack-Bold.ufo/glyphs/uni258E_.glif index b5dd2b7f4..1845ea7c8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni258E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni258E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni258F_.glif b/source/Hack-Bold.ufo/glyphs/uni258F_.glif index d02cd90c7..73576f872 100644 --- a/source/Hack-Bold.ufo/glyphs/uni258F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni258F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2594.glif b/source/Hack-Bold.ufo/glyphs/uni2594.glif index f2265c59a..ffe1c0bc6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2594.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2594.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2595.glif b/source/Hack-Bold.ufo/glyphs/uni2595.glif index b10165576..e6e015d6a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2595.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2595.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2596.glif b/source/Hack-Bold.ufo/glyphs/uni2596.glif index 1f57b343a..b6179a5f7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2596.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2596.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2597.glif b/source/Hack-Bold.ufo/glyphs/uni2597.glif index d427aa9da..2c11348a4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2597.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2597.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2598.glif b/source/Hack-Bold.ufo/glyphs/uni2598.glif index 819a90323..b00f88201 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2598.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2598.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2599.glif b/source/Hack-Bold.ufo/glyphs/uni2599.glif index f90045b44..b5ba9b42e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2599.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2599.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni259A_.glif b/source/Hack-Bold.ufo/glyphs/uni259A_.glif index 633681312..1a4e2ca22 100644 --- a/source/Hack-Bold.ufo/glyphs/uni259A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni259A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni259B_.glif b/source/Hack-Bold.ufo/glyphs/uni259B_.glif index 5baba3b40..e59de2ffa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni259B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni259B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni259C_.glif b/source/Hack-Bold.ufo/glyphs/uni259C_.glif index 7f2559138..2fd4f9fd3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni259C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni259C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni259D_.glif b/source/Hack-Bold.ufo/glyphs/uni259D_.glif index 0fdf62a17..093f5d2c9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni259D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni259D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni259E_.glif b/source/Hack-Bold.ufo/glyphs/uni259E_.glif index 95413af23..927d3fd52 100644 --- a/source/Hack-Bold.ufo/glyphs/uni259E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni259E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni259F_.glif b/source/Hack-Bold.ufo/glyphs/uni259F_.glif index 051cb47ed..022450334 100644 --- a/source/Hack-Bold.ufo/glyphs/uni259F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni259F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_1.glif b/source/Hack-Bold.ufo/glyphs/uni25A_1.glif index c26194bf7..6315b4736 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_2.glif b/source/Hack-Bold.ufo/glyphs/uni25A_2.glif index f2127405e..858066667 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_2.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,19 +25,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_3.glif b/source/Hack-Bold.ufo/glyphs/uni25A_3.glif index 36c94bbfe..c042b6bc1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_4.glif b/source/Hack-Bold.ufo/glyphs/uni25A_4.glif index 5e3714ff2..21fdb7759 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_5.glif b/source/Hack-Bold.ufo/glyphs/uni25A_5.glif index 0fbe65d2c..812b2bcc5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_6.glif b/source/Hack-Bold.ufo/glyphs/uni25A_6.glif index c26e2bbc0..6144835f6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_7.glif b/source/Hack-Bold.ufo/glyphs/uni25A_7.glif index ab64b0c85..e6dce2a0d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_8.glif b/source/Hack-Bold.ufo/glyphs/uni25A_8.glif index 401d22e1b..5e76c45f1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_9.glif b/source/Hack-Bold.ufo/glyphs/uni25A_9.glif index 61797e14b..4ed18f324 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_A_.glif b/source/Hack-Bold.ufo/glyphs/uni25A_A_.glif index 959453953..16104d2c6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_B_.glif b/source/Hack-Bold.ufo/glyphs/uni25A_B_.glif index 0b3cb50c9..638b2ab31 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_D_.glif b/source/Hack-Bold.ufo/glyphs/uni25A_D_.glif index b22543c04..2eb4c8ecb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_E_.glif b/source/Hack-Bold.ufo/glyphs/uni25A_E_.glif index 813bd9b32..24040b324 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25A_F_.glif b/source/Hack-Bold.ufo/glyphs/uni25A_F_.glif index 7c8ab6805..fb0cb65b0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25A_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_0.glif b/source/Hack-Bold.ufo/glyphs/uni25B_0.glif index 32067171c..36e07ee33 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_1.glif b/source/Hack-Bold.ufo/glyphs/uni25B_1.glif index accea48ba..880415fd6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_3.glif b/source/Hack-Bold.ufo/glyphs/uni25B_3.glif index fd52a7831..8eeebcbe8 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_4.glif b/source/Hack-Bold.ufo/glyphs/uni25B_4.glif index 2f4c8ad2d..a7300a0c1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_5.glif b/source/Hack-Bold.ufo/glyphs/uni25B_5.glif index 3da52a099..3d8d86a09 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_6.glif b/source/Hack-Bold.ufo/glyphs/uni25B_6.glif index b24ca8021..a353e767f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_7.glif b/source/Hack-Bold.ufo/glyphs/uni25B_7.glif index 0e05e4231..efa8ffeea 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_8.glif b/source/Hack-Bold.ufo/glyphs/uni25B_8.glif index 283363ed9..d95e6bf41 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_9.glif b/source/Hack-Bold.ufo/glyphs/uni25B_9.glif index 6ee625376..385aca318 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_B_.glif b/source/Hack-Bold.ufo/glyphs/uni25B_B_.glif index 129f3d1dc..140725d5b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_D_.glif b/source/Hack-Bold.ufo/glyphs/uni25B_D_.glif index c31e03aff..dac5c1954 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_E_.glif b/source/Hack-Bold.ufo/glyphs/uni25B_E_.glif index ab81e1a04..c8b768042 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25B_F_.glif b/source/Hack-Bold.ufo/glyphs/uni25B_F_.glif index ad009b48a..79b3c7447 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25B_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25B_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_0.glif b/source/Hack-Bold.ufo/glyphs/uni25C_0.glif index fc2633cbd..f87fcba59 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_1.glif b/source/Hack-Bold.ufo/glyphs/uni25C_1.glif index 219fd6c09..fa5e5e82b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_2.glif b/source/Hack-Bold.ufo/glyphs/uni25C_2.glif index 93b5430fb..92d86f80b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_3.glif b/source/Hack-Bold.ufo/glyphs/uni25C_3.glif index 426dc11ea..ebc3ff8c4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_5.glif b/source/Hack-Bold.ufo/glyphs/uni25C_5.glif index 8f0472fdc..097675f8b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_6.glif b/source/Hack-Bold.ufo/glyphs/uni25C_6.glif index bbd364d75..0cc721da9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_7.glif b/source/Hack-Bold.ufo/glyphs/uni25C_7.glif index a8339f14f..fabe1cfa1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_8.glif b/source/Hack-Bold.ufo/glyphs/uni25C_8.glif index c7309c626..f5ee8c31b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_9.glif b/source/Hack-Bold.ufo/glyphs/uni25C_9.glif index 8fa8f4de4..d332acdad 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_9.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_C_.glif b/source/Hack-Bold.ufo/glyphs/uni25C_C_.glif index 3177e0fe4..aa01bcc3c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_C_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + @@ -43,14 +43,14 @@ - + - + @@ -59,14 +59,14 @@ - + - + @@ -92,14 +92,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_D_.glif b/source/Hack-Bold.ufo/glyphs/uni25C_D_.glif index edbff584f..0af4260c5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_D_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -81,7 +81,7 @@ - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_E_.glif b/source/Hack-Bold.ufo/glyphs/uni25C_E_.glif index 7dcea4c87..296c2acbd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_E_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -45,13 +45,13 @@ - + - + @@ -62,25 +62,25 @@ - + - + - + - + @@ -94,7 +94,7 @@ - + @@ -106,7 +106,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25C_F_.glif b/source/Hack-Bold.ufo/glyphs/uni25C_F_.glif index 46c39961b..309ec8c30 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25C_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25C_F_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_0.glif b/source/Hack-Bold.ufo/glyphs/uni25D_0.glif index 718c14e9a..b2dc1c3b4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_0.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_1.glif b/source/Hack-Bold.ufo/glyphs/uni25D_1.glif index bc2550c08..0b5101c8b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_1.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_2.glif b/source/Hack-Bold.ufo/glyphs/uni25D_2.glif index ef60c8abd..351ade671 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_2.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_3.glif b/source/Hack-Bold.ufo/glyphs/uni25D_3.glif index 874e183a5..cca1ef30a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_3.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_4.glif b/source/Hack-Bold.ufo/glyphs/uni25D_4.glif index 0cc033e00..edb500728 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_4.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_5.glif b/source/Hack-Bold.ufo/glyphs/uni25D_5.glif index 9f56ce75e..06acd4559 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_5.glif @@ -1,22 +1,22 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_6.glif b/source/Hack-Bold.ufo/glyphs/uni25D_6.glif index a98f8f614..4416ff83d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_7.glif b/source/Hack-Bold.ufo/glyphs/uni25D_7.glif index 61e4f5dc1..946edb7a2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_A_.glif b/source/Hack-Bold.ufo/glyphs/uni25D_A_.glif index 7857beb74..6d2901ac1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_A_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_B_.glif b/source/Hack-Bold.ufo/glyphs/uni25D_B_.glif index ab0e28865..aa100b37b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_B_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_C_.glif b/source/Hack-Bold.ufo/glyphs/uni25D_C_.glif index ab269c712..5e74179ce 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_D_.glif b/source/Hack-Bold.ufo/glyphs/uni25D_D_.glif index 1ea0f735d..669f3e26b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_E_.glif b/source/Hack-Bold.ufo/glyphs/uni25D_E_.glif index 740a2bcbf..3480c12da 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25D_F_.glif b/source/Hack-Bold.ufo/glyphs/uni25D_F_.glif index 10dbdd9ff..dbb34517f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25D_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25D_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_0.glif b/source/Hack-Bold.ufo/glyphs/uni25E_0.glif index ab19b61aa..17e386dd6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_0.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_1.glif b/source/Hack-Bold.ufo/glyphs/uni25E_1.glif index 459e25ead..fef286646 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_1.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_2.glif b/source/Hack-Bold.ufo/glyphs/uni25E_2.glif index 9812325a2..2273a2640 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_3.glif b/source/Hack-Bold.ufo/glyphs/uni25E_3.glif index 2c0c2bed2..9395dfd74 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_4.glif b/source/Hack-Bold.ufo/glyphs/uni25E_4.glif index 3cdf55d01..d928816df 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_5.glif b/source/Hack-Bold.ufo/glyphs/uni25E_5.glif index cf4b9096d..36495ab5b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_7.glif b/source/Hack-Bold.ufo/glyphs/uni25E_7.glif index 34b659d78..09d1bd3b3 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_8.glif b/source/Hack-Bold.ufo/glyphs/uni25E_8.glif index ff7393846..be563b66d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_9.glif b/source/Hack-Bold.ufo/glyphs/uni25E_9.glif index a4a76e740..a3fe5337a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_A_.glif b/source/Hack-Bold.ufo/glyphs/uni25E_A_.glif index 5b8b31cce..89cb828c5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_B_.glif b/source/Hack-Bold.ufo/glyphs/uni25E_B_.glif index da4f0b67f..9f6d2d523 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_C_.glif b/source/Hack-Bold.ufo/glyphs/uni25E_C_.glif index 6e64bb63c..16c28af2c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_C_.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_D_.glif b/source/Hack-Bold.ufo/glyphs/uni25E_D_.glif index 023c62b95..718ea1d30 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_E_.glif b/source/Hack-Bold.ufo/glyphs/uni25E_E_.glif index 65a848776..08d9455fb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25E_F_.glif b/source/Hack-Bold.ufo/glyphs/uni25E_F_.glif index 018ff748c..c63414932 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25E_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25E_F_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_0.glif b/source/Hack-Bold.ufo/glyphs/uni25F_0.glif index 95a4712e3..dfa5bb855 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_1.glif b/source/Hack-Bold.ufo/glyphs/uni25F_1.glif index c3724eede..0930ad292 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_2.glif b/source/Hack-Bold.ufo/glyphs/uni25F_2.glif index fd3427be5..cfb1f711c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_3.glif b/source/Hack-Bold.ufo/glyphs/uni25F_3.glif index 333a31b57..8b36f1ebe 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_4.glif b/source/Hack-Bold.ufo/glyphs/uni25F_4.glif index 6b5bdbb8e..8540a59c1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_4.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -30,13 +30,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_5.glif b/source/Hack-Bold.ufo/glyphs/uni25F_5.glif index ee34f5d27..a7100203e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_5.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -36,13 +36,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_6.glif b/source/Hack-Bold.ufo/glyphs/uni25F_6.glif index 7a25ab7dd..4a05da63c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_6.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -34,13 +34,13 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_7.glif b/source/Hack-Bold.ufo/glyphs/uni25F_7.glif index 27b1d258e..caa6425eb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_7.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_8.glif b/source/Hack-Bold.ufo/glyphs/uni25F_8.glif index 9267c054b..a42fa75c0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_9.glif b/source/Hack-Bold.ufo/glyphs/uni25F_9.glif index 1f5a37479..cc8543602 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_A_.glif b/source/Hack-Bold.ufo/glyphs/uni25F_A_.glif index fc9bc6d69..3194c7f3f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_B_.glif b/source/Hack-Bold.ufo/glyphs/uni25F_B_.glif index 3b80d593c..d0c40cedb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_C_.glif b/source/Hack-Bold.ufo/glyphs/uni25F_C_.glif index 3be0a387b..212ba910f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_D_.glif b/source/Hack-Bold.ufo/glyphs/uni25F_D_.glif index 8814150b8..ef2bba730 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_E_.glif b/source/Hack-Bold.ufo/glyphs/uni25F_E_.glif index 00ff683ce..5b20fe01a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni25F_F_.glif b/source/Hack-Bold.ufo/glyphs/uni25F_F_.glif index 32d916c21..1e6646d70 100644 --- a/source/Hack-Bold.ufo/glyphs/uni25F_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni25F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2756.glif b/source/Hack-Bold.ufo/glyphs/uni2756.glif index 518de22d1..9df0b0453 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2756.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2756.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2768.glif b/source/Hack-Bold.ufo/glyphs/uni2768.glif index 864ad86d5..1f463e6a2 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2768.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2768.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2769.glif b/source/Hack-Bold.ufo/glyphs/uni2769.glif index b58fbad4e..bc1936210 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2769.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2769.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni276A_.glif b/source/Hack-Bold.ufo/glyphs/uni276A_.glif index 80825423e..a7bbe6355 100644 --- a/source/Hack-Bold.ufo/glyphs/uni276A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni276A_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni276B_.glif b/source/Hack-Bold.ufo/glyphs/uni276B_.glif index 0eb0beded..bcada30fa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni276B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni276B_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni276C_.glif b/source/Hack-Bold.ufo/glyphs/uni276C_.glif index 52addd269..b56a4991d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni276C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni276C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni276D_.glif b/source/Hack-Bold.ufo/glyphs/uni276D_.glif index 82966ed32..4218e36fa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni276D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni276D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni276E_.glif b/source/Hack-Bold.ufo/glyphs/uni276E_.glif index 6a77d7332..d485f90c0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni276E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni276E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni276F_.glif b/source/Hack-Bold.ufo/glyphs/uni276F_.glif index 55c989008..1d43b367a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni276F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni276F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2770.glif b/source/Hack-Bold.ufo/glyphs/uni2770.glif index 0567c8ac0..283395f94 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2770.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2770.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2771.glif b/source/Hack-Bold.ufo/glyphs/uni2771.glif index f883c2582..07d29a8fb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2771.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2771.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2772.glif b/source/Hack-Bold.ufo/glyphs/uni2772.glif index dfd00782e..b99d6924c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2772.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2772.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2773.glif b/source/Hack-Bold.ufo/glyphs/uni2773.glif index f63652bf3..346235637 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2773.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2773.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2774.glif b/source/Hack-Bold.ufo/glyphs/uni2774.glif index 72b32200a..23049a78c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2774.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2774.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - - + + - - + + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2775.glif b/source/Hack-Bold.ufo/glyphs/uni2775.glif index 25b5aed81..897e6573c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2775.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2775.glif @@ -1,22 +1,22 @@ - + - + - - + + - - + + @@ -25,7 +25,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2794.glif b/source/Hack-Bold.ufo/glyphs/uni2794.glif index b0de26c62..1f5e538fd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2794.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2794.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2798.glif b/source/Hack-Bold.ufo/glyphs/uni2798.glif index 084bf95b8..9f84df30f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2798.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2798.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2799.glif b/source/Hack-Bold.ufo/glyphs/uni2799.glif index fd35bba38..c7a6570b5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2799.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2799.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni279A_.glif b/source/Hack-Bold.ufo/glyphs/uni279A_.glif index d0c05f97b..b29710137 100644 --- a/source/Hack-Bold.ufo/glyphs/uni279A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni279A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni279B_.glif b/source/Hack-Bold.ufo/glyphs/uni279B_.glif index 9b6df9c0d..a618e85ad 100644 --- a/source/Hack-Bold.ufo/glyphs/uni279B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni279B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni279C_.glif b/source/Hack-Bold.ufo/glyphs/uni279C_.glif index 6ce77211c..e104347ce 100644 --- a/source/Hack-Bold.ufo/glyphs/uni279C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni279C_.glif @@ -1,10 +1,10 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni279D_.glif b/source/Hack-Bold.ufo/glyphs/uni279D_.glif index 1ae260b33..f51191e51 100644 --- a/source/Hack-Bold.ufo/glyphs/uni279D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni279D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni279E_.glif b/source/Hack-Bold.ufo/glyphs/uni279E_.glif index 679ccfabe..d6313a215 100644 --- a/source/Hack-Bold.ufo/glyphs/uni279E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni279E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni279F_.glif b/source/Hack-Bold.ufo/glyphs/uni279F_.glif index 24fe36709..a540979ff 100644 --- a/source/Hack-Bold.ufo/glyphs/uni279F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni279F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_0.glif b/source/Hack-Bold.ufo/glyphs/uni27A_0.glif index 6b4a793e3..8ec5e5084 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_1.glif b/source/Hack-Bold.ufo/glyphs/uni27A_1.glif index 1041b94f2..5e21f8ce0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_2.glif b/source/Hack-Bold.ufo/glyphs/uni27A_2.glif index 029f24815..0ccc5e527 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_3.glif b/source/Hack-Bold.ufo/glyphs/uni27A_3.glif index d4711f359..2965a3167 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_4.glif b/source/Hack-Bold.ufo/glyphs/uni27A_4.glif index 69bef6327..94ecde205 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_5.glif b/source/Hack-Bold.ufo/glyphs/uni27A_5.glif index 0d40affef..3255442f4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_5.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_6.glif b/source/Hack-Bold.ufo/glyphs/uni27A_6.glif index 6121917bc..ed77b275c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_6.glif @@ -1,10 +1,10 @@ - + - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_7.glif b/source/Hack-Bold.ufo/glyphs/uni27A_7.glif index 1c79bf547..9d39df232 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_8.glif b/source/Hack-Bold.ufo/glyphs/uni27A_8.glif index dd764c8db..a094d97d6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_9.glif b/source/Hack-Bold.ufo/glyphs/uni27A_9.glif index f0b877ee1..262fcd357 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_A_.glif b/source/Hack-Bold.ufo/glyphs/uni27A_A_.glif index 345e06150..2e60ba1cc 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_B_.glif b/source/Hack-Bold.ufo/glyphs/uni27A_B_.glif index 62e9fe89f..88a6f468b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_C_.glif b/source/Hack-Bold.ufo/glyphs/uni27A_C_.glif index 3d1a83b1c..b4113e177 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_D_.glif b/source/Hack-Bold.ufo/glyphs/uni27A_D_.glif index 13b1bb802..281231dda 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_E_.glif b/source/Hack-Bold.ufo/glyphs/uni27A_E_.glif index bdea22ec6..a95b572ea 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27A_F_.glif b/source/Hack-Bold.ufo/glyphs/uni27A_F_.glif index 88cd18b0a..708af23ed 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27A_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_1.glif b/source/Hack-Bold.ufo/glyphs/uni27B_1.glif index 82ba4f0e0..489675e77 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_2.glif b/source/Hack-Bold.ufo/glyphs/uni27B_2.glif index 40a00489c..573e789c4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_2.glif @@ -1,10 +1,10 @@ - + - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_3.glif b/source/Hack-Bold.ufo/glyphs/uni27B_3.glif index 1d2cb3677..657ae5689 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_4.glif b/source/Hack-Bold.ufo/glyphs/uni27B_4.glif index 3d9758713..e0e36e223 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_4.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_5.glif b/source/Hack-Bold.ufo/glyphs/uni27B_5.glif index 380c91430..ab211ac6b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_6.glif b/source/Hack-Bold.ufo/glyphs/uni27B_6.glif index 576032a90..b8b2dea72 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_7.glif b/source/Hack-Bold.ufo/glyphs/uni27B_7.glif index eba521efd..e5418c107 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_7.glif @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_8.glif b/source/Hack-Bold.ufo/glyphs/uni27B_8.glif index 5df279c64..e3f202f7d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_8.glif @@ -1,5 +1,5 @@ - + @@ -18,10 +18,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_9.glif b/source/Hack-Bold.ufo/glyphs/uni27B_9.glif index 8f1c8aa0e..4c2d6a66d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_9.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_A_.glif b/source/Hack-Bold.ufo/glyphs/uni27B_A_.glif index 5a5a86878..b3cdcdcb1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_A_.glif @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_B_.glif b/source/Hack-Bold.ufo/glyphs/uni27B_B_.glif index 42d0380f8..b6e6c994d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_B_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_C_.glif b/source/Hack-Bold.ufo/glyphs/uni27B_C_.glif index c1e320720..db32193d1 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_C_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -97,7 +97,7 @@ - + @@ -111,7 +111,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_D_.glif b/source/Hack-Bold.ufo/glyphs/uni27B_D_.glif index 84f941453..9a5b79d1c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_D_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -92,13 +92,13 @@ - + - + - + @@ -109,7 +109,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27B_E_.glif b/source/Hack-Bold.ufo/glyphs/uni27B_E_.glif index e63a0f476..9e6c552ae 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27B_E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27B_E_.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27C_2.glif b/source/Hack-Bold.ufo/glyphs/uni27C_2.glif index 248de81fb..3f20c7693 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27C_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27C_5.glif b/source/Hack-Bold.ufo/glyphs/uni27C_5.glif index ad6dc17d2..33828bbd4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27C_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27C_5.glif @@ -1,13 +1,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27C_6.glif b/source/Hack-Bold.ufo/glyphs/uni27C_6.glif index fcc24687a..4e044a55e 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27C_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27C_6.glif @@ -1,5 +1,5 @@ - + @@ -19,14 +19,14 @@ - + - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27D_C_.glif b/source/Hack-Bold.ufo/glyphs/uni27D_C_.glif index 2c2166a82..a2ce191e6 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27D_C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27D_C_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -27,16 +27,16 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27E_0.glif b/source/Hack-Bold.ufo/glyphs/uni27E_0.glif index 2485cb6d3..298a6d061 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27E_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27E_6.glif b/source/Hack-Bold.ufo/glyphs/uni27E_6.glif index dda911493..9bdf4046c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27E_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27E_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27E_7.glif b/source/Hack-Bold.ufo/glyphs/uni27E_7.glif index 24e23e08c..d5c94c677 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27E_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27E_8.glif b/source/Hack-Bold.ufo/glyphs/uni27E_8.glif index 758ad1bb2..ea20ec956 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27E_8.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27E_9.glif b/source/Hack-Bold.ufo/glyphs/uni27E_9.glif index 610cf7e5a..359e7ed22 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27E_9.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27E_A_.glif b/source/Hack-Bold.ufo/glyphs/uni27E_A_.glif index 36a08b2c6..4ef301c44 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27E_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27E_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27E_B_.glif b/source/Hack-Bold.ufo/glyphs/uni27E_B_.glif index 3f946c63f..45f106266 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27E_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27F_5.glif b/source/Hack-Bold.ufo/glyphs/uni27F_5.glif index 276f0007f..93ecc9ae9 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27F_5.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27F_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27F_6.glif b/source/Hack-Bold.ufo/glyphs/uni27F_6.glif index e71ce27a8..2bf3fd397 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27F_6.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni27F_7.glif b/source/Hack-Bold.ufo/glyphs/uni27F_7.glif index 0d784c960..d7511f3ac 100644 --- a/source/Hack-Bold.ufo/glyphs/uni27F_7.glif +++ b/source/Hack-Bold.ufo/glyphs/uni27F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2987.glif b/source/Hack-Bold.ufo/glyphs/uni2987.glif index a51f27a43..bda2447cd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2987.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2987.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2988.glif b/source/Hack-Bold.ufo/glyphs/uni2988.glif index baa83d631..0e0aac95c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2988.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2988.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2997.glif b/source/Hack-Bold.ufo/glyphs/uni2997.glif index 4ada8e7a3..040e73d43 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2997.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2997.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2998.glif b/source/Hack-Bold.ufo/glyphs/uni2998.glif index db71d9fb3..432eacddb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2998.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2998.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni29E_B_.glif b/source/Hack-Bold.ufo/glyphs/uni29E_B_.glif index dff97d656..419f61c0f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni29E_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni29E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni29F_A_.glif b/source/Hack-Bold.ufo/glyphs/uni29F_A_.glif index f476c9f78..aacd7228a 100644 --- a/source/Hack-Bold.ufo/glyphs/uni29F_A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni29F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni29F_B_.glif b/source/Hack-Bold.ufo/glyphs/uni29F_B_.glif index a6f422217..30d8b8fdd 100644 --- a/source/Hack-Bold.ufo/glyphs/uni29F_B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni29F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2A_00.glif b/source/Hack-Bold.ufo/glyphs/uni2A_00.glif index e04c21ec0..a6d7bc2ee 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2A_00.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2A_00.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2A_2F_.glif b/source/Hack-Bold.ufo/glyphs/uni2A_2F_.glif index 38c30e648..9287caa2c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2A_2F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2A_2F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2A_6A_.glif b/source/Hack-Bold.ufo/glyphs/uni2A_6A_.glif index 5535a1a6d..c697b64c7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2A_6A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2A_6A_.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2A_6B_.glif b/source/Hack-Bold.ufo/glyphs/uni2A_6B_.glif index a821803b5..7e732d76f 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2A_6B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2A_6B_.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + @@ -53,19 +53,19 @@ - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_05.glif b/source/Hack-Bold.ufo/glyphs/uni2B_05.glif index aae2dafb0..1c57ffc1d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_05.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_05.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_06.glif b/source/Hack-Bold.ufo/glyphs/uni2B_06.glif index 8301a2c45..e781b0ca5 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_06.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_06.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_07.glif b/source/Hack-Bold.ufo/glyphs/uni2B_07.glif index 9b1a7e792..94c3f0bc7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_07.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_07.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_08.glif b/source/Hack-Bold.ufo/glyphs/uni2B_08.glif index a1663e612..bf05515aa 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_08.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_08.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_09.glif b/source/Hack-Bold.ufo/glyphs/uni2B_09.glif index 53bd2854b..443a0a27b 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_09.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_09.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_0A_.glif b/source/Hack-Bold.ufo/glyphs/uni2B_0A_.glif index 07d99088d..8d7b58520 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_0A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_0A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_0B_.glif b/source/Hack-Bold.ufo/glyphs/uni2B_0B_.glif index 1ff77d49c..40a643378 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_0B_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_0B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_0C_.glif b/source/Hack-Bold.ufo/glyphs/uni2B_0C_.glif index 7464efd15..e77854f14 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_0C_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_0C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_0D_.glif b/source/Hack-Bold.ufo/glyphs/uni2B_0D_.glif index 13acb4c41..bd4b267a7 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_0D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_0D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_16.glif b/source/Hack-Bold.ufo/glyphs/uni2B_16.glif index 874df6ab1..5a1a56a23 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_16.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_16.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_17.glif b/source/Hack-Bold.ufo/glyphs/uni2B_17.glif index 074464fff..083909981 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_17.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_17.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_18.glif b/source/Hack-Bold.ufo/glyphs/uni2B_18.glif index 1834720d1..91a26a4d4 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_18.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_18.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_19.glif b/source/Hack-Bold.ufo/glyphs/uni2B_19.glif index d47b5b184..41eb9616d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_19.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_19.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2B_1A_.glif b/source/Hack-Bold.ufo/glyphs/uni2B_1A_.glif index d926e42c8..492f88fb0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2B_1A_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2B_1A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2C_7D_.glif b/source/Hack-Bold.ufo/glyphs/uni2C_7D_.glif index b3ed54105..db302b4bb 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2C_7D_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2C_7D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2E_18.case.glif b/source/Hack-Bold.ufo/glyphs/uni2E_18.case.glif index 77c1b9277..064c06a6c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2E_18.case.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2E_18.case.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + - + - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2E_18.glif b/source/Hack-Bold.ufo/glyphs/uni2E_18.glif index c29b6e4b8..e4f03085d 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2E_18.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2E_18.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + - + @@ -60,7 +60,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2E_1F_.glif b/source/Hack-Bold.ufo/glyphs/uni2E_1F_.glif index 3b5a6d5fc..7dc9fce32 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2E_1F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2E_1F_.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + @@ -35,19 +35,19 @@ - + - - + + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2E_22.glif b/source/Hack-Bold.ufo/glyphs/uni2E_22.glif index c00b4455a..75477bc11 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2E_22.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2E_22.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2E_23.glif b/source/Hack-Bold.ufo/glyphs/uni2E_23.glif index a4dea83ae..63fc94c51 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2E_23.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2E_23.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2E_24.glif b/source/Hack-Bold.ufo/glyphs/uni2E_24.glif index 7e6caf8ab..8a6d2b9e0 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2E_24.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2E_24.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2E_25.glif b/source/Hack-Bold.ufo/glyphs/uni2E_25.glif index 101e66be6..13b65b93c 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2E_25.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2E_25.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uni2E_2E_.glif b/source/Hack-Bold.ufo/glyphs/uni2E_2E_.glif index ebfa681d6..d7c2a62ff 100644 --- a/source/Hack-Bold.ufo/glyphs/uni2E_2E_.glif +++ b/source/Hack-Bold.ufo/glyphs/uni2E_2E_.glif @@ -1,5 +1,5 @@ - + @@ -7,27 +7,27 @@ - + - + - + - + - + @@ -39,10 +39,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uniE_0A_0.glif b/source/Hack-Bold.ufo/glyphs/uniE_0A_0.glif index 4b063facc..33d485208 100644 --- a/source/Hack-Bold.ufo/glyphs/uniE_0A_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uniE_0A_0.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,13 +23,13 @@ - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uniE_0A_1.glif b/source/Hack-Bold.ufo/glyphs/uniE_0A_1.glif index 946a5d679..b19d5baaa 100644 --- a/source/Hack-Bold.ufo/glyphs/uniE_0A_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uniE_0A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uniE_0A_2.glif b/source/Hack-Bold.ufo/glyphs/uniE_0A_2.glif index 64091a334..5c402e4dc 100644 --- a/source/Hack-Bold.ufo/glyphs/uniE_0A_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uniE_0A_2.glif @@ -1,14 +1,14 @@ - + - + - + @@ -18,24 +18,24 @@ - + - + - - + + - + @@ -44,7 +44,7 @@ - + @@ -52,19 +52,19 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/uniE_0B_0.glif b/source/Hack-Bold.ufo/glyphs/uniE_0B_0.glif index 0c37c5316..b6d912aac 100644 --- a/source/Hack-Bold.ufo/glyphs/uniE_0B_0.glif +++ b/source/Hack-Bold.ufo/glyphs/uniE_0B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uniE_0B_1.glif b/source/Hack-Bold.ufo/glyphs/uniE_0B_1.glif index 8b0f5914b..4eb33e829 100644 --- a/source/Hack-Bold.ufo/glyphs/uniE_0B_1.glif +++ b/source/Hack-Bold.ufo/glyphs/uniE_0B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uniE_0B_2.glif b/source/Hack-Bold.ufo/glyphs/uniE_0B_2.glif index c9c536151..3b9433769 100644 --- a/source/Hack-Bold.ufo/glyphs/uniE_0B_2.glif +++ b/source/Hack-Bold.ufo/glyphs/uniE_0B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uniE_0B_3.glif b/source/Hack-Bold.ufo/glyphs/uniE_0B_3.glif index 244bd9d3a..d644e1e16 100644 --- a/source/Hack-Bold.ufo/glyphs/uniE_0B_3.glif +++ b/source/Hack-Bold.ufo/glyphs/uniE_0B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uniF_E_F_F_.glif b/source/Hack-Bold.ufo/glyphs/uniF_E_F_F_.glif index 3ca2362e7..f5d2cecac 100644 --- a/source/Hack-Bold.ufo/glyphs/uniF_E_F_F_.glif +++ b/source/Hack-Bold.ufo/glyphs/uniF_E_F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/union.glif b/source/Hack-Bold.ufo/glyphs/union.glif index c688b36a7..1b826add6 100644 --- a/source/Hack-Bold.ufo/glyphs/union.glif +++ b/source/Hack-Bold.ufo/glyphs/union.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/universal.glif b/source/Hack-Bold.ufo/glyphs/universal.glif index 2d48f6713..0a87210b5 100644 --- a/source/Hack-Bold.ufo/glyphs/universal.glif +++ b/source/Hack-Bold.ufo/glyphs/universal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uogonek.glif b/source/Hack-Bold.ufo/glyphs/uogonek.glif index 22f4d65bd..b89cd4f80 100644 --- a/source/Hack-Bold.ufo/glyphs/uogonek.glif +++ b/source/Hack-Bold.ufo/glyphs/uogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -22,19 +22,19 @@ - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/upblock.glif b/source/Hack-Bold.ufo/glyphs/upblock.glif index 98203446b..d75b178db 100644 --- a/source/Hack-Bold.ufo/glyphs/upblock.glif +++ b/source/Hack-Bold.ufo/glyphs/upblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/upsilon.glif b/source/Hack-Bold.ufo/glyphs/upsilon.glif index 5b6c12371..9a84a6e86 100644 --- a/source/Hack-Bold.ufo/glyphs/upsilon.glif +++ b/source/Hack-Bold.ufo/glyphs/upsilon.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,7 +15,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/upsilondieresis.glif b/source/Hack-Bold.ufo/glyphs/upsilondieresis.glif index 35e19b910..7764f2019 100644 --- a/source/Hack-Bold.ufo/glyphs/upsilondieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/upsilondieresis.glif @@ -1,57 +1,57 @@ - + - + - + - + - - + + - + - - + + - + - + - + - + - + - + - + @@ -61,7 +61,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/upsilondieresistonos.glif b/source/Hack-Bold.ufo/glyphs/upsilondieresistonos.glif index 15bf056f3..e3555f911 100644 --- a/source/Hack-Bold.ufo/glyphs/upsilondieresistonos.glif +++ b/source/Hack-Bold.ufo/glyphs/upsilondieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,46 +10,46 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -57,7 +57,7 @@ - + @@ -67,7 +67,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/upsilontonos.glif b/source/Hack-Bold.ufo/glyphs/upsilontonos.glif index 6d43b9123..b1790faac 100644 --- a/source/Hack-Bold.ufo/glyphs/upsilontonos.glif +++ b/source/Hack-Bold.ufo/glyphs/upsilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,18 +10,18 @@ - + - + - + - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/uring.glif b/source/Hack-Bold.ufo/glyphs/uring.glif index 283494743..2e6312088 100644 --- a/source/Hack-Bold.ufo/glyphs/uring.glif +++ b/source/Hack-Bold.ufo/glyphs/uring.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/utilde.glif b/source/Hack-Bold.ufo/glyphs/utilde.glif index 32b4b0e64..da1f2eebb 100644 --- a/source/Hack-Bold.ufo/glyphs/utilde.glif +++ b/source/Hack-Bold.ufo/glyphs/utilde.glif @@ -1,10 +1,10 @@ - + - + @@ -12,7 +12,7 @@ - + @@ -20,36 +20,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/v.glif b/source/Hack-Bold.ufo/glyphs/v.glif index ff3bff9d1..4c3af7056 100644 --- a/source/Hack-Bold.ufo/glyphs/v.glif +++ b/source/Hack-Bold.ufo/glyphs/v.glif @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/w.glif b/source/Hack-Bold.ufo/glyphs/w.glif index 1b43fd31c..5972de06f 100644 --- a/source/Hack-Bold.ufo/glyphs/w.glif +++ b/source/Hack-Bold.ufo/glyphs/w.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/wacute.glif b/source/Hack-Bold.ufo/glyphs/wacute.glif index 63e4354ae..f34aae7e9 100644 --- a/source/Hack-Bold.ufo/glyphs/wacute.glif +++ b/source/Hack-Bold.ufo/glyphs/wacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/wcircumflex.glif b/source/Hack-Bold.ufo/glyphs/wcircumflex.glif index 30caca70f..cb15c605b 100644 --- a/source/Hack-Bold.ufo/glyphs/wcircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/wcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/wdieresis.glif b/source/Hack-Bold.ufo/glyphs/wdieresis.glif index 7029bd8dd..9f3903c22 100644 --- a/source/Hack-Bold.ufo/glyphs/wdieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/wdieresis.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/wgrave.glif b/source/Hack-Bold.ufo/glyphs/wgrave.glif index 82fc5c436..0b35574a8 100644 --- a/source/Hack-Bold.ufo/glyphs/wgrave.glif +++ b/source/Hack-Bold.ufo/glyphs/wgrave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/x.glif b/source/Hack-Bold.ufo/glyphs/x.glif index 63fee2576..2f54c79bd 100644 --- a/source/Hack-Bold.ufo/glyphs/x.glif +++ b/source/Hack-Bold.ufo/glyphs/x.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/xi.glif b/source/Hack-Bold.ufo/glyphs/xi.glif index 3236698b2..6a82cb3a0 100644 --- a/source/Hack-Bold.ufo/glyphs/xi.glif +++ b/source/Hack-Bold.ufo/glyphs/xi.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + - + @@ -29,20 +29,20 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/y.glif b/source/Hack-Bold.ufo/glyphs/y.glif index f9b7617af..58572fe88 100644 --- a/source/Hack-Bold.ufo/glyphs/y.glif +++ b/source/Hack-Bold.ufo/glyphs/y.glif @@ -1,5 +1,5 @@ - + @@ -23,9 +23,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/yacute.glif b/source/Hack-Bold.ufo/glyphs/yacute.glif index 9263e2bc8..a632ea895 100644 --- a/source/Hack-Bold.ufo/glyphs/yacute.glif +++ b/source/Hack-Bold.ufo/glyphs/yacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ycircumflex.glif b/source/Hack-Bold.ufo/glyphs/ycircumflex.glif index daa35d4b0..94a1b277e 100644 --- a/source/Hack-Bold.ufo/glyphs/ycircumflex.glif +++ b/source/Hack-Bold.ufo/glyphs/ycircumflex.glif @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ydieresis.glif b/source/Hack-Bold.ufo/glyphs/ydieresis.glif index 0917a68f8..1f3b0c408 100644 --- a/source/Hack-Bold.ufo/glyphs/ydieresis.glif +++ b/source/Hack-Bold.ufo/glyphs/ydieresis.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/yen.glif b/source/Hack-Bold.ufo/glyphs/yen.glif index 48103b2e9..9e84e8338 100644 --- a/source/Hack-Bold.ufo/glyphs/yen.glif +++ b/source/Hack-Bold.ufo/glyphs/yen.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/ygrave.glif b/source/Hack-Bold.ufo/glyphs/ygrave.glif index 83df03050..0678e4c41 100644 --- a/source/Hack-Bold.ufo/glyphs/ygrave.glif +++ b/source/Hack-Bold.ufo/glyphs/ygrave.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/z.glif b/source/Hack-Bold.ufo/glyphs/z.glif index 9eb56dd10..0a04166fb 100644 --- a/source/Hack-Bold.ufo/glyphs/z.glif +++ b/source/Hack-Bold.ufo/glyphs/z.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/zacute.glif b/source/Hack-Bold.ufo/glyphs/zacute.glif index 2cd8f850c..6f53b7a90 100644 --- a/source/Hack-Bold.ufo/glyphs/zacute.glif +++ b/source/Hack-Bold.ufo/glyphs/zacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/zcaron.glif b/source/Hack-Bold.ufo/glyphs/zcaron.glif index 5f3ce8938..5eaab4543 100644 --- a/source/Hack-Bold.ufo/glyphs/zcaron.glif +++ b/source/Hack-Bold.ufo/glyphs/zcaron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/zdotaccent.glif b/source/Hack-Bold.ufo/glyphs/zdotaccent.glif index aa60ac44d..064a00cb5 100644 --- a/source/Hack-Bold.ufo/glyphs/zdotaccent.glif +++ b/source/Hack-Bold.ufo/glyphs/zdotaccent.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/zero.glif b/source/Hack-Bold.ufo/glyphs/zero.glif index 5a2994305..6b897c70c 100644 --- a/source/Hack-Bold.ufo/glyphs/zero.glif +++ b/source/Hack-Bold.ufo/glyphs/zero.glif @@ -1,51 +1,51 @@ - + - + - + - + - + - + - + - + - + @@ -59,7 +59,7 @@ - + @@ -71,10 +71,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/glyphs/zero.subs.glif b/source/Hack-Bold.ufo/glyphs/zero.subs.glif index 651818a01..006d96ff1 100644 --- a/source/Hack-Bold.ufo/glyphs/zero.subs.glif +++ b/source/Hack-Bold.ufo/glyphs/zero.subs.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + - + @@ -49,13 +49,13 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/zeta.glif b/source/Hack-Bold.ufo/glyphs/zeta.glif index 081c4117f..4cf99b622 100644 --- a/source/Hack-Bold.ufo/glyphs/zeta.glif +++ b/source/Hack-Bold.ufo/glyphs/zeta.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -23,10 +23,10 @@ - + - + diff --git a/source/Hack-Bold.ufo/layercontents.plist b/source/Hack-Bold.ufo/layercontents.plist new file mode 100644 index 000000000..cf95d3573 --- /dev/null +++ b/source/Hack-Bold.ufo/layercontents.plist @@ -0,0 +1,10 @@ + + + + + + public.default + glyphs + + + diff --git a/source/Hack-Bold.ufo/metainfo.plist b/source/Hack-Bold.ufo/metainfo.plist index 12a792239..632695b5a 100644 --- a/source/Hack-Bold.ufo/metainfo.plist +++ b/source/Hack-Bold.ufo/metainfo.plist @@ -1,10 +1,10 @@ - + creator - com.schriftgestaltung.GlyphsUFOExport + org.robofab.ufoLib formatVersion - 2 + 3 diff --git a/source/Hack-BoldItalic.ufo/fontinfo.plist b/source/Hack-BoldItalic.ufo/fontinfo.plist index 1e737dc79..41255bdef 100644 --- a/source/Hack-BoldItalic.ufo/fontinfo.plist +++ b/source/Hack-BoldItalic.ufo/fontinfo.plist @@ -1,5 +1,5 @@ - + ascender @@ -12,8 +12,10 @@ -492 familyName Hack + guidelines + italicAngle - -11 + -11.0 macintoshFONDFamilyID 128 macintoshFONDName @@ -23,8 +25,7 @@ openTypeHeadCreated 2017/10/23 12:00:00 openTypeHeadFlags - - + openTypeHheaAscender 1901 openTypeHheaDescender @@ -144,8 +145,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an 4 openTypeOS2Selection - - + openTypeOS2StrikeoutPosition 530 openTypeOS2StrikeoutSize @@ -215,7 +215,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an postscriptBlueFuzz 0 postscriptBlueScale - 0.036999999999999998 + 0.037 postscriptBlueShift 14 postscriptBlueValues @@ -227,6 +227,10 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an 1493 1520 + postscriptFamilyBlues + + postscriptFamilyOtherBlues + postscriptFontName Hack-BoldItalic postscriptForceBold @@ -273,7 +277,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an versionMajor 4 versionMinor - 000 + 0 xHeight 1120 diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_.glif b/source/Hack-BoldItalic.ufo/glyphs/A_.glif index 9eef9b6cc..7715ecdfe 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/A_E_.glif index f3005c796..8172fb002 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/A_acute.glif index 3a296ac99..11af6eb7f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_breve.glif b/source/Hack-BoldItalic.ufo/glyphs/A_breve.glif index d05b8a3c7..d3415b3af 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_breve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_breve.glif @@ -1,10 +1,10 @@ - + - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/A_circumflex.glif index ace707056..470411edf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_dieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/A_dieresis.glif index f06c0a5ec..e81aef89d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_dieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_dieresis.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_grave.glif b/source/Hack-BoldItalic.ufo/glyphs/A_grave.glif index cdfdff1d1..6b2492236 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_grave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_lpha.glif b/source/Hack-BoldItalic.ufo/glyphs/A_lpha.glif index 5247a2ec6..3fffa7ce2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_lpha.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_lpha.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_lphatonos.glif b/source/Hack-BoldItalic.ufo/glyphs/A_lphatonos.glif index fe696c0bd..7086c863b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_lphatonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_lphatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_macron.glif b/source/Hack-BoldItalic.ufo/glyphs/A_macron.glif index 626a269f3..bd3637cd5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_macron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_ogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/A_ogonek.glif index e9f669f08..ee5a0c625 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_ogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_ogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_ring.glif b/source/Hack-BoldItalic.ufo/glyphs/A_ring.glif index c69e1a574..830778d34 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_ring.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_ring.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + @@ -43,19 +43,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/A_tilde.glif b/source/Hack-BoldItalic.ufo/glyphs/A_tilde.glif index 2c682baf6..683420ae7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/A_tilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/A_tilde.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/B_.glif b/source/Hack-BoldItalic.ufo/glyphs/B_.glif index 28658f61f..21d8f9a5e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/B_.glif @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ - + @@ -47,9 +47,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/B_eta.glif b/source/Hack-BoldItalic.ufo/glyphs/B_eta.glif index 20f16df9f..c96f6cc9f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/B_eta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/B_eta.glif @@ -1,5 +1,5 @@ - + @@ -8,40 +8,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_.glif b/source/Hack-BoldItalic.ufo/glyphs/C_.glif index 29ad3dd6a..c5d8ed2b9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_R_.glif b/source/Hack-BoldItalic.ufo/glyphs/C_R_.glif index 8dd4ab034..9c88b2cdc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_R_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_R_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/C_acute.glif index 0280d747d..e11a223a3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -28,7 +28,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -53,13 +53,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/C_caron.glif index bcbd8a5ad..caf32216d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -56,13 +56,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_cedilla.glif b/source/Hack-BoldItalic.ufo/glyphs/C_cedilla.glif index cbd58ab64..74650b447 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_cedilla.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_cedilla.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -57,10 +57,10 @@ - + - + @@ -70,7 +70,7 @@ - + @@ -88,7 +88,7 @@ - + @@ -100,7 +100,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/C_circumflex.glif index f329c56f4..ba0ca5c04 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_dotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/C_dotaccent.glif index a449a02fd..5939f5af6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_dotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,32 +22,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/C_hi.glif b/source/Hack-BoldItalic.ufo/glyphs/C_hi.glif index df4079036..0a1475c13 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/C_hi.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/C_hi.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/D_.glif b/source/Hack-BoldItalic.ufo/glyphs/D_.glif index 0634ff562..5c1a5e57c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/D_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/D_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/D_caron.glif index 5dae9d712..7802126f4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/D_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/D_caron.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -26,20 +26,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/D_croat.glif b/source/Hack-BoldItalic.ufo/glyphs/D_croat.glif index 5a75ebf17..ddc680965 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/D_croat.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/D_croat.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -21,20 +21,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_.glif b/source/Hack-BoldItalic.ufo/glyphs/E_.glif index 2458fe9ec..fb0c615ba 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/E_acute.glif index 68a3f9067..d2cf2f3b6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_breve.glif b/source/Hack-BoldItalic.ufo/glyphs/E_breve.glif index 8b8a57f32..e4043205a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_breve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_breve.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/E_caron.glif index c7a0dd46d..4e80e3776 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/E_circumflex.glif index 38a6960da..edd6be994 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_dieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/E_dieresis.glif index d97579cb0..568ed23b8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_dieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_dieresis.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_dotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/E_dotaccent.glif index 9dc06f2b3..06f8c04bc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_dotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_grave.glif b/source/Hack-BoldItalic.ufo/glyphs/E_grave.glif index 51c390e08..b20361472 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_grave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_macron.glif b/source/Hack-BoldItalic.ufo/glyphs/E_macron.glif index 77f9bb451..5c33313f5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_macron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_ng.glif b/source/Hack-BoldItalic.ufo/glyphs/E_ng.glif index 0597bb7b0..48d886f7d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_ng.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_ng.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -26,17 +26,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_ogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/E_ogonek.glif index bc1ff90fd..19c6fa9d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_ogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -18,20 +18,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_psilon.glif b/source/Hack-BoldItalic.ufo/glyphs/E_psilon.glif index cfd2dd648..316ed8cc8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_psilon.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_psilon.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_psilontonos.glif b/source/Hack-BoldItalic.ufo/glyphs/E_psilontonos.glif index fa15251be..27b6b4167 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_psilontonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_psilontonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_ta.glif b/source/Hack-BoldItalic.ufo/glyphs/E_ta.glif index b2cd3e0fc..5ecc2bf8d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_ta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_ta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_tatonos.glif b/source/Hack-BoldItalic.ufo/glyphs/E_tatonos.glif index c2dcb513a..f8bf367d7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_tatonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_tatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_th.glif b/source/Hack-BoldItalic.ufo/glyphs/E_th.glif index 51b620f42..1ccfb21a6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_th.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_th.glif @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -33,11 +33,11 @@ - + - + @@ -49,13 +49,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/E_uro.glif b/source/Hack-BoldItalic.ufo/glyphs/E_uro.glif index 6ab204f1e..87c452d6a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/E_uro.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/E_uro.glif @@ -1,10 +1,10 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -64,7 +64,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/F_.glif b/source/Hack-BoldItalic.ufo/glyphs/F_.glif index d52d797c0..e7a886795 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/F_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/G_.glif b/source/Hack-BoldItalic.ufo/glyphs/G_.glif index bedfeb1e7..cf1caf476 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/G_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/G_.glif @@ -1,5 +1,5 @@ - + @@ -37,9 +37,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/G_amma.glif b/source/Hack-BoldItalic.ufo/glyphs/G_amma.glif index 1df4ff004..880ca7144 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/G_amma.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/G_amma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/G_breve.glif b/source/Hack-BoldItalic.ufo/glyphs/G_breve.glif index 56c6f1682..b17672bc3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/G_breve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/G_breve.glif @@ -1,10 +1,10 @@ - + - + @@ -18,7 +18,7 @@ - + @@ -33,13 +33,13 @@ - + - + @@ -51,7 +51,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -82,13 +82,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/G_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/G_caron.glif index 9013f34c3..dbc3a3bd0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/G_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/G_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,23 +13,23 @@ - + - + - + - + @@ -38,10 +38,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/G_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/G_circumflex.glif index 4e672a484..5693eaa3c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/G_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/G_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/G_dotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/G_dotaccent.glif index eca7a184a..6c48abe81 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/G_dotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/G_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,23 +22,23 @@ - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/H_.glif b/source/Hack-BoldItalic.ufo/glyphs/H_.glif index 0c9e31b5c..5fa4dd692 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/H_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/H_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/H_bar.glif b/source/Hack-BoldItalic.ufo/glyphs/H_bar.glif index 7ccae468c..e1e8f01b5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/H_bar.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/H_bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/H_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/H_circumflex.glif index 1bc63fd30..18fb0576c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/H_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/H_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_.glif b/source/Hack-BoldItalic.ufo/glyphs/I_.glif index 53248e14f..d405d6b01 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_J_.glif b/source/Hack-BoldItalic.ufo/glyphs/I_J_.glif index 300c1adb1..5666d1b38 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_J_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_J_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/I_acute.glif index 05b79f37a..d3825c3c1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_breve.glif b/source/Hack-BoldItalic.ufo/glyphs/I_breve.glif index 92fb51b52..d06db59a6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_breve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_breve.glif @@ -1,10 +1,10 @@ - + - + @@ -18,7 +18,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/I_circumflex.glif index 50d39523a..9ba84246d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_dieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/I_dieresis.glif index 70c5f36e0..7da1fd3e0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_dieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_dieresis.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_dotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/I_dotaccent.glif index 11d15e3b6..1b7338fdc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_dotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_grave.glif b/source/Hack-BoldItalic.ufo/glyphs/I_grave.glif index e23e8bd0d..ac2c46a68 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_grave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_macron.glif b/source/Hack-BoldItalic.ufo/glyphs/I_macron.glif index 36695cd4e..65aebeba3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_macron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_ogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/I_ogonek.glif index 438ed8cd8..0e82037ac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_ogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -14,20 +14,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_ota.glif b/source/Hack-BoldItalic.ufo/glyphs/I_ota.glif index c486e33d1..d6b5b23fb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_ota.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_ota.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_otadieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/I_otadieresis.glif index 24731b636..a19b9ab29 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_otadieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_otadieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_otatonos.glif b/source/Hack-BoldItalic.ufo/glyphs/I_otatonos.glif index 3a0ee70f8..96ee64b5f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_otatonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_otatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/I_tilde.glif b/source/Hack-BoldItalic.ufo/glyphs/I_tilde.glif index 1296d372d..0f1780335 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/I_tilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/I_tilde.glif @@ -1,5 +1,5 @@ - + @@ -7,28 +7,28 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/J_.glif b/source/Hack-BoldItalic.ufo/glyphs/J_.glif index ae2b4fc4b..2ef1ed6bd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/J_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/J_.glif @@ -1,5 +1,5 @@ - + @@ -28,9 +28,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/J_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/J_circumflex.glif index 1235b1c55..f44f31a40 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/J_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/J_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/K_.glif b/source/Hack-BoldItalic.ufo/glyphs/K_.glif index ae0968c47..a8e1a55b3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/K_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/K_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/K_appa.glif b/source/Hack-BoldItalic.ufo/glyphs/K_appa.glif index afbae5e25..4aac414b7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/K_appa.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/K_appa.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/L_.glif b/source/Hack-BoldItalic.ufo/glyphs/L_.glif index 760708bdc..d89d0afab 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/L_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/L_.glif @@ -1,5 +1,5 @@ - + @@ -13,9 +13,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/L_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/L_acute.glif index 3ef66c45b..33672921d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/L_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/L_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/L_ambda.glif b/source/Hack-BoldItalic.ufo/glyphs/L_ambda.glif index 795d65993..30bbe2437 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/L_ambda.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/L_ambda.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/L_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/L_caron.glif index 5db70a144..645b03b9d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/L_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/L_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/L_dot.glif b/source/Hack-BoldItalic.ufo/glyphs/L_dot.glif index 8962a9009..f72494d67 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/L_dot.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/L_dot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/L_slash.glif b/source/Hack-BoldItalic.ufo/glyphs/L_slash.glif index 5510a43fe..4f7cc3007 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/L_slash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/L_slash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/M_.glif b/source/Hack-BoldItalic.ufo/glyphs/M_.glif index b7d083c5f..21604af5c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/M_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/M_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/M_u.glif b/source/Hack-BoldItalic.ufo/glyphs/M_u.glif index ed42365b3..c1adcf19b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/M_u.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/M_u.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/N_.glif b/source/Hack-BoldItalic.ufo/glyphs/N_.glif index e3b8bb811..1dd7621e8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/N_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/N_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/N_U_L_L_.glif b/source/Hack-BoldItalic.ufo/glyphs/N_U_L_L_.glif index fa0b87887..79a4001e6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/N_U_L_L_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/N_U_L_L_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/N_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/N_acute.glif index 61f038a52..e87ffa6c3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/N_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/N_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/N_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/N_caron.glif index 88b3bb0f8..2ea9cc71b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/N_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/N_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/N_tilde.glif b/source/Hack-BoldItalic.ufo/glyphs/N_tilde.glif index 2850ba89b..dbcd96c3a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/N_tilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/N_tilde.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/N_u.glif b/source/Hack-BoldItalic.ufo/glyphs/N_u.glif index b973c983e..ce93917b9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/N_u.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/N_u.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_.glif b/source/Hack-BoldItalic.ufo/glyphs/O_.glif index 59a64162a..be3bd6898 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/O_E_.glif index 2da42439d..83896fe2d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -46,13 +46,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/O_acute.glif index 066bac84a..9af5df1a9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -28,13 +28,13 @@ - + - + @@ -48,7 +48,7 @@ - + @@ -66,13 +66,13 @@ - + - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_breve.glif b/source/Hack-BoldItalic.ufo/glyphs/O_breve.glif index 069a2a20a..be09a36f8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_breve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_breve.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,13 +22,13 @@ - + - + @@ -42,7 +42,7 @@ - + @@ -60,13 +60,13 @@ - + - + @@ -84,7 +84,7 @@ - + @@ -92,7 +92,7 @@ - + @@ -106,7 +106,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/O_circumflex.glif index 962af0fdc..835dabc28 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -31,13 +31,13 @@ - + - + @@ -51,7 +51,7 @@ - + @@ -69,13 +69,13 @@ - + - + @@ -93,7 +93,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_dieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/O_dieresis.glif index c8fe508e7..77286b81c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_dieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_dieresis.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,17 +28,17 @@ - + - + - + @@ -49,13 +49,13 @@ - + - + @@ -67,13 +67,13 @@ - + - + @@ -87,7 +87,7 @@ - + @@ -105,13 +105,13 @@ - + - + @@ -129,7 +129,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_grave.glif b/source/Hack-BoldItalic.ufo/glyphs/O_grave.glif index 84ce4a149..728601c55 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_grave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_grave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -28,13 +28,13 @@ - + - + @@ -48,7 +48,7 @@ - + @@ -66,13 +66,13 @@ - + - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_horn.glif b/source/Hack-BoldItalic.ufo/glyphs/O_horn.glif index 75576d7d2..f1b0aaa37 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_horn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_horn.glif @@ -1,5 +1,5 @@ - + @@ -10,35 +10,35 @@ - + - + - + - + - + - + @@ -53,10 +53,10 @@ - + - + @@ -65,10 +65,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_hungarumlaut.glif b/source/Hack-BoldItalic.ufo/glyphs/O_hungarumlaut.glif index ea23444a7..550d47191 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_hungarumlaut.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_hungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,19 +16,19 @@ - + - + - + - + @@ -36,7 +36,7 @@ - + @@ -45,10 +45,10 @@ - + - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_macron.glif b/source/Hack-BoldItalic.ufo/glyphs/O_macron.glif index ec3875740..89d669e91 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_macron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_macron.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -39,10 +39,10 @@ - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_megatonos.glif b/source/Hack-BoldItalic.ufo/glyphs/O_megatonos.glif index c3ddbdf6d..5f2c34d85 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_megatonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_megatonos.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + @@ -39,19 +39,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_micron.glif b/source/Hack-BoldItalic.ufo/glyphs/O_micron.glif index 7e9d04107..cd46402b7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_micron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_micron.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,7 +24,7 @@ - + @@ -33,10 +33,10 @@ - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_microntonos.glif b/source/Hack-BoldItalic.ufo/glyphs/O_microntonos.glif index 1b5a838a5..7d53d9c99 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_microntonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_microntonos.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -39,10 +39,10 @@ - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_slash.glif b/source/Hack-BoldItalic.ufo/glyphs/O_slash.glif index 1b9e60074..c0d58402e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_slash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_slash.glif @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -78,7 +78,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_slashacute.glif b/source/Hack-BoldItalic.ufo/glyphs/O_slashacute.glif index aae2bee93..1338a9b71 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_slashacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_slashacute.glif @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/O_tilde.glif b/source/Hack-BoldItalic.ufo/glyphs/O_tilde.glif index 3893f2244..b75cd5dbe 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/O_tilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/O_tilde.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -55,13 +55,13 @@ - + - + @@ -73,13 +73,13 @@ - + - + @@ -93,7 +93,7 @@ - + @@ -111,13 +111,13 @@ - + - + @@ -135,7 +135,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/P_.glif b/source/Hack-BoldItalic.ufo/glyphs/P_.glif index 94b5e63b0..26d22917a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/P_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/P_.glif @@ -1,5 +1,5 @@ - + @@ -35,9 +35,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/P_hi.glif b/source/Hack-BoldItalic.ufo/glyphs/P_hi.glif index bd4ef44c2..9d63273de 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/P_hi.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/P_hi.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -25,10 +25,10 @@ - + - + @@ -42,7 +42,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/P_i.glif b/source/Hack-BoldItalic.ufo/glyphs/P_i.glif index 89e1ba1b3..a2e29525e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/P_i.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/P_i.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/P_si.glif b/source/Hack-BoldItalic.ufo/glyphs/P_si.glif index 2f65df167..035344d07 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/P_si.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/P_si.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Q_.glif b/source/Hack-BoldItalic.ufo/glyphs/Q_.glif index 8a8a94d29..0c69bf398 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Q_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Q_.glif @@ -1,5 +1,5 @@ - + @@ -48,9 +48,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/R_.glif b/source/Hack-BoldItalic.ufo/glyphs/R_.glif index 0a0beac73..5281dc007 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/R_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/R_.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/R_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/R_acute.glif index 6443b19aa..c38c26686 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/R_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/R_acute.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -27,19 +27,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/R_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/R_caron.glif index 3720afab4..267aa7f83 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/R_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/R_caron.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -30,19 +30,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/R_ho.glif b/source/Hack-BoldItalic.ufo/glyphs/R_ho.glif index 9e0b46673..15236c8c2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/R_ho.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/R_ho.glif @@ -1,5 +1,5 @@ - + @@ -8,25 +8,25 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/S_.glif b/source/Hack-BoldItalic.ufo/glyphs/S_.glif index 425784352..df75dbf71 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/S_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/S_.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/S_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/S_acute.glif index f3110c5d3..b630fc23a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/S_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/S_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,37 +10,37 @@ - + - + - + - + - + - + - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/S_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/S_caron.glif index effe1fb37..78c78c61d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/S_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/S_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,13 +26,13 @@ - + - + @@ -45,13 +45,13 @@ - + - + @@ -61,13 +61,13 @@ - + - + @@ -78,7 +78,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/S_cedilla.glif b/source/Hack-BoldItalic.ufo/glyphs/S_cedilla.glif index e9729a621..fe4e26db5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/S_cedilla.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/S_cedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,7 +18,7 @@ - + @@ -36,10 +36,10 @@ - + - + @@ -49,16 +49,16 @@ - + - + - + @@ -74,13 +74,13 @@ - + - + @@ -93,13 +93,13 @@ - + - + @@ -109,7 +109,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/S_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/S_circumflex.glif index daadbf54b..359987b24 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/S_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/S_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/S_igma.glif b/source/Hack-BoldItalic.ufo/glyphs/S_igma.glif index 122515e68..5fecd17a5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/S_igma.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/S_igma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/T_.glif b/source/Hack-BoldItalic.ufo/glyphs/T_.glif index 365d26af0..570cdbe6c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/T_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/T_.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/T_au.glif b/source/Hack-BoldItalic.ufo/glyphs/T_au.glif index c38b5c00b..ed940ea2a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/T_au.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/T_au.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/T_bar.glif b/source/Hack-BoldItalic.ufo/glyphs/T_bar.glif index a058a0714..9c7e1e6db 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/T_bar.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/T_bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/T_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/T_caron.glif index 1eb1b42ca..103257af8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/T_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/T_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/T_heta.glif b/source/Hack-BoldItalic.ufo/glyphs/T_heta.glif index 940eadb30..95e6c65c8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/T_heta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/T_heta.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/T_horn.glif b/source/Hack-BoldItalic.ufo/glyphs/T_horn.glif index 79ca8324d..62c4e718b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/T_horn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/T_horn.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -25,25 +25,25 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_.glif b/source/Hack-BoldItalic.ufo/glyphs/U_.glif index eff07d1d4..2ec947ced 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_.glif @@ -1,5 +1,5 @@ - + @@ -34,9 +34,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/U_acute.glif index e6c3852f5..486896782 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + @@ -28,13 +28,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_breve.glif b/source/Hack-BoldItalic.ufo/glyphs/U_breve.glif index f8df9ed38..05d8f71cc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_breve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_breve.glif @@ -1,10 +1,10 @@ - + - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/U_circumflex.glif index 158e35caf..0c693cf7d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - + - + @@ -31,13 +31,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_dieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/U_dieresis.glif index 0206eec20..1a2dfe9be 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_dieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_dieresis.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -49,16 +49,16 @@ - + - + - + @@ -67,13 +67,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_grave.glif b/source/Hack-BoldItalic.ufo/glyphs/U_grave.glif index 1a8703122..91f26b675 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_grave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_grave.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + @@ -28,13 +28,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_horn.glif b/source/Hack-BoldItalic.ufo/glyphs/U_horn.glif index 3f120873d..98f00d8f4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_horn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_horn.glif @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ - + - + - + - + @@ -32,13 +32,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_hungarumlaut.glif b/source/Hack-BoldItalic.ufo/glyphs/U_hungarumlaut.glif index 4a752db55..41c4eac66 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_hungarumlaut.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_hungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -28,13 +28,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_macron.glif b/source/Hack-BoldItalic.ufo/glyphs/U_macron.glif index 9b0c820f6..8f64136d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_macron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_macron.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,13 +22,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_ogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/U_ogonek.glif index fbf80249d..b01598be0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_ogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -11,33 +11,33 @@ - + - + - + - + - + - + @@ -46,13 +46,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_psilon.glif b/source/Hack-BoldItalic.ufo/glyphs/U_psilon.glif index b1f0ce62b..68ea31b51 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_psilon.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_psilon.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -29,22 +29,22 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_psilondieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/U_psilondieresis.glif index b3cd63206..7b5df0a7b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_psilondieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_psilondieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,41 +22,41 @@ - + - - + + - + - + - + - + @@ -65,10 +65,10 @@ - + - + @@ -80,7 +80,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_psilontonos.glif b/source/Hack-BoldItalic.ufo/glyphs/U_psilontonos.glif index c5b3a1d11..c707ddaed 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_psilontonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_psilontonos.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -29,28 +29,28 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_ring.glif b/source/Hack-BoldItalic.ufo/glyphs/U_ring.glif index 89660f627..5d25e51e8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_ring.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_ring.glif @@ -1,5 +1,5 @@ - + @@ -11,10 +11,10 @@ - + - + @@ -22,28 +22,28 @@ - + - + - + - + - + - + - + @@ -51,20 +51,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/U_tilde.glif b/source/Hack-BoldItalic.ufo/glyphs/U_tilde.glif index a38e310eb..9c53ad965 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/U_tilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/U_tilde.glif @@ -1,5 +1,5 @@ - + @@ -7,37 +7,37 @@ - + - + - + - + - + - + @@ -46,13 +46,13 @@ - + - + - + @@ -61,7 +61,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/V_.glif b/source/Hack-BoldItalic.ufo/glyphs/V_.glif index 999785906..e2748555e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/V_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/V_.glif @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/W_.glif b/source/Hack-BoldItalic.ufo/glyphs/W_.glif index 23e1717f2..a2fdf9cda 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/W_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/W_.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/W_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/W_acute.glif index 2b5bbb398..8c564b1b2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/W_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/W_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/W_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/W_circumflex.glif index b1d32db27..8d9531bf1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/W_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/W_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/W_dieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/W_dieresis.glif index 2a8274ef4..f513c2a0b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/W_dieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/W_dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/W_grave.glif b/source/Hack-BoldItalic.ufo/glyphs/W_grave.glif index 62816f39d..e2ae5f592 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/W_grave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/W_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/X_.glif b/source/Hack-BoldItalic.ufo/glyphs/X_.glif index 3f3563623..c31f8bff8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/X_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/X_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/X_i.glif b/source/Hack-BoldItalic.ufo/glyphs/X_i.glif index 67b4aa393..8278a0f38 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/X_i.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/X_i.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Y_.glif b/source/Hack-BoldItalic.ufo/glyphs/Y_.glif index 547b933b7..a29ef7068 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Y_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Y_.glif @@ -1,5 +1,5 @@ - + @@ -16,9 +16,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Y_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/Y_acute.glif index cbfc0e02f..9254e3a91 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Y_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Y_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Y_circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/Y_circumflex.glif index 4ab01985f..bf5fcd216 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Y_circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Y_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Y_dieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/Y_dieresis.glif index 7ee72a60b..8c50d7d20 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Y_dieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Y_dieresis.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Y_grave.glif b/source/Hack-BoldItalic.ufo/glyphs/Y_grave.glif index dd4ad8b43..5ca893cc5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Y_grave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Y_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Z_.glif b/source/Hack-BoldItalic.ufo/glyphs/Z_.glif index 72c49f00e..adccc2a9c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Z_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Z_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Z_acute.glif b/source/Hack-BoldItalic.ufo/glyphs/Z_acute.glif index 5bc1ec665..72104f2aa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Z_acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Z_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Z_caron.glif b/source/Hack-BoldItalic.ufo/glyphs/Z_caron.glif index 90365ecc4..d8b2cdfa6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Z_caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Z_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Z_dotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/Z_dotaccent.glif index 72c8a6447..6c46dbe23 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Z_dotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Z_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/Z_eta.glif b/source/Hack-BoldItalic.ufo/glyphs/Z_eta.glif index 481a8b9f6..c34c63275 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/Z_eta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/Z_eta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/_1554.glif b/source/Hack-BoldItalic.ufo/glyphs/_1554.glif index fab991ffa..f1261e569 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/_1554.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/_1554.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/_notdef.glif b/source/Hack-BoldItalic.ufo/glyphs/_notdef.glif index 112158991..5c8a9cc25 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/_notdef.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/_notdef.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/a.glif b/source/Hack-BoldItalic.ufo/glyphs/a.glif index e79ffcc7f..6eb683273 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/a.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/a.glif @@ -1,5 +1,5 @@ - + @@ -34,7 +34,7 @@ - + @@ -53,9 +53,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/aacute.glif b/source/Hack-BoldItalic.ufo/glyphs/aacute.glif index 237371e3e..80a8e5da1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/aacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/aacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -62,12 +62,12 @@ - + - + @@ -77,10 +77,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/abreve.glif b/source/Hack-BoldItalic.ufo/glyphs/abreve.glif index ccbc292a5..f86b707ee 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/abreve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/abreve.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,10 +22,10 @@ - + - + @@ -33,20 +33,20 @@ - + - + - + - + @@ -57,14 +57,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/acircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/acircumflex.glif index 2c22a077d..e4c7ac4e6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/acircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/acircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + @@ -34,7 +34,7 @@ - + @@ -47,7 +47,7 @@ - + @@ -65,15 +65,15 @@ - + - + - + @@ -83,7 +83,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/acute.glif b/source/Hack-BoldItalic.ufo/glyphs/acute.glif index 397106e10..821f6ffad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/acute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/acutecomb.glif b/source/Hack-BoldItalic.ufo/glyphs/acutecomb.glif index 45fbb9800..f15a5b892 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/acutecomb.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/acutecomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/adieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/adieresis.glif index c672a35e0..aae986ae9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/adieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/adieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,13 +46,13 @@ - + - + @@ -67,7 +67,7 @@ - + @@ -77,10 +77,10 @@ - + - + @@ -98,12 +98,12 @@ - + - + @@ -116,7 +116,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ae.glif b/source/Hack-BoldItalic.ufo/glyphs/ae.glif index edf389f83..dda4d19f4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ae.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ae.glif @@ -1,16 +1,16 @@ - + - + - + @@ -30,7 +30,7 @@ - + @@ -43,7 +43,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -121,7 +121,7 @@ - + @@ -131,7 +131,7 @@ - + @@ -142,7 +142,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/agrave.glif b/source/Hack-BoldItalic.ufo/glyphs/agrave.glif index fff0e8a5e..f070bc646 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/agrave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/agrave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -62,12 +62,12 @@ - + - + @@ -77,10 +77,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/alpha.glif b/source/Hack-BoldItalic.ufo/glyphs/alpha.glif index ec46fd177..f57d6ce32 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/alpha.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/alpha.glif @@ -1,10 +1,10 @@ - + - + @@ -16,29 +16,29 @@ - + - + - + - + - + @@ -47,22 +47,22 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/alphatonos.glif b/source/Hack-BoldItalic.ufo/glyphs/alphatonos.glif index 6e0019f18..e3572fca7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/alphatonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/alphatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,19 +22,19 @@ - + - + - + @@ -44,7 +44,7 @@ - + @@ -53,19 +53,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/amacron.glif b/source/Hack-BoldItalic.ufo/glyphs/amacron.glif index 0ac7cda51..08d530a98 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/amacron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/amacron.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -21,20 +21,20 @@ - + - + - + - + @@ -45,14 +45,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ampersand.glif b/source/Hack-BoldItalic.ufo/glyphs/ampersand.glif index 9a0c678ab..be9eb6cec 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ampersand.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ampersand.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,19 +19,19 @@ - + - + - + - + @@ -41,13 +41,13 @@ - + - + @@ -73,12 +73,12 @@ - + - + @@ -88,10 +88,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/angle.glif b/source/Hack-BoldItalic.ufo/glyphs/angle.glif index 96ea71403..917ef6c4f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/angle.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/angle.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/aogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/aogonek.glif index 50ec5f392..6ba59dde2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/aogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/aogonek.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,41 +18,41 @@ - + - + - + - + - + - + - + - + - + @@ -61,14 +61,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/approxequal.glif b/source/Hack-BoldItalic.ufo/glyphs/approxequal.glif index 161e1c4d1..96d624fcd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/approxequal.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/approxequal.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -74,7 +74,7 @@ - + @@ -82,7 +82,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/aring.glif b/source/Hack-BoldItalic.ufo/glyphs/aring.glif index 55e81a6b7..009a92b63 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/aring.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/aring.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -39,16 +39,16 @@ - + - + - + @@ -56,13 +56,13 @@ - + - + @@ -77,7 +77,7 @@ - + @@ -90,10 +90,10 @@ - + - + @@ -108,12 +108,12 @@ - + - + @@ -126,7 +126,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowboth.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowboth.glif index 979672a7d..a3ea1d527 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowboth.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowboth.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowdblboth.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowdblboth.glif index ea5f8624c..38aaf49a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowdblboth.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowdblboth.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowdbldown.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowdbldown.glif index 9b3a9be50..38bff7a2e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowdbldown.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowdbldown.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowdblleft.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowdblleft.glif index 46e95df75..504edd739 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowdblleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowdblleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowdblright.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowdblright.glif index 878d61b77..9a5a67668 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowdblright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowdblright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowdblup.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowdblup.glif index ded4a3c5b..cd38e6bf6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowdblup.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowdblup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowdown.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowdown.glif index 18e0673ba..298b24959 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowdown.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowdown.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowleft.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowleft.glif index 4a16ddd96..26ebe65e6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowright.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowright.glif index a210453f3..310250374 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowup.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowup.glif index 3c23f687e..f244b0f90 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowup.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowupdn.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowupdn.glif index fd3edea94..8c92bef2e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowupdn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowupdn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/arrowupdnbse.glif b/source/Hack-BoldItalic.ufo/glyphs/arrowupdnbse.glif index 80c7235ee..7ff09332b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/arrowupdnbse.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/arrowupdnbse.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/asciicircum.glif b/source/Hack-BoldItalic.ufo/glyphs/asciicircum.glif index e96383134..f2ebc4256 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/asciicircum.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/asciicircum.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/asciitilde.glif b/source/Hack-BoldItalic.ufo/glyphs/asciitilde.glif index 904a8c368..75da2cdbe 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/asciitilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/asciitilde.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/asterisk.glif b/source/Hack-BoldItalic.ufo/glyphs/asterisk.glif index 49f2e3c5a..0c621fa3b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/asterisk.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/asterisk.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/asteriskmath.glif b/source/Hack-BoldItalic.ufo/glyphs/asteriskmath.glif index 08b44db3a..e908b8173 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/asteriskmath.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/asteriskmath.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/at.glif b/source/Hack-BoldItalic.ufo/glyphs/at.glif index 7efa5edce..02ff41098 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/at.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/at.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,13 +22,13 @@ - + - + @@ -43,19 +43,19 @@ - + - + - + @@ -64,10 +64,10 @@ - + - + @@ -76,13 +76,13 @@ - + - + @@ -94,7 +94,7 @@ - + @@ -106,13 +106,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/atilde.glif b/source/Hack-BoldItalic.ufo/glyphs/atilde.glif index c27267b22..045d53010 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/atilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/atilde.glif @@ -1,10 +1,10 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -43,13 +43,13 @@ - + - + @@ -64,7 +64,7 @@ - + @@ -77,7 +77,7 @@ - + @@ -95,15 +95,15 @@ - + - + - + @@ -113,7 +113,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/b.glif b/source/Hack-BoldItalic.ufo/glyphs/b.glif index aca7f9072..b0ebfa535 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/b.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/b.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/backslash.glif b/source/Hack-BoldItalic.ufo/glyphs/backslash.glif index 75ccaef01..c3df54482 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/backslash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/backslash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/bar.glif b/source/Hack-BoldItalic.ufo/glyphs/bar.glif index 143fcd9e2..e6c134147 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bar.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/beta.glif b/source/Hack-BoldItalic.ufo/glyphs/beta.glif index 198a643d3..a8cb17c8e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/beta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/beta.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -36,26 +36,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/block.glif b/source/Hack-BoldItalic.ufo/glyphs/block.glif index bf10efca1..89dc04bf7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/block.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/block.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif b/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif index 5b35bb037..860b7bb41 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif @@ -1,5 +1,5 @@ - + @@ -63,9 +63,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/braceright.glif b/source/Hack-BoldItalic.ufo/glyphs/braceright.glif index 8a2501a82..1b0a66b6c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/braceright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/braceright.glif @@ -1,5 +1,5 @@ - + @@ -67,9 +67,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif b/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif index 50fe0204b..a8e7bd769 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif b/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif index a7fb91934..a35c8e77c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/breve.glif b/source/Hack-BoldItalic.ufo/glyphs/breve.glif index d3839fc06..6c4f821e9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/breve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/breve.glif @@ -1,10 +1,10 @@ - + - + @@ -13,16 +13,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/brokenbar.glif b/source/Hack-BoldItalic.ufo/glyphs/brokenbar.glif index 7efe44fa8..25f64cf80 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/brokenbar.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/brokenbar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/bullet.glif b/source/Hack-BoldItalic.ufo/glyphs/bullet.glif index 50013dc34..229788dc8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bullet.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bullet.glif @@ -1,10 +1,10 @@ - + - + @@ -28,7 +28,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c.glif b/source/Hack-BoldItalic.ufo/glyphs/c.glif index 841b91558..3353f5b8a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6459.glif b/source/Hack-BoldItalic.ufo/glyphs/c6459.glif index 65a88250b..150e78341 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6459.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6459.glif @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6460.glif b/source/Hack-BoldItalic.ufo/glyphs/c6460.glif index 7e89a5470..3cb839f28 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6460.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6460.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6461.glif b/source/Hack-BoldItalic.ufo/glyphs/c6461.glif index e5eaf15b4..6d8367c00 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6461.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6461.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6462.glif b/source/Hack-BoldItalic.ufo/glyphs/c6462.glif index f1d8cca4c..503ffaf97 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6462.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6462.glif @@ -1,27 +1,27 @@ - + - + - + - + - + @@ -29,25 +29,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6469.glif b/source/Hack-BoldItalic.ufo/glyphs/c6469.glif index 6504fda75..0bc20ca53 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6469.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6469.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6471.glif b/source/Hack-BoldItalic.ufo/glyphs/c6471.glif index 8bb326d93..e03296f93 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6471.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6471.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6473.glif b/source/Hack-BoldItalic.ufo/glyphs/c6473.glif index 23f2d8913..ee4b67e81 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6473.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6473.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6476.glif b/source/Hack-BoldItalic.ufo/glyphs/c6476.glif index 47632eb20..ebf95ea2b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6476.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6476.glif @@ -1,9 +1,9 @@ - + - + @@ -14,13 +14,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6477.glif b/source/Hack-BoldItalic.ufo/glyphs/c6477.glif index f81dfa769..fecd03255 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6477.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6477.glif @@ -1,16 +1,16 @@ - + - + - + @@ -18,7 +18,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6478.glif b/source/Hack-BoldItalic.ufo/glyphs/c6478.glif index e575b2f12..d311ccd29 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6478.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6478.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/c6479.glif b/source/Hack-BoldItalic.ufo/glyphs/c6479.glif index a05e1ae94..62ccce1a0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/c6479.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/c6479.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/cacute.glif b/source/Hack-BoldItalic.ufo/glyphs/cacute.glif index 9718bd8e2..fd93765a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/cacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/cacute.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + @@ -35,16 +35,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/caron.glif b/source/Hack-BoldItalic.ufo/glyphs/caron.glif index 07e564f83..6b9ef1054 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/caron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/carriagereturn.glif b/source/Hack-BoldItalic.ufo/glyphs/carriagereturn.glif index b7ec56f83..bfd3dabf9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/carriagereturn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/carriagereturn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ccaron.glif b/source/Hack-BoldItalic.ufo/glyphs/ccaron.glif index 370f78954..544d7bfd9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ccaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ccaron.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + @@ -38,16 +38,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ccedilla.glif b/source/Hack-BoldItalic.ufo/glyphs/ccedilla.glif index fe35e7326..61a96def0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ccedilla.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ccedilla.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -23,7 +23,7 @@ - + @@ -38,10 +38,10 @@ - + - + @@ -51,7 +51,7 @@ - + @@ -69,13 +69,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ccircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/ccircumflex.glif index 9c2b59877..ecf6eecb6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ccircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ccircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/cdotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/cdotaccent.glif index 9b03bd7fc..adc47fa94 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/cdotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/cdotaccent.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,26 +22,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/cedilla.glif b/source/Hack-BoldItalic.ufo/glyphs/cedilla.glif index 273741fb1..12ee20534 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/cedilla.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/cedilla.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/cent.glif b/source/Hack-BoldItalic.ufo/glyphs/cent.glif index 9654bfc39..565ea5af9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/cent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/cent.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/chi.glif b/source/Hack-BoldItalic.ufo/glyphs/chi.glif index dcb4aaf3c..965731fcb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/chi.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/chi.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/circle.glif b/source/Hack-BoldItalic.ufo/glyphs/circle.glif index 4bc4878d5..a34dafb61 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/circle.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/circle.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -45,13 +45,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/circlemultiply.glif b/source/Hack-BoldItalic.ufo/glyphs/circlemultiply.glif index d5e0c6a8d..abd230793 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/circlemultiply.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/circlemultiply.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/circleplus.glif b/source/Hack-BoldItalic.ufo/glyphs/circleplus.glif index bbdd63fec..7a3e98dc5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/circleplus.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/circleplus.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/circumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/circumflex.glif index 515fad42b..666550a1e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/circumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/colon.glif b/source/Hack-BoldItalic.ufo/glyphs/colon.glif index 8adfd15dc..0657723d7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/colon.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/colon.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -33,31 +33,31 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/colonmonetary.glif b/source/Hack-BoldItalic.ufo/glyphs/colonmonetary.glif index fae6ec1b2..46119052b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/colonmonetary.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/colonmonetary.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/comma.glif b/source/Hack-BoldItalic.ufo/glyphs/comma.glif index 5115659be..caa40a1b8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/comma.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/comma.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -26,13 +26,13 @@ - + - + - + @@ -41,13 +41,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/congruent.glif b/source/Hack-BoldItalic.ufo/glyphs/congruent.glif index 41b4b83b5..2db77df53 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/congruent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/congruent.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/contents.plist b/source/Hack-BoldItalic.ufo/glyphs/contents.plist index b592ee36a..895292c42 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/contents.plist +++ b/source/Hack-BoldItalic.ufo/glyphs/contents.plist @@ -1,5 +1,5 @@ - + .notdef @@ -60,6 +60,8 @@ E_.glif Eacute E_acute.glif + Ebreve + E_breve.glif Ecaron E_caron.glif Ecircumflex @@ -114,6 +116,8 @@ I_J_.glif Iacute I_acute.glif + Ibreve + I_breve.glif Icircumflex I_circumflex.glif Idieresis @@ -176,6 +180,8 @@ O_E_.glif Oacute O_acute.glif + Obreve + O_breve.glif Ocircumflex O_circumflex.glif Odieresis @@ -508,6 +514,8 @@ e.glif eacute eacute.glif + ebreve + ebreve.glif ecaron ecaron.glif ecircumflex @@ -524,18 +532,10 @@ eight.subs.glif element element.glif - onedotenleader - onedotenleader.glif - twodotenleader - twodotenleader.glif ellipsis ellipsis.glif emacron emacron.glif - Ebreve - E_breve.glif - ebreve - ebreve.glif emdash emdash.glif emptyset @@ -636,10 +636,14 @@ hungarumlaut.glif hyphen hyphen.glif + hyphenationpoint + hyphenationpoint.glif i i.glif iacute iacute.glif + ibreve + ibreve.glif icircumflex icircumflex.glif idieresis @@ -650,10 +654,6 @@ ij.glif imacron imacron.glif - Ibreve - I_breve.glif - ibreve - ibreve.glif infinity infinity.glif integral @@ -726,8 +726,12 @@ m.glif macron macron.glif + millisecond + millisecond.glif minus minus.glif + minute + minute.glif multiply multiply.glif musicalnote @@ -760,6 +764,8 @@ o.glif oacute oacute.glif + obreve + obreve.glif ocircumflex ocircumflex.glif odieresis @@ -776,10 +782,6 @@ ohungarumlaut.glif omacron omacron.glif - Obreve - O_breve.glif - obreve - obreve.glif omega omega.glif omegatonos @@ -792,6 +794,8 @@ one.glif one.subs one.subs.glif + onedotenleader + onedotenleader.glif oneeighth oneeighth.glif onehalf @@ -910,6 +914,8 @@ scedilla.glif scircumflex scircumflex.glif + second + second.glif section section.glif semicolon @@ -982,6 +988,8 @@ two.glif two.subs two.subs.glif + twodotenleader + twodotenleader.glif u u.glif uacute @@ -1904,18 +1912,10 @@ uni201F_.glif uni2023 uni2023.glif - hyphenationpoint - hyphenationpoint.glif uni202F uni202F_.glif uni2031 uni2031.glif - minute - minute.glif - second - second.glif - millisecond - millisecond.glif uni2035 uni2035.glif uni2036 diff --git a/source/Hack-BoldItalic.ufo/glyphs/copyright.glif b/source/Hack-BoldItalic.ufo/glyphs/copyright.glif index e8c94a94e..20ab02617 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/copyright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/copyright.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -98,16 +98,16 @@ - + - + - + @@ -120,19 +120,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/currency.glif b/source/Hack-BoldItalic.ufo/glyphs/currency.glif index 22d66b8f0..6f3d9f77c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/currency.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/currency.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + @@ -26,7 +26,7 @@ - + @@ -35,13 +35,13 @@ - + - + - + @@ -53,32 +53,32 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/d.glif b/source/Hack-BoldItalic.ufo/glyphs/d.glif index 63683e8d7..7f9ceddb2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/d.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/d.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -41,9 +41,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dagger.glif b/source/Hack-BoldItalic.ufo/glyphs/dagger.glif index c7cac2dfb..489e7f6d5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dagger.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dagger.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/daggerdbl.glif b/source/Hack-BoldItalic.ufo/glyphs/daggerdbl.glif index 0fe2bad22..1329f67c5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/daggerdbl.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/daggerdbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dcaron.glif b/source/Hack-BoldItalic.ufo/glyphs/dcaron.glif index ff1bc52d1..271174ded 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dcaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dcaron.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -32,16 +32,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dcroat.glif b/source/Hack-BoldItalic.ufo/glyphs/dcroat.glif index a0a244dc8..b3fc54da2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dcroat.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dcroat.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -55,13 +55,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/degree.glif b/source/Hack-BoldItalic.ufo/glyphs/degree.glif index 821d51768..f0eb13f69 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/degree.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/degree.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,7 +22,7 @@ - + @@ -36,19 +36,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/delta.glif b/source/Hack-BoldItalic.ufo/glyphs/delta.glif index defa7afcc..00788669f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/delta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/delta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -41,20 +41,20 @@ - + - + - + - + @@ -62,22 +62,22 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/dieresis.glif index a85b4ddc7..6cb2c8d8a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dieresistonos.glif b/source/Hack-BoldItalic.ufo/glyphs/dieresistonos.glif index b36e08ae5..b256daba9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dieresistonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + @@ -28,14 +28,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/divide.glif b/source/Hack-BoldItalic.ufo/glyphs/divide.glif index eee9b9157..5a5696476 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/divide.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/divide.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dkshade.glif b/source/Hack-BoldItalic.ufo/glyphs/dkshade.glif index 4107a505a..8a2848824 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dkshade.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dkshade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dnblock.glif b/source/Hack-BoldItalic.ufo/glyphs/dnblock.glif index d5c91abc5..ae024e4f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dnblock.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dnblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dollar.glif b/source/Hack-BoldItalic.ufo/glyphs/dollar.glif index c6358c2b0..c0de02fa7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dollar.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dollar.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -85,7 +85,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dong.glif b/source/Hack-BoldItalic.ufo/glyphs/dong.glif index c57379dc4..7da6c7e3a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dong.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dong.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -34,16 +34,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/dotaccent.glif index ce9e462db..e41907226 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dotaccent.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dotbelowcomb.glif b/source/Hack-BoldItalic.ufo/glyphs/dotbelowcomb.glif index 65eb27308..1df618641 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dotbelowcomb.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dotbelowcomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dotlessi.glif b/source/Hack-BoldItalic.ufo/glyphs/dotlessi.glif index 9956d5c6a..06d6541f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dotlessi.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dotlessi.glif @@ -1,10 +1,10 @@ - + - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/dotmath.glif b/source/Hack-BoldItalic.ufo/glyphs/dotmath.glif index c97d119dd..e7395b48c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/dotmath.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/dotmath.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/e.glif b/source/Hack-BoldItalic.ufo/glyphs/e.glif index b9101b17d..ee54dae87 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/e.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/e.glif @@ -1,5 +1,5 @@ - + @@ -49,9 +49,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/eacute.glif b/source/Hack-BoldItalic.ufo/glyphs/eacute.glif index 2d8a8b18f..b37923ca9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/eacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/eacute.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -78,7 +78,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ebreve.glif b/source/Hack-BoldItalic.ufo/glyphs/ebreve.glif index 9cb64c3ad..d4a78167e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ebreve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ebreve.glif @@ -1,10 +1,10 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -72,13 +72,13 @@ - + - + @@ -93,7 +93,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ecaron.glif b/source/Hack-BoldItalic.ufo/glyphs/ecaron.glif index 13b9b17bc..3113250be 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ecaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ecaron.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + - + @@ -35,7 +35,7 @@ - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ecircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/ecircumflex.glif index 53c0cff1f..2ff4427bd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ecircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ecircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -81,7 +81,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/edieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/edieresis.glif index 554a42a8a..3d7dcc60d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/edieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/edieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,7 +46,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -114,7 +114,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/edotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/edotaccent.glif index 78fb5b005..59b67fd76 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/edotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/edotaccent.glif @@ -1,40 +1,40 @@ - + - + - - + + - + - + - + - + - + @@ -44,7 +44,7 @@ - + @@ -56,10 +56,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/egrave.glif b/source/Hack-BoldItalic.ufo/glyphs/egrave.glif index 179efcfec..c12fe0359 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/egrave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/egrave.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -78,7 +78,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/eight.glif b/source/Hack-BoldItalic.ufo/glyphs/eight.glif index ce0e18d3c..36a002e14 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/eight.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/eight.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,22 +19,22 @@ - + - + - + - + @@ -43,7 +43,7 @@ - + @@ -51,25 +51,25 @@ - + - + - + - + @@ -77,25 +77,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/eight.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/eight.subs.glif index 03e4a062d..5b29615ba 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/eight.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/eight.subs.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/element.glif b/source/Hack-BoldItalic.ufo/glyphs/element.glif index 2c832dab4..c698a1d01 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/element.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/element.glif @@ -1,10 +1,10 @@ - + - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ellipsis.glif b/source/Hack-BoldItalic.ufo/glyphs/ellipsis.glif index 5f6c272d4..c5c0f5f2d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ellipsis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ellipsis.glif @@ -1,18 +1,18 @@ - + - + - - + + @@ -25,7 +25,7 @@ - + @@ -35,8 +35,8 @@ - - + + @@ -49,7 +49,7 @@ - + @@ -59,8 +59,8 @@ - - + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/emacron.glif b/source/Hack-BoldItalic.ufo/glyphs/emacron.glif index e3f5b6f3a..a0bc80f51 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/emacron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/emacron.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -32,7 +32,7 @@ - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/emdash.glif b/source/Hack-BoldItalic.ufo/glyphs/emdash.glif index 26b071458..14bfc4b40 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/emdash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/emdash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/emptyset.glif b/source/Hack-BoldItalic.ufo/glyphs/emptyset.glif index daf5bda0c..470d4d56b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/emptyset.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/emptyset.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + @@ -23,13 +23,13 @@ - + - + @@ -39,16 +39,16 @@ - + - + - + - + @@ -57,16 +57,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/endash.glif b/source/Hack-BoldItalic.ufo/glyphs/endash.glif index ca547c833..917fdc688 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/endash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/endash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/eng.glif b/source/Hack-BoldItalic.ufo/glyphs/eng.glif index f70fd168b..78cc09599 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/eng.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/eng.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -26,17 +26,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/eogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/eogonek.glif index ae9bd98d9..1ebbc0614 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/eogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/eogonek.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,51 +23,51 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/epsilon.glif b/source/Hack-BoldItalic.ufo/glyphs/epsilon.glif index 686b0ed40..463def40a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/epsilon.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/epsilon.glif @@ -1,10 +1,10 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -71,7 +71,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/epsilontonos.glif b/source/Hack-BoldItalic.ufo/glyphs/epsilontonos.glif index 3e11fae73..2bc051e38 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/epsilontonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/epsilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -77,7 +77,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/equal.glif b/source/Hack-BoldItalic.ufo/glyphs/equal.glif index 7358e6688..17a3441ac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/equal.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/equal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/equivalence.glif b/source/Hack-BoldItalic.ufo/glyphs/equivalence.glif index 0524ffd24..a89aebdca 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/equivalence.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/equivalence.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/eta.glif b/source/Hack-BoldItalic.ufo/glyphs/eta.glif index b52a72c07..69a311f5b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/eta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/eta.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/etatonos.glif b/source/Hack-BoldItalic.ufo/glyphs/etatonos.glif index 2a9aaf2a9..a530a01fa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/etatonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/etatonos.glif @@ -1,5 +1,5 @@ - + @@ -13,10 +13,10 @@ - + - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/eth.glif b/source/Hack-BoldItalic.ufo/glyphs/eth.glif index 51c281e23..90faf8001 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/eth.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/eth.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -43,7 +43,7 @@ - + @@ -51,16 +51,16 @@ - + - + - + @@ -69,13 +69,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/exclam.glif b/source/Hack-BoldItalic.ufo/glyphs/exclam.glif index 6fc8f1f16..74e6867ed 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/exclam.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/exclam.glif @@ -1,5 +1,5 @@ - + @@ -12,25 +12,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/exclamdbl.glif b/source/Hack-BoldItalic.ufo/glyphs/exclamdbl.glif index 80151a589..f867a08b4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/exclamdbl.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/exclamdbl.glif @@ -1,5 +1,5 @@ - + @@ -20,28 +20,28 @@ - + - + - + - + - + @@ -49,28 +49,28 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/exclamdown.case.glif b/source/Hack-BoldItalic.ufo/glyphs/exclamdown.case.glif index 9ee5d6890..3a7586766 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/exclamdown.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/exclamdown.case.glif @@ -1,27 +1,27 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/exclamdown.glif b/source/Hack-BoldItalic.ufo/glyphs/exclamdown.glif index e9552f0da..38235be7f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/exclamdown.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/exclamdown.glif @@ -1,28 +1,28 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/existential.glif b/source/Hack-BoldItalic.ufo/glyphs/existential.glif index 3c20b3963..3f47619b5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/existential.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/existential.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/f.glif b/source/Hack-BoldItalic.ufo/glyphs/f.glif index b018a604c..950e96de9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/f.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/f.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/figuredash.glif b/source/Hack-BoldItalic.ufo/glyphs/figuredash.glif index 6ff9d4832..48a97cf4e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/figuredash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/figuredash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/filledbox.glif b/source/Hack-BoldItalic.ufo/glyphs/filledbox.glif index ce4481119..a7028df70 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/filledbox.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/filledbox.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/filledrect.glif b/source/Hack-BoldItalic.ufo/glyphs/filledrect.glif index 2dfc9ac67..eca6c2868 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/filledrect.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/filledrect.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/five.glif b/source/Hack-BoldItalic.ufo/glyphs/five.glif index c04f82745..19e4169f1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/five.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/five.glif @@ -1,10 +1,10 @@ - + - + @@ -17,16 +17,16 @@ - + - + - + @@ -43,13 +43,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/five.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/five.subs.glif index 0ef7d5a6f..d2347329c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/five.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/five.subs.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/fiveeighths.glif b/source/Hack-BoldItalic.ufo/glyphs/fiveeighths.glif index 3e908b6b6..9090f0ce7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/fiveeighths.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/fiveeighths.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -42,56 +42,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/florin.glif b/source/Hack-BoldItalic.ufo/glyphs/florin.glif index 6feb24fd2..563cbb34e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/florin.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/florin.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -31,10 +31,10 @@ - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/four.glif b/source/Hack-BoldItalic.ufo/glyphs/four.glif index 4be60f6b6..c355dd109 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/four.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/four.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/four.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/four.subs.glif index d1a98eba5..5e98f8911 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/four.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/four.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/franc.glif b/source/Hack-BoldItalic.ufo/glyphs/franc.glif index 99fb31732..51099a19f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/franc.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/franc.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/g.glif b/source/Hack-BoldItalic.ufo/glyphs/g.glif index 5309d5d65..87fe27a7e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/g.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/g.glif @@ -1,5 +1,5 @@ - + @@ -50,9 +50,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/gamma.glif b/source/Hack-BoldItalic.ufo/glyphs/gamma.glif index ca1e24193..7b5c13c40 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/gamma.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/gamma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/gbreve.glif b/source/Hack-BoldItalic.ufo/glyphs/gbreve.glif index 5c6984a16..ad5910d89 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/gbreve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/gbreve.glif @@ -1,10 +1,10 @@ - + - + @@ -19,7 +19,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -44,10 +44,10 @@ - + - + @@ -60,13 +60,13 @@ - + - + @@ -75,7 +75,7 @@ - + @@ -89,25 +89,25 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/gcaron.glif b/source/Hack-BoldItalic.ufo/glyphs/gcaron.glif index dcb143ce4..49f6efea9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/gcaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/gcaron.glif @@ -1,5 +1,5 @@ - + @@ -13,30 +13,30 @@ - + - + - + - + - + @@ -47,16 +47,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/gcircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/gcircumflex.glif index 29b7e26cb..6b11d7168 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/gcircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/gcircumflex.glif @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/gdotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/gdotaccent.glif index d8633e8b0..bf9c7d248 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/gdotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/gdotaccent.glif @@ -1,17 +1,17 @@ - + - + - + @@ -19,33 +19,33 @@ - + - + - + - + - + - + @@ -56,16 +56,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/germandbls.glif b/source/Hack-BoldItalic.ufo/glyphs/germandbls.glif index 7c5a2101a..7e9179c49 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/germandbls.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/germandbls.glif @@ -1,10 +1,10 @@ - + - + @@ -17,10 +17,10 @@ - + - + @@ -31,20 +31,20 @@ - + - + - + @@ -56,27 +56,27 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/gradient.glif b/source/Hack-BoldItalic.ufo/glyphs/gradient.glif index 8482d600a..b9eb751df 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/gradient.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/gradient.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/grave.glif b/source/Hack-BoldItalic.ufo/glyphs/grave.glif index 9d2f7e128..6ebd6140c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/grave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/gravecomb.glif b/source/Hack-BoldItalic.ufo/glyphs/gravecomb.glif index 48db4b3cc..9eb54cafc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/gravecomb.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/gravecomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/greater.glif b/source/Hack-BoldItalic.ufo/glyphs/greater.glif index d81e22b34..3673982d2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/greater.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/greater.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/greaterequal.glif b/source/Hack-BoldItalic.ufo/glyphs/greaterequal.glif index 81ad922fb..48a419ba1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/greaterequal.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/greaterequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/guillemotleft.glif b/source/Hack-BoldItalic.ufo/glyphs/guillemotleft.glif index 7525c54d0..6772d386a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/guillemotleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/guillemotleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/guillemotright.glif b/source/Hack-BoldItalic.ufo/glyphs/guillemotright.glif index 90d4ec494..3d3331499 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/guillemotright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/guillemotright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/guilsinglleft.glif b/source/Hack-BoldItalic.ufo/glyphs/guilsinglleft.glif index 2bf646a76..bc503f52e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/guilsinglleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/guilsinglleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/guilsinglright.glif b/source/Hack-BoldItalic.ufo/glyphs/guilsinglright.glif index e8d40d77b..1f215aaf5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/guilsinglright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/guilsinglright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/h.glif b/source/Hack-BoldItalic.ufo/glyphs/h.glif index 2833a264e..501525e2b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/h.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/h.glif @@ -1,5 +1,5 @@ - + @@ -39,9 +39,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/hbar.glif b/source/Hack-BoldItalic.ufo/glyphs/hbar.glif index 609f793d7..254ae18e6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/hbar.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/hbar.glif @@ -1,5 +1,5 @@ - + @@ -17,22 +17,22 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/hcircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/hcircumflex.glif index b5a661b7e..edfc40bf7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/hcircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/hcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/hookabovecomb.glif b/source/Hack-BoldItalic.ufo/glyphs/hookabovecomb.glif index a137982b1..206446161 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/hookabovecomb.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/hookabovecomb.glif @@ -1,6 +1,5 @@ - - + @@ -10,7 +9,7 @@ - + @@ -24,7 +23,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/hungarumlaut.glif b/source/Hack-BoldItalic.ufo/glyphs/hungarumlaut.glif index 524bf9e8c..1ae385bd5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/hungarumlaut.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/hungarumlaut.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/hyphen.glif b/source/Hack-BoldItalic.ufo/glyphs/hyphen.glif index fcc35b2e3..2f75fae2a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/hyphen.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/hyphen.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/hyphenationpoint.glif b/source/Hack-BoldItalic.ufo/glyphs/hyphenationpoint.glif index a1a0d1fdd..68be9461f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/hyphenationpoint.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/hyphenationpoint.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/i.glif b/source/Hack-BoldItalic.ufo/glyphs/i.glif index fbe83b25f..ffb16ca9c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/i.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/i.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/iacute.glif b/source/Hack-BoldItalic.ufo/glyphs/iacute.glif index 2338be10e..3a5784c44 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/iacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/iacute.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ibreve.glif b/source/Hack-BoldItalic.ufo/glyphs/ibreve.glif index d7af78133..c9e77f3be 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ibreve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ibreve.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,7 +22,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/icircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/icircumflex.glif index 6227ed5fa..8a8f4459a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/icircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/icircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/idieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/idieresis.glif index edd1c68ef..498e34d23 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/idieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/idieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,10 +43,10 @@ - + - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/igrave.glif b/source/Hack-BoldItalic.ufo/glyphs/igrave.glif index b207c8f9b..a737b56a9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/igrave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/igrave.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ij.glif b/source/Hack-BoldItalic.ufo/glyphs/ij.glif index 3a41c29b9..f55a35a31 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ij.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ij.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/imacron.glif b/source/Hack-BoldItalic.ufo/glyphs/imacron.glif index b4e3378e8..3c1ed1b10 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/imacron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/imacron.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/infinity.glif b/source/Hack-BoldItalic.ufo/glyphs/infinity.glif index eb65a8231..e3f8cbeb0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/infinity.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/infinity.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -28,19 +28,19 @@ - + - + - + @@ -48,7 +48,7 @@ - + @@ -60,13 +60,13 @@ - + - + @@ -74,19 +74,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/integral.glif b/source/Hack-BoldItalic.ufo/glyphs/integral.glif index 3a8c8534b..3e335d594 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/integral.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/integral.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -28,19 +28,19 @@ - + - + - + @@ -52,7 +52,7 @@ - + @@ -64,7 +64,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/integralbt.glif b/source/Hack-BoldItalic.ufo/glyphs/integralbt.glif index d53cd7c5a..9d55316f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/integralbt.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/integralbt.glif @@ -1,10 +1,10 @@ - + - + @@ -19,19 +19,19 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/integraltp.glif b/source/Hack-BoldItalic.ufo/glyphs/integraltp.glif index 6f8f3d3e1..ededd23c4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/integraltp.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/integraltp.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/intersection.glif b/source/Hack-BoldItalic.ufo/glyphs/intersection.glif index 92bea0238..8bc6952f4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/intersection.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/intersection.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/invbullet.glif b/source/Hack-BoldItalic.ufo/glyphs/invbullet.glif index e07eaa736..bf40bf663 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/invbullet.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/invbullet.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/invcircle.glif b/source/Hack-BoldItalic.ufo/glyphs/invcircle.glif index 6f676c198..73f1d490e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/invcircle.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/invcircle.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/iogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/iogonek.glif index 52fef58ff..b8c266e0d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/iogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/iogonek.glif @@ -1,17 +1,17 @@ - + - + - + @@ -28,20 +28,20 @@ - + - + - + - + @@ -73,7 +73,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/iota.glif b/source/Hack-BoldItalic.ufo/glyphs/iota.glif index eb42124e5..e73e46ad3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/iota.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/iota.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/iotadieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/iotadieresis.glif index 83d1e555d..41fa0e3cf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/iotadieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/iotadieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -37,13 +37,13 @@ - + - + - + @@ -54,10 +54,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/iotadieresistonos.glif b/source/Hack-BoldItalic.ufo/glyphs/iotadieresistonos.glif index 131de32b1..afe4849ed 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/iotadieresistonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/iotadieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + @@ -28,14 +28,14 @@ - + - + @@ -43,13 +43,13 @@ - + - + - + @@ -60,10 +60,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/iotatonos.glif b/source/Hack-BoldItalic.ufo/glyphs/iotatonos.glif index dc120ecd2..1067313ef 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/iotatonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/iotatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/itilde.glif b/source/Hack-BoldItalic.ufo/glyphs/itilde.glif index 5a84889e9..9de732d76 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/itilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/itilde.glif @@ -1,10 +1,10 @@ - + - + @@ -14,21 +14,21 @@ - + - + - + @@ -37,7 +37,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/j.glif b/source/Hack-BoldItalic.ufo/glyphs/j.glif index 616d3bdba..1c757e634 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/j.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/j.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/jcircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/jcircumflex.glif index ce52abd6f..b2d05fa8b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/jcircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/jcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/k.glif b/source/Hack-BoldItalic.ufo/glyphs/k.glif index e7f603825..7b7962e8a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/k.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/k.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/kappa.glif b/source/Hack-BoldItalic.ufo/glyphs/kappa.glif index 4012f10eb..325159e3a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/kappa.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/kappa.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/kgreenlandic.glif b/source/Hack-BoldItalic.ufo/glyphs/kgreenlandic.glif index cb27a527c..4fb3e0b0e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/kgreenlandic.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/kgreenlandic.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/l.glif b/source/Hack-BoldItalic.ufo/glyphs/l.glif index aee1894e4..e2cc84caf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/l.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/l.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/lacute.glif b/source/Hack-BoldItalic.ufo/glyphs/lacute.glif index ccff51374..fc6a2c664 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/lacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/lacute.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/lambda.glif b/source/Hack-BoldItalic.ufo/glyphs/lambda.glif index 4214c8cde..434de37ca 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/lambda.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/lambda.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/layerinfo.plist b/source/Hack-BoldItalic.ufo/glyphs/layerinfo.plist new file mode 100644 index 000000000..0c67376eb --- /dev/null +++ b/source/Hack-BoldItalic.ufo/glyphs/layerinfo.plist @@ -0,0 +1,5 @@ + + + + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/lcaron.glif b/source/Hack-BoldItalic.ufo/glyphs/lcaron.glif index 15d07feb3..bb580411e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/lcaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/lcaron.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ldot.glif b/source/Hack-BoldItalic.ufo/glyphs/ldot.glif index c79d0dc42..fa64a68e1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ldot.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ldot.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/less.glif b/source/Hack-BoldItalic.ufo/glyphs/less.glif index 8bfccff7f..9472f0316 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/less.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/less.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/lessequal.glif b/source/Hack-BoldItalic.ufo/glyphs/lessequal.glif index ee0dc9d62..d229eae59 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/lessequal.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/lessequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/lfblock.glif b/source/Hack-BoldItalic.ufo/glyphs/lfblock.glif index 8a76fb3d0..379f2131b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/lfblock.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/lfblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/lira.glif b/source/Hack-BoldItalic.ufo/glyphs/lira.glif index a82e53cc8..5bfef2129 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/lira.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/lira.glif @@ -1,5 +1,5 @@ - + @@ -16,14 +16,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/logicaland.glif b/source/Hack-BoldItalic.ufo/glyphs/logicaland.glif index 80cdfc4eb..6a2490e3c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/logicaland.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/logicaland.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/logicalnot.glif b/source/Hack-BoldItalic.ufo/glyphs/logicalnot.glif index 1ad37b83f..aff079849 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/logicalnot.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/logicalnot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/logicalor.glif b/source/Hack-BoldItalic.ufo/glyphs/logicalor.glif index d0711d982..69c653f25 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/logicalor.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/logicalor.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/longs.glif b/source/Hack-BoldItalic.ufo/glyphs/longs.glif index a7073d75b..610783683 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/longs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/longs.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/lozenge.glif b/source/Hack-BoldItalic.ufo/glyphs/lozenge.glif index 88d12a8f8..4252cd2f9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/lozenge.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/lozenge.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/lslash.glif b/source/Hack-BoldItalic.ufo/glyphs/lslash.glif index 75a764fc7..61427aed0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/lslash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/lslash.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ltshade.glif b/source/Hack-BoldItalic.ufo/glyphs/ltshade.glif index 80c634926..d044e38f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ltshade.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ltshade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/m.glif b/source/Hack-BoldItalic.ufo/glyphs/m.glif index 086b9fd1d..cc5fceab7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/m.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/m.glif @@ -1,5 +1,5 @@ - + @@ -60,9 +60,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/macron.glif b/source/Hack-BoldItalic.ufo/glyphs/macron.glif index e71c4d4f0..24027c1cb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/macron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/millisecond.glif b/source/Hack-BoldItalic.ufo/glyphs/millisecond.glif index d1d7c50e9..c67ed291c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/millisecond.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/millisecond.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/minus.glif b/source/Hack-BoldItalic.ufo/glyphs/minus.glif index 6eae802f2..e956e8d6a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/minus.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/minus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/minute.glif b/source/Hack-BoldItalic.ufo/glyphs/minute.glif index f97d1e935..34beac35c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/minute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/minute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/multiply.glif b/source/Hack-BoldItalic.ufo/glyphs/multiply.glif index 740a6094a..40865e298 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/multiply.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/multiply.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/musicalnote.glif b/source/Hack-BoldItalic.ufo/glyphs/musicalnote.glif index 7a955db13..67b9e221d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/musicalnote.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/musicalnote.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/n.glif b/source/Hack-BoldItalic.ufo/glyphs/n.glif index a238230c2..a87ed9dfe 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/n.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/n.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/nacute.glif b/source/Hack-BoldItalic.ufo/glyphs/nacute.glif index 67a49ae39..6362420dc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/nacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/nacute.glif @@ -1,5 +1,5 @@ - + @@ -15,22 +15,22 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/napostrophe.glif b/source/Hack-BoldItalic.ufo/glyphs/napostrophe.glif index caa4f49fa..73f300e4c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/napostrophe.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/napostrophe.glif @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ncaron.glif b/source/Hack-BoldItalic.ufo/glyphs/ncaron.glif index e9895861c..218e17ce1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ncaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ncaron.glif @@ -1,5 +1,5 @@ - + @@ -18,22 +18,22 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/nine.glif b/source/Hack-BoldItalic.ufo/glyphs/nine.glif index 48ef2acbf..764d7351d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/nine.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/nine.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -29,25 +29,25 @@ - + - + - + - + @@ -58,25 +58,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/nine.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/nine.subs.glif index 6d6f83283..31ae1ceb6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/nine.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/nine.subs.glif @@ -1,31 +1,31 @@ - + - + - + - + - + - + - + @@ -33,16 +33,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/notelement.glif b/source/Hack-BoldItalic.ufo/glyphs/notelement.glif index 1e31d5b66..6fcba9863 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/notelement.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/notelement.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -29,13 +29,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/notequal.glif b/source/Hack-BoldItalic.ufo/glyphs/notequal.glif index 9f476a259..fd6d6d956 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/notequal.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/notequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/notsubset.glif b/source/Hack-BoldItalic.ufo/glyphs/notsubset.glif index b64fd7994..fd5d22b05 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/notsubset.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/notsubset.glif @@ -1,5 +1,5 @@ - + @@ -11,10 +11,10 @@ - + - + @@ -33,10 +33,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ntilde.glif b/source/Hack-BoldItalic.ufo/glyphs/ntilde.glif index 5a46cdc04..d0cdf8311 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ntilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ntilde.glif @@ -1,10 +1,10 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -51,13 +51,13 @@ - + - + @@ -66,19 +66,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/nu.glif b/source/Hack-BoldItalic.ufo/glyphs/nu.glif index 4e1359747..7c63c9c5f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/nu.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/nu.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/numbersign.glif b/source/Hack-BoldItalic.ufo/glyphs/numbersign.glif index f79788111..b1e9fe453 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/numbersign.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/numbersign.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/o.glif b/source/Hack-BoldItalic.ufo/glyphs/o.glif index 7568378a7..18fc66b4f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/o.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/o.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/oacute.glif b/source/Hack-BoldItalic.ufo/glyphs/oacute.glif index cc321b742..9585cf42a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/oacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/oacute.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + @@ -36,25 +36,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/obreve.glif b/source/Hack-BoldItalic.ufo/glyphs/obreve.glif index b6d19010e..a27a9066b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/obreve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/obreve.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + @@ -56,7 +56,7 @@ - + @@ -71,7 +71,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ocircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/ocircumflex.glif index 69a6476dc..fbdf8854c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ocircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ocircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,25 +13,25 @@ - + - + - + - + @@ -39,25 +39,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/odieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/odieresis.glif index 3196fde09..db581dd40 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/odieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/odieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,25 +46,25 @@ - + - + - + - + @@ -72,25 +72,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/oe.glif b/source/Hack-BoldItalic.ufo/glyphs/oe.glif index 4c755187d..be3889274 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/oe.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/oe.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,7 +22,7 @@ - + @@ -31,16 +31,16 @@ - + - + - + @@ -57,7 +57,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -108,7 +108,7 @@ - + @@ -123,7 +123,7 @@ - + @@ -135,16 +135,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/ogonek.glif index 50bf45cf3..56ecaae79 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ogonek.glif @@ -1,10 +1,10 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ograve.glif b/source/Hack-BoldItalic.ufo/glyphs/ograve.glif index b31c85c04..24ae2cc20 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ograve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ograve.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + @@ -36,25 +36,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ohorn.glif b/source/Hack-BoldItalic.ufo/glyphs/ohorn.glif index 9e596bf19..151063904 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ohorn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ohorn.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - + - + - + @@ -31,22 +31,22 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ohungarumlaut.glif b/source/Hack-BoldItalic.ufo/glyphs/ohungarumlaut.glif index 3ac34e264..fa0174408 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ohungarumlaut.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ohungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,30 +16,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/omacron.glif b/source/Hack-BoldItalic.ufo/glyphs/omacron.glif index 18ba9588a..4e8d7a1da 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/omacron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/omacron.glif @@ -1,5 +1,5 @@ - + @@ -10,30 +10,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/omega.glif b/source/Hack-BoldItalic.ufo/glyphs/omega.glif index ee6c10f8a..597aa0935 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/omega.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/omega.glif @@ -1,16 +1,16 @@ - + - + - + @@ -20,10 +20,10 @@ - + - + @@ -42,20 +42,20 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/omegatonos.glif b/source/Hack-BoldItalic.ufo/glyphs/omegatonos.glif index ca30be8dc..6da9087f4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/omegatonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/omegatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -26,10 +26,10 @@ - + - + @@ -48,20 +48,20 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/omicron.glif b/source/Hack-BoldItalic.ufo/glyphs/omicron.glif index 6f4925287..57c6a3aad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/omicron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/omicron.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/omicrontonos.glif b/source/Hack-BoldItalic.ufo/glyphs/omicrontonos.glif index 840880053..4f50b992a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/omicrontonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/omicrontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,30 +10,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/one.glif b/source/Hack-BoldItalic.ufo/glyphs/one.glif index 1aaa8365d..f5f51c173 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/one.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/one.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/one.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/one.subs.glif index c907e41c6..349412479 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/one.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/one.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/onedotenleader.glif b/source/Hack-BoldItalic.ufo/glyphs/onedotenleader.glif index cdc9c28c4..c9e017d60 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/onedotenleader.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/onedotenleader.glif @@ -1,10 +1,10 @@ - + - + @@ -14,8 +14,8 @@ - - + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/oneeighth.glif b/source/Hack-BoldItalic.ufo/glyphs/oneeighth.glif index fdc0b4d0e..fd3bf83eb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/oneeighth.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/oneeighth.glif @@ -1,5 +1,5 @@ - + @@ -23,56 +23,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/onehalf.glif b/source/Hack-BoldItalic.ufo/glyphs/onehalf.glif index 009c7faa5..777797898 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/onehalf.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/onehalf.glif @@ -1,5 +1,5 @@ - + @@ -29,13 +29,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/onequarter.glif b/source/Hack-BoldItalic.ufo/glyphs/onequarter.glif index 88d8fa6a9..2fad5bd12 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/onequarter.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/onequarter.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/openbullet.glif b/source/Hack-BoldItalic.ufo/glyphs/openbullet.glif index 91e2561c8..e815b31fa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/openbullet.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/openbullet.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ordfeminine.glif b/source/Hack-BoldItalic.ufo/glyphs/ordfeminine.glif index 6767ab23b..87eb084ee 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ordfeminine.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ordfeminine.glif @@ -1,16 +1,16 @@ - + - + - + @@ -28,7 +28,7 @@ - + @@ -38,10 +38,10 @@ - + - + @@ -64,7 +64,7 @@ - + @@ -77,7 +77,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ordmasculine.glif b/source/Hack-BoldItalic.ufo/glyphs/ordmasculine.glif index e5f40466d..47544013b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ordmasculine.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ordmasculine.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/orthogonal.glif b/source/Hack-BoldItalic.ufo/glyphs/orthogonal.glif index 328f3b42d..f309b3078 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/orthogonal.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/orthogonal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/oslash.glif b/source/Hack-BoldItalic.ufo/glyphs/oslash.glif index 9c7a8c87a..30f792e9e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/oslash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/oslash.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -32,13 +32,13 @@ - + - + @@ -51,7 +51,7 @@ - + @@ -60,7 +60,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/oslashacute.glif b/source/Hack-BoldItalic.ufo/glyphs/oslashacute.glif index 7e0b6077b..a183664a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/oslashacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/oslashacute.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -26,10 +26,10 @@ - + - + @@ -39,13 +39,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/otilde.glif b/source/Hack-BoldItalic.ufo/glyphs/otilde.glif index 4354fb8dc..bbf024449 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/otilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/otilde.glif @@ -1,10 +1,10 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -43,25 +43,25 @@ - + - + - + - + @@ -69,25 +69,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/p.glif b/source/Hack-BoldItalic.ufo/glyphs/p.glif index a31160dbc..3240c249b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/p.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/p.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/paragraph.glif b/source/Hack-BoldItalic.ufo/glyphs/paragraph.glif index 5c4931327..b6a5fdb4d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/paragraph.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/paragraph.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif index 11a003c49..e96be94d2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif index 8a5ce09dd..0a62c87b4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/partialdiff.glif b/source/Hack-BoldItalic.ufo/glyphs/partialdiff.glif index 9ca8b46fd..202327703 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/partialdiff.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/partialdiff.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,22 +25,22 @@ - + - + - + - + @@ -52,39 +52,39 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/percent.glif b/source/Hack-BoldItalic.ufo/glyphs/percent.glif index fdb62e8dd..8ce888c6b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/percent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/percent.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -34,7 +34,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -57,16 +57,16 @@ - + - + - + @@ -80,7 +80,7 @@ - + @@ -95,13 +95,13 @@ - + - + @@ -126,7 +126,7 @@ - + @@ -134,25 +134,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/period.glif b/source/Hack-BoldItalic.ufo/glyphs/period.glif index 6ef06cbda..5b38784fc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/period.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/period.glif @@ -1,25 +1,25 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/periodcentered.glif b/source/Hack-BoldItalic.ufo/glyphs/periodcentered.glif index 3f59cf121..121be074e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/periodcentered.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/periodcentered.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/perthousand.glif b/source/Hack-BoldItalic.ufo/glyphs/perthousand.glif index d2c6ca93f..522986292 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/perthousand.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/perthousand.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,22 +30,22 @@ - + - + - + - + @@ -59,25 +59,25 @@ - + - + - + - + @@ -85,26 +85,26 @@ - + - + - + - + @@ -112,19 +112,19 @@ - + - + - + - + @@ -132,13 +132,13 @@ - + - + @@ -150,7 +150,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/peseta.glif b/source/Hack-BoldItalic.ufo/glyphs/peseta.glif index 090dc2813..da6220c0a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/peseta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/peseta.glif @@ -1,10 +1,10 @@ - + - + @@ -26,7 +26,7 @@ - + @@ -43,50 +43,50 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/phi.glif b/source/Hack-BoldItalic.ufo/glyphs/phi.glif index 1fd646f26..106f0d366 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/phi.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/phi.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -20,20 +20,20 @@ - + - + - + @@ -47,13 +47,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/pi.glif b/source/Hack-BoldItalic.ufo/glyphs/pi.glif index 03a5741fb..f9ab6a8a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/pi.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/pi.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/plus.glif b/source/Hack-BoldItalic.ufo/glyphs/plus.glif index df4d2a0c5..28eb2f5a8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/plus.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/plus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/plusminus.glif b/source/Hack-BoldItalic.ufo/glyphs/plusminus.glif index f39cbb9e5..1da6b560d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/plusminus.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/plusminus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/product.glif b/source/Hack-BoldItalic.ufo/glyphs/product.glif index 878e50b16..d4a4c8ad4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/product.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/product.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/propersubset.glif b/source/Hack-BoldItalic.ufo/glyphs/propersubset.glif index bd48f8f25..928ddaff8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/propersubset.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/propersubset.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/propersuperset.glif b/source/Hack-BoldItalic.ufo/glyphs/propersuperset.glif index 0fa233258..a2c8f1182 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/propersuperset.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/propersuperset.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/proportional.glif b/source/Hack-BoldItalic.ufo/glyphs/proportional.glif index b9fffab9f..d2617c15f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/proportional.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/proportional.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -38,16 +38,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/psi.glif b/source/Hack-BoldItalic.ufo/glyphs/psi.glif index 66a475613..156adbe0f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/psi.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/psi.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/q.glif b/source/Hack-BoldItalic.ufo/glyphs/q.glif index aaedbd2b7..4a07385a9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/q.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/q.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/question.glif b/source/Hack-BoldItalic.ufo/glyphs/question.glif index f1d94defd..4ebbe3ed7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/question.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/question.glif @@ -1,10 +1,10 @@ - + - + @@ -36,7 +36,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -97,7 +97,7 @@ - + @@ -110,7 +110,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/questiondown.case.glif b/source/Hack-BoldItalic.ufo/glyphs/questiondown.case.glif index 09417f10f..f88ca3717 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/questiondown.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/questiondown.case.glif @@ -1,9 +1,9 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -30,10 +30,10 @@ - + - + @@ -52,10 +52,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/questiondown.glif b/source/Hack-BoldItalic.ufo/glyphs/questiondown.glif index 4aec38d9c..00992e2a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/questiondown.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/questiondown.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -31,13 +31,13 @@ - + - + @@ -62,10 +62,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quotedbl.glif b/source/Hack-BoldItalic.ufo/glyphs/quotedbl.glif index 396ff1c5c..d0d00ca20 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quotedbl.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quotedbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quotedblbase.glif b/source/Hack-BoldItalic.ufo/glyphs/quotedblbase.glif index fa88f8d0b..db01b3603 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quotedblbase.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quotedblbase.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quotedblleft.glif b/source/Hack-BoldItalic.ufo/glyphs/quotedblleft.glif index e9e68619d..95b8bd13f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quotedblleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quotedblleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quotedblright.glif b/source/Hack-BoldItalic.ufo/glyphs/quotedblright.glif index 9a0909ba6..74a9cd57d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quotedblright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quotedblright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quoteleft.glif b/source/Hack-BoldItalic.ufo/glyphs/quoteleft.glif index a793cb480..565a02c22 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quoteleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quoteleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quotereversed.glif b/source/Hack-BoldItalic.ufo/glyphs/quotereversed.glif index 3ea2ba6be..d1ef5be4a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quotereversed.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quotereversed.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quoteright.glif b/source/Hack-BoldItalic.ufo/glyphs/quoteright.glif index 2029a1505..25e08d8ba 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quoteright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quoteright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quotesinglbase.glif b/source/Hack-BoldItalic.ufo/glyphs/quotesinglbase.glif index 9dd34aea7..918de7502 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quotesinglbase.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quotesinglbase.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/quotesingle.glif b/source/Hack-BoldItalic.ufo/glyphs/quotesingle.glif index c29dd1fbd..c95307de6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/quotesingle.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/quotesingle.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/r.glif b/source/Hack-BoldItalic.ufo/glyphs/r.glif index 6184d54e7..c1d32930f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/r.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/r.glif @@ -1,5 +1,5 @@ - + @@ -25,9 +25,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/racute.glif b/source/Hack-BoldItalic.ufo/glyphs/racute.glif index 467f8f0fa..40894110e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/racute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/racute.glif @@ -1,5 +1,5 @@ - + @@ -15,14 +15,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/radical.glif b/source/Hack-BoldItalic.ufo/glyphs/radical.glif index a7a2487ea..aeeb3b70b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/radical.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/radical.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/rcaron.glif b/source/Hack-BoldItalic.ufo/glyphs/rcaron.glif index b1ca70958..8a2f6f8f1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/rcaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/rcaron.glif @@ -1,5 +1,5 @@ - + @@ -18,14 +18,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/reflexsubset.glif b/source/Hack-BoldItalic.ufo/glyphs/reflexsubset.glif index 30fdc3855..426b32f6a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/reflexsubset.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/reflexsubset.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/reflexsuperset.glif b/source/Hack-BoldItalic.ufo/glyphs/reflexsuperset.glif index b5163d43e..4312a39ac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/reflexsuperset.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/reflexsuperset.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/registered.glif b/source/Hack-BoldItalic.ufo/glyphs/registered.glif index 6d7222316..cbb775c89 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/registered.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/registered.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -102,7 +102,7 @@ - + @@ -135,7 +135,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/revlogicalnot.glif b/source/Hack-BoldItalic.ufo/glyphs/revlogicalnot.glif index 0f58a543f..3b409abe0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/revlogicalnot.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/revlogicalnot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/rho.glif b/source/Hack-BoldItalic.ufo/glyphs/rho.glif index 8c09d372b..ef850599d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/rho.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/rho.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + @@ -24,25 +24,25 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ring.glif b/source/Hack-BoldItalic.ufo/glyphs/ring.glif index eb334bada..b23ea7902 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ring.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ring.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/rtblock.glif b/source/Hack-BoldItalic.ufo/glyphs/rtblock.glif index 847a9fd1a..d12eaad05 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/rtblock.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/rtblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ruble.glif b/source/Hack-BoldItalic.ufo/glyphs/ruble.glif index 014bcbd4b..a2354eeff 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ruble.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ruble.glif @@ -1,5 +1,5 @@ - + @@ -20,13 +20,13 @@ - + - + @@ -34,13 +34,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/s.glif b/source/Hack-BoldItalic.ufo/glyphs/s.glif index 24702cbbb..341298370 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/s.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/s.glif @@ -1,5 +1,5 @@ - + @@ -53,9 +53,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/sacute.glif b/source/Hack-BoldItalic.ufo/glyphs/sacute.glif index 7e66b0c2d..9d9b701b3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/sacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/sacute.glif @@ -1,5 +1,5 @@ - + @@ -10,17 +10,17 @@ - + - + - + @@ -30,20 +30,20 @@ - + - + - + - + @@ -53,7 +53,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/scaron.glif b/source/Hack-BoldItalic.ufo/glyphs/scaron.glif index c1ae032f0..61fec9ff7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/scaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/scaron.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,13 +26,13 @@ - + - + @@ -45,10 +45,10 @@ - + - + @@ -58,13 +58,13 @@ - + - + @@ -77,7 +77,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/scedilla.glif b/source/Hack-BoldItalic.ufo/glyphs/scedilla.glif index 5bc10f9a2..8c1704d09 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/scedilla.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/scedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,7 +20,7 @@ - + @@ -38,10 +38,10 @@ - + - + @@ -51,7 +51,7 @@ - + @@ -76,13 +76,13 @@ - + - + @@ -95,10 +95,10 @@ - + - + @@ -108,7 +108,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/scircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/scircumflex.glif index c356c943e..902449147 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/scircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/scircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/second.glif b/source/Hack-BoldItalic.ufo/glyphs/second.glif index c9fba6236..8727309ce 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/second.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/second.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/section.glif b/source/Hack-BoldItalic.ufo/glyphs/section.glif index 53331f140..34f9dc378 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/section.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/section.glif @@ -1,10 +1,10 @@ - + - + @@ -14,16 +14,16 @@ - + - + - + @@ -46,32 +46,32 @@ - + - + - + - + - + - + @@ -96,7 +96,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/semicolon.glif b/source/Hack-BoldItalic.ufo/glyphs/semicolon.glif index faa8ddd13..2b1fa29e6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/semicolon.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/semicolon.glif @@ -1,10 +1,10 @@ - + - + @@ -23,7 +23,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -76,10 +76,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/seven.glif b/source/Hack-BoldItalic.ufo/glyphs/seven.glif index 188534b68..4940ee822 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/seven.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/seven.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/seven.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/seven.subs.glif index 47be98e62..e106ea2b0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/seven.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/seven.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/seveneighths.glif b/source/Hack-BoldItalic.ufo/glyphs/seveneighths.glif index 8cc4d230b..da97f1970 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/seveneighths.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/seveneighths.glif @@ -1,5 +1,5 @@ - + @@ -19,56 +19,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/shade.glif b/source/Hack-BoldItalic.ufo/glyphs/shade.glif index edf408aa9..9b35592e0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/shade.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/shade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/sigma.glif b/source/Hack-BoldItalic.ufo/glyphs/sigma.glif index ae6a2ac3f..e25365ede 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/sigma.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/sigma.glif @@ -1,25 +1,25 @@ - + - + - + - + - + @@ -27,13 +27,13 @@ - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/similar.glif b/source/Hack-BoldItalic.ufo/glyphs/similar.glif index 480de3fb2..588c95803 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/similar.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/similar.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/six.glif b/source/Hack-BoldItalic.ufo/glyphs/six.glif index 4193566fd..ba1f26f2f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/six.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/six.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,7 +22,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -47,13 +47,13 @@ - + - + @@ -61,22 +61,22 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/six.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/six.subs.glif index 19570e4ae..f37be0b81 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/six.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/six.subs.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/slash.glif b/source/Hack-BoldItalic.ufo/glyphs/slash.glif index 13931fb39..101bc1170 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/slash.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/slash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/space.glif b/source/Hack-BoldItalic.ufo/glyphs/space.glif index 6b1fa9261..13665e890 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/space.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/space.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/sterling.glif b/source/Hack-BoldItalic.ufo/glyphs/sterling.glif index 569da5c18..92f720b9a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/sterling.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/sterling.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/suchthat.glif b/source/Hack-BoldItalic.ufo/glyphs/suchthat.glif index 068b7392c..c599cf459 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/suchthat.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/suchthat.glif @@ -1,5 +1,5 @@ - + @@ -20,10 +20,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/summation.glif b/source/Hack-BoldItalic.ufo/glyphs/summation.glif index 9590e5b3c..103e1710c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/summation.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/summation.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/t.glif b/source/Hack-BoldItalic.ufo/glyphs/t.glif index 689ed8b6b..abbce7323 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/t.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/t.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/tau.glif b/source/Hack-BoldItalic.ufo/glyphs/tau.glif index c16b40168..cdd56d7f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/tau.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/tau.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,10 +20,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/tbar.glif b/source/Hack-BoldItalic.ufo/glyphs/tbar.glif index ce70bf018..2b3a75f88 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/tbar.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/tbar.glif @@ -1,10 +1,10 @@ - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/tcaron.glif b/source/Hack-BoldItalic.ufo/glyphs/tcaron.glif index 4e52a86ba..a2d8d2e2d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/tcaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/tcaron.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/therefore.glif b/source/Hack-BoldItalic.ufo/glyphs/therefore.glif index d77a1caf7..9019a11e9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/therefore.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/therefore.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/theta.glif b/source/Hack-BoldItalic.ufo/glyphs/theta.glif index ca2435e31..c62d357c8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/theta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/theta.glif @@ -1,28 +1,28 @@ - + - + - + - + - + - + @@ -30,23 +30,23 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/thorn.glif b/source/Hack-BoldItalic.ufo/glyphs/thorn.glif index aabd9f825..8d6730e8e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/thorn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/thorn.glif @@ -1,5 +1,5 @@ - + @@ -12,19 +12,19 @@ - + - + - + @@ -32,25 +32,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/three.glif b/source/Hack-BoldItalic.ufo/glyphs/three.glif index 5405e0df8..468902aa7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/three.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/three.glif @@ -1,10 +1,10 @@ - + - + @@ -26,22 +26,22 @@ - + - + - + - + @@ -51,10 +51,10 @@ - + - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/three.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/three.subs.glif index 33bff247e..b67af7c24 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/three.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/three.subs.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/threeeighths.glif b/source/Hack-BoldItalic.ufo/glyphs/threeeighths.glif index b9b148e8d..5221bb12e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/threeeighths.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/threeeighths.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -53,56 +53,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/threequarters.glif b/source/Hack-BoldItalic.ufo/glyphs/threequarters.glif index 4b2c5e92e..153e8655f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/threequarters.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/threequarters.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,34 +17,34 @@ - + - + - + - + - + - + @@ -54,19 +54,19 @@ - + - + - + - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/tilde.glif b/source/Hack-BoldItalic.ufo/glyphs/tilde.glif index 829221c5e..f665ff10d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/tilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/tilde.glif @@ -1,10 +1,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/tildecomb.glif b/source/Hack-BoldItalic.ufo/glyphs/tildecomb.glif index aa4e7ccbc..e66b23253 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/tildecomb.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/tildecomb.glif @@ -1,10 +1,9 @@ - - + - + @@ -14,21 +13,21 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/tonos.glif b/source/Hack-BoldItalic.ufo/glyphs/tonos.glif index 176b8c626..a7f5bee48 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/tonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/tonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/trademark.glif b/source/Hack-BoldItalic.ufo/glyphs/trademark.glif index 5a6a66cce..997be8f17 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/trademark.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/trademark.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/triagdn.glif b/source/Hack-BoldItalic.ufo/glyphs/triagdn.glif index ae62ad357..4964145af 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/triagdn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/triagdn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/triaglf.glif b/source/Hack-BoldItalic.ufo/glyphs/triaglf.glif index 5b464644c..a9eecf67b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/triaglf.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/triaglf.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/triagrt.glif b/source/Hack-BoldItalic.ufo/glyphs/triagrt.glif index 4fa9ebf0a..76cd2a61c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/triagrt.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/triagrt.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/triagup.glif b/source/Hack-BoldItalic.ufo/glyphs/triagup.glif index 8b827d704..6a5b3fba1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/triagup.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/triagup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/two.glif b/source/Hack-BoldItalic.ufo/glyphs/two.glif index e351673f8..1569ec4cf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/two.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/two.glif @@ -1,10 +1,10 @@ - + - + @@ -14,10 +14,10 @@ - + - + @@ -30,13 +30,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/two.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/two.subs.glif index 12ecca68e..839f17e2b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/two.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/two.subs.glif @@ -1,5 +1,5 @@ - + @@ -9,20 +9,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/twodotenleader.glif b/source/Hack-BoldItalic.ufo/glyphs/twodotenleader.glif index bc63e1c42..d7e0a051b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/twodotenleader.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/twodotenleader.glif @@ -1,18 +1,18 @@ - + - + - - + + @@ -25,7 +25,7 @@ - + @@ -35,8 +35,8 @@ - - + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/u.glif b/source/Hack-BoldItalic.ufo/glyphs/u.glif index f9139a997..68302f91f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/u.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/u.glif @@ -1,5 +1,5 @@ - + @@ -26,16 +26,16 @@ - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uacute.glif b/source/Hack-BoldItalic.ufo/glyphs/uacute.glif index c7027d4a6..dca6f47b0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uacute.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ubreve.glif b/source/Hack-BoldItalic.ufo/glyphs/ubreve.glif index 33a75af60..b04411d94 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ubreve.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ubreve.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ucircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/ucircumflex.glif index 047727dcb..c8fa7b3d2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ucircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ucircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - + - + @@ -31,13 +31,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/udieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/udieresis.glif index 8b2eedbf5..0f6291f2e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/udieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/udieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,19 +43,19 @@ - + - + - + - + @@ -64,13 +64,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ugrave.glif b/source/Hack-BoldItalic.ufo/glyphs/ugrave.glif index 8efd53d43..14064d4a9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ugrave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ugrave.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uhorn.glif b/source/Hack-BoldItalic.ufo/glyphs/uhorn.glif index 7e3972920..95ea8d360 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uhorn.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uhorn.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -19,10 +19,10 @@ - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uhungarumlaut.glif b/source/Hack-BoldItalic.ufo/glyphs/uhungarumlaut.glif index 0ee984f0a..e67b8ad1e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uhungarumlaut.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uhungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/umacron.glif b/source/Hack-BoldItalic.ufo/glyphs/umacron.glif index f9fc20374..753ed3b05 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/umacron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/umacron.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/underscore.glif b/source/Hack-BoldItalic.ufo/glyphs/underscore.glif index 80080a654..bb4427197 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/underscore.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/underscore.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/underscoredbl.glif b/source/Hack-BoldItalic.ufo/glyphs/underscoredbl.glif index 2bac7f055..a4b0d7423 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/underscoredbl.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/underscoredbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni00A_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni00A_0.glif index c0979d094..a4b993919 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni00A_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni00A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni00A_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni00A_D_.glif index c7792aaaf..1ace75b10 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni00A_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni00A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni00B_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni00B_2.glif index 057875d43..60095366f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni00B_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni00B_2.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -29,13 +29,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni00B_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni00B_3.glif index 9e06599bf..61242afcb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni00B_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni00B_3.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,34 +17,34 @@ - + - + - + - + - + - + - + @@ -54,16 +54,16 @@ - + - + - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni00B_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni00B_5.glif index 5bb01b446..318be000a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni00B_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni00B_5.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -46,7 +46,7 @@ - + @@ -58,7 +58,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni00B_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni00B_9.glif index 8bc84094d..91e82402d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni00B_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni00B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0122.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0122.glif index 4eac3fdc5..b8a55d240 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0122.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0122.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0123.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0123.glif index 8bfbf3fc4..b1ec31025 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0123.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0123.glif @@ -1,5 +1,5 @@ - + @@ -10,30 +10,30 @@ - + - + - + - + - + @@ -44,16 +44,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0136.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0136.glif index fb4d4bfe0..18499716c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0136.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0136.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0137.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0137.glif index c812891c0..f81f05047 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0137.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0137.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni013B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni013B_.glif index dbaf29cc8..fb831ce3a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni013B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni013B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni013C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni013C_.glif index fc7f6ec9d..93654ef5d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni013C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni013C_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0145.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0145.glif index 75108c5b7..c276dfeb3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0145.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0145.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0146.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0146.glif index ff90a9594..4b3c76229 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0146.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0146.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0156.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0156.glif index 052b82373..22ccad461 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0156.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0156.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -21,19 +21,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0157.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0157.glif index a2b0a4330..77f6fbaaf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0157.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0157.glif @@ -1,5 +1,5 @@ - + @@ -9,14 +9,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0162.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0162.glif index e6bebd5c0..0da1dc621 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0162.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0162.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0163.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0163.glif index ad65d1c20..17229d938 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0163.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0163.glif @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni01A_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni01A_4.glif index 264e17ef7..5a1d72b4f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni01A_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni01A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0218.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0218.glif index 9d0db3bf3..ae93be66a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0218.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0218.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0219.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0219.glif index 350f96baa..fa723c72c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0219.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0219.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -24,20 +24,20 @@ - + - + - + - + @@ -47,7 +47,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni021A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni021A_.glif index f78b2c222..d88e9feba 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni021A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni021A_.glif @@ -1,5 +1,5 @@ - + @@ -11,20 +11,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni021B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni021B_.glif index 31013108d..841ebcbf9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni021B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni021B_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,26 +16,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02B_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02B_9.glif index 5ac362c93..efd61478f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02B_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02B_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02B_B_.glif index d2cfafbee..792e4b68a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02B_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02B_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02B_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02B_C_.glif index 48212d00c..d86940f41 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02B_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02B_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02B_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02B_D_.glif index a2a95a4fd..bbcbb83ad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02B_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02B_D_.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02B_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02B_E_.glif index 0435023b5..1a5cc45f5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02B_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02B_E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02B_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02B_F_.glif index 4f43ad0a1..2ee451600 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02B_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02B_F_.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -20,7 +20,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02C_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02C_0.glif index 02007009e..feec027b6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02C_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02C_0.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02C_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02C_1.glif index 8f6eba87e..7208cf32a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02C_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02C_1.glif @@ -1,5 +1,5 @@ - + @@ -7,32 +7,32 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02C_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02C_8.glif index 9fdc502f5..3c48d1c03 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02C_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02C_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02C_9.glif index e848c27c8..754b317f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02C_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02C_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02C_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02C_C_.glif index 8da14a169..c7b769b12 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02C_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02C_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02C_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02C_D_.glif index 5de59d636..3fa1cf223 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02C_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02C_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02C_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02C_E_.glif index ae4138b0e..ff131b3c3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02C_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02C_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02C_F_.glif index 4d813fb37..9061d81cd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02C_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02D_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02D_0.glif index 19cec70c3..6910a6d0f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02D_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02D_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni02D_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni02D_1.glif index 3fc3f9244..353523b9c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni02D_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni02D_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0302.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0302.glif index a4623eab1..de5a6ca71 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0302.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0302.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0304.case.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0304.case.glif index 285efda0d..d9188e457 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0304.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0304.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0304.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0304.glif index b8e9fc77d..0a0e52584 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0304.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0304.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0305.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0305.glif index bf50bdfa6..8b2955304 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0305.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0305.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0306.case.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0306.case.glif index 2ad447961..39b852309 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0306.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0306.case.glif @@ -1,9 +1,8 @@ - - + - + @@ -11,7 +10,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0306.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0306.glif index 0caaaae1d..bba559723 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0306.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0306.glif @@ -1,19 +1,18 @@ - - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0307.case.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0307.case.glif index 9cfa4319b..011aef34a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0307.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0307.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0307.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0307.glif index 7e25b3225..ed6fb93fb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0307.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0307.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0308.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0308.glif index c2d335242..aeb482f24 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0308.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0308.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni030A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni030A_.glif index 1bb22f6c4..f4f52d01a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni030A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni030A_.glif @@ -1,33 +1,32 @@ - - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni030B_.case.glif b/source/Hack-BoldItalic.ufo/glyphs/uni030B_.case.glif index 2e805becd..e4c21d189 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni030B_.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni030B_.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni030B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni030B_.glif index c526cd6a1..291e79dcf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni030B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni030B_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni030C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni030C_.glif index 7d556e7a2..7f6f53787 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni030C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni030C_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni030D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni030D_.glif index 548b072c7..bcd32ca46 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni030D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni030D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni030E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni030E_.glif index 353fae1eb..acb1961d9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni030E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni030E_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni030F_.case.glif b/source/Hack-BoldItalic.ufo/glyphs/uni030F_.case.glif index deed560ca..05a8c277c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni030F_.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni030F_.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni030F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni030F_.glif index 284af5f5c..afa299019 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni030F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni030F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0310.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0310.glif index 775ccb2ad..3a3582bfb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0310.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0310.glif @@ -1,19 +1,18 @@ - - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0311.case.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0311.case.glif index 05513f298..23ec79636 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0311.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0311.case.glif @@ -1,22 +1,21 @@ - - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0311.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0311.glif index c8a4cff98..51799e2bb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0311.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0311.glif @@ -1,26 +1,25 @@ - - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0312.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0312.glif index 566aa2629..4228e5ca0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0312.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0312.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0313.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0313.glif index 3d6e3ac6e..0e935f0ed 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0313.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0313.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0314.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0314.glif index aead6391f..f1fb6e858 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0314.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0314.glif @@ -1,13 +1,12 @@ - - + - + @@ -17,7 +16,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0315.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0315.glif index 87c58caf2..f0496a0bf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0315.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0315.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0316.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0316.glif index 368c916c2..2c7ccd311 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0316.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0316.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0317.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0317.glif index cf4f7c6de..c6113f73e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0317.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0317.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0318.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0318.glif index 2e05a2cae..667c689d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0318.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0318.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0319.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0319.glif index 19107dc3c..cfc45745b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0319.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0319.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni031A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni031A_.glif index 79f46144f..dbaa1d1dd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni031A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni031A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni031B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni031B_.glif index b115892cf..1e960c0c1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni031B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni031B_.glif @@ -1,23 +1,22 @@ - - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni031C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni031C_.glif index e54b868fa..36312af87 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni031C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni031C_.glif @@ -1,20 +1,19 @@ - - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni031D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni031D_.glif index 17d4cdf5f..14fae86a6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni031D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni031D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni031E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni031E_.glif index f5ddc029c..2322dce8d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni031E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni031E_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni031F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni031F_.glif index 453e13dab..679537710 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni031F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni031F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0320.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0320.glif index 5054b5e86..441d903c8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0320.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0320.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0321.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0321.glif index cea5d359a..8d59ba433 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0321.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0321.glif @@ -1,6 +1,5 @@ - - + @@ -14,7 +13,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0322.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0322.glif index 4511d0064..8938d4ed5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0322.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0322.glif @@ -1,13 +1,12 @@ - - + - + - + @@ -16,10 +15,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0324.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0324.glif index b2636aa4f..8384bd9f8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0324.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0324.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0325.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0325.glif index 642a4375a..d64e2af0c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0325.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0325.glif @@ -1,33 +1,32 @@ - - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0326.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0326.glif index 6f5e0b1b8..ac94d318a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0326.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0326.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0327.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0327.glif index 7973e2294..5130cbe9f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0327.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0327.glif @@ -1,27 +1,26 @@ - - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0328.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0328.glif index de34ff239..9e99c0564 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0328.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0328.glif @@ -1,13 +1,12 @@ - - + - + - + @@ -17,10 +16,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0329.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0329.glif index feef4aca1..814904137 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0329.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0329.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni032A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni032A_.glif index 1e9dccdb8..b5ae1fb45 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni032A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni032A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni032B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni032B_.glif index 4e1e8491b..1547a7d16 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni032B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni032B_.glif @@ -1,20 +1,19 @@ - - + - + - + - + @@ -27,7 +26,7 @@ - + @@ -40,10 +39,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni032C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni032C_.glif index 2f645c86d..613f121ca 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni032C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni032C_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni032D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni032D_.glif index cee7f5977..bc29e11bc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni032D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni032D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni032E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni032E_.glif index b3b0e7378..641b04e4b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni032E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni032E_.glif @@ -1,19 +1,18 @@ - - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni032F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni032F_.glif index 5fcfe28a6..281a57c95 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni032F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni032F_.glif @@ -1,24 +1,23 @@ - - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0330.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0330.glif index 8868727ce..f31e395bf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0330.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0330.glif @@ -1,10 +1,9 @@ - - + - + @@ -14,21 +13,21 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0331.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0331.glif index 736ef3930..f494db064 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0331.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0331.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0332.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0332.glif index 0d65945c4..2da59158c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0332.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0332.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0333.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0333.glif index a09cb3581..2b496525b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0333.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0333.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0334.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0334.glif index d856f146a..dd842ad7c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0334.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0334.glif @@ -1,10 +1,9 @@ - - + - + @@ -13,14 +12,14 @@ - + - + @@ -29,7 +28,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0335.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0335.glif index 8ad854b2a..d1240e95d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0335.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0335.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0336.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0336.glif index 34b77913b..5d1fe2401 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0336.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0336.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0337.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0337.glif index 2c40d9039..47965794b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0337.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0337.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0338.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0338.glif index 11aef496a..9bb0367c7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0338.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0338.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0339.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0339.glif index 02ff9ec41..e6eb9cbb6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0339.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0339.glif @@ -1,20 +1,19 @@ - - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni033A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni033A_.glif index 0e8d9f740..a74bfea53 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni033A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni033A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni033B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni033B_.glif index f31bc6dba..666c8be66 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni033B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni033B_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni033C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni033C_.glif index b21dde71f..cc4d22364 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni033C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni033C_.glif @@ -1,6 +1,5 @@ - - + @@ -10,23 +9,23 @@ - + - + - + - + @@ -39,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni033D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni033D_.glif index 6a5f4474b..551089cdb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni033D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni033D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni033E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni033E_.glif index cc010873e..c8c420905 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni033E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni033E_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni033F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni033F_.glif index a69c9172b..5c99e7a5c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni033F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni033F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0358.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0358.glif index 1689e6d85..b2de04c31 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0358.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0358.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0361.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0361.glif index 3f4b60521..c54cf0fdd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0361.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0361.glif @@ -1,6 +1,5 @@ - - + @@ -8,7 +7,7 @@ - + @@ -21,7 +20,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0394.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0394.glif index 5234dcf5e..2ae30cca0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0394.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0394.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni03A_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni03A_9.glif index 8336d7b42..35b951b36 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni03A_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni03A_9.glif @@ -1,5 +1,5 @@ - + @@ -11,19 +11,19 @@ - + - + - + - + @@ -39,19 +39,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni03B_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni03B_C_.glif index 2906df9e6..8dfb17397 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni03B_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni03B_C_.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -27,20 +27,20 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni03C_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni03C_2.glif index a5725e9ea..c5a20bd56 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni03C_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni03C_2.glif @@ -1,5 +1,5 @@ - + @@ -7,41 +7,41 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni03F_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni03F_4.glif index 73ad3c434..f03241791 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni03F_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni03F_4.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,23 +27,23 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0400.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0400.glif index 90575b1d6..fe25029b7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0400.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0400.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0401.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0401.glif index adee7e913..e043115d7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0401.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0401.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0402.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0402.glif index b862f10e2..c1d78ad2b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0402.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0402.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -57,14 +57,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0403.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0403.glif index 0bd7c3269..f34638d4d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0403.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0403.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0404.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0404.glif index ae38d455a..95def6ef5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0404.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0404.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0405.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0405.glif index 406f395c4..4e44cdd34 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0405.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0405.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0406.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0406.glif index ca5a2f3f5..9d8979b6f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0406.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0406.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0407.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0407.glif index c219e0d95..f6d44a522 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0407.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0407.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0408.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0408.glif index f7dcb1b0f..1514f0fb7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0408.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0408.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0409.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0409.glif index 6c2fcc2d3..cef68cf29 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0409.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0409.glif @@ -1,5 +1,5 @@ - + @@ -18,13 +18,13 @@ - + - + @@ -34,17 +34,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni040A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni040A_.glif index 85ebba326..0d1fc8140 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni040A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni040A_.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + @@ -34,10 +34,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni040B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni040B_.glif index 1f9962c2f..0215590b1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni040B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni040B_.glif @@ -1,5 +1,5 @@ - + @@ -29,7 +29,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni040C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni040C_.glif index c658f4f87..621b47aab 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni040C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni040C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni040D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni040D_.glif index 16ceb1c3c..2ddc12c49 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni040D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni040D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni040E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni040E_.glif index b070aeb2e..d4d993183 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni040E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni040E_.glif @@ -1,10 +1,10 @@ - + - + @@ -12,7 +12,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni040F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni040F_.glif index ec7391e61..6d190465f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni040F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni040F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0410.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0410.glif index 669ea81ce..4894af907 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0410.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0410.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0411.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0411.glif index 89c57b063..6322d6835 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0411.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0411.glif @@ -1,5 +1,5 @@ - + @@ -9,29 +9,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0412.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0412.glif index f391441fc..122b04895 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0412.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0412.glif @@ -1,5 +1,5 @@ - + @@ -8,40 +8,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0413.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0413.glif index 21323dfb4..15819c820 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0413.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0413.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0414.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0414.glif index 6f0f2ab6f..7174f605b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0414.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0414.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0415.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0415.glif index 4e7d7b573..db7a3fcb2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0415.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0415.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0416.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0416.glif index 8d06eaad3..c7da5d8f0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0416.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0416.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0417.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0417.glif index c1f846022..eafe3af4c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0417.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0417.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0418.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0418.glif index 281a6a28a..afa3ae291 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0418.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0418.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0419.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0419.glif index 4ca787349..fa0b97e1e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0419.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0419.glif @@ -1,10 +1,10 @@ - + - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni041A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni041A_.glif index 987db2b69..82347dae5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni041A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni041A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni041B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni041B_.glif index 86f3186f0..0ecbce323 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni041B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni041B_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni041C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni041C_.glif index 47f79f50a..5563e5385 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni041C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni041C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni041D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni041D_.glif index 30e02e9f0..690a50035 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni041D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni041D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni041E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni041E_.glif index 5aa8ab784..848846e46 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni041E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni041E_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,7 +24,7 @@ - + @@ -33,10 +33,10 @@ - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni041F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni041F_.glif index a4712a8a5..20817074c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni041F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni041F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0420.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0420.glif index 68efde5dd..5cff2b8b6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0420.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0420.glif @@ -1,5 +1,5 @@ - + @@ -8,25 +8,25 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0421.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0421.glif index 2d73c0d22..26aef67d7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0421.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0421.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0422.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0422.glif index 7a1c9fa7c..83b924bcb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0422.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0422.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0423.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0423.glif index 76b69b31c..c0c912105 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0423.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0423.glif @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0424.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0424.glif index ee3aaed45..734b346c7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0424.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0424.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0425.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0425.glif index 62f068302..bc44d1cd5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0425.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0425.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0426.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0426.glif index c9ab486e5..a65538e49 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0426.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0426.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0427.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0427.glif index 74f03f779..62cf2284e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0427.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0427.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0428.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0428.glif index f04b702b6..85da08dc4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0428.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0428.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0429.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0429.glif index 739b2de17..4fd81d848 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0429.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0429.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni042A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni042A_.glif index bea3a41b4..ecbbca668 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni042A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni042A_.glif @@ -1,5 +1,5 @@ - + @@ -12,29 +12,29 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni042B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni042B_.glif index ae133c360..516b4ead8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni042B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni042B_.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -26,19 +26,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni042C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni042C_.glif index 00c913a66..0fb93b1a7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni042C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni042C_.glif @@ -1,5 +1,5 @@ - + @@ -7,32 +7,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni042D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni042D_.glif index 7fa3c4160..0a15258cd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni042D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni042D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,20 +20,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni042E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni042E_.glif index 51e15e293..4c504fc6a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni042E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni042E_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,10 +20,10 @@ - + - + @@ -37,13 +37,13 @@ - + - + - + @@ -52,10 +52,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni042F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni042F_.glif index e6a22652d..d058566d2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni042F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni042F_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0430.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0430.glif index 2e5350fd7..b80d2230e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0430.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0430.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,20 +15,20 @@ - + - + - + - + @@ -39,14 +39,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0431.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0431.glif index db765ecf4..ee36eb2d8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0431.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0431.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -37,10 +37,10 @@ - + - + @@ -48,22 +48,22 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0432.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0432.glif index 94155637c..92e4e9cec 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0432.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0432.glif @@ -1,5 +1,5 @@ - + @@ -11,46 +11,46 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0433.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0433.glif index dbf173cc3..ed0c05c99 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0433.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0433.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0434.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0434.glif index b3abaa064..51d33a0bb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0434.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0434.glif @@ -1,11 +1,11 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0435.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0435.glif index de017e6d6..c3ccb0f2c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0435.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0435.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -26,7 +26,7 @@ - + @@ -38,10 +38,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0436.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0436.glif index d7c321455..d6501c991 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0436.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0436.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0437.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0437.glif index 02601474e..91efe667f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0437.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0437.glif @@ -1,45 +1,45 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0438.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0438.glif index 5dd29f482..95097df25 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0438.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0438.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0439.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0439.glif index 63e1fde74..efadf14fa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0439.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0439.glif @@ -1,19 +1,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni043A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni043A_.glif index 0e0c9006a..54253a1cc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni043A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni043A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni043B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni043B_.glif index 24136ff12..faec0c925 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni043B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni043B_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni043C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni043C_.glif index acb6776ba..642d5867b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni043C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni043C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni043D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni043D_.glif index af87185ad..310a491a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni043D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni043D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni043E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni043E_.glif index a271d68b6..94f5db129 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni043E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni043E_.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni043F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni043F_.glif index 4ef035548..f504b9e5d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni043F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni043F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0440.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0440.glif index bf58ea79e..d90d0a3e8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0440.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0440.glif @@ -1,5 +1,5 @@ - + @@ -9,16 +9,16 @@ - + - + - + @@ -26,16 +26,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0441.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0441.glif index d5759d07e..caad4a4a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0441.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0441.glif @@ -1,10 +1,10 @@ - + - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0442.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0442.glif index aa6b436f7..adf97b9e0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0442.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0442.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0443.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0443.glif index 612bd212a..b0d6c7a2a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0443.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0443.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0444.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0444.glif index 639d4619a..511b44683 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0444.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0444.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0445.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0445.glif index 9a03712e9..48c838cb4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0445.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0445.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0446.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0446.glif index 67318c37d..dc032facb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0446.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0446.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0447.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0447.glif index fa02ab2f9..94aa17cc4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0447.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0447.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0448.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0448.glif index 8cb2b5f14..ff851c9ff 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0448.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0448.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0449.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0449.glif index 735ae8848..b1506ac20 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0449.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0449.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni044A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni044A_.glif index 788a7a085..6d92f5cb0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni044A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni044A_.glif @@ -1,5 +1,5 @@ - + @@ -12,26 +12,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni044B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni044B_.glif index 1156b049d..c087fa00b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni044B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni044B_.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni044C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni044C_.glif index 8a8b4e5e5..5d4073157 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni044C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni044C_.glif @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni044D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni044D_.glif index 02030a002..3d9bece05 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni044D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni044D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,17 +20,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni044E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni044E_.glif index d5ac6fdce..e4522db69 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni044E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni044E_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -35,10 +35,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni044F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni044F_.glif index be8928c2d..1eaff2c5e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni044F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni044F_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -28,7 +28,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0450.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0450.glif index 1feb78072..acb8c1252 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0450.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0450.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -32,7 +32,7 @@ - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0451.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0451.glif index 7ef0866b1..c39de0481 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0451.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0451.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,19 +40,19 @@ - + - + - + - + @@ -62,7 +62,7 @@ - + @@ -74,10 +74,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0452.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0452.glif index b2aeb8e0b..b49ebf031 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0452.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0452.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -32,10 +32,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0453.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0453.glif index 660f39e06..2a951e0ba 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0453.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0453.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0454.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0454.glif index 7dc83c51b..1598ed8d7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0454.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0454.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0455.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0455.glif index d99acfd0e..36cc8eaf1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0455.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0455.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -24,20 +24,20 @@ - + - + - + - + @@ -47,7 +47,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0456.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0456.glif index f577743cd..e12d4fdfa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0456.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0456.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,7 +22,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0457.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0457.glif index e5b8d1f75..60501b887 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0457.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0457.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -37,10 +37,10 @@ - + - + @@ -69,7 +69,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0458.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0458.glif index 17b85c8f8..8085faf5a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0458.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0458.glif @@ -1,17 +1,17 @@ - + - + - + @@ -40,7 +40,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0459.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0459.glif index e4a40bc8e..9f519d307 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0459.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0459.glif @@ -1,5 +1,5 @@ - + @@ -18,13 +18,13 @@ - + - + @@ -34,14 +34,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni045A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni045A_.glif index 8c49fa17c..a6a0d2412 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni045A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni045A_.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni045B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni045B_.glif index 40224f3fa..039c022fb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni045B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni045B_.glif @@ -1,5 +1,5 @@ - + @@ -17,10 +17,10 @@ - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni045C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni045C_.glif index 66ded44be..f96b7c5c4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni045C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni045C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni045D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni045D_.glif index 942024a6b..0bd08fc76 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni045D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni045D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni045E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni045E_.glif index ea955b9cc..6aeca9351 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni045E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni045E_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -33,10 +33,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni045F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni045F_.glif index a0c668a81..7e5d5927d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni045F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni045F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0462.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0462.glif index 237ca2227..57216c227 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0462.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0462.glif @@ -1,5 +1,5 @@ - + @@ -18,26 +18,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0463.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0463.glif index e2c15fd30..10341af5c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0463.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0463.glif @@ -1,5 +1,5 @@ - + @@ -18,26 +18,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0472.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0472.glif index 25cf1031d..b774083de 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0472.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0472.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,14 +48,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0473.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0473.glif index e2d09afaa..173572e93 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0473.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0473.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -33,16 +33,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0490.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0490.glif index ef011f1ed..e1bc7cc11 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0490.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0490.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0491.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0491.glif index c263ea5bd..38055ac74 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0491.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0491.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0492.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0492.glif index 0fe1bda68..0ccad8381 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0492.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0492.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0493.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0493.glif index bf53c886d..9f63aa8bf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0493.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0493.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0494.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0494.glif index c4266293a..a640ff8b5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0494.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0494.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -33,14 +33,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0495.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0495.glif index f4a36032d..5b44f2873 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0495.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0495.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -27,14 +27,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0496.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0496.glif index bf1e88b06..9a41a85a9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0496.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0496.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0497.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0497.glif index 66f987724..169b23135 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0497.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0497.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0498.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0498.glif index f6956ea26..34e7e8b23 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0498.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0498.glif @@ -1,5 +1,5 @@ - + @@ -7,26 +7,26 @@ - + - + - + - + - + @@ -36,32 +36,32 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0499.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0499.glif index 00863ea9a..a443dfebe 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0499.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0499.glif @@ -1,35 +1,35 @@ - + - + - + - + - + - + - + @@ -39,35 +39,35 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni049A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni049A_.glif index 242f5ef47..35616039d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni049A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni049A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni049B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni049B_.glif index 0265fc628..5a8152da4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni049B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni049B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_2.glif index ea815e514..8d4870a0c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_3.glif index 16e1c513c..388801854 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_4.glif index 40d0ee9f5..13c8e4c00 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_5.glif index 005631193..0b4e72487 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_A_.glif index 348eba10f..372b266fb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_A_.glif @@ -1,23 +1,23 @@ - + - + - + - + @@ -30,26 +30,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_B_.glif index 613d1065c..b80dfe599 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_B_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,29 +20,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_C_.glif index 084f93867..04a4041aa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_D_.glif index 843b615af..924aa27eb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_E_.glif index 35c610acf..e0c3a8e7d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04A_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04A_F_.glif index c2daf1be2..a53d5ffbf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04A_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04B_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04B_0.glif index 5cdb568c7..63c421a78 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04B_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04B_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04B_1.glif index 77067edc9..75c27a154 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04B_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04B_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04B_2.glif index eabf56f05..dcad6fcea 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04B_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04B_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04B_3.glif index 0dfaf1212..facb13197 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04B_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04B_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04B_A_.glif index 11aa4f080..769ecc97d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04B_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04B_A_.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04B_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04B_B_.glif index f4d0c25de..0352eaeb8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04B_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04B_B_.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_0.glif index 22955fffc..668db3d69 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_1.glif index 9c5068280..2924e0bd4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_1.glif @@ -1,10 +1,10 @@ - + - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_2.glif index 71b20097b..9c4c2dc99 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_2.glif @@ -1,19 +1,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_3.glif index e65912d2a..19e90157f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_3.glif @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -40,14 +40,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_4.glif index e089b326e..e077ceecc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_4.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -28,14 +28,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_7.glif index f8289a81c..aefea6c8f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_7.glif @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_8.glif index d9c2fff29..c97c42b68 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_8.glif @@ -1,5 +1,5 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_B_.glif index 62f1a11b3..e9245cb33 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_B_.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + @@ -32,16 +32,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_C_.glif index 70562750f..1fed83cf3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_C_.glif @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04C_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04C_F_.glif index 64afda857..51dc5513f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04C_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_0.glif index cc97c8f14..f67efed75 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_0.glif @@ -1,10 +1,10 @@ - + - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_1.glif index eb085a66e..eda8613ae 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_1.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,10 +22,10 @@ - + - + @@ -33,20 +33,20 @@ - + - + - + - + @@ -57,14 +57,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_2.glif index 2fca1cf22..4e687e37a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_2.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_3.glif index 026dcd16c..ad1252f0d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_3.glif @@ -1,17 +1,17 @@ - + - + - + @@ -19,17 +19,17 @@ - + - + - + - + @@ -40,31 +40,31 @@ - + - + - + - + - + - + - + @@ -75,14 +75,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_4.glif index 9cafc1586..ff95f51ef 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_5.glif index 2bc65052f..ba99a1085 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_5.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,23 +18,23 @@ - + - + - + - + @@ -45,14 +45,14 @@ - + - + @@ -64,17 +64,17 @@ - + - + - + @@ -82,7 +82,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_6.glif index 857b8a4d7..c52ad68dc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_6.glif @@ -1,10 +1,10 @@ - + - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_7.glif index 66817400c..64229fd34 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_7.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,19 +22,19 @@ - + - + - + - + @@ -44,7 +44,7 @@ - + @@ -56,10 +56,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_8.glif index 91463f4c9..718b8e7af 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,20 +15,20 @@ - + - + - + - + @@ -36,14 +36,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_9.glif index 7a0fe39d4..5cf298013 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,20 +15,20 @@ - + - + - + - + @@ -36,14 +36,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_A_.glif index ff7be23bd..b608b1dfa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_A_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + - + @@ -40,10 +40,10 @@ - + - + @@ -51,20 +51,20 @@ - + - + - + - + @@ -72,14 +72,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_B_.glif index ec32c2c81..86d26bb58 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_B_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,10 +40,10 @@ - + - + @@ -51,20 +51,20 @@ - + - + - + - + @@ -72,14 +72,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_C_.glif index f36230fe3..4415183a9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_C_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_D_.glif index 18fccc483..c68c85f80 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_E_.glif index f8e943fa0..bed92cec7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_E_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,63 +22,63 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04D_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04D_F_.glif index 758f2db54..e6a3bfc72 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04D_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04D_F_.glif @@ -1,18 +1,18 @@ - + - + - - + + @@ -22,60 +22,60 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -84,7 +84,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_0.glif index 4af548aab..d4560adb9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_0.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + - + @@ -43,13 +43,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_1.glif index 27449a9d9..99047744c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_1.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_2.glif index 0e26465a3..9d35184b5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_3.glif index 71d5a6806..f7012782c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_4.glif index 989e2d071..f21fe05b6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_4.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_5.glif index 3507f5f73..ada173409 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_5.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_6.glif index 28a7d2029..eb7b00938 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_6.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,19 +40,19 @@ - + - + - + - + @@ -60,7 +60,7 @@ - + @@ -69,10 +69,10 @@ - + - + @@ -81,7 +81,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_7.glif index d8660eccf..ab7108dc0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_7.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,30 +40,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_8.glif index b27f657cd..f2786d8b6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_8.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,23 +27,23 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_9.glif index eff7aa8b8..5eb1e71e0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_9.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -33,16 +33,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_A_.glif index 9517949b9..69f8cb5a3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_A_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + - + @@ -40,19 +40,19 @@ - + - + - + - + @@ -63,23 +63,23 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_B_.glif index b1e73b49a..924e4276d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_B_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,25 +40,25 @@ - + - + - + - + @@ -69,16 +69,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_C_.glif index 01ba4d33f..a7b75101f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_C_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,14 +40,14 @@ - + - + @@ -56,20 +56,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_D_.glif index df589ba24..96008780c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,14 +40,14 @@ - + - + @@ -56,17 +56,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_E_.glif index 6a2c8a1de..0264ba5a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_E_.glif @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04E_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04E_F_.glif index d1da5c7a6..29e78a6d6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04E_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04E_F_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_0.glif index af2d715ce..d96d413c4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_0.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_1.glif index 49561ec15..c61d64c8b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_1.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -37,7 +37,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_2.glif index 5373ceae1..06cc0098c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_2.glif @@ -1,5 +1,5 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_3.glif index e4406d79a..8c1ff8b19 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_3.glif @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_4.glif index 546cb701a..787954d68 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_4.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -43,10 +43,10 @@ - + - + @@ -55,10 +55,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_5.glif index c31014dfe..e377993ff 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_5.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_6.glif index 969ff3a13..f0be237b0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_7.glif index 0e34117b7..b5731f5da 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_8.glif index c65bb0919..1e2be4aec 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_8.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -46,13 +46,13 @@ - + - + @@ -62,19 +62,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni04F_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni04F_9.glif index 61cc14500..6ffbc77e9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni04F_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni04F_9.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -37,7 +37,7 @@ - + @@ -46,13 +46,13 @@ - + - + @@ -62,10 +62,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0510.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0510.glif index e5b0c1dca..344d6994c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0510.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0510.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,26 +16,26 @@ - + - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0511.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0511.glif index b38f7d562..6d1b857c7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0511.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0511.glif @@ -1,10 +1,10 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -71,7 +71,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni051A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni051A_.glif index d11988072..96cb5c0f5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni051A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni051A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni051B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni051B_.glif index 96e87014c..d75c7eb5b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni051B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni051B_.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + @@ -26,16 +26,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni051C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni051C_.glif index 844063132..3855fb6a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni051C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni051C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni051D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni051D_.glif index f5e39f947..4c47f27b9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni051D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni051D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0531.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0531.glif index d464e5956..89620c015 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0531.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0531.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0532.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0532.glif index 678575bd0..3ad4da228 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0532.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0532.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0533.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0533.glif index 97be53f00..fb14e3136 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0533.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0533.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -20,13 +20,13 @@ - + - + @@ -42,17 +42,17 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0534.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0534.glif index 2c66ba925..9e40a533a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0534.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0534.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0535.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0535.glif index 5bad06972..5e37f036f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0535.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0535.glif @@ -1,16 +1,16 @@ - + - + - + @@ -23,10 +23,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0536.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0536.glif index 6770e1c4e..eddbe3849 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0536.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0536.glif @@ -1,5 +1,5 @@ - + @@ -15,10 +15,10 @@ - + - + @@ -27,13 +27,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0537.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0537.glif index d46b4ef74..bdea581f9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0537.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0537.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0538.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0538.glif index 40eed2b56..cd9aa8cb4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0538.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0538.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0539.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0539.glif index 99f57236f..6ecdc42a0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0539.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0539.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,18 +19,18 @@ - + - + - + - + @@ -39,16 +39,16 @@ - + - + - + @@ -64,7 +64,7 @@ - + @@ -75,10 +75,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni053A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni053A_.glif index d1cd967fc..3ba8a4de8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni053A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni053A_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -50,7 +50,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni053B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni053B_.glif index c36b2cd72..6f7ccc460 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni053B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni053B_.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni053C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni053C_.glif index f59d26b5c..f2e6bdaad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni053C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni053C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni053D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni053D_.glif index 1fdb372af..3d31f4318 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni053D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni053D_.glif @@ -1,10 +1,10 @@ - + - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni053E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni053E_.glif index 76feac0f2..a3e1a3f01 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni053E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni053E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,14 +24,14 @@ - + - + @@ -40,7 +40,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -72,10 +72,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni053F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni053F_.glif index 96fa95674..931881e53 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni053F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni053F_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0540.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0540.glif index 0e9791ac1..9a3b17a01 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0540.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0540.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0541.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0541.glif index 961735635..07e635c18 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0541.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0541.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -31,13 +31,13 @@ - + - + @@ -49,13 +49,13 @@ - + - + @@ -70,13 +70,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0542.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0542.glif index 3baeb6fbf..3b209087b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0542.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0542.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0543.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0543.glif index b24fb38ee..5911e601d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0543.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0543.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0544.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0544.glif index d1b1204ac..e2bc09806 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0544.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0544.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0545.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0545.glif index f7d0c0e14..e27963a76 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0545.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0545.glif @@ -1,10 +1,10 @@ - + - + @@ -19,13 +19,13 @@ - + - + @@ -34,13 +34,13 @@ - + - + - + @@ -49,10 +49,10 @@ - + - + @@ -62,13 +62,13 @@ - + - + @@ -80,7 +80,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0546.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0546.glif index 8ece075b9..41516b9b2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0546.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0546.glif @@ -1,16 +1,16 @@ - + - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0547.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0547.glif index 3d45928ed..5694a57b3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0547.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0547.glif @@ -1,16 +1,16 @@ - + - + - + @@ -31,7 +31,7 @@ - + @@ -49,13 +49,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0548.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0548.glif index fc6f8ab36..8ffe55c49 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0548.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0548.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0549.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0549.glif index a675aa039..51d64b66a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0549.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0549.glif @@ -1,5 +1,5 @@ - + @@ -18,10 +18,10 @@ - + - + @@ -33,13 +33,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni054A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni054A_.glif index b503929d1..84b6f5a12 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni054A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni054A_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -25,13 +25,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni054B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni054B_.glif index f65f6618f..7ae1eeb90 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni054B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni054B_.glif @@ -1,5 +1,5 @@ - + @@ -36,7 +36,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -69,13 +69,13 @@ - + - + @@ -99,7 +99,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni054C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni054C_.glif index ddeefd1ef..0a8c0eb03 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni054C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni054C_.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni054D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni054D_.glif index 415deba6a..f646b2e7b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni054D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni054D_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni054E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni054E_.glif index da66021aa..9797fe985 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni054E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni054E_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni054F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni054F_.glif index e08c2d787..45c7e24fb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni054F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni054F_.glif @@ -1,29 +1,29 @@ - + - + - + - + - + @@ -35,7 +35,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -56,35 +56,35 @@ - + - + - + - + - + - + - + @@ -93,10 +93,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0550.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0550.glif index 8299a3851..8cf07f29e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0550.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0550.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0551.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0551.glif index 4aa0edbe7..c4a1abe82 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0551.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0551.glif @@ -1,10 +1,10 @@ - + - + @@ -25,7 +25,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -96,7 +96,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0552.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0552.glif index edf0e3e03..fb1798244 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0552.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0552.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0553.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0553.glif index 680589b4d..f89e2ce0a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0553.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0553.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -51,10 +51,10 @@ - + - + @@ -69,10 +69,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0554.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0554.glif index 380b8d035..268bdc68c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0554.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0554.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -41,13 +41,13 @@ - + - + @@ -56,7 +56,7 @@ - + @@ -65,7 +65,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0555.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0555.glif index 7743211b1..30631c6b2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0555.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0555.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,7 +24,7 @@ - + @@ -33,10 +33,10 @@ - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0556.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0556.glif index 36dd9d153..d76304ad5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0556.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0556.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -44,7 +44,7 @@ - + @@ -82,10 +82,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0559.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0559.glif index bceb9363c..522d6fa7a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0559.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0559.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -20,7 +20,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni055A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni055A_.glif index 7c35ffff6..5201ddbaa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni055A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni055A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni055B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni055B_.glif index 693ed3f47..a1870f32d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni055B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni055B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni055C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni055C_.glif index b9c3802c1..6010af8d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni055C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni055C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni055D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni055D_.glif index c0b74aa42..67eaea69a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni055D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni055D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni055E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni055E_.glif index 596f10a5c..353718bc9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni055E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni055E_.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -45,10 +45,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni055F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni055F_.glif index 885cc11c7..8fc9df951 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni055F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni055F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0561.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0561.glif index 08a4541a9..087541b2d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0561.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0561.glif @@ -1,10 +1,10 @@ - + - + @@ -25,10 +25,10 @@ - + - + @@ -40,7 +40,7 @@ - + @@ -51,10 +51,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0562.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0562.glif index 2118085d4..086f42c21 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0562.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0562.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0563.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0563.glif index 3521efd65..e9903a03f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0563.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0563.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -48,10 +48,10 @@ - + - + @@ -60,7 +60,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0564.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0564.glif index c981ddc3d..d155aa7b7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0564.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0564.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0565.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0565.glif index 6786b4fb3..ae7aa9829 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0565.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0565.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,10 +20,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0566.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0566.glif index 63a1da5ec..884ea5301 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0566.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0566.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -34,10 +34,10 @@ - + - + @@ -46,10 +46,10 @@ - + - + @@ -58,7 +58,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0567.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0567.glif index 5ec8ad760..f1249495e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0567.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0567.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0568.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0568.glif index 6bf03d964..661d3ab76 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0568.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0568.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0569.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0569.glif index 03e5c72ae..d3db6e65f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0569.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0569.glif @@ -1,5 +1,5 @@ - + @@ -12,13 +12,13 @@ - + - + @@ -27,7 +27,7 @@ - + @@ -39,17 +39,17 @@ - + - + - + @@ -60,7 +60,7 @@ - + @@ -80,7 +80,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni056A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni056A_.glif index 1ea96839e..0023b64b6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni056A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni056A_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -46,13 +46,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni056B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni056B_.glif index 45d4ea879..48b5c7a51 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni056B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni056B_.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni056C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni056C_.glif index 8819d2505..796d828fc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni056C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni056C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni056D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni056D_.glif index 3ca68e159..5158d1d1c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni056D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni056D_.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -42,10 +42,10 @@ - + - + @@ -64,7 +64,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni056E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni056E_.glif index b18a486f8..8eac955ed 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni056E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni056E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -30,10 +30,10 @@ - + - + @@ -41,16 +41,16 @@ - + - + - + @@ -58,13 +58,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni056F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni056F_.glif index 38531546e..85270d061 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni056F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni056F_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0570.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0570.glif index 031de3d02..6a503284b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0570.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0570.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0571.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0571.glif index a9db04a23..da6fea77b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0571.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0571.glif @@ -1,10 +1,10 @@ - + - + @@ -40,7 +40,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -71,7 +71,7 @@ - + @@ -81,7 +81,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0572.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0572.glif index dff27be9c..4ee077d77 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0572.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0572.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0573.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0573.glif index ed328f09b..de969968a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0573.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0573.glif @@ -1,16 +1,16 @@ - + - + - + @@ -25,20 +25,20 @@ - + - + - + - + @@ -61,7 +61,7 @@ - + @@ -80,7 +80,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0574.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0574.glif index ea1653fd0..f0cfbc0ff 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0574.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0574.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0575.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0575.glif index 01b53bbe4..ffd49f163 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0575.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0575.glif @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0576.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0576.glif index 2cafad41f..15ac191ad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0576.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0576.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0577.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0577.glif index a5ff36c2d..4a57793bd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0577.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0577.glif @@ -1,10 +1,10 @@ - + - + @@ -34,7 +34,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -68,7 +68,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0578.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0578.glif index 728bf0816..90b7307e4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0578.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0578.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0579.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0579.glif index 619989a1b..cf9510365 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0579.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0579.glif @@ -1,10 +1,10 @@ - + - + @@ -65,7 +65,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni057A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni057A_.glif index 99def2ae0..d2da510ad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni057A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni057A_.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni057B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni057B_.glif index 64cd9d0a1..12d802b11 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni057B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni057B_.glif @@ -1,10 +1,10 @@ - + - + @@ -34,10 +34,10 @@ - + - + @@ -46,19 +46,19 @@ - + - + - + - + @@ -73,7 +73,7 @@ - + @@ -87,10 +87,10 @@ - + - + @@ -102,7 +102,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni057C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni057C_.glif index 94435eae2..13f4b5a1d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni057C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni057C_.glif @@ -1,5 +1,5 @@ - + @@ -12,13 +12,13 @@ - + - + @@ -40,13 +40,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni057D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni057D_.glif index 8014dc4be..cdc9815c9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni057D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni057D_.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni057E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni057E_.glif index c4b32ac3d..640d75eeb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni057E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni057E_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni057F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni057F_.glif index 304c4bc64..01d465d81 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni057F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni057F_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,7 +22,7 @@ - + @@ -34,13 +34,13 @@ - + - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0580.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0580.glif index c1f5664b8..deb997dbd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0580.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0580.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0581.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0581.glif index 159ff9196..724b40a87 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0581.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0581.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + @@ -38,16 +38,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0582.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0582.glif index f509a4067..a96314e75 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0582.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0582.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0583.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0583.glif index eecbe68a1..55177483b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0583.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0583.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -49,10 +49,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0584.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0584.glif index 99b4db585..98f872c5d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0584.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0584.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -28,7 +28,7 @@ - + @@ -40,19 +40,19 @@ - + - + - + @@ -61,10 +61,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0585.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0585.glif index 572f322dc..40c74f081 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0585.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0585.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0586.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0586.glif index 5bd671c69..3cb38fbd6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0586.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0586.glif @@ -1,5 +1,5 @@ - + @@ -21,16 +21,16 @@ - + - + - + @@ -38,7 +38,7 @@ - + @@ -55,10 +55,10 @@ - + - + @@ -70,7 +70,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0587.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0587.glif index e955c02bf..36766ece4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0587.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0587.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0589.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0589.glif index 21aa5fec3..1b2b258f8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0589.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0589.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni058A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni058A_.glif index 129ba9e5a..e14388334 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni058A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni058A_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni0E_3F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni0E_3F_.glif index 4ef09edd4..e2bd512d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni0E_3F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni0E_3F_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -42,10 +42,10 @@ - + - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_0.glif index 0b4e3efe6..5267725ec 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_0.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,40 +20,40 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_1.glif index fbf4e7e7b..c44f87ba3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_1.glif @@ -1,49 +1,49 @@ - + - + - + - + - + - + - + - + - + @@ -51,13 +51,13 @@ - + - + @@ -66,13 +66,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_2.glif index e96c287ec..12d24ef5b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -28,7 +28,7 @@ - + @@ -48,10 +48,10 @@ - + - + @@ -60,7 +60,7 @@ - + @@ -74,19 +74,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_3.glif index 3dfc9b00f..7c867beb8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_3.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -39,13 +39,13 @@ - + - + @@ -61,7 +61,7 @@ - + @@ -70,14 +70,14 @@ - + - + @@ -88,7 +88,7 @@ - + @@ -109,7 +109,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_4.glif index 7d28a7e74..19fd50e64 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_4.glif @@ -1,13 +1,13 @@ - + - + - + @@ -23,20 +23,20 @@ - + - + - + - + - + @@ -61,14 +61,14 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_5.glif index 7a5075c9c..bbaa5551f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_5.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,23 +20,23 @@ - + - + - + - + - + - + @@ -54,7 +54,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -88,10 +88,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_6.glif index 944b950c8..5f6d4ee54 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_6.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,16 +16,16 @@ - + - + - + - + @@ -34,7 +34,7 @@ - + @@ -42,40 +42,40 @@ - + - + - + - + - + - + - + - + @@ -84,7 +84,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_7.glif index 5787671d4..60d568e78 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_7.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -44,7 +44,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -78,7 +78,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_8.glif index 6aa08ac68..b5607db7b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_8.glif @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ - + @@ -47,7 +47,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_9.glif index 3b66fffe1..c5320259e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_9.glif @@ -1,10 +1,10 @@ - + - + @@ -20,29 +20,29 @@ - + - + - + - + - + - + - + @@ -67,10 +67,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_A_.glif index 0e3804f54..03d0154d0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_A_.glif @@ -1,5 +1,5 @@ - + @@ -20,13 +20,13 @@ - + - + @@ -66,22 +66,22 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_B_.glif index a37a83a76..dfcc0a93b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_B_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,17 +16,17 @@ - + - + - + - + @@ -35,19 +35,19 @@ - + - + - + - + @@ -59,16 +59,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_C_.glif index d97083dc1..e0f1d5ea2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_C_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -24,10 +24,10 @@ - + - + @@ -36,22 +36,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_D_.glif index a3db2239a..60fde9253 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_D_.glif @@ -1,5 +1,5 @@ - + @@ -7,29 +7,29 @@ - + - + - + - + - + - + @@ -44,13 +44,13 @@ - + - + - + @@ -68,10 +68,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_E_.glif index 9f9566a9a..7d413cb4b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_E_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -23,25 +23,25 @@ - + - + - + - + - + - + - + @@ -63,7 +63,7 @@ - + @@ -79,10 +79,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10D_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10D_F_.glif index a32897e31..621269581 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10D_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10D_F_.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -68,7 +68,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_0.glif index 94495db96..559393cd9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_0.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -27,7 +27,7 @@ - + @@ -57,7 +57,7 @@ - + @@ -73,7 +73,7 @@ - + @@ -84,7 +84,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_1.glif index cb422ba49..ed7c3dbd9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_1.glif @@ -1,31 +1,31 @@ - + - + - + - + - + - + - + @@ -53,10 +53,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_2.glif index aad4254e6..5deb11ee1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -25,7 +25,7 @@ - + @@ -33,13 +33,13 @@ - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_3.glif index bc4762c03..6e36bf95c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_3.glif @@ -1,13 +1,13 @@ - + - + - + @@ -23,10 +23,10 @@ - + - + @@ -39,7 +39,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -82,13 +82,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_4.glif index e1dfabbdd..af308d308 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_4.glif @@ -1,10 +1,10 @@ - + - + @@ -54,13 +54,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_5.glif index 35aa8ffff..04ffd1c3a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_5.glif @@ -1,10 +1,10 @@ - + - + @@ -20,10 +20,10 @@ - + - + @@ -42,7 +42,7 @@ - + @@ -61,7 +61,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_6.glif index 65d813fbf..09ac5b87b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_6.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -26,20 +26,20 @@ - + - + - + @@ -69,7 +69,7 @@ - + @@ -82,7 +82,7 @@ - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_7.glif index 410038fa0..487ca0d45 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_7.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -27,7 +27,7 @@ - + @@ -61,7 +61,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_8.glif index edb8638df..100f70b67 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,17 +16,17 @@ - + - + - + - + @@ -44,7 +44,7 @@ - + @@ -54,25 +54,25 @@ - + - + - + - + - + @@ -84,16 +84,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_9.glif index 8f2b3ab23..ccc46e767 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_9.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -22,7 +22,7 @@ - + @@ -35,13 +35,13 @@ - + - + @@ -55,7 +55,7 @@ - + @@ -63,10 +63,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_A_.glif index 27f56cf9e..19984f4a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_A_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -28,37 +28,37 @@ - + - + - + - + - + - + - + - + - + @@ -71,7 +71,7 @@ - + @@ -80,10 +80,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_B_.glif index 66e42dd0d..eb81c3dee 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -27,7 +27,7 @@ - + @@ -39,13 +39,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_C_.glif index e874e3502..7d15ae623 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_C_.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -29,7 +29,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -76,42 +76,42 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_D_.glif index c6ff6bac8..f69542b4c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_D_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,19 +20,19 @@ - + - + - + - + @@ -74,10 +74,10 @@ - + - + @@ -85,16 +85,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_E_.glif index e84143391..be3bcfd21 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,10 +19,10 @@ - + - + @@ -30,22 +30,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10E_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10E_F_.glif index bbbc34901..088477d9c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10E_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10E_F_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,23 +20,23 @@ - + - + - + - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_0.glif index 17fde0f4c..0c1cb9db2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_0.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -46,10 +46,10 @@ - + - + @@ -74,10 +74,10 @@ - + - + @@ -101,10 +101,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_1.glif index 78010857b..095724a0e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_1.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,17 +16,17 @@ - + - + - + @@ -38,10 +38,10 @@ - + - + @@ -50,10 +50,10 @@ - + - + @@ -65,10 +65,10 @@ - + - + @@ -80,10 +80,10 @@ - + - + @@ -93,7 +93,7 @@ - + @@ -112,7 +112,7 @@ - + @@ -130,10 +130,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_2.glif index 78471e87f..4836d7f83 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_2.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + - + @@ -42,19 +42,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_3.glif index 7ec3f2fc8..76207caed 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_3.glif @@ -1,23 +1,23 @@ - + - + - + - + - + - + @@ -31,17 +31,17 @@ - + - + - + - + @@ -50,7 +50,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_4.glif index 336201040..f01638166 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_4.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -33,7 +33,7 @@ - + @@ -46,23 +46,23 @@ - + - + - + - + @@ -70,10 +70,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_5.glif index 7e3c35a2e..017eb6707 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_5.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,16 +19,16 @@ - + - + - + - + @@ -49,22 +49,22 @@ - + - + - + - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_6.glif index 5e6827d94..26f00be42 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_6.glif @@ -1,5 +1,5 @@ - + @@ -28,27 +28,27 @@ - + - + - + - + @@ -58,17 +58,17 @@ - + - + - + @@ -78,7 +78,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_7.glif index eda44679f..317a6a4b0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_7.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,10 +19,10 @@ - + - + @@ -34,10 +34,10 @@ - + - + @@ -49,26 +49,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_8.glif index 1542ea13a..a956c9cbf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -22,7 +22,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -59,10 +59,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_9.glif index 30b54deee..47b0e8589 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,16 +16,16 @@ - + - + - + @@ -40,7 +40,7 @@ - + @@ -57,16 +57,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_A_.glif index 4104b3710..cafd4b992 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_A_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,22 +26,22 @@ - + - + - + - + - + @@ -51,10 +51,10 @@ - + - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_B_.glif index 871aeedef..44215266a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni10F_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni10F_C_.glif index 984d18178..ea844aa02 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni10F_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni10F_C_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -22,33 +22,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni1E_B_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni1E_B_C_.glif index afba838ea..bafb2a1cf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni1E_B_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni1E_B_C_.glif @@ -1,31 +1,31 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni1E_B_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni1E_B_D_.glif index c3b53b65f..6a5899bfd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni1E_B_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni1E_B_D_.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -36,12 +36,12 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni1E_F_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni1E_F_8.glif index c32afeb86..9a3dcb47c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni1E_F_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni1E_F_8.glif @@ -1,31 +1,31 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni1E_F_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni1E_F_9.glif index 112e8524b..7e4ce6618 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni1E_F_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni1E_F_9.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -39,12 +39,12 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2000.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2000.glif index d0ebf1f93..fcf33b66d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2000.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2000.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2001.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2001.glif index 2d9044ed7..52cc3eb33 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2001.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2001.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2002.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2002.glif index 118881251..d3ed2c892 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2002.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2002.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2003.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2003.glif index ed1727198..6c33cbbb4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2003.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2003.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2004.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2004.glif index 7760d1614..832cf5e86 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2004.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2004.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2005.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2005.glif index c74724fd0..d3890d22c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2005.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2005.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2006.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2006.glif index 8ebfe7b0f..38d77599d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2006.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2006.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2007.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2007.glif index 9feeb6e4e..efb323052 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2007.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2007.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2008.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2008.glif index ead1bfbab..98b293250 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2008.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2008.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2009.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2009.glif index 6bcafac01..ccc5dddc7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2009.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2009.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni200A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni200A_.glif index 7f7754a85..e24c197d9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni200A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni200A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2010.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2010.glif index 1dfbe19a0..956744730 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2010.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2010.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2011.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2011.glif index ca9af3ad4..ddd8abc07 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2011.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2011.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2015.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2015.glif index 0f9fd64f4..cfd9a6232 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2015.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2015.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2016.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2016.glif index 85cf9fb51..3096e137d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2016.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2016.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni201F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni201F_.glif index 2f45f499e..7a9823750 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni201F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni201F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2023.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2023.glif index 2eecf46b8..14f028134 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2023.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2023.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni202F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni202F_.glif index 33cb9cc4c..ce697df98 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni202F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni202F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2031.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2031.glif index 537595ec2..ba5ad67b2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2031.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2031.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + @@ -38,13 +38,13 @@ - + - + - + @@ -52,7 +52,7 @@ - + @@ -60,13 +60,13 @@ - + - + - + @@ -74,7 +74,7 @@ - + @@ -84,13 +84,13 @@ - + - + - + @@ -98,25 +98,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2035.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2035.glif index de3b46733..ef99ccbeb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2035.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2035.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2036.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2036.glif index e4a84f748..6175b3c55 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2036.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2036.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2037.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2037.glif index ad0b6de23..10084680c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2037.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2037.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni203D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni203D_.glif index 73f401f36..df6d961eb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni203D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni203D_.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -61,7 +61,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni203E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni203E_.glif index 30bfeccbb..5c14d6dbf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni203E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni203E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni203F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni203F_.glif index a9bf99ad8..83d5184a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni203F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni203F_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2045.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2045.glif index 6cc7cea9f..0fdbe4477 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2045.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2045.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2046.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2046.glif index 911f8d9ad..fffdf784b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2046.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2046.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2047.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2047.glif index e984dc3e9..7903c8e69 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2047.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2047.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -103,7 +103,7 @@ - + @@ -117,7 +117,7 @@ - + @@ -130,7 +130,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2048.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2048.glif index 832a5fbec..6084d8637 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2048.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2048.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -82,20 +82,20 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2049.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2049.glif index 2dae213a2..151bcbd64 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2049.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2049.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -82,20 +82,20 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni204B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni204B_.glif index 59565269b..9a319301f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni204B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni204B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni205F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni205F_.glif index 94f3ccd11..5eac8ab7f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni205F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni205F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2070.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2070.glif index 14e71d61c..f96faf5ad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2070.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2070.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,22 +24,22 @@ - + - + - + - + @@ -47,13 +47,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2074.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2074.glif index ce50cdaae..2caa571b4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2074.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2074.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2075.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2075.glif index eb22eab11..b2be331c5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2075.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2075.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2076.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2076.glif index 2bd0590ed..055cc2e00 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2076.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2076.glif @@ -1,49 +1,49 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2077.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2077.glif index 7d749d491..d3241e6cb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2077.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2077.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2078.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2078.glif index 8a618d2c4..c89c83736 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2078.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2078.glif @@ -1,59 +1,59 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2079.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2079.glif index 8cdbb35d6..1b55f6f59 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2079.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2079.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + - + @@ -34,16 +34,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni207A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni207A_.glif index 588be9938..ade849746 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni207A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni207A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni207B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni207B_.glif index b03f6bb9a..0d76a04a0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni207B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni207B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni207C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni207C_.glif index 6ab85d091..f4fcf4ed3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni207C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni207C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni207D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni207D_.glif index ff0ae9ec6..ac9973d8c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni207D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni207D_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni207E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni207E_.glif index 3d91753c8..564dcc559 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni207E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni207E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni208A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni208A_.glif index a71322b00..19f859e48 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni208A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni208A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni208B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni208B_.glif index d7513cda3..ad53d7a22 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni208B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni208B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni208C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni208C_.glif index bd415ad98..7ab92b57d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni208C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni208C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni208D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni208D_.glif index c85168bfb..edaf85252 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni208D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni208D_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni208E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni208E_.glif index 94cd46200..edf60efb4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni208E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni208E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_0.glif index e9e9245f5..b09e3fc9e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_0.glif @@ -1,5 +1,5 @@ - + @@ -7,32 +7,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_2.glif index ea4fa417c..d00dd76c0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_2.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + @@ -35,14 +35,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_5.glif index 9a4693b62..fa0292b36 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_5.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -37,34 +37,34 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_6.glif index 7a4ad37db..5cc18da21 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_8.glif index a7a157a8a..2c612259a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -27,10 +27,10 @@ - + - + @@ -43,46 +43,46 @@ - + - + - + - + - + - + - + - + - + @@ -90,13 +90,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_9.glif index 033e68f5a..d32c08f4f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_A_.glif index 90bdaa92e..8db0ffe4e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_A_.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -17,10 +17,10 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -38,10 +38,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_D_.glif index 3ae708968..f4fd130d8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_E_.glif index 84c1e7c68..b72fab4f8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20A_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20A_F_.glif index 428201cbe..b010eb1d2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20A_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20A_F_.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -33,13 +33,13 @@ - + - + @@ -51,7 +51,7 @@ - + @@ -66,19 +66,19 @@ - + - + - + - + @@ -98,7 +98,7 @@ - + @@ -113,14 +113,14 @@ - + - + @@ -132,7 +132,7 @@ - + @@ -146,7 +146,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_0.glif index 326f8781c..47bfbd50c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_0.glif @@ -1,5 +1,5 @@ - + @@ -10,26 +10,26 @@ - + - + - + - + @@ -41,16 +41,16 @@ - + - + - + @@ -59,7 +59,7 @@ - + @@ -74,16 +74,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_1.glif index eeed79feb..8240f5b05 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_1.glif @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -53,7 +53,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_2.glif index b30b1c1cc..ad1d4db39 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_2.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_3.glif index 72021ac9e..c13f692b0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_4.glif index 0d62e7989..07f39cced 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_4.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -26,26 +26,26 @@ - + - + - + - + - + - + @@ -64,13 +64,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_5.glif index 1859cd9a0..ff1321db2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_5.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_7.glif index 3881e5f68..fa50f7f4a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_8.glif index ddf3d173e..5ce119963 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni20B_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni20B_9.glif index 5f9959ec3..5b6e473bc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni20B_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni20B_9.glif @@ -1,5 +1,5 @@ - + @@ -8,10 +8,10 @@ - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2116.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2116.glif index e58a50260..5ca339cea 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2116.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2116.glif @@ -1,5 +1,5 @@ - + @@ -28,7 +28,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2126.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2126.glif index 1c3e569fa..07301f51e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2126.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2126.glif @@ -1,5 +1,5 @@ - + @@ -8,16 +8,16 @@ - + - + - + @@ -33,19 +33,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2150.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2150.glif index 5258cef44..33a257e47 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2150.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2150.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2151.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2151.glif index b4050dbbe..6f1313a0e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2151.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2151.glif @@ -1,5 +1,5 @@ - + @@ -23,29 +23,29 @@ - + - + - + - + - + - + @@ -53,16 +53,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2153.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2153.glif index 7c0b4e27f..1abc38157 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2153.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2153.glif @@ -1,5 +1,5 @@ - + @@ -23,45 +23,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2154.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2154.glif index f7f362c96..a9fc6d8e8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2154.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2154.glif @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ - + - + - + - + @@ -41,45 +41,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2155.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2155.glif index 8931c9d04..df0adfaa1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2155.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2155.glif @@ -1,5 +1,5 @@ - + @@ -23,20 +23,20 @@ - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2156.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2156.glif index c83c48b23..b0aa382bf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2156.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2156.glif @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ - + - + - + - + @@ -41,20 +41,20 @@ - + - + - + - + @@ -65,10 +65,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2157.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2157.glif index 96e3af76b..4b5c96436 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2157.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2157.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -53,20 +53,20 @@ - + - + - + - + @@ -77,10 +77,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2158.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2158.glif index 68936259e..ae124296d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2158.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2158.glif @@ -1,5 +1,5 @@ - + @@ -28,20 +28,20 @@ - + - + - + - + @@ -52,10 +52,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2159.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2159.glif index 2f11d2782..fc5a822ff 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2159.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2159.glif @@ -1,5 +1,5 @@ - + @@ -23,46 +23,46 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni215A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni215A_.glif index f92db538d..5c37fd896 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni215A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni215A_.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -42,46 +42,46 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni215F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni215F_.glif index 0bdce051d..5285d2f89 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni215F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni215F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2189.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2189.glif index 75909e06d..ea3016d87 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2189.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2189.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,22 +24,22 @@ - + - + - + - + @@ -47,13 +47,13 @@ - + - + - + @@ -64,45 +64,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2196.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2196.glif index 91899269f..4cb02437b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2196.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2196.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2197.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2197.glif index 34d37ee1a..d3c17b60f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2197.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2197.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2198.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2198.glif index 94fdf82a7..a8dbf5303 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2198.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2198.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2199.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2199.glif index 0cc3a3b90..dc5ab4cbe 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2199.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2199.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni219A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni219A_.glif index 8ce0e62e2..0435e0cf2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni219A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni219A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni219B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni219B_.glif index ae1b5fb43..2667857c6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni219B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni219B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni219C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni219C_.glif index bb81ec6c5..1cbcc72a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni219C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni219C_.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni219D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni219D_.glif index c4c3e4902..9e3d7be72 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni219D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni219D_.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni219E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni219E_.glif index 3bb6430ce..a66b90fea 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni219E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni219E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni219F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni219F_.glif index 95a541e48..622471ac2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni219F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni219F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_0.glif index 864eb268b..0a6e03d88 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_1.glif index 8b31bd2c6..79a8cfae5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_2.glif index 4ec18ccfc..765f28d69 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_3.glif index 8842181ae..ccc54a7c7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_4.glif index fc3f07abf..ca55a897d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_5.glif index 96349ee28..ae56834e0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_6.glif index 81ed3d819..46410d269 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_7.glif index f3d9ff15d..fc5d79141 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_9.glif index 56c8601f8..3ffd6fb92 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_9.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_A_.glif index ce65a4f1b..332a6edac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_A_.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_B_.glif index b6bf13fde..82df60b9b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_B_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_C_.glif index a1c84a434..fea1a6968 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_C_.glif @@ -1,5 +1,5 @@ - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_D_.glif index 670cb58d4..1cd14f2bc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_D_.glif @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_E_.glif index a499c184b..efddd812c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21A_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21A_F_.glif index bd52a4532..652012e47 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21A_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_0.glif index e1897faf0..2a1138586 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_1.glif index 14caef5d7..0c3e96df5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_2.glif index fcb071e65..ef84eb313 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_3.glif index 0b6ca701f..e2b7f3015 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_4.glif index 56b7f1f8a..1fc77a451 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_6.glif index 71279b087..5223f68fe 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_6.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_7.glif index dd08fc712..1a54a5615 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_7.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_8.glif index 999bd5595..182b7c075 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_9.glif index cd4dc913c..6f06c37f8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_A_.glif index ce9e95b5c..6b538c67b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_A_.glif @@ -1,35 +1,35 @@ - + - + - + - + - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_B_.glif index c612b8836..0fa629f50 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -24,26 +24,26 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_C_.glif index d570c0cc6..16cc04b3c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_D_.glif index 0769e3c72..275978c53 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_E_.glif index 38311ddb0..c30de15c3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21B_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21B_F_.glif index b0a3caad2..22362708f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21B_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21B_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_0.glif index ff4f9e5af..0a38d53bf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_1.glif index edecfde8c..5c4de0f54 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_2.glif index 4b128d383..af7583f94 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_3.glif index 68cef44e4..038a4bc3e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_4.glif index eef8ce437..d5c047a74 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_5.glif index 221468728..e7d2f2cd6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_6.glif index a52aaeb2b..3e1c82f55 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_7.glif index 9d06c9c52..86ee0a139 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_8.glif index 67f84022b..dd0b9b253 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_9.glif index 21df4238d..0b64c6900 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_A_.glif index 02a88ac0d..b8801804d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_B_.glif index ed1d8efdf..0818ce158 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_C_.glif index 96700f464..a8499baef 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_D_.glif index f70828afd..ba3fbe6e7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_E_.glif index d885d3999..b78a4b05f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21C_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21C_F_.glif index 1d64b4b24..ca546e6f3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21C_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_5.glif index 269e3777c..86cbe0e16 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_6.glif index 698b13d6b..f17ecd0e8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_7.glif index 5db555343..c4140dcf1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_8.glif index 94c793b0a..cbaac5d68 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_9.glif index da52e0229..f687e3d94 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_A_.glif index 64bb38780..99015c792 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_B_.glif index da67f1620..8931a3631 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_C_.glif index efdb36784..e6bb9e743 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21D_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21D_D_.glif index 2ab629d5f..0521f9d95 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21D_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_0.glif index 536923091..c3ec992b8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_1.glif index 29bf8105a..a16f665ec 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_2.glif index a27f62d8e..40798f89d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_3.glif index f29c2aca0..88d288a5c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_4.glif index 0f8d11a44..f9e61244f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_5.glif index d031f5be2..2b8a04403 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_6.glif index b013c6602..a6f587b68 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_7.glif index 0e0ebce11..431b4ad5d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_8.glif index 9a8f598b1..0d6a89210 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_9.glif index 87f19620a..556795ccb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_B_.glif index 2ae37a87b..31bb58e48 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_C_.glif index e77358a4e..3f28c37a7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_D_.glif index 6cfa59cde..c43596829 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_E_.glif index 5b0e758b8..93d745cb2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21E_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21E_F_.glif index 76723b660..ad52ad786 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21E_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21E_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_0.glif index f3fa4b469..ad6d72027 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_1.glif index 6c48c0ab6..3c0b6565b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_2.glif index be1ea2e72..c73a3bb41 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_3.glif index b1ab377fb..ace256a2b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_4.glif index 8bf45058c..b869c312e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_4.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_5.glif index 65d1e027d..a6a02451f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_6.glif index 3037dd63e..026d78f84 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_7.glif index 1d21b24f3..3e1d76405 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_8.glif index abee08574..6f95e0ac0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_9.glif index fee831336..9a287cdc8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_A_.glif index 2b64bfa04..ee333e062 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_B_.glif index 7c824316d..f4e3f5343 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_C_.glif index 765750813..8677c3cd9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_D_.glif index b750d9f4a..8ff29da36 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_E_.glif index 777ba614c..1100b4e1a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni21F_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni21F_F_.glif index 58b0d6fb3..297c1587e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni21F_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni21F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2201.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2201.glif index 7dacc5a4c..839e78ef9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2201.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2201.glif @@ -1,17 +1,17 @@ - + - + - + @@ -24,20 +24,20 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2204.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2204.glif index ce7168eae..fa10abb79 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2204.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2204.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2206.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2206.glif index 31ec4182d..a9779b41b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2206.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2206.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni220A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni220A_.glif index e5ece41f6..d8e5f20aa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni220A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni220A_.glif @@ -1,10 +1,10 @@ - + - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni220C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni220C_.glif index aa12e3a8a..3709abec9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni220C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni220C_.glif @@ -1,5 +1,5 @@ - + @@ -16,16 +16,16 @@ - + - + - + - + @@ -42,7 +42,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni220D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni220D_.glif index 1c8ea1362..10d202ab2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni220D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni220D_.glif @@ -1,11 +1,11 @@ - + - + @@ -20,10 +20,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni220E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni220E_.glif index 6daf54592..eeaff1bf1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni220E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni220E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2210.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2210.glif index 39f518dea..10a94a884 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2210.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2210.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2213.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2213.glif index 2251a35d9..3794caa8d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2213.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2213.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2215.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2215.glif index 849ab7c15..db9e61ffb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2215.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2215.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2218.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2218.glif index 4d64b24a4..f6147c06e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2218.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2218.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,16 +24,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2219.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2219.glif index 1917b8215..e1c6c6ded 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2219.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2219.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni221B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni221B_.glif index 98e8d88e1..c237a93b5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni221B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni221B_.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni221C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni221C_.glif index 3d672f6b2..18dd9fe2c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni221C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni221C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2223.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2223.glif index b5c335234..ec5f9d561 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2223.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2223.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni222C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni222C_.glif index 9c38b6b26..8f1a47de5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni222C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni222C_.glif @@ -1,65 +1,65 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni222D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni222D_.glif index b2c3114ef..752243202 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni222D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni222D_.glif @@ -1,95 +1,95 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2235.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2235.glif index 70cd74a71..c84f1403b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2235.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2235.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2236.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2236.glif index 22541e1e0..9d80e7855 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2236.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2236.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2237.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2237.glif index 396720782..e91746f16 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2237.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2237.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2238.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2238.glif index ef4004de5..bcecceb7c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2238.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2238.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2239.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2239.glif index cf55df1d8..ee29991cc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2239.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2239.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni223A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni223A_.glif index 6fa57def4..1fb491f00 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni223A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni223A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni223B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni223B_.glif index fffb28abf..7483e4c1b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni223B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni223B_.glif @@ -1,5 +1,5 @@ - + @@ -10,21 +10,21 @@ - + - + - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni223D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni223D_.glif index 7e19c0aca..4070e57ff 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni223D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni223D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -19,14 +19,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2241.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2241.glif index a8daefb6b..525b3a2cd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2241.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2241.glif @@ -1,5 +1,5 @@ - + @@ -8,14 +8,14 @@ - + - + @@ -24,14 +24,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2242.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2242.glif index d1008f14f..e55565885 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2242.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2242.glif @@ -1,5 +1,5 @@ - + @@ -10,29 +10,29 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2243.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2243.glif index 4dfc38d6f..555052865 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2243.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2243.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2244.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2244.glif index 52d2c518b..80abb4333 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2244.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2244.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2246.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2246.glif index 7d4edc979..76e510441 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2246.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2246.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2247.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2247.glif index 043ea06f6..54b0296db 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2247.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2247.glif @@ -1,5 +1,5 @@ - + @@ -16,14 +16,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2249.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2249.glif index 36a65474a..1a502032e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2249.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2249.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -22,14 +22,14 @@ - + - + @@ -43,21 +43,21 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni224A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni224A_.glif index 33dad8381..aa04c5504 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni224A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni224A_.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + @@ -35,21 +35,21 @@ - + - + - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni224B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni224B_.glif index 00c9e581a..49bb842d8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni224B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni224B_.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + @@ -35,21 +35,21 @@ - + - + - + @@ -57,7 +57,7 @@ - + @@ -66,29 +66,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni224C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni224C_.glif index 217afa41b..ed99583c2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni224C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni224C_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -19,14 +19,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni224D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni224D_.glif index 04c6130fa..fa35202e5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni224D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni224D_.glif @@ -1,10 +1,10 @@ - + - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni224E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni224E_.glif index cef510dec..ca0a60f05 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni224E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni224E_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni224F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni224F_.glif index fd5a7901a..9a439f6d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni224F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni224F_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2250.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2250.glif index 1f04f346d..93e23c1a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2250.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2250.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2251.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2251.glif index 73e39f590..80771361b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2251.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2251.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2252.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2252.glif index 93e309513..06c6980cf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2252.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2252.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2253.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2253.glif index 075efc4b0..35970643f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2253.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2253.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2254.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2254.glif index e1b9cc8ec..27b83a9d9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2254.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2254.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2255.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2255.glif index 3c26d6937..f16eb232f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2255.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2255.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2256.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2256.glif index 34273fe36..f6cc4a02f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2256.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2256.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -31,14 +31,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2257.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2257.glif index 95254c859..5db6633aa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2257.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2257.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2258.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2258.glif index cd570298c..fd513bdcc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2258.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2258.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2259.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2259.glif index 2557a5fb2..ce30d748a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2259.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2259.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni225A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni225A_.glif index f72663c60..226164822 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni225A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni225A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni225B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni225B_.glif index 7193166a2..b1506d6b6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni225B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni225B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni225C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni225C_.glif index ae5906f40..e55bc3ce3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni225C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni225C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni225D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni225D_.glif index dead8dcb1..9a282a698 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni225D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni225D_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -45,21 +45,21 @@ - + - + - + - + - + @@ -71,22 +71,22 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni225E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni225E_.glif index 3d78354d2..679312a1f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni225E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni225E_.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -24,11 +24,11 @@ - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni225F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni225F_.glif index 1d830ec57..090f8ea5e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni225F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni225F_.glif @@ -1,37 +1,37 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2262.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2262.glif index c7d89d4a9..6cf1b9936 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2262.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2262.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2263.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2263.glif index cbe33acdc..f8a298abd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2263.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2263.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2266.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2266.glif index e979c06d5..04cb41d38 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2266.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2266.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2267.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2267.glif index 523c303a0..4cbc1cd8e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2267.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2267.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2268.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2268.glif index 4c20ed473..b1234094c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2268.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2268.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2269.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2269.glif index 99bbe802b..76d8c8079 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2269.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2269.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni226D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni226D_.glif index 5c5130b6f..22c7ac471 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni226D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni226D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni226E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni226E_.glif index 3cfad470f..77994ba7a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni226E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni226E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni226F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni226F_.glif index 21ba34a57..326f63431 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni226F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni226F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2270.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2270.glif index 2edf75ef1..ea857e71c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2270.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2270.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2271.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2271.glif index acf3b58cd..a7710b97b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2271.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2271.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2272.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2272.glif index 617a53e19..c1c5c2cbc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2272.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2272.glif @@ -1,5 +1,5 @@ - + @@ -13,21 +13,21 @@ - + - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2273.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2273.glif index 9d3d58ab5..6b96876a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2273.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2273.glif @@ -1,5 +1,5 @@ - + @@ -13,21 +13,21 @@ - + - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2274.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2274.glif index 31de81180..0692c16ac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2274.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2274.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -34,14 +34,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2275.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2275.glif index 002aa4eda..2b24c2cf7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2275.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2275.glif @@ -1,5 +1,5 @@ - + @@ -38,14 +38,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2276.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2276.glif index 27911c9b1..18593a82c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2276.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2276.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2277.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2277.glif index 71243c601..b2df02af9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2277.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2277.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2278.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2278.glif index e66d77f3c..3cfea8d27 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2278.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2278.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2279.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2279.glif index cdb6d4c78..be45993b1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2279.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2279.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni227A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni227A_.glif index 279616087..0b12efbce 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni227A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni227A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni227B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni227B_.glif index ff669e8d8..91bda208e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni227B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni227B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni227C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni227C_.glif index 08547d55c..e73f02dae 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni227C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni227C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni227D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni227D_.glif index 14c978ba1..d0f4864a5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni227D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni227D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni227E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni227E_.glif index 6663ca46f..99590973a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni227E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni227E_.glif @@ -1,5 +1,5 @@ - + @@ -21,21 +21,21 @@ - + - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni227F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni227F_.glif index d6208bf17..e74437eb3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni227F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni227F_.glif @@ -1,5 +1,5 @@ - + @@ -21,21 +21,21 @@ - + - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2280.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2280.glif index 2abbad207..6204fb534 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2280.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2280.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2281.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2281.glif index 4f0953043..c65437408 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2281.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2281.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2285.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2285.glif index b1fbf0f00..a7b5fe465 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2285.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2285.glif @@ -1,5 +1,5 @@ - + @@ -24,18 +24,18 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2288.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2288.glif index 70e0b16d6..7e02dc9c3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2288.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2288.glif @@ -1,5 +1,5 @@ - + @@ -15,10 +15,10 @@ - + - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2289.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2289.glif index a43ba9cf4..4998cb91f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2289.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2289.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -28,10 +28,10 @@ - + - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni228A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni228A_.glif index 46c98c3d1..4965984a1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni228A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni228A_.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni228B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni228B_.glif index 0064a3f27..85ea59fb4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni228B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni228B_.glif @@ -1,5 +1,5 @@ - + @@ -12,19 +12,19 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni228D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni228D_.glif index ca9e3534d..905a2d969 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni228D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni228D_.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni228E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni228E_.glif index 6d13d6450..44e66e25b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni228E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni228E_.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni228F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni228F_.glif index 3ce7872ec..2ba909164 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni228F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni228F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2290.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2290.glif index b903de39c..36c6d8a40 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2290.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2290.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2291.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2291.glif index fb312e330..a44615bc8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2291.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2291.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2292.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2292.glif index f3de0fba1..2bcd77157 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2292.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2292.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2293.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2293.glif index f53b75fed..fc807f691 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2293.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2293.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2294.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2294.glif index 8b3785775..cb29aae10 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2294.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2294.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2296.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2296.glif index f6ac4f3cb..629ef5bb2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2296.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2296.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2298.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2298.glif index d085aea82..cff7bbc33 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2298.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2298.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2299.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2299.glif index 4fac4b927..cd58b4d49 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2299.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2299.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni229A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni229A_.glif index 4324aaa3b..932cf9a62 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni229A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni229A_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + @@ -62,36 +62,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni229B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni229B_.glif index 7a5a5f32b..fc64362ad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni229B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni229B_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -62,7 +62,7 @@ - + @@ -73,7 +73,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni229C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni229C_.glif index 4b580eb0f..9cc580bb1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni229C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni229C_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni229D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni229D_.glif index 2f2c01912..feafd74e4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni229D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni229D_.glif @@ -1,31 +1,31 @@ - + - + - + - + - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni229E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni229E_.glif index fa93e467e..73445d488 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni229E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni229E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni229F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni229F_.glif index 0b32d9a75..40fd2ed68 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni229F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni229F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22A_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22A_0.glif index 0cf18482d..fad7b6307 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22A_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22A_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22A_1.glif index e4b6db101..a949f80b1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22A_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22A_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22A_2.glif index 6c0dcd644..343508b6a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22A_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22A_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22A_3.glif index abea865a0..31c4b6a7b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22A_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22A_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22A_4.glif index abe8467de..00f9e4cf6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22A_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22B_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22B_2.glif index 5f82cc355..723bb77e0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22B_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22B_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22B_3.glif index 1c3a8d1d4..9b2ad8843 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22B_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22B_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22B_4.glif index cf8b56e58..9ae92c604 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22B_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22B_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22B_5.glif index 0309960a9..e9b5799df 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22B_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22B_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22B_8.glif index c98de3098..9d25201b5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22B_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22B_8.glif @@ -1,10 +1,10 @@ - + - + @@ -19,21 +19,21 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22C_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22C_2.glif index 7caf3a355..d74cf5589 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22C_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22C_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22C_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22C_3.glif index 5149fb982..800c5a30d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22C_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22C_3.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22C_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22C_4.glif index aac9968be..e6d88ed35 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22C_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22C_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22C_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22C_6.glif index 72bc367df..de4f01806 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22C_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22C_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22C_D_.glif index 296eb627b..ae4a030be 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22C_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22C_D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -19,14 +19,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22C_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22C_E_.glif index 0644a1fff..2037ea0c4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22C_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22C_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22C_F_.glif index 6dbf1cde0..82b545765 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22C_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22D_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22D_0.glif index ef1258736..93e862d84 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22D_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22D_0.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,18 +16,18 @@ - + - + - + - + @@ -36,10 +36,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22D_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22D_1.glif index 1d4d646d8..ae4ba8740 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22D_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22D_1.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22D_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22D_A_.glif index e401f1915..55a5f620b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22D_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22D_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22D_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22D_B_.glif index 20a3e393e..0925bd6a7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22D_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22D_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22D_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22D_C_.glif index 04eb1b478..738082bc7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22D_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22D_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22D_D_.glif index 2becc814c..7eeed144b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22D_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22D_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22D_E_.glif index 9860708eb..def396d57 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22D_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22D_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22D_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22D_F_.glif index 40251698e..7698fc0da 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22D_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22D_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_0.glif index 47d710229..aec616bf9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_1.glif index bcccc0273..5c2b69cd6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_2.glif index aa99bbf16..a44e98341 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_3.glif index 0563e76c4..b8c30d012 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_4.glif index e714286e2..20620dc6d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_5.glif index 4d9844301..cd6138e5a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_6.glif index 7283b62b9..0e99fed1d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_6.glif @@ -1,5 +1,5 @@ - + @@ -8,14 +8,14 @@ - + - + @@ -31,14 +31,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_7.glif index b54735378..e2447fb7e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_7.glif @@ -1,5 +1,5 @@ - + @@ -8,14 +8,14 @@ - + - + @@ -32,14 +32,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_8.glif index c18d7e681..9a8400794 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_8.glif @@ -1,5 +1,5 @@ - + @@ -25,14 +25,14 @@ - + - + @@ -41,14 +41,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_9.glif index ad5ef059b..b4bb9dbe6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_9.glif @@ -1,5 +1,5 @@ - + @@ -25,14 +25,14 @@ - + - + @@ -41,14 +41,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni22E_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni22E_F_.glif index 4056d0808..a6d6a94b4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni22E_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni22E_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2304.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2304.glif index f27b8a3ca..fa13d6261 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2304.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2304.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2308.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2308.glif index 7b046338f..80fa4ea3a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2308.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2308.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2309.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2309.glif index 13694431f..b40522b7e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2309.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2309.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni230A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni230A_.glif index c98801c26..ba23683bb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni230A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni230A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni230B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni230B_.glif index 49a62869f..ae1291a75 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni230B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni230B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni239B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni239B_.glif index 32b75b130..78694ee9e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni239B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni239B_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni239C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni239C_.glif index 4425f28ce..ed39639f3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni239C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni239C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni239D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni239D_.glif index 75d06994b..6a4ea46fa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni239D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni239D_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni239E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni239E_.glif index d0926320e..5fa6ffdba 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni239E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni239E_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni239F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni239F_.glif index f7a3bb46e..bb8147883 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni239F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni239F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_0.glif index 2b0835ea5..ab8411dc5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_0.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_1.glif index 6a6ffe766..954d19e20 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_2.glif index ab8a3e0ae..bb1dba39b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_3.glif index b43a83b8e..a14484b68 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_4.glif index fc8b65725..9aa68b3a3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_5.glif index 8e6f254e6..47457c4fc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_6.glif index 1f5e21495..646c3c9d8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_7.glif index fd9921050..a25a8824d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_7.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_8.glif index cf08a96e0..10e7d67e2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_8.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -28,7 +28,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_9.glif index 74efaede4..bd9d5d074 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_9.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_A_.glif index 8d144ba5a..0453ee1ca 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_B_.glif index d0898a1d6..758d1f0e7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_C_.glif index c72f1c02d..92aff1758 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_C_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,19 +16,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_D_.glif index 922ff1fed..775c1ed70 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_D_.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni23A_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni23A_E_.glif index b8c3dc4c8..8704b9271 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni23A_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni23A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2500.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2500.glif index 73488f5b9..4c3c724bd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2500.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2500.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2501.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2501.glif index 407b806a5..b4b7c57cb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2501.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2501.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2502.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2502.glif index fa8872f18..13a2c6442 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2502.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2502.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2503.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2503.glif index 0e067d62b..1e6d150a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2503.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2503.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2504.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2504.glif index d50a36d0e..5d4329be7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2504.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2504.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2505.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2505.glif index 5ba7c8463..754eec4a6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2505.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2505.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2506.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2506.glif index 5efa3b8d6..f78770484 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2506.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2506.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2507.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2507.glif index 5708e0d89..b4eba2c2b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2507.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2507.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2508.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2508.glif index 36048e87f..24c5f527c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2508.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2508.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2509.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2509.glif index 72288fcc1..5ba4882de 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2509.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2509.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni250A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni250A_.glif index 326419d4f..cc5657bf8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni250A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni250A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni250B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni250B_.glif index c3ee89732..62cafe2d5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni250B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni250B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni250C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni250C_.glif index 3bb58457a..fc997d4f4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni250C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni250C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni250D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni250D_.glif index c13da916a..e34115b1f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni250D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni250D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni250E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni250E_.glif index 4c1a00c1f..7696eb5f3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni250E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni250E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni250F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni250F_.glif index de7ebbd8c..8ce72f96a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni250F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni250F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2510.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2510.glif index ca6ae96b8..b619a2b32 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2510.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2510.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2511.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2511.glif index 730313a7f..49566b695 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2511.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2511.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2512.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2512.glif index 6ac0b73da..57d91c592 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2512.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2512.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2513.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2513.glif index 07da56005..939e456bd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2513.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2513.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2514.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2514.glif index 6ea01e67e..cd4e6db7a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2514.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2514.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2515.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2515.glif index d80bfefe6..8a437d13f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2515.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2515.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2516.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2516.glif index a1e7786d8..a4d2007fb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2516.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2516.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2517.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2517.glif index 80b5b9a16..e1218e29e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2517.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2517.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2518.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2518.glif index 017273e68..837c14e81 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2518.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2518.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2519.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2519.glif index 754033b48..16fd46687 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2519.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2519.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni251A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni251A_.glif index 0079f5dcb..29771eed8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni251A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni251A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni251B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni251B_.glif index 0975ba76c..4d876080f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni251B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni251B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni251C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni251C_.glif index 317eef6ff..035384e8e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni251C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni251C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni251D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni251D_.glif index 7917d89b5..82133e678 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni251D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni251D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni251E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni251E_.glif index ec76929ee..6f8e608a6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni251E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni251E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni251F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni251F_.glif index 7951311b3..0ba4a983e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni251F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni251F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2520.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2520.glif index 48b8d811d..d7db40b19 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2520.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2520.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2521.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2521.glif index 9a9189030..99d8e5651 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2521.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2521.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2522.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2522.glif index beec610ae..e46fe28b7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2522.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2522.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2523.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2523.glif index 64dbc41bc..f4dacb474 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2523.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2523.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2524.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2524.glif index e25dd4855..7c1c49f3b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2524.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2524.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2525.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2525.glif index 3a2ba11c6..ebd9cd8f1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2525.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2525.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2526.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2526.glif index b23927ce0..fd5234524 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2526.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2526.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2527.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2527.glif index f08eebe71..f746e9af2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2527.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2527.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2528.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2528.glif index fc50e2952..dddc9bfb3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2528.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2528.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2529.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2529.glif index 4c4a6320d..36019c98c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2529.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2529.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni252A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni252A_.glif index de1e3f6ca..58ce526ba 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni252A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni252A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni252B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni252B_.glif index 9af4bb7e3..1bb97939d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni252B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni252B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni252C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni252C_.glif index 71c9aebce..a5ceefa4a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni252C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni252C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni252D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni252D_.glif index 7870a65dc..3adb19018 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni252D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni252D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni252E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni252E_.glif index 3a5c6d74d..1d2a8974d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni252E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni252E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni252F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni252F_.glif index 3e6e9d1f0..b4b65ba37 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni252F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni252F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2530.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2530.glif index 50e93e19a..c37b0a903 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2530.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2530.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2531.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2531.glif index fe41525b6..ab1daaa5b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2531.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2531.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2532.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2532.glif index 2113c7f6e..d27193aee 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2532.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2532.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2533.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2533.glif index 7158447b9..b2340787d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2533.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2533.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2534.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2534.glif index fc64d96bd..44f1e90ec 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2534.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2534.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2535.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2535.glif index 86b705611..92b5d9fb4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2535.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2535.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2536.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2536.glif index 5ba854889..0bc16e000 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2536.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2536.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2537.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2537.glif index d06adad76..50634f1f0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2537.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2537.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2538.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2538.glif index 63679b811..3fbe88513 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2538.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2538.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2539.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2539.glif index 0aeb1ae5b..871292d9f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2539.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2539.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni253A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni253A_.glif index d1f9403e1..6f14e3242 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni253A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni253A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni253B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni253B_.glif index 6d1f8b5c9..14fe114d1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni253B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni253B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni253C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni253C_.glif index 581841704..74676cf9e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni253C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni253C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni253D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni253D_.glif index f5841e09a..c4b47a679 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni253D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni253D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni253E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni253E_.glif index 7ba89e7b1..5b551a63a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni253E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni253E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni253F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni253F_.glif index 1fcc62cbd..fefe01919 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni253F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni253F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2540.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2540.glif index 8734d3ccf..2ad2367f8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2540.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2540.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2541.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2541.glif index 9bef0eee8..874c8ee08 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2541.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2541.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2542.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2542.glif index ad562119e..99e2e676f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2542.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2542.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2543.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2543.glif index 5166af2b6..0a2c4cf84 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2543.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2543.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2544.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2544.glif index 48e31de5c..58ec46752 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2544.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2544.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2545.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2545.glif index b9f2378bd..b005e36e2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2545.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2545.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2546.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2546.glif index cdaaf29e8..6e0d525bd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2546.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2546.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2547.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2547.glif index fbbbae3de..9dc7aeab4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2547.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2547.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2548.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2548.glif index 3c3e28a92..c34823556 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2548.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2548.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2549.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2549.glif index b3d0471df..5d6be817d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2549.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2549.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni254A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni254A_.glif index f2328d0bc..01a40ee11 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni254A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni254A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni254B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni254B_.glif index 89e3ecc7c..86d15e211 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni254B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni254B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni254C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni254C_.glif index bf16884c5..0d7049383 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni254C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni254C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni254D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni254D_.glif index 79d4abc50..2f595fd35 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni254D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni254D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni254E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni254E_.glif index 170dcfdd4..7fe74afe7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni254E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni254E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni254F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni254F_.glif index 7a00fdbf5..598352872 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni254F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni254F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2550.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2550.glif index b47e7f6cf..3a3127b08 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2550.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2550.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2551.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2551.glif index 261f33ce0..b86f5797d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2551.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2551.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2552.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2552.glif index 5e8a62bfd..5cf675e17 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2552.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2552.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2553.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2553.glif index 03e805d83..b79ca303d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2553.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2553.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2554.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2554.glif index 97badf786..2dd8ae161 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2554.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2554.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2555.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2555.glif index 94103017c..68866dfb1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2555.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2555.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2556.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2556.glif index b3208e323..cdab621c7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2556.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2556.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2557.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2557.glif index bb82a4b47..e2af7ab8d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2557.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2557.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2558.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2558.glif index 396f9de67..4e262549a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2558.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2558.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2559.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2559.glif index ba1eeeb4e..c122a93c1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2559.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2559.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni255A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni255A_.glif index 1136c2a8e..f017411f2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni255A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni255A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni255B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni255B_.glif index 904566700..0d441cda2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni255B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni255B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni255C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni255C_.glif index fc8692c05..8419d131f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni255C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni255C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni255D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni255D_.glif index d1873f016..b093d68da 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni255D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni255D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni255E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni255E_.glif index 18076afa2..b1469a4aa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni255E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni255E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni255F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni255F_.glif index 40de34e6f..a1b53b07d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni255F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni255F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2560.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2560.glif index 256d00fbc..e06097e96 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2560.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2560.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2561.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2561.glif index 217236652..9da45f067 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2561.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2561.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2562.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2562.glif index 852242a73..be486e9ba 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2562.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2562.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2563.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2563.glif index 3135ce979..2f5b42d98 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2563.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2563.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2564.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2564.glif index f38dc6867..b3e049b39 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2564.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2564.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2565.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2565.glif index 32918026a..d73b072df 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2565.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2565.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2566.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2566.glif index 56e6dd721..a94f7d09c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2566.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2566.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2567.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2567.glif index 68b908f96..223af2028 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2567.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2567.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2568.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2568.glif index f549fa3bb..d38e8939e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2568.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2568.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2569.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2569.glif index 1a12528ef..b4e716f26 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2569.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2569.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni256A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni256A_.glif index 04e260d1f..2ef579caa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni256A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni256A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni256B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni256B_.glif index 7333d3239..6d45122c3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni256B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni256B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni256C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni256C_.glif index cd88ad20e..496a383b9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni256C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni256C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni256D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni256D_.glif index 8760acadf..d93b489d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni256D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni256D_.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni256E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni256E_.glif index 8e445e2ab..e58b7c33a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni256E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni256E_.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni256F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni256F_.glif index 5351c8523..e21cf5a0a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni256F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni256F_.glif @@ -1,20 +1,20 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2570.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2570.glif index 4aa6427df..cd040d380 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2570.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2570.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2571.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2571.glif index 44ff55c93..eef474427 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2571.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2571.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2572.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2572.glif index ca5e423c0..498ab0ee7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2572.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2572.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2573.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2573.glif index 159f35381..8fbf5b682 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2573.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2573.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2574.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2574.glif index e7c84c71f..0e09ba91f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2574.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2574.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2575.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2575.glif index 96e280131..ec944d0a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2575.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2575.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2576.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2576.glif index 1b39e2a22..11ed02cb6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2576.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2576.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2577.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2577.glif index aa48e51a7..53060389c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2577.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2577.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2578.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2578.glif index 00736562c..0945fca2e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2578.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2578.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2579.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2579.glif index 8c11f2f6e..128bd20e7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2579.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2579.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni257A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni257A_.glif index b3693128a..a0d9bff9c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni257A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni257A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni257B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni257B_.glif index 2393151f1..5912156b3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni257B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni257B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni257C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni257C_.glif index 283219c78..b38ca326b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni257C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni257C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni257D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni257D_.glif index 194dbdb46..3f8e9ceeb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni257D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni257D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni257E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni257E_.glif index 2aff928e0..7115d7f36 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni257E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni257E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni257F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni257F_.glif index d48717c62..4d3d7d4d6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni257F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni257F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2581.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2581.glif index 8405625ca..079423173 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2581.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2581.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2582.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2582.glif index 7f765cf2a..f63f6933a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2582.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2582.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2583.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2583.glif index 6fbe0d6eb..120b07d2c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2583.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2583.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2585.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2585.glif index ed0ee82ae..bb0e93e9a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2585.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2585.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2586.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2586.glif index 5a8fa5b09..d263128b3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2586.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2586.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2587.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2587.glif index e8035ccb0..56c99eafd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2587.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2587.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2589.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2589.glif index 786359c88..8f262f1f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2589.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2589.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni258A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni258A_.glif index 0d4a83b45..93a17e9c0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni258A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni258A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni258B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni258B_.glif index be5747641..5bae0499b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni258B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni258B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni258D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni258D_.glif index dbf54fe4e..869644627 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni258D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni258D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni258E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni258E_.glif index b5dd2b7f4..1845ea7c8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni258E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni258E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni258F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni258F_.glif index d02cd90c7..73576f872 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni258F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni258F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2594.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2594.glif index f2265c59a..ffe1c0bc6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2594.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2594.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2595.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2595.glif index b10165576..e6e015d6a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2595.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2595.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2596.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2596.glif index 1f57b343a..b6179a5f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2596.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2596.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2597.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2597.glif index d427aa9da..2c11348a4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2597.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2597.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2598.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2598.glif index 819a90323..b00f88201 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2598.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2598.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2599.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2599.glif index f90045b44..b5ba9b42e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2599.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2599.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni259A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni259A_.glif index 633681312..1a4e2ca22 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni259A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni259A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni259B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni259B_.glif index 5baba3b40..e59de2ffa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni259B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni259B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni259C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni259C_.glif index 7f2559138..2fd4f9fd3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni259C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni259C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni259D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni259D_.glif index 0fdf62a17..093f5d2c9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni259D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni259D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni259E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni259E_.glif index 95413af23..927d3fd52 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni259E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni259E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni259F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni259F_.glif index 051cb47ed..022450334 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni259F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni259F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_1.glif index c26194bf7..6315b4736 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_2.glif index f2127405e..858066667 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_2.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,19 +25,19 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_3.glif index 36c94bbfe..c042b6bc1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_4.glif index 5e3714ff2..21fdb7759 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_5.glif index 0fbe65d2c..812b2bcc5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_6.glif index c26e2bbc0..6144835f6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_7.glif index ab64b0c85..e6dce2a0d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_8.glif index 401d22e1b..5e76c45f1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_9.glif index 61797e14b..4ed18f324 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_A_.glif index 959453953..16104d2c6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_B_.glif index 0b3cb50c9..638b2ab31 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_D_.glif index b22543c04..2eb4c8ecb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_E_.glif index 813bd9b32..24040b324 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25A_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25A_F_.glif index 7c8ab6805..fb0cb65b0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25A_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_0.glif index 32067171c..36e07ee33 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_1.glif index accea48ba..880415fd6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_3.glif index fd52a7831..8eeebcbe8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_4.glif index 2f4c8ad2d..a7300a0c1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_5.glif index 3da52a099..3d8d86a09 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_6.glif index b24ca8021..a353e767f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_7.glif index 0e05e4231..efa8ffeea 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_8.glif index 283363ed9..d95e6bf41 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_9.glif index 6ee625376..385aca318 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_B_.glif index 129f3d1dc..140725d5b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_D_.glif index c31e03aff..dac5c1954 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_E_.glif index ab81e1a04..c8b768042 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25B_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25B_F_.glif index ad009b48a..79b3c7447 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25B_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25B_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_0.glif index fc2633cbd..f87fcba59 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_1.glif index 219fd6c09..fa5e5e82b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_2.glif index 93b5430fb..92d86f80b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_3.glif index 426dc11ea..ebc3ff8c4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_5.glif index 8f0472fdc..097675f8b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_6.glif index bbd364d75..0cc721da9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_7.glif index a8339f14f..fabe1cfa1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_8.glif index c7309c626..f5ee8c31b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_9.glif index 8fa8f4de4..d332acdad 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_9.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_C_.glif index 3177e0fe4..aa01bcc3c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_C_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + @@ -43,14 +43,14 @@ - + - + @@ -59,14 +59,14 @@ - + - + @@ -92,14 +92,14 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_D_.glif index edbff584f..0af4260c5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_D_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -81,7 +81,7 @@ - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_E_.glif index 7dcea4c87..296c2acbd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_E_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -45,13 +45,13 @@ - + - + @@ -62,25 +62,25 @@ - + - + - + - + @@ -94,7 +94,7 @@ - + @@ -106,7 +106,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25C_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25C_F_.glif index 46c39961b..309ec8c30 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25C_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25C_F_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_0.glif index 718c14e9a..b2dc1c3b4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_0.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_1.glif index bc2550c08..0b5101c8b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_1.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_2.glif index ef60c8abd..351ade671 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_2.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_3.glif index 874e183a5..cca1ef30a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_3.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_4.glif index 0cc033e00..edb500728 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_4.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_5.glif index 9f56ce75e..06acd4559 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_5.glif @@ -1,22 +1,22 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_6.glif index a98f8f614..4416ff83d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_7.glif index 61e4f5dc1..946edb7a2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_A_.glif index 7857beb74..6d2901ac1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_A_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_B_.glif index ab0e28865..aa100b37b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_B_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_C_.glif index ab269c712..5e74179ce 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_D_.glif index 1ea0f735d..669f3e26b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_E_.glif index 740a2bcbf..3480c12da 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25D_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25D_F_.glif index 10dbdd9ff..dbb34517f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25D_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25D_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_0.glif index f9c528304..ee6d883f7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_0.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_1.glif index 459e25ead..fef286646 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_1.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_2.glif index 9812325a2..2273a2640 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_3.glif index 2c0c2bed2..9395dfd74 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_4.glif index 3cdf55d01..d928816df 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_5.glif index cf4b9096d..36495ab5b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_7.glif index 34b659d78..09d1bd3b3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_8.glif index ff7393846..be563b66d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_9.glif index a4a76e740..a3fe5337a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_A_.glif index 5b8b31cce..89cb828c5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_B_.glif index da4f0b67f..9f6d2d523 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_C_.glif index 6e64bb63c..16c28af2c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_C_.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_D_.glif index 023c62b95..718ea1d30 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_E_.glif index 65a848776..08d9455fb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25E_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25E_F_.glif index 018ff748c..c63414932 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25E_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25E_F_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_0.glif index 95a4712e3..dfa5bb855 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_1.glif index c3724eede..0930ad292 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_2.glif index fd3427be5..cfb1f711c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_3.glif index 333a31b57..8b36f1ebe 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_4.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_4.glif index 6b5bdbb8e..8540a59c1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_4.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_4.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -30,13 +30,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_5.glif index ee34f5d27..a7100203e 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_5.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -36,13 +36,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_6.glif index 7a25ab7dd..4a05da63c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_6.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -34,13 +34,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_7.glif index 27b1d258e..caa6425eb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_7.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_8.glif index 9267c054b..a42fa75c0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_9.glif index 1f5a37479..cc8543602 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_A_.glif index fc9bc6d69..3194c7f3f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_B_.glif index 3b80d593c..d0c40cedb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_C_.glif index 3be0a387b..212ba910f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_D_.glif index 8814150b8..ef2bba730 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_E_.glif index 00ff683ce..5b20fe01a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni25F_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni25F_F_.glif index 32d916c21..1e6646d70 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni25F_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni25F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27C_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27C_2.glif index 248de81fb..3f20c7693 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27C_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27C_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27C_5.glif index d26d01a19..7208ceae7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27C_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27C_5.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27C_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27C_6.glif index 7030e0b56..987c83856 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27C_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27C_6.glif @@ -1,5 +1,5 @@ - + @@ -16,38 +16,38 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27D_C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27D_C_.glif index 2e05f2300..3c36c5683 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27D_C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27D_C_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -27,16 +27,16 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27E_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27E_0.glif index 2485cb6d3..298a6d061 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27E_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27E_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27E_6.glif index c9fb81b43..ff1e50b12 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27E_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27E_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27E_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27E_7.glif index 582a1b3c6..557a5d159 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27E_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27E_8.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27E_8.glif index 382181bc5..ff5db0086 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27E_8.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27E_9.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27E_9.glif index 94ef82d64..6ec76f6da 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27E_9.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27E_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27E_A_.glif index d533ffcef..e0c2b4d55 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27E_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27E_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27E_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27E_B_.glif index ea73b8bb0..c1b32f453 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27E_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27F_5.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27F_5.glif index 276f0007f..93ecc9ae9 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27F_5.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27F_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27F_6.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27F_6.glif index e71ce27a8..2bf3fd397 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27F_6.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni27F_7.glif b/source/Hack-BoldItalic.ufo/glyphs/uni27F_7.glif index 0d784c960..d7511f3ac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni27F_7.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni27F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2987.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2987.glif index be7868f28..5251fd8da 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2987.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2987.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2988.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2988.glif index 20031dd7f..73d1c3f23 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2988.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2988.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2997.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2997.glif index 0c697909b..d466d2c6b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2997.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2997.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2998.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2998.glif index 245e2d444..5d1bf42f3 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2998.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2998.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni29E_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni29E_B_.glif index dff97d656..419f61c0f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni29E_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni29E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni29F_A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni29F_A_.glif index f476c9f78..aacd7228a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni29F_A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni29F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni29F_B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni29F_B_.glif index a6f422217..30d8b8fdd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni29F_B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni29F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2A_00.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2A_00.glif index e04c21ec0..a6d7bc2ee 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2A_00.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2A_00.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2A_2F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2A_2F_.glif index 38c30e648..9287caa2c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2A_2F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2A_2F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2A_6A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2A_6A_.glif index 3328d7df8..80fcc8dc7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2A_6A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2A_6A_.glif @@ -1,5 +1,5 @@ - + @@ -10,29 +10,29 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2A_6B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2A_6B_.glif index e26502ea4..a74fb89f1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2A_6B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2A_6B_.glif @@ -1,5 +1,5 @@ - + @@ -10,21 +10,21 @@ - + - + - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_05.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_05.glif index aae2dafb0..1c57ffc1d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_05.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_05.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_06.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_06.glif index 8301a2c45..e781b0ca5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_06.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_06.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_07.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_07.glif index 9b1a7e792..94c3f0bc7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_07.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_07.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_08.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_08.glif index a1663e612..bf05515aa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_08.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_08.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_09.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_09.glif index 53bd2854b..443a0a27b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_09.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_09.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_0A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_0A_.glif index 07d99088d..8d7b58520 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_0A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_0A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_0B_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_0B_.glif index 1ff77d49c..40a643378 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_0B_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_0B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_0C_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_0C_.glif index 7464efd15..e77854f14 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_0C_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_0C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_0D_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_0D_.glif index 13acb4c41..bd4b267a7 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_0D_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_0D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_16.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_16.glif index 874df6ab1..5a1a56a23 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_16.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_16.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_17.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_17.glif index 074464fff..083909981 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_17.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_17.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_18.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_18.glif index 1834720d1..91a26a4d4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_18.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_18.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_19.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_19.glif index d47b5b184..41eb9616d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_19.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_19.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2B_1A_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2B_1A_.glif index d926e42c8..492f88fb0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2B_1A_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2B_1A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2E_18.case.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2E_18.case.glif index 5696d061b..9ebc0f9d6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2E_18.case.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2E_18.case.glif @@ -1,9 +1,9 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2E_18.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2E_18.glif index f384b1de2..6e5610f0f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2E_18.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2E_18.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2E_1F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2E_1F_.glif index 3b5a6d5fc..7dc9fce32 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2E_1F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2E_1F_.glif @@ -1,24 +1,24 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + @@ -35,19 +35,19 @@ - + - - + + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2E_22.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2E_22.glif index 13e4d357e..422616bac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2E_22.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2E_22.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2E_23.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2E_23.glif index 6e31d2a75..c04052319 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2E_23.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2E_23.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2E_24.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2E_24.glif index bf725b41e..bad77354c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2E_24.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2E_24.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2E_25.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2E_25.glif index 1dac14b5a..577c80048 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2E_25.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2E_25.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uni2E_2E_.glif b/source/Hack-BoldItalic.ufo/glyphs/uni2E_2E_.glif index c566a5a74..f72d921bf 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uni2E_2E_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uni2E_2E_.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + @@ -65,10 +65,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_0.glif index 4b063facc..33d485208 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_0.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,13 +23,13 @@ - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_1.glif index 946a5d679..b19d5baaa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_2.glif index 64091a334..5c402e4dc 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uniE_0A_2.glif @@ -1,14 +1,14 @@ - + - + - + @@ -18,24 +18,24 @@ - + - + - - + + - + @@ -44,7 +44,7 @@ - + @@ -52,19 +52,19 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_0.glif b/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_0.glif index 0c37c5316..b6d912aac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_0.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_1.glif b/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_1.glif index 8b0f5914b..4eb33e829 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_1.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_2.glif b/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_2.glif index c9c536151..3b9433769 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_2.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_3.glif b/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_3.glif index 244bd9d3a..d644e1e16 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_3.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uniE_0B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uniF_E_F_F_.glif b/source/Hack-BoldItalic.ufo/glyphs/uniF_E_F_F_.glif index 3ca2362e7..f5d2cecac 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uniF_E_F_F_.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uniF_E_F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/union.glif b/source/Hack-BoldItalic.ufo/glyphs/union.glif index c688b36a7..1b826add6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/union.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/union.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/universal.glif b/source/Hack-BoldItalic.ufo/glyphs/universal.glif index 2d48f6713..0a87210b5 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/universal.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/universal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uogonek.glif b/source/Hack-BoldItalic.ufo/glyphs/uogonek.glif index 373b86bcd..01623d157 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uogonek.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -25,22 +25,22 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/upblock.glif b/source/Hack-BoldItalic.ufo/glyphs/upblock.glif index 98203446b..d75b178db 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/upblock.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/upblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/upsilon.glif b/source/Hack-BoldItalic.ufo/glyphs/upsilon.glif index ec73d8afe..b3d6ccae8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/upsilon.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/upsilon.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,26 +15,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/upsilondieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/upsilondieresis.glif index 25afcb201..6381d9ad0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/upsilondieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/upsilondieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -37,13 +37,13 @@ - + - + - + @@ -51,26 +51,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/upsilondieresistonos.glif b/source/Hack-BoldItalic.ufo/glyphs/upsilondieresistonos.glif index 0997502e1..615d9a4a1 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/upsilondieresistonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/upsilondieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + @@ -28,14 +28,14 @@ - + - + @@ -46,10 +46,10 @@ - + - + @@ -57,26 +57,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/upsilontonos.glif b/source/Hack-BoldItalic.ufo/glyphs/upsilontonos.glif index ab58eecd1..b500ceb5b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/upsilontonos.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/upsilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -21,26 +21,26 @@ - + - + - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/uring.glif b/source/Hack-BoldItalic.ufo/glyphs/uring.glif index e4bf7923c..7ac8ad792 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/uring.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/uring.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/utilde.glif b/source/Hack-BoldItalic.ufo/glyphs/utilde.glif index 94cd80a84..63bbedb24 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/utilde.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/utilde.glif @@ -1,10 +1,10 @@ - + - + @@ -14,21 +14,21 @@ - + - + - + @@ -37,10 +37,10 @@ - + - + @@ -49,13 +49,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/v.glif b/source/Hack-BoldItalic.ufo/glyphs/v.glif index 1bd15d555..f9010ab33 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/v.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/v.glif @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/w.glif b/source/Hack-BoldItalic.ufo/glyphs/w.glif index 62c5f18b1..cfb2ee76c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/w.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/w.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/wacute.glif b/source/Hack-BoldItalic.ufo/glyphs/wacute.glif index e40295cdc..f82e28b8a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/wacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/wacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/wcircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/wcircumflex.glif index 3ee7dec73..0c6da769c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/wcircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/wcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/wdieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/wdieresis.glif index 2390e4d2f..20a7d5d3b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/wdieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/wdieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/wgrave.glif b/source/Hack-BoldItalic.ufo/glyphs/wgrave.glif index a29cb5a27..35aa04352 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/wgrave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/wgrave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/x.glif b/source/Hack-BoldItalic.ufo/glyphs/x.glif index f27454e20..b5bc12b1f 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/x.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/x.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/xi.glif b/source/Hack-BoldItalic.ufo/glyphs/xi.glif index 2a42aab37..a4a7a07a6 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/xi.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/xi.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + @@ -32,7 +32,7 @@ - + @@ -42,13 +42,13 @@ - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/y.glif b/source/Hack-BoldItalic.ufo/glyphs/y.glif index 1635cb1a4..43c2e03dd 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/y.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/y.glif @@ -1,5 +1,5 @@ - + @@ -21,9 +21,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/yacute.glif b/source/Hack-BoldItalic.ufo/glyphs/yacute.glif index 6775952f4..7e6492008 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/yacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/yacute.glif @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ycircumflex.glif b/source/Hack-BoldItalic.ufo/glyphs/ycircumflex.glif index cc734669a..af15c6caa 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ycircumflex.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ycircumflex.glif @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ydieresis.glif b/source/Hack-BoldItalic.ufo/glyphs/ydieresis.glif index 29d5955b9..3f6d93ccb 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ydieresis.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ydieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,7 +43,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/yen.glif b/source/Hack-BoldItalic.ufo/glyphs/yen.glif index 212fbeaa3..196f07212 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/yen.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/yen.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/ygrave.glif b/source/Hack-BoldItalic.ufo/glyphs/ygrave.glif index 6cfb4db73..e681e1fef 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/ygrave.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/ygrave.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/z.glif b/source/Hack-BoldItalic.ufo/glyphs/z.glif index f853a7ba7..7e3596770 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/z.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/z.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/zacute.glif b/source/Hack-BoldItalic.ufo/glyphs/zacute.glif index ccc363439..c361dfc01 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/zacute.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/zacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/zcaron.glif b/source/Hack-BoldItalic.ufo/glyphs/zcaron.glif index 41d38636e..4508fb8b8 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/zcaron.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/zcaron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/zdotaccent.glif b/source/Hack-BoldItalic.ufo/glyphs/zdotaccent.glif index a80d26efb..6907bd6df 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/zdotaccent.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/zdotaccent.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/zero.glif b/source/Hack-BoldItalic.ufo/glyphs/zero.glif index a416b546a..18582461b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/zero.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/zero.glif @@ -1,16 +1,16 @@ - + - + - + @@ -31,13 +31,13 @@ - + - + @@ -54,7 +54,7 @@ - + @@ -81,10 +81,10 @@ - + - + @@ -96,7 +96,7 @@ - + @@ -108,7 +108,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/zero.subs.glif b/source/Hack-BoldItalic.ufo/glyphs/zero.subs.glif index 85beca65f..0d63e9946 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/zero.subs.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/zero.subs.glif @@ -1,21 +1,21 @@ - + - + - + - + - + @@ -23,22 +23,22 @@ - + - + - + - + @@ -46,13 +46,13 @@ - + - + - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/zeta.glif b/source/Hack-BoldItalic.ufo/glyphs/zeta.glif index 7d574b295..bdac21c6c 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/zeta.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/zeta.glif @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ - + diff --git a/source/Hack-BoldItalic.ufo/layercontents.plist b/source/Hack-BoldItalic.ufo/layercontents.plist new file mode 100644 index 000000000..cf95d3573 --- /dev/null +++ b/source/Hack-BoldItalic.ufo/layercontents.plist @@ -0,0 +1,10 @@ + + + + + + public.default + glyphs + + + diff --git a/source/Hack-BoldItalic.ufo/metainfo.plist b/source/Hack-BoldItalic.ufo/metainfo.plist index 12a792239..632695b5a 100644 --- a/source/Hack-BoldItalic.ufo/metainfo.plist +++ b/source/Hack-BoldItalic.ufo/metainfo.plist @@ -1,10 +1,10 @@ - + creator - com.schriftgestaltung.GlyphsUFOExport + org.robofab.ufoLib formatVersion - 2 + 3 diff --git a/source/Hack-Italic.ufo/fontinfo.plist b/source/Hack-Italic.ufo/fontinfo.plist index 171748391..3f6fef558 100644 --- a/source/Hack-Italic.ufo/fontinfo.plist +++ b/source/Hack-Italic.ufo/fontinfo.plist @@ -1,5 +1,5 @@ - + ascender @@ -12,8 +12,10 @@ -492 familyName Hack + guidelines + italicAngle - -11 + -11.0 macintoshFONDFamilyID 128 macintoshFONDName @@ -23,8 +25,7 @@ openTypeHeadCreated 2017/10/23 12:00:00 openTypeHeadFlags - - + openTypeHheaAscender 1901 openTypeHheaDescender @@ -143,8 +144,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an 4 openTypeOS2Selection - - + openTypeOS2StrikeoutPosition 530 openTypeOS2StrikeoutSize @@ -214,7 +214,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an postscriptBlueFuzz 0 postscriptBlueScale - 0.036999999999999998 + 0.037 postscriptBlueShift 14 postscriptBlueValues @@ -226,6 +226,10 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an 1493 1520 + postscriptFamilyBlues + + postscriptFamilyOtherBlues + postscriptFontName Hack-Italic postscriptForceBold @@ -271,7 +275,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an versionMajor 4 versionMinor - 000 + 0 xHeight 1120 diff --git a/source/Hack-Italic.ufo/glyphs/A_.glif b/source/Hack-Italic.ufo/glyphs/A_.glif index 907141580..e659131be 100644 --- a/source/Hack-Italic.ufo/glyphs/A_.glif +++ b/source/Hack-Italic.ufo/glyphs/A_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/A_E_.glif b/source/Hack-Italic.ufo/glyphs/A_E_.glif index 7c502b527..801be9c1d 100644 --- a/source/Hack-Italic.ufo/glyphs/A_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/A_acute.glif b/source/Hack-Italic.ufo/glyphs/A_acute.glif index 35eb605e6..ce7474c2f 100644 --- a/source/Hack-Italic.ufo/glyphs/A_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/A_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/A_breve.glif b/source/Hack-Italic.ufo/glyphs/A_breve.glif index 9e709f4a9..3300448be 100644 --- a/source/Hack-Italic.ufo/glyphs/A_breve.glif +++ b/source/Hack-Italic.ufo/glyphs/A_breve.glif @@ -1,20 +1,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/A_circumflex.glif b/source/Hack-Italic.ufo/glyphs/A_circumflex.glif index d384033f8..d2787324c 100644 --- a/source/Hack-Italic.ufo/glyphs/A_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/A_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/A_dieresis.glif b/source/Hack-Italic.ufo/glyphs/A_dieresis.glif index 5c262075e..fe6c2b698 100644 --- a/source/Hack-Italic.ufo/glyphs/A_dieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/A_dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/A_grave.glif b/source/Hack-Italic.ufo/glyphs/A_grave.glif index 4e9afb851..b43f884aa 100644 --- a/source/Hack-Italic.ufo/glyphs/A_grave.glif +++ b/source/Hack-Italic.ufo/glyphs/A_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/A_lpha.glif b/source/Hack-Italic.ufo/glyphs/A_lpha.glif index 300c075d1..24ab9eae8 100644 --- a/source/Hack-Italic.ufo/glyphs/A_lpha.glif +++ b/source/Hack-Italic.ufo/glyphs/A_lpha.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/A_lphatonos.glif b/source/Hack-Italic.ufo/glyphs/A_lphatonos.glif index 3917db6f6..3c76cdaac 100644 --- a/source/Hack-Italic.ufo/glyphs/A_lphatonos.glif +++ b/source/Hack-Italic.ufo/glyphs/A_lphatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/A_macron.glif b/source/Hack-Italic.ufo/glyphs/A_macron.glif index f94d7333e..c150003cd 100644 --- a/source/Hack-Italic.ufo/glyphs/A_macron.glif +++ b/source/Hack-Italic.ufo/glyphs/A_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/A_ogonek.glif b/source/Hack-Italic.ufo/glyphs/A_ogonek.glif index 88fb9d55d..e72bbc9c2 100644 --- a/source/Hack-Italic.ufo/glyphs/A_ogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/A_ogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/A_ring.glif b/source/Hack-Italic.ufo/glyphs/A_ring.glif index 2fa5c9401..b072fe220 100644 --- a/source/Hack-Italic.ufo/glyphs/A_ring.glif +++ b/source/Hack-Italic.ufo/glyphs/A_ring.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + @@ -40,19 +40,19 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/A_tilde.glif b/source/Hack-Italic.ufo/glyphs/A_tilde.glif index c28ef02a5..ff12efcab 100644 --- a/source/Hack-Italic.ufo/glyphs/A_tilde.glif +++ b/source/Hack-Italic.ufo/glyphs/A_tilde.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/B_.glif b/source/Hack-Italic.ufo/glyphs/B_.glif index c2ff89300..6feec0048 100644 --- a/source/Hack-Italic.ufo/glyphs/B_.glif +++ b/source/Hack-Italic.ufo/glyphs/B_.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -44,9 +44,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/B_eta.glif b/source/Hack-Italic.ufo/glyphs/B_eta.glif index 777a04ce0..6f42764e6 100644 --- a/source/Hack-Italic.ufo/glyphs/B_eta.glif +++ b/source/Hack-Italic.ufo/glyphs/B_eta.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/C_.glif b/source/Hack-Italic.ufo/glyphs/C_.glif index 304c39969..0d957ebe7 100644 --- a/source/Hack-Italic.ufo/glyphs/C_.glif +++ b/source/Hack-Italic.ufo/glyphs/C_.glif @@ -1,5 +1,5 @@ - + @@ -36,9 +36,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/C_R_.glif b/source/Hack-Italic.ufo/glyphs/C_R_.glif index 8dd4ab034..9c88b2cdc 100644 --- a/source/Hack-Italic.ufo/glyphs/C_R_.glif +++ b/source/Hack-Italic.ufo/glyphs/C_R_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/C_acute.glif b/source/Hack-Italic.ufo/glyphs/C_acute.glif index a2b64eebb..d76c5baca 100644 --- a/source/Hack-Italic.ufo/glyphs/C_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/C_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -28,7 +28,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -50,13 +50,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/C_caron.glif b/source/Hack-Italic.ufo/glyphs/C_caron.glif index 1eefef224..6869016cc 100644 --- a/source/Hack-Italic.ufo/glyphs/C_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/C_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -53,16 +53,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/C_cedilla.glif b/source/Hack-Italic.ufo/glyphs/C_cedilla.glif index 65ff99fd1..b6cac65a7 100644 --- a/source/Hack-Italic.ufo/glyphs/C_cedilla.glif +++ b/source/Hack-Italic.ufo/glyphs/C_cedilla.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -23,13 +23,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + @@ -67,10 +67,10 @@ - + - + @@ -82,7 +82,7 @@ - + @@ -94,7 +94,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/C_circumflex.glif b/source/Hack-Italic.ufo/glyphs/C_circumflex.glif index 1b0c6471b..af9b337f6 100644 --- a/source/Hack-Italic.ufo/glyphs/C_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/C_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/C_dotaccent.glif b/source/Hack-Italic.ufo/glyphs/C_dotaccent.glif index 29678d97e..af0aaa05f 100644 --- a/source/Hack-Italic.ufo/glyphs/C_dotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/C_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,32 +22,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/C_hi.glif b/source/Hack-Italic.ufo/glyphs/C_hi.glif index bbab91cbe..a957ed933 100644 --- a/source/Hack-Italic.ufo/glyphs/C_hi.glif +++ b/source/Hack-Italic.ufo/glyphs/C_hi.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/D_.glif b/source/Hack-Italic.ufo/glyphs/D_.glif index 4cf79bd15..aec18b144 100644 --- a/source/Hack-Italic.ufo/glyphs/D_.glif +++ b/source/Hack-Italic.ufo/glyphs/D_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/D_caron.glif b/source/Hack-Italic.ufo/glyphs/D_caron.glif index d3dca6cf0..a78026e20 100644 --- a/source/Hack-Italic.ufo/glyphs/D_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/D_caron.glif @@ -1,5 +1,5 @@ - + @@ -17,26 +17,26 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/D_croat.glif b/source/Hack-Italic.ufo/glyphs/D_croat.glif index e7cc88974..5bc337c3e 100644 --- a/source/Hack-Italic.ufo/glyphs/D_croat.glif +++ b/source/Hack-Italic.ufo/glyphs/D_croat.glif @@ -1,5 +1,5 @@ - + @@ -12,26 +12,26 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/E_.glif b/source/Hack-Italic.ufo/glyphs/E_.glif index ea2a34411..f4a1d8401 100644 --- a/source/Hack-Italic.ufo/glyphs/E_.glif +++ b/source/Hack-Italic.ufo/glyphs/E_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/E_acute.glif b/source/Hack-Italic.ufo/glyphs/E_acute.glif index 4985ee2e7..d93224eda 100644 --- a/source/Hack-Italic.ufo/glyphs/E_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/E_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_breve.glif b/source/Hack-Italic.ufo/glyphs/E_breve.glif index d3bcfde56..baded2b98 100644 --- a/source/Hack-Italic.ufo/glyphs/E_breve.glif +++ b/source/Hack-Italic.ufo/glyphs/E_breve.glif @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_caron.glif b/source/Hack-Italic.ufo/glyphs/E_caron.glif index a76468771..38235509b 100644 --- a/source/Hack-Italic.ufo/glyphs/E_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/E_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_circumflex.glif b/source/Hack-Italic.ufo/glyphs/E_circumflex.glif index d74134345..3e3255ee3 100644 --- a/source/Hack-Italic.ufo/glyphs/E_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/E_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_dieresis.glif b/source/Hack-Italic.ufo/glyphs/E_dieresis.glif index 207f86ab3..f19ac36ba 100644 --- a/source/Hack-Italic.ufo/glyphs/E_dieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/E_dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/E_dotaccent.glif b/source/Hack-Italic.ufo/glyphs/E_dotaccent.glif index e6d3ddd8e..50a90d744 100644 --- a/source/Hack-Italic.ufo/glyphs/E_dotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/E_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/E_grave.glif b/source/Hack-Italic.ufo/glyphs/E_grave.glif index 524bc7d97..2945ae81e 100644 --- a/source/Hack-Italic.ufo/glyphs/E_grave.glif +++ b/source/Hack-Italic.ufo/glyphs/E_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_macron.glif b/source/Hack-Italic.ufo/glyphs/E_macron.glif index 26fd2fdc3..5ba222b62 100644 --- a/source/Hack-Italic.ufo/glyphs/E_macron.glif +++ b/source/Hack-Italic.ufo/glyphs/E_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_ng.glif b/source/Hack-Italic.ufo/glyphs/E_ng.glif index 068923f1d..32a3ee9b2 100644 --- a/source/Hack-Italic.ufo/glyphs/E_ng.glif +++ b/source/Hack-Italic.ufo/glyphs/E_ng.glif @@ -1,21 +1,21 @@ - + - + - + - + - + @@ -26,17 +26,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/E_ogonek.glif b/source/Hack-Italic.ufo/glyphs/E_ogonek.glif index 4781eff02..61a857559 100644 --- a/source/Hack-Italic.ufo/glyphs/E_ogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/E_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -15,20 +15,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/E_psilon.glif b/source/Hack-Italic.ufo/glyphs/E_psilon.glif index 7a55fae39..cc84f3aee 100644 --- a/source/Hack-Italic.ufo/glyphs/E_psilon.glif +++ b/source/Hack-Italic.ufo/glyphs/E_psilon.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_psilontonos.glif b/source/Hack-Italic.ufo/glyphs/E_psilontonos.glif index 6567712c7..d2fcdb07a 100644 --- a/source/Hack-Italic.ufo/glyphs/E_psilontonos.glif +++ b/source/Hack-Italic.ufo/glyphs/E_psilontonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_ta.glif b/source/Hack-Italic.ufo/glyphs/E_ta.glif index 95083ad63..f7cc84697 100644 --- a/source/Hack-Italic.ufo/glyphs/E_ta.glif +++ b/source/Hack-Italic.ufo/glyphs/E_ta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_tatonos.glif b/source/Hack-Italic.ufo/glyphs/E_tatonos.glif index 84e57be43..88396de23 100644 --- a/source/Hack-Italic.ufo/glyphs/E_tatonos.glif +++ b/source/Hack-Italic.ufo/glyphs/E_tatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/E_th.glif b/source/Hack-Italic.ufo/glyphs/E_th.glif index 834dea517..c321d058c 100644 --- a/source/Hack-Italic.ufo/glyphs/E_th.glif +++ b/source/Hack-Italic.ufo/glyphs/E_th.glif @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -27,11 +27,11 @@ - + - + @@ -43,13 +43,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/E_uro.glif b/source/Hack-Italic.ufo/glyphs/E_uro.glif index b91bf1471..3a6c5719d 100644 --- a/source/Hack-Italic.ufo/glyphs/E_uro.glif +++ b/source/Hack-Italic.ufo/glyphs/E_uro.glif @@ -1,16 +1,16 @@ - + - + - + @@ -29,7 +29,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -61,13 +61,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/F_.glif b/source/Hack-Italic.ufo/glyphs/F_.glif index e18230e24..c32810b3e 100644 --- a/source/Hack-Italic.ufo/glyphs/F_.glif +++ b/source/Hack-Italic.ufo/glyphs/F_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/G_.glif b/source/Hack-Italic.ufo/glyphs/G_.glif index 222c07c0a..046622fc1 100644 --- a/source/Hack-Italic.ufo/glyphs/G_.glif +++ b/source/Hack-Italic.ufo/glyphs/G_.glif @@ -1,5 +1,5 @@ - + @@ -43,9 +43,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/G_amma.glif b/source/Hack-Italic.ufo/glyphs/G_amma.glif index a8cfdee2b..b3f932343 100644 --- a/source/Hack-Italic.ufo/glyphs/G_amma.glif +++ b/source/Hack-Italic.ufo/glyphs/G_amma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/G_breve.glif b/source/Hack-Italic.ufo/glyphs/G_breve.glif index b71426773..cffafe353 100644 --- a/source/Hack-Italic.ufo/glyphs/G_breve.glif +++ b/source/Hack-Italic.ufo/glyphs/G_breve.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -32,13 +32,13 @@ - + - + @@ -56,7 +56,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -87,13 +87,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/G_caron.glif b/source/Hack-Italic.ufo/glyphs/G_caron.glif index 3c7fde0bc..7324bcc96 100644 --- a/source/Hack-Italic.ufo/glyphs/G_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/G_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,10 +13,10 @@ - + - + @@ -25,14 +25,14 @@ - + - + @@ -41,10 +41,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/G_circumflex.glif b/source/Hack-Italic.ufo/glyphs/G_circumflex.glif index 687a00da5..6783aed74 100644 --- a/source/Hack-Italic.ufo/glyphs/G_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/G_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/G_dotaccent.glif b/source/Hack-Italic.ufo/glyphs/G_dotaccent.glif index 8c89c1ad1..90397c81b 100644 --- a/source/Hack-Italic.ufo/glyphs/G_dotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/G_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,10 +22,10 @@ - + - + @@ -34,14 +34,14 @@ - + - + @@ -50,10 +50,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/H_.glif b/source/Hack-Italic.ufo/glyphs/H_.glif index ac8fc0cdd..02ac2597c 100644 --- a/source/Hack-Italic.ufo/glyphs/H_.glif +++ b/source/Hack-Italic.ufo/glyphs/H_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/H_bar.glif b/source/Hack-Italic.ufo/glyphs/H_bar.glif index 78094a894..e654cac09 100644 --- a/source/Hack-Italic.ufo/glyphs/H_bar.glif +++ b/source/Hack-Italic.ufo/glyphs/H_bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/H_circumflex.glif b/source/Hack-Italic.ufo/glyphs/H_circumflex.glif index 2d96325fd..74b3fa641 100644 --- a/source/Hack-Italic.ufo/glyphs/H_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/H_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_.glif b/source/Hack-Italic.ufo/glyphs/I_.glif index 903dd2515..f4b6872a9 100644 --- a/source/Hack-Italic.ufo/glyphs/I_.glif +++ b/source/Hack-Italic.ufo/glyphs/I_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/I_J_.glif b/source/Hack-Italic.ufo/glyphs/I_J_.glif index 3794b1c2b..49c5390d4 100644 --- a/source/Hack-Italic.ufo/glyphs/I_J_.glif +++ b/source/Hack-Italic.ufo/glyphs/I_J_.glif @@ -1,5 +1,5 @@ - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/I_acute.glif b/source/Hack-Italic.ufo/glyphs/I_acute.glif index e57ed5f30..714f56947 100644 --- a/source/Hack-Italic.ufo/glyphs/I_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/I_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_breve.glif b/source/Hack-Italic.ufo/glyphs/I_breve.glif index a55664f71..764778ab2 100644 --- a/source/Hack-Italic.ufo/glyphs/I_breve.glif +++ b/source/Hack-Italic.ufo/glyphs/I_breve.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_circumflex.glif b/source/Hack-Italic.ufo/glyphs/I_circumflex.glif index d551718fd..5972f0587 100644 --- a/source/Hack-Italic.ufo/glyphs/I_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/I_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_dieresis.glif b/source/Hack-Italic.ufo/glyphs/I_dieresis.glif index 098a8ff9f..63121b923 100644 --- a/source/Hack-Italic.ufo/glyphs/I_dieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/I_dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/I_dotaccent.glif b/source/Hack-Italic.ufo/glyphs/I_dotaccent.glif index 6be1adf2d..31499ce5f 100644 --- a/source/Hack-Italic.ufo/glyphs/I_dotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/I_dotaccent.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_grave.glif b/source/Hack-Italic.ufo/glyphs/I_grave.glif index 7d20a0d81..14bb0990b 100644 --- a/source/Hack-Italic.ufo/glyphs/I_grave.glif +++ b/source/Hack-Italic.ufo/glyphs/I_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_macron.glif b/source/Hack-Italic.ufo/glyphs/I_macron.glif index 53b04bd81..c7be5223c 100644 --- a/source/Hack-Italic.ufo/glyphs/I_macron.glif +++ b/source/Hack-Italic.ufo/glyphs/I_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_ogonek.glif b/source/Hack-Italic.ufo/glyphs/I_ogonek.glif index 83fbb2d98..50256e9f0 100644 --- a/source/Hack-Italic.ufo/glyphs/I_ogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/I_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -11,20 +11,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/I_ota.glif b/source/Hack-Italic.ufo/glyphs/I_ota.glif index e5ed23b6d..8b922aec9 100644 --- a/source/Hack-Italic.ufo/glyphs/I_ota.glif +++ b/source/Hack-Italic.ufo/glyphs/I_ota.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_otadieresis.glif b/source/Hack-Italic.ufo/glyphs/I_otadieresis.glif index 5f479f2fa..5575ffac6 100644 --- a/source/Hack-Italic.ufo/glyphs/I_otadieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/I_otadieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/I_otatonos.glif b/source/Hack-Italic.ufo/glyphs/I_otatonos.glif index 2e184f3f4..9087f70cb 100644 --- a/source/Hack-Italic.ufo/glyphs/I_otatonos.glif +++ b/source/Hack-Italic.ufo/glyphs/I_otatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/I_tilde.glif b/source/Hack-Italic.ufo/glyphs/I_tilde.glif index 9a2d74cfb..a2b522750 100644 --- a/source/Hack-Italic.ufo/glyphs/I_tilde.glif +++ b/source/Hack-Italic.ufo/glyphs/I_tilde.glif @@ -1,5 +1,5 @@ - + @@ -7,21 +7,21 @@ - + - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/J_.glif b/source/Hack-Italic.ufo/glyphs/J_.glif index fdc1b28eb..57e428dad 100644 --- a/source/Hack-Italic.ufo/glyphs/J_.glif +++ b/source/Hack-Italic.ufo/glyphs/J_.glif @@ -1,5 +1,5 @@ - + @@ -25,9 +25,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/J_circumflex.glif b/source/Hack-Italic.ufo/glyphs/J_circumflex.glif index 2f141494f..a82fe50cf 100644 --- a/source/Hack-Italic.ufo/glyphs/J_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/J_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/K_.glif b/source/Hack-Italic.ufo/glyphs/K_.glif index b6ab0d83d..55ac22424 100644 --- a/source/Hack-Italic.ufo/glyphs/K_.glif +++ b/source/Hack-Italic.ufo/glyphs/K_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/K_appa.glif b/source/Hack-Italic.ufo/glyphs/K_appa.glif index ac6ba9b1e..2d5278b99 100644 --- a/source/Hack-Italic.ufo/glyphs/K_appa.glif +++ b/source/Hack-Italic.ufo/glyphs/K_appa.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/L_.glif b/source/Hack-Italic.ufo/glyphs/L_.glif index 72d74dddc..474e0e595 100644 --- a/source/Hack-Italic.ufo/glyphs/L_.glif +++ b/source/Hack-Italic.ufo/glyphs/L_.glif @@ -1,5 +1,5 @@ - + @@ -13,9 +13,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/L_acute.glif b/source/Hack-Italic.ufo/glyphs/L_acute.glif index 0b8f03c66..c8dca523a 100644 --- a/source/Hack-Italic.ufo/glyphs/L_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/L_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/L_ambda.glif b/source/Hack-Italic.ufo/glyphs/L_ambda.glif index 9f89b873a..c7f8fe8f4 100644 --- a/source/Hack-Italic.ufo/glyphs/L_ambda.glif +++ b/source/Hack-Italic.ufo/glyphs/L_ambda.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/L_caron.glif b/source/Hack-Italic.ufo/glyphs/L_caron.glif index b5aba3665..3cd9eca9c 100644 --- a/source/Hack-Italic.ufo/glyphs/L_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/L_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/L_dot.glif b/source/Hack-Italic.ufo/glyphs/L_dot.glif index 7ab5dd637..d23aed00c 100644 --- a/source/Hack-Italic.ufo/glyphs/L_dot.glif +++ b/source/Hack-Italic.ufo/glyphs/L_dot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/L_slash.glif b/source/Hack-Italic.ufo/glyphs/L_slash.glif index 06dd0a2ca..3b8f89197 100644 --- a/source/Hack-Italic.ufo/glyphs/L_slash.glif +++ b/source/Hack-Italic.ufo/glyphs/L_slash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/M_.glif b/source/Hack-Italic.ufo/glyphs/M_.glif index 0ac5673e1..fe9c4389c 100644 --- a/source/Hack-Italic.ufo/glyphs/M_.glif +++ b/source/Hack-Italic.ufo/glyphs/M_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/M_u.glif b/source/Hack-Italic.ufo/glyphs/M_u.glif index ffff459c7..1dd62498b 100644 --- a/source/Hack-Italic.ufo/glyphs/M_u.glif +++ b/source/Hack-Italic.ufo/glyphs/M_u.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/N_.glif b/source/Hack-Italic.ufo/glyphs/N_.glif index d73bba926..8e87e9559 100644 --- a/source/Hack-Italic.ufo/glyphs/N_.glif +++ b/source/Hack-Italic.ufo/glyphs/N_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/N_U_L_L_.glif b/source/Hack-Italic.ufo/glyphs/N_U_L_L_.glif index fa0b87887..79a4001e6 100644 --- a/source/Hack-Italic.ufo/glyphs/N_U_L_L_.glif +++ b/source/Hack-Italic.ufo/glyphs/N_U_L_L_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/N_acute.glif b/source/Hack-Italic.ufo/glyphs/N_acute.glif index a6a60db19..601e391fe 100644 --- a/source/Hack-Italic.ufo/glyphs/N_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/N_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/N_caron.glif b/source/Hack-Italic.ufo/glyphs/N_caron.glif index 694361643..f4e702717 100644 --- a/source/Hack-Italic.ufo/glyphs/N_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/N_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/N_tilde.glif b/source/Hack-Italic.ufo/glyphs/N_tilde.glif index a29181e02..48eaf076b 100644 --- a/source/Hack-Italic.ufo/glyphs/N_tilde.glif +++ b/source/Hack-Italic.ufo/glyphs/N_tilde.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/N_u.glif b/source/Hack-Italic.ufo/glyphs/N_u.glif index b404f0578..2e9a1b5b9 100644 --- a/source/Hack-Italic.ufo/glyphs/N_u.glif +++ b/source/Hack-Italic.ufo/glyphs/N_u.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/O_.glif b/source/Hack-Italic.ufo/glyphs/O_.glif index 3eb9e24db..adb0b170c 100644 --- a/source/Hack-Italic.ufo/glyphs/O_.glif +++ b/source/Hack-Italic.ufo/glyphs/O_.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/O_E_.glif b/source/Hack-Italic.ufo/glyphs/O_E_.glif index 3522c4b35..246589cb0 100644 --- a/source/Hack-Italic.ufo/glyphs/O_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/O_E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -49,16 +49,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/O_acute.glif b/source/Hack-Italic.ufo/glyphs/O_acute.glif index 995ffe65d..e323f0d6d 100644 --- a/source/Hack-Italic.ufo/glyphs/O_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/O_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -34,13 +34,13 @@ - + - + @@ -60,7 +60,7 @@ - + @@ -72,13 +72,13 @@ - + - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/O_breve.glif b/source/Hack-Italic.ufo/glyphs/O_breve.glif index 04f6c9a2f..9541759e3 100644 --- a/source/Hack-Italic.ufo/glyphs/O_breve.glif +++ b/source/Hack-Italic.ufo/glyphs/O_breve.glif @@ -1,16 +1,16 @@ - + - + - + @@ -28,13 +28,13 @@ - + - + @@ -54,7 +54,7 @@ - + @@ -66,13 +66,13 @@ - + - + @@ -84,7 +84,7 @@ - + @@ -92,7 +92,7 @@ - + @@ -105,7 +105,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/O_circumflex.glif b/source/Hack-Italic.ufo/glyphs/O_circumflex.glif index 2d16bdc2a..dde653ef4 100644 --- a/source/Hack-Italic.ufo/glyphs/O_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/O_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -37,13 +37,13 @@ - + - + @@ -63,7 +63,7 @@ - + @@ -75,13 +75,13 @@ - + - + @@ -93,7 +93,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/O_dieresis.glif b/source/Hack-Italic.ufo/glyphs/O_dieresis.glif index 1e06d0799..3ea430d87 100644 --- a/source/Hack-Italic.ufo/glyphs/O_dieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/O_dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,13 +43,13 @@ - + - + @@ -67,13 +67,13 @@ - + - + @@ -93,7 +93,7 @@ - + @@ -105,13 +105,13 @@ - + - + @@ -123,7 +123,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/O_grave.glif b/source/Hack-Italic.ufo/glyphs/O_grave.glif index 48d106207..748c0759c 100644 --- a/source/Hack-Italic.ufo/glyphs/O_grave.glif +++ b/source/Hack-Italic.ufo/glyphs/O_grave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -34,13 +34,13 @@ - + - + @@ -60,7 +60,7 @@ - + @@ -72,13 +72,13 @@ - + - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/O_horn.glif b/source/Hack-Italic.ufo/glyphs/O_horn.glif index 08184f52c..f7fc30726 100644 --- a/source/Hack-Italic.ufo/glyphs/O_horn.glif +++ b/source/Hack-Italic.ufo/glyphs/O_horn.glif @@ -1,5 +1,5 @@ - + @@ -7,46 +7,46 @@ - + - + - + - + - + - + - + - + - + @@ -61,19 +61,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/O_hungarumlaut.glif b/source/Hack-Italic.ufo/glyphs/O_hungarumlaut.glif index 6485e1004..40922e5f1 100644 --- a/source/Hack-Italic.ufo/glyphs/O_hungarumlaut.glif +++ b/source/Hack-Italic.ufo/glyphs/O_hungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -28,10 +28,10 @@ - + - + @@ -42,22 +42,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/O_macron.glif b/source/Hack-Italic.ufo/glyphs/O_macron.glif index 1686791cf..f5ebccf57 100644 --- a/source/Hack-Italic.ufo/glyphs/O_macron.glif +++ b/source/Hack-Italic.ufo/glyphs/O_macron.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + @@ -36,22 +36,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/O_megatonos.glif b/source/Hack-Italic.ufo/glyphs/O_megatonos.glif index 3a88ca212..1f0381e34 100644 --- a/source/Hack-Italic.ufo/glyphs/O_megatonos.glif +++ b/source/Hack-Italic.ufo/glyphs/O_megatonos.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + @@ -39,16 +39,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/O_micron.glif b/source/Hack-Italic.ufo/glyphs/O_micron.glif index e82ed51ac..417bd64e6 100644 --- a/source/Hack-Italic.ufo/glyphs/O_micron.glif +++ b/source/Hack-Italic.ufo/glyphs/O_micron.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -30,22 +30,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/O_microntonos.glif b/source/Hack-Italic.ufo/glyphs/O_microntonos.glif index 5965a8266..e772f7294 100644 --- a/source/Hack-Italic.ufo/glyphs/O_microntonos.glif +++ b/source/Hack-Italic.ufo/glyphs/O_microntonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + @@ -36,22 +36,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/O_slash.glif b/source/Hack-Italic.ufo/glyphs/O_slash.glif index 5bbfc1057..2893fb844 100644 --- a/source/Hack-Italic.ufo/glyphs/O_slash.glif +++ b/source/Hack-Italic.ufo/glyphs/O_slash.glif @@ -1,5 +1,5 @@ - + @@ -8,10 +8,10 @@ - + - + @@ -23,7 +23,7 @@ - + @@ -35,10 +35,10 @@ - + - + @@ -47,7 +47,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -82,7 +82,7 @@ - + @@ -94,7 +94,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/O_slashacute.glif b/source/Hack-Italic.ufo/glyphs/O_slashacute.glif index c4a2025e7..2777859b8 100644 --- a/source/Hack-Italic.ufo/glyphs/O_slashacute.glif +++ b/source/Hack-Italic.ufo/glyphs/O_slashacute.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + @@ -29,13 +29,13 @@ - + - + @@ -45,25 +45,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/O_tilde.glif b/source/Hack-Italic.ufo/glyphs/O_tilde.glif index 2e376de5f..1f21d2bde 100644 --- a/source/Hack-Italic.ufo/glyphs/O_tilde.glif +++ b/source/Hack-Italic.ufo/glyphs/O_tilde.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -56,13 +56,13 @@ - + - + @@ -80,13 +80,13 @@ - + - + @@ -106,7 +106,7 @@ - + @@ -118,13 +118,13 @@ - + - + @@ -136,7 +136,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/P_.glif b/source/Hack-Italic.ufo/glyphs/P_.glif index dbd77941f..39f861b64 100644 --- a/source/Hack-Italic.ufo/glyphs/P_.glif +++ b/source/Hack-Italic.ufo/glyphs/P_.glif @@ -1,5 +1,5 @@ - + @@ -29,9 +29,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/P_hi.glif b/source/Hack-Italic.ufo/glyphs/P_hi.glif index bb063fea8..693dc1b22 100644 --- a/source/Hack-Italic.ufo/glyphs/P_hi.glif +++ b/source/Hack-Italic.ufo/glyphs/P_hi.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/P_i.glif b/source/Hack-Italic.ufo/glyphs/P_i.glif index 929fc2ab7..57338d7fd 100644 --- a/source/Hack-Italic.ufo/glyphs/P_i.glif +++ b/source/Hack-Italic.ufo/glyphs/P_i.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/P_si.glif b/source/Hack-Italic.ufo/glyphs/P_si.glif index 35eb88af8..afe2453a3 100644 --- a/source/Hack-Italic.ufo/glyphs/P_si.glif +++ b/source/Hack-Italic.ufo/glyphs/P_si.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/Q_.glif b/source/Hack-Italic.ufo/glyphs/Q_.glif index b7721df41..f424e5b9a 100644 --- a/source/Hack-Italic.ufo/glyphs/Q_.glif +++ b/source/Hack-Italic.ufo/glyphs/Q_.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/R_.glif b/source/Hack-Italic.ufo/glyphs/R_.glif index 2db5269a5..505636ea4 100644 --- a/source/Hack-Italic.ufo/glyphs/R_.glif +++ b/source/Hack-Italic.ufo/glyphs/R_.glif @@ -1,5 +1,5 @@ - + @@ -41,9 +41,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/R_acute.glif b/source/Hack-Italic.ufo/glyphs/R_acute.glif index 70e964419..06eb37c68 100644 --- a/source/Hack-Italic.ufo/glyphs/R_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/R_acute.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -29,19 +29,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/R_caron.glif b/source/Hack-Italic.ufo/glyphs/R_caron.glif index 732a48040..038af4bf1 100644 --- a/source/Hack-Italic.ufo/glyphs/R_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/R_caron.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -32,19 +32,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/R_ho.glif b/source/Hack-Italic.ufo/glyphs/R_ho.glif index b9a150e3b..214efece5 100644 --- a/source/Hack-Italic.ufo/glyphs/R_ho.glif +++ b/source/Hack-Italic.ufo/glyphs/R_ho.glif @@ -1,5 +1,5 @@ - + @@ -8,22 +8,22 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/S_.glif b/source/Hack-Italic.ufo/glyphs/S_.glif index 410e95b46..eb23fbdc0 100644 --- a/source/Hack-Italic.ufo/glyphs/S_.glif +++ b/source/Hack-Italic.ufo/glyphs/S_.glif @@ -1,5 +1,5 @@ - + @@ -52,9 +52,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/S_acute.glif b/source/Hack-Italic.ufo/glyphs/S_acute.glif index 51f0eaafd..215b81ff5 100644 --- a/source/Hack-Italic.ufo/glyphs/S_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/S_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,44 +10,44 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/S_caron.glif b/source/Hack-Italic.ufo/glyphs/S_caron.glif index 09bf879fe..a0c2d3f59 100644 --- a/source/Hack-Italic.ufo/glyphs/S_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/S_caron.glif @@ -1,5 +1,5 @@ - + @@ -26,13 +26,13 @@ - + - + @@ -45,13 +45,13 @@ - + - + @@ -64,14 +64,14 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/S_cedilla.glif b/source/Hack-Italic.ufo/glyphs/S_cedilla.glif index 582e5bda3..08b5f2f81 100644 --- a/source/Hack-Italic.ufo/glyphs/S_cedilla.glif +++ b/source/Hack-Italic.ufo/glyphs/S_cedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,7 +17,7 @@ - + @@ -29,13 +29,13 @@ - + - + @@ -48,10 +48,10 @@ - + - + @@ -77,7 +77,7 @@ - + @@ -90,13 +90,13 @@ - + - + @@ -109,7 +109,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/S_circumflex.glif b/source/Hack-Italic.ufo/glyphs/S_circumflex.glif index 260ef0e48..7cce05926 100644 --- a/source/Hack-Italic.ufo/glyphs/S_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/S_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/S_igma.glif b/source/Hack-Italic.ufo/glyphs/S_igma.glif index aef640392..0532f4f6d 100644 --- a/source/Hack-Italic.ufo/glyphs/S_igma.glif +++ b/source/Hack-Italic.ufo/glyphs/S_igma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/T_.glif b/source/Hack-Italic.ufo/glyphs/T_.glif index 6e96bc033..c6b9777f0 100644 --- a/source/Hack-Italic.ufo/glyphs/T_.glif +++ b/source/Hack-Italic.ufo/glyphs/T_.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/T_au.glif b/source/Hack-Italic.ufo/glyphs/T_au.glif index 385b42397..3b2041297 100644 --- a/source/Hack-Italic.ufo/glyphs/T_au.glif +++ b/source/Hack-Italic.ufo/glyphs/T_au.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/T_bar.glif b/source/Hack-Italic.ufo/glyphs/T_bar.glif index cf25b3e24..8780dfac1 100644 --- a/source/Hack-Italic.ufo/glyphs/T_bar.glif +++ b/source/Hack-Italic.ufo/glyphs/T_bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/T_caron.glif b/source/Hack-Italic.ufo/glyphs/T_caron.glif index 82ad1bde1..1a873fc29 100644 --- a/source/Hack-Italic.ufo/glyphs/T_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/T_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/T_heta.glif b/source/Hack-Italic.ufo/glyphs/T_heta.glif index 869334baa..574180e87 100644 --- a/source/Hack-Italic.ufo/glyphs/T_heta.glif +++ b/source/Hack-Italic.ufo/glyphs/T_heta.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/T_horn.glif b/source/Hack-Italic.ufo/glyphs/T_horn.glif index 8196b749a..57f501c59 100644 --- a/source/Hack-Italic.ufo/glyphs/T_horn.glif +++ b/source/Hack-Italic.ufo/glyphs/T_horn.glif @@ -1,5 +1,5 @@ - + @@ -7,37 +7,37 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_.glif b/source/Hack-Italic.ufo/glyphs/U_.glif index 1880969cb..69314c8ce 100644 --- a/source/Hack-Italic.ufo/glyphs/U_.glif +++ b/source/Hack-Italic.ufo/glyphs/U_.glif @@ -1,5 +1,5 @@ - + @@ -40,9 +40,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/U_acute.glif b/source/Hack-Italic.ufo/glyphs/U_acute.glif index 7a3142509..122f22242 100644 --- a/source/Hack-Italic.ufo/glyphs/U_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/U_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -31,13 +31,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_breve.glif b/source/Hack-Italic.ufo/glyphs/U_breve.glif index 2ff8e75b5..6d4d29f57 100644 --- a/source/Hack-Italic.ufo/glyphs/U_breve.glif +++ b/source/Hack-Italic.ufo/glyphs/U_breve.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/U_circumflex.glif b/source/Hack-Italic.ufo/glyphs/U_circumflex.glif index a03769465..0267ce948 100644 --- a/source/Hack-Italic.ufo/glyphs/U_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/U_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -34,13 +34,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_dieresis.glif b/source/Hack-Italic.ufo/glyphs/U_dieresis.glif index 77e3a20ad..f22c7c8b7 100644 --- a/source/Hack-Italic.ufo/glyphs/U_dieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/U_dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,13 +43,13 @@ - + - + @@ -64,13 +64,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_grave.glif b/source/Hack-Italic.ufo/glyphs/U_grave.glif index e91fcc7f5..f689102c3 100644 --- a/source/Hack-Italic.ufo/glyphs/U_grave.glif +++ b/source/Hack-Italic.ufo/glyphs/U_grave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -31,13 +31,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_horn.glif b/source/Hack-Italic.ufo/glyphs/U_horn.glif index 1dfa26198..1992f4b90 100644 --- a/source/Hack-Italic.ufo/glyphs/U_horn.glif +++ b/source/Hack-Italic.ufo/glyphs/U_horn.glif @@ -1,5 +1,5 @@ - + @@ -13,20 +13,20 @@ - + - + - + - + @@ -38,10 +38,10 @@ - + - + @@ -56,13 +56,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_hungarumlaut.glif b/source/Hack-Italic.ufo/glyphs/U_hungarumlaut.glif index c4bbb5627..4ef46731d 100644 --- a/source/Hack-Italic.ufo/glyphs/U_hungarumlaut.glif +++ b/source/Hack-Italic.ufo/glyphs/U_hungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_macron.glif b/source/Hack-Italic.ufo/glyphs/U_macron.glif index a6815920a..129ae372e 100644 --- a/source/Hack-Italic.ufo/glyphs/U_macron.glif +++ b/source/Hack-Italic.ufo/glyphs/U_macron.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_ogonek.glif b/source/Hack-Italic.ufo/glyphs/U_ogonek.glif index 312f4f36c..deeb8bf7a 100644 --- a/source/Hack-Italic.ufo/glyphs/U_ogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/U_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -11,33 +11,33 @@ - + - + - + - + - + - + - + @@ -46,10 +46,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_psilon.glif b/source/Hack-Italic.ufo/glyphs/U_psilon.glif index b9a850fa6..ae2ba9613 100644 --- a/source/Hack-Italic.ufo/glyphs/U_psilon.glif +++ b/source/Hack-Italic.ufo/glyphs/U_psilon.glif @@ -1,5 +1,5 @@ - + @@ -7,20 +7,20 @@ - + - + - + @@ -29,13 +29,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_psilondieresis.glif b/source/Hack-Italic.ufo/glyphs/U_psilondieresis.glif index 589ae4dbf..457020a73 100644 --- a/source/Hack-Italic.ufo/glyphs/U_psilondieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/U_psilondieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,19 +22,19 @@ - + - + - + @@ -43,20 +43,20 @@ - + - + - + @@ -65,10 +65,10 @@ - + - + @@ -77,7 +77,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/U_psilontonos.glif b/source/Hack-Italic.ufo/glyphs/U_psilontonos.glif index ca14539dd..0aebfcc03 100644 --- a/source/Hack-Italic.ufo/glyphs/U_psilontonos.glif +++ b/source/Hack-Italic.ufo/glyphs/U_psilontonos.glif @@ -1,5 +1,5 @@ - + @@ -13,20 +13,20 @@ - + - + - + @@ -35,10 +35,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_ring.glif b/source/Hack-Italic.ufo/glyphs/U_ring.glif index 40354266e..dcab8aa19 100644 --- a/source/Hack-Italic.ufo/glyphs/U_ring.glif +++ b/source/Hack-Italic.ufo/glyphs/U_ring.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/U_tilde.glif b/source/Hack-Italic.ufo/glyphs/U_tilde.glif index c11f8b244..6d9ca171c 100644 --- a/source/Hack-Italic.ufo/glyphs/U_tilde.glif +++ b/source/Hack-Italic.ufo/glyphs/U_tilde.glif @@ -1,5 +1,5 @@ - + @@ -7,21 +7,21 @@ - + - + - + @@ -29,37 +29,37 @@ - + - + - + - + - + - + - + - + @@ -68,7 +68,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/V_.glif b/source/Hack-Italic.ufo/glyphs/V_.glif index d24286180..0b595101b 100644 --- a/source/Hack-Italic.ufo/glyphs/V_.glif +++ b/source/Hack-Italic.ufo/glyphs/V_.glif @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/W_.glif b/source/Hack-Italic.ufo/glyphs/W_.glif index 96d33e16c..926627310 100644 --- a/source/Hack-Italic.ufo/glyphs/W_.glif +++ b/source/Hack-Italic.ufo/glyphs/W_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/W_acute.glif b/source/Hack-Italic.ufo/glyphs/W_acute.glif index 310a66ee9..3727f1dab 100644 --- a/source/Hack-Italic.ufo/glyphs/W_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/W_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/W_circumflex.glif b/source/Hack-Italic.ufo/glyphs/W_circumflex.glif index a4700f753..cfabd1000 100644 --- a/source/Hack-Italic.ufo/glyphs/W_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/W_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/W_dieresis.glif b/source/Hack-Italic.ufo/glyphs/W_dieresis.glif index 64bc2a3ba..57f8ae9b6 100644 --- a/source/Hack-Italic.ufo/glyphs/W_dieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/W_dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/W_grave.glif b/source/Hack-Italic.ufo/glyphs/W_grave.glif index 2305f3722..2746f2db5 100644 --- a/source/Hack-Italic.ufo/glyphs/W_grave.glif +++ b/source/Hack-Italic.ufo/glyphs/W_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/X_.glif b/source/Hack-Italic.ufo/glyphs/X_.glif index 21052d6a9..a6d72ba26 100644 --- a/source/Hack-Italic.ufo/glyphs/X_.glif +++ b/source/Hack-Italic.ufo/glyphs/X_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/X_i.glif b/source/Hack-Italic.ufo/glyphs/X_i.glif index f2a393b2f..eb84d83b0 100644 --- a/source/Hack-Italic.ufo/glyphs/X_i.glif +++ b/source/Hack-Italic.ufo/glyphs/X_i.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/Y_.glif b/source/Hack-Italic.ufo/glyphs/Y_.glif index 6f4317825..874b1e229 100644 --- a/source/Hack-Italic.ufo/glyphs/Y_.glif +++ b/source/Hack-Italic.ufo/glyphs/Y_.glif @@ -1,5 +1,5 @@ - + @@ -16,9 +16,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/Y_acute.glif b/source/Hack-Italic.ufo/glyphs/Y_acute.glif index 13a9df909..53467a01e 100644 --- a/source/Hack-Italic.ufo/glyphs/Y_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/Y_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/Y_circumflex.glif b/source/Hack-Italic.ufo/glyphs/Y_circumflex.glif index fb7d25477..a34ccc326 100644 --- a/source/Hack-Italic.ufo/glyphs/Y_circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/Y_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/Y_dieresis.glif b/source/Hack-Italic.ufo/glyphs/Y_dieresis.glif index 7847367d4..77ebdcd19 100644 --- a/source/Hack-Italic.ufo/glyphs/Y_dieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/Y_dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/Y_grave.glif b/source/Hack-Italic.ufo/glyphs/Y_grave.glif index a1867715e..948fd203a 100644 --- a/source/Hack-Italic.ufo/glyphs/Y_grave.glif +++ b/source/Hack-Italic.ufo/glyphs/Y_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/Z_.glif b/source/Hack-Italic.ufo/glyphs/Z_.glif index 81d902758..6dd659212 100644 --- a/source/Hack-Italic.ufo/glyphs/Z_.glif +++ b/source/Hack-Italic.ufo/glyphs/Z_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/Z_acute.glif b/source/Hack-Italic.ufo/glyphs/Z_acute.glif index f243b4723..ac0bb803f 100644 --- a/source/Hack-Italic.ufo/glyphs/Z_acute.glif +++ b/source/Hack-Italic.ufo/glyphs/Z_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/Z_caron.glif b/source/Hack-Italic.ufo/glyphs/Z_caron.glif index 0469eb027..5e522a389 100644 --- a/source/Hack-Italic.ufo/glyphs/Z_caron.glif +++ b/source/Hack-Italic.ufo/glyphs/Z_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/Z_dotaccent.glif b/source/Hack-Italic.ufo/glyphs/Z_dotaccent.glif index 6feea8a3a..0c8b3e20b 100644 --- a/source/Hack-Italic.ufo/glyphs/Z_dotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/Z_dotaccent.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/Z_eta.glif b/source/Hack-Italic.ufo/glyphs/Z_eta.glif index 115223778..d40977452 100644 --- a/source/Hack-Italic.ufo/glyphs/Z_eta.glif +++ b/source/Hack-Italic.ufo/glyphs/Z_eta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/_1550.glif b/source/Hack-Italic.ufo/glyphs/_1550.glif index ba96fab64..e20b4863e 100644 --- a/source/Hack-Italic.ufo/glyphs/_1550.glif +++ b/source/Hack-Italic.ufo/glyphs/_1550.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/_notdef.glif b/source/Hack-Italic.ufo/glyphs/_notdef.glif index 112158991..5c8a9cc25 100644 --- a/source/Hack-Italic.ufo/glyphs/_notdef.glif +++ b/source/Hack-Italic.ufo/glyphs/_notdef.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/a.glif b/source/Hack-Italic.ufo/glyphs/a.glif index 8e1fce67e..b5d745480 100644 --- a/source/Hack-Italic.ufo/glyphs/a.glif +++ b/source/Hack-Italic.ufo/glyphs/a.glif @@ -1,5 +1,5 @@ - + @@ -53,9 +53,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/aacute.glif b/source/Hack-Italic.ufo/glyphs/aacute.glif index 6d9e64f7a..16c80d12e 100644 --- a/source/Hack-Italic.ufo/glyphs/aacute.glif +++ b/source/Hack-Italic.ufo/glyphs/aacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -78,10 +78,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/abreve.glif b/source/Hack-Italic.ufo/glyphs/abreve.glif index 4d32620a1..6cb36fc8d 100644 --- a/source/Hack-Italic.ufo/glyphs/abreve.glif +++ b/source/Hack-Italic.ufo/glyphs/abreve.glif @@ -1,21 +1,21 @@ - + - + - + - + - + @@ -24,10 +24,10 @@ - + - + @@ -35,20 +35,20 @@ - + - + - + - + @@ -59,18 +59,18 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/acircumflex.glif b/source/Hack-Italic.ufo/glyphs/acircumflex.glif index 5cc684f6d..1b40a08e0 100644 --- a/source/Hack-Italic.ufo/glyphs/acircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/acircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + @@ -34,7 +34,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -67,7 +67,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -84,7 +84,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/acute.glif b/source/Hack-Italic.ufo/glyphs/acute.glif index 5336b48e2..81c94071c 100644 --- a/source/Hack-Italic.ufo/glyphs/acute.glif +++ b/source/Hack-Italic.ufo/glyphs/acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/acutecomb.glif b/source/Hack-Italic.ufo/glyphs/acutecomb.glif index 1e64a1573..04531afa2 100644 --- a/source/Hack-Italic.ufo/glyphs/acutecomb.glif +++ b/source/Hack-Italic.ufo/glyphs/acutecomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/adieresis.glif b/source/Hack-Italic.ufo/glyphs/adieresis.glif index a6f69e05d..0b28417d4 100644 --- a/source/Hack-Italic.ufo/glyphs/adieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/adieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,31 +22,31 @@ - + - + - + - + - + @@ -61,7 +61,7 @@ - + @@ -71,7 +71,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -111,7 +111,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ae.glif b/source/Hack-Italic.ufo/glyphs/ae.glif index 1afa8ce4e..d8ad586dc 100644 --- a/source/Hack-Italic.ufo/glyphs/ae.glif +++ b/source/Hack-Italic.ufo/glyphs/ae.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -43,7 +43,7 @@ - + @@ -55,13 +55,13 @@ - + - + @@ -81,7 +81,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -106,13 +106,13 @@ - + - + - + @@ -125,7 +125,7 @@ - + @@ -145,7 +145,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/agrave.glif b/source/Hack-Italic.ufo/glyphs/agrave.glif index 483764b75..05509303f 100644 --- a/source/Hack-Italic.ufo/glyphs/agrave.glif +++ b/source/Hack-Italic.ufo/glyphs/agrave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -78,10 +78,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/alpha.glif b/source/Hack-Italic.ufo/glyphs/alpha.glif index 85c66d011..de57e2bd4 100644 --- a/source/Hack-Italic.ufo/glyphs/alpha.glif +++ b/source/Hack-Italic.ufo/glyphs/alpha.glif @@ -1,13 +1,13 @@ - + - + - + @@ -24,7 +24,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -46,13 +46,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/alphatonos.glif b/source/Hack-Italic.ufo/glyphs/alphatonos.glif index 1aa023d6c..c6daee924 100644 --- a/source/Hack-Italic.ufo/glyphs/alphatonos.glif +++ b/source/Hack-Italic.ufo/glyphs/alphatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -30,7 +30,7 @@ - + @@ -44,21 +44,21 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/amacron.glif b/source/Hack-Italic.ufo/glyphs/amacron.glif index ce90e01c9..219b93c1c 100644 --- a/source/Hack-Italic.ufo/glyphs/amacron.glif +++ b/source/Hack-Italic.ufo/glyphs/amacron.glif @@ -1,5 +1,5 @@ - + @@ -10,31 +10,31 @@ - + - + - + - + - + - + - + @@ -45,18 +45,18 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ampersand.glif b/source/Hack-Italic.ufo/glyphs/ampersand.glif index 00eb38dfa..27b7fde93 100644 --- a/source/Hack-Italic.ufo/glyphs/ampersand.glif +++ b/source/Hack-Italic.ufo/glyphs/ampersand.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,16 +19,16 @@ - + - + - + @@ -38,13 +38,13 @@ - + - + @@ -70,12 +70,12 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/angle.glif b/source/Hack-Italic.ufo/glyphs/angle.glif index 3e37e3fea..15ed0c692 100644 --- a/source/Hack-Italic.ufo/glyphs/angle.glif +++ b/source/Hack-Italic.ufo/glyphs/angle.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/aogonek.glif b/source/Hack-Italic.ufo/glyphs/aogonek.glif index f27e182a7..4e5ed78e9 100644 --- a/source/Hack-Italic.ufo/glyphs/aogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/aogonek.glif @@ -1,5 +1,5 @@ - + @@ -7,20 +7,20 @@ - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -39,27 +39,27 @@ - + - + - + - + - + - + @@ -70,7 +70,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/approxequal.glif b/source/Hack-Italic.ufo/glyphs/approxequal.glif index d1db4cbc6..b254886eb 100644 --- a/source/Hack-Italic.ufo/glyphs/approxequal.glif +++ b/source/Hack-Italic.ufo/glyphs/approxequal.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -47,10 +47,10 @@ - + - + @@ -62,7 +62,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -83,7 +83,7 @@ - + @@ -93,10 +93,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/aring.glif b/source/Hack-Italic.ufo/glyphs/aring.glif index 361976590..a95a23aea 100644 --- a/source/Hack-Italic.ufo/glyphs/aring.glif +++ b/source/Hack-Italic.ufo/glyphs/aring.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -30,30 +30,30 @@ - + - + - + - + - + @@ -68,7 +68,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -101,7 +101,7 @@ - + @@ -118,7 +118,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowboth.glif b/source/Hack-Italic.ufo/glyphs/arrowboth.glif index 579e9af35..a682509b7 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowboth.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowboth.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowdblboth.glif b/source/Hack-Italic.ufo/glyphs/arrowdblboth.glif index b2b312569..8d65e12c1 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowdblboth.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowdblboth.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowdbldown.glif b/source/Hack-Italic.ufo/glyphs/arrowdbldown.glif index 3d57ac1b2..894acf78d 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowdbldown.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowdbldown.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowdblleft.glif b/source/Hack-Italic.ufo/glyphs/arrowdblleft.glif index 6d3550a27..abca25d60 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowdblleft.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowdblleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowdblright.glif b/source/Hack-Italic.ufo/glyphs/arrowdblright.glif index 7c0c7ef9d..5a557ebef 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowdblright.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowdblright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowdblup.glif b/source/Hack-Italic.ufo/glyphs/arrowdblup.glif index f5e947b63..e25b57598 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowdblup.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowdblup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowdown.glif b/source/Hack-Italic.ufo/glyphs/arrowdown.glif index 56d9f1a7b..1bf71f83e 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowdown.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowdown.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowleft.glif b/source/Hack-Italic.ufo/glyphs/arrowleft.glif index 9acc9edb5..fcae395a4 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowleft.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowright.glif b/source/Hack-Italic.ufo/glyphs/arrowright.glif index bcc97f9c1..86d12a464 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowright.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowup.glif b/source/Hack-Italic.ufo/glyphs/arrowup.glif index 4d5cf67e5..fb5330471 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowup.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowupdn.glif b/source/Hack-Italic.ufo/glyphs/arrowupdn.glif index 2db0da577..73c605f8e 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowupdn.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowupdn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/arrowupdnbse.glif b/source/Hack-Italic.ufo/glyphs/arrowupdnbse.glif index 9ebab81c0..db093e9ac 100644 --- a/source/Hack-Italic.ufo/glyphs/arrowupdnbse.glif +++ b/source/Hack-Italic.ufo/glyphs/arrowupdnbse.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/asciicircum.glif b/source/Hack-Italic.ufo/glyphs/asciicircum.glif index 9b7325077..91f231c12 100644 --- a/source/Hack-Italic.ufo/glyphs/asciicircum.glif +++ b/source/Hack-Italic.ufo/glyphs/asciicircum.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/asciitilde.glif b/source/Hack-Italic.ufo/glyphs/asciitilde.glif index 2c2a98ec4..ef85e23d3 100644 --- a/source/Hack-Italic.ufo/glyphs/asciitilde.glif +++ b/source/Hack-Italic.ufo/glyphs/asciitilde.glif @@ -1,5 +1,5 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/asterisk.glif b/source/Hack-Italic.ufo/glyphs/asterisk.glif index ae25225ac..c473e3f21 100644 --- a/source/Hack-Italic.ufo/glyphs/asterisk.glif +++ b/source/Hack-Italic.ufo/glyphs/asterisk.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/asteriskmath.glif b/source/Hack-Italic.ufo/glyphs/asteriskmath.glif index 7a17e9143..dc2a1e93a 100644 --- a/source/Hack-Italic.ufo/glyphs/asteriskmath.glif +++ b/source/Hack-Italic.ufo/glyphs/asteriskmath.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/at.glif b/source/Hack-Italic.ufo/glyphs/at.glif index c34713bfa..a36f8d406 100644 --- a/source/Hack-Italic.ufo/glyphs/at.glif +++ b/source/Hack-Italic.ufo/glyphs/at.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,13 +22,13 @@ - + - + @@ -40,32 +40,32 @@ - + - + - + - + - + @@ -77,13 +77,13 @@ - + - + @@ -98,7 +98,7 @@ - + @@ -110,10 +110,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/atilde.glif b/source/Hack-Italic.ufo/glyphs/atilde.glif index 3abfd8190..32eda220a 100644 --- a/source/Hack-Italic.ufo/glyphs/atilde.glif +++ b/source/Hack-Italic.ufo/glyphs/atilde.glif @@ -1,10 +1,10 @@ - + - + @@ -30,7 +30,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -52,13 +52,13 @@ - + - + @@ -73,7 +73,7 @@ - + @@ -83,7 +83,7 @@ - + @@ -106,7 +106,7 @@ - + @@ -123,7 +123,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/b.glif b/source/Hack-Italic.ufo/glyphs/b.glif index e2bb814ae..d5e00356c 100644 --- a/source/Hack-Italic.ufo/glyphs/b.glif +++ b/source/Hack-Italic.ufo/glyphs/b.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/backslash.glif b/source/Hack-Italic.ufo/glyphs/backslash.glif index 055f57ac5..f7e847f48 100644 --- a/source/Hack-Italic.ufo/glyphs/backslash.glif +++ b/source/Hack-Italic.ufo/glyphs/backslash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/bar.glif b/source/Hack-Italic.ufo/glyphs/bar.glif index 58db8a601..81720854f 100644 --- a/source/Hack-Italic.ufo/glyphs/bar.glif +++ b/source/Hack-Italic.ufo/glyphs/bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/beta.glif b/source/Hack-Italic.ufo/glyphs/beta.glif index 5a76815bf..c1082ec2b 100644 --- a/source/Hack-Italic.ufo/glyphs/beta.glif +++ b/source/Hack-Italic.ufo/glyphs/beta.glif @@ -1,5 +1,5 @@ - + @@ -7,25 +7,25 @@ - + - + - + - + - + @@ -36,32 +36,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/block.glif b/source/Hack-Italic.ufo/glyphs/block.glif index bf10efca1..89dc04bf7 100644 --- a/source/Hack-Italic.ufo/glyphs/block.glif +++ b/source/Hack-Italic.ufo/glyphs/block.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/braceleft.glif b/source/Hack-Italic.ufo/glyphs/braceleft.glif index d34de7815..fc94d1791 100644 --- a/source/Hack-Italic.ufo/glyphs/braceleft.glif +++ b/source/Hack-Italic.ufo/glyphs/braceleft.glif @@ -1,5 +1,5 @@ - + @@ -65,9 +65,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2018-06-05 19:08:37 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-05 19:08:37 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/braceright.glif b/source/Hack-Italic.ufo/glyphs/braceright.glif index ee1b7fd01..e8b064104 100644 --- a/source/Hack-Italic.ufo/glyphs/braceright.glif +++ b/source/Hack-Italic.ufo/glyphs/braceright.glif @@ -1,5 +1,5 @@ - + @@ -66,9 +66,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2018-06-05 19:10:01 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-05 19:10:01 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/bracketleft.glif b/source/Hack-Italic.ufo/glyphs/bracketleft.glif index 2894002ed..6bfc2e55e 100644 --- a/source/Hack-Italic.ufo/glyphs/bracketleft.glif +++ b/source/Hack-Italic.ufo/glyphs/bracketleft.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2018-06-05 19:10:44 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-05 19:10:44 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/bracketright.glif b/source/Hack-Italic.ufo/glyphs/bracketright.glif index b2d65aaaa..e41fdae3e 100644 --- a/source/Hack-Italic.ufo/glyphs/bracketright.glif +++ b/source/Hack-Italic.ufo/glyphs/bracketright.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2018-06-05 19:11:26 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-05 19:11:26 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/breve.glif b/source/Hack-Italic.ufo/glyphs/breve.glif index 712637fb8..ee3ea6f70 100644 --- a/source/Hack-Italic.ufo/glyphs/breve.glif +++ b/source/Hack-Italic.ufo/glyphs/breve.glif @@ -1,10 +1,10 @@ - + - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/brokenbar.glif b/source/Hack-Italic.ufo/glyphs/brokenbar.glif index cb08926a1..3e6712bf7 100644 --- a/source/Hack-Italic.ufo/glyphs/brokenbar.glif +++ b/source/Hack-Italic.ufo/glyphs/brokenbar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/bullet.glif b/source/Hack-Italic.ufo/glyphs/bullet.glif index 90cb00552..696b7e309 100644 --- a/source/Hack-Italic.ufo/glyphs/bullet.glif +++ b/source/Hack-Italic.ufo/glyphs/bullet.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c.glif b/source/Hack-Italic.ufo/glyphs/c.glif index 0699e3267..6fdf11d59 100644 --- a/source/Hack-Italic.ufo/glyphs/c.glif +++ b/source/Hack-Italic.ufo/glyphs/c.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/c6459.glif b/source/Hack-Italic.ufo/glyphs/c6459.glif index c0f07e839..fe091ece7 100644 --- a/source/Hack-Italic.ufo/glyphs/c6459.glif +++ b/source/Hack-Italic.ufo/glyphs/c6459.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,14 +24,14 @@ - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6460.glif b/source/Hack-Italic.ufo/glyphs/c6460.glif index 777dc17e7..0b34b0687 100644 --- a/source/Hack-Italic.ufo/glyphs/c6460.glif +++ b/source/Hack-Italic.ufo/glyphs/c6460.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6461.glif b/source/Hack-Italic.ufo/glyphs/c6461.glif index 4ed3b7c24..6d9c66818 100644 --- a/source/Hack-Italic.ufo/glyphs/c6461.glif +++ b/source/Hack-Italic.ufo/glyphs/c6461.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6468.glif b/source/Hack-Italic.ufo/glyphs/c6468.glif index 691088e9d..90dba5446 100644 --- a/source/Hack-Italic.ufo/glyphs/c6468.glif +++ b/source/Hack-Italic.ufo/glyphs/c6468.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6470.glif b/source/Hack-Italic.ufo/glyphs/c6470.glif index 4b454fcd3..c0dd5214c 100644 --- a/source/Hack-Italic.ufo/glyphs/c6470.glif +++ b/source/Hack-Italic.ufo/glyphs/c6470.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6472.glif b/source/Hack-Italic.ufo/glyphs/c6472.glif index 11284f2a9..6ab78a17f 100644 --- a/source/Hack-Italic.ufo/glyphs/c6472.glif +++ b/source/Hack-Italic.ufo/glyphs/c6472.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6475.glif b/source/Hack-Italic.ufo/glyphs/c6475.glif index 389992d8b..76b54d108 100644 --- a/source/Hack-Italic.ufo/glyphs/c6475.glif +++ b/source/Hack-Italic.ufo/glyphs/c6475.glif @@ -1,9 +1,9 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6476.glif b/source/Hack-Italic.ufo/glyphs/c6476.glif index 08458f422..a8116b032 100644 --- a/source/Hack-Italic.ufo/glyphs/c6476.glif +++ b/source/Hack-Italic.ufo/glyphs/c6476.glif @@ -1,9 +1,9 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6477.glif b/source/Hack-Italic.ufo/glyphs/c6477.glif index c6d6cb280..e060f5091 100644 --- a/source/Hack-Italic.ufo/glyphs/c6477.glif +++ b/source/Hack-Italic.ufo/glyphs/c6477.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/c6478.glif b/source/Hack-Italic.ufo/glyphs/c6478.glif index 53a7b9721..a2c64f241 100644 --- a/source/Hack-Italic.ufo/glyphs/c6478.glif +++ b/source/Hack-Italic.ufo/glyphs/c6478.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/cacute.glif b/source/Hack-Italic.ufo/glyphs/cacute.glif index 98bfcd621..f3e491d89 100644 --- a/source/Hack-Italic.ufo/glyphs/cacute.glif +++ b/source/Hack-Italic.ufo/glyphs/cacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -25,7 +25,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -47,13 +47,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/caron.glif b/source/Hack-Italic.ufo/glyphs/caron.glif index 9ccb08ecb..35fe2a7af 100644 --- a/source/Hack-Italic.ufo/glyphs/caron.glif +++ b/source/Hack-Italic.ufo/glyphs/caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/carriagereturn.glif b/source/Hack-Italic.ufo/glyphs/carriagereturn.glif index 3d3e92fb9..c86459e08 100644 --- a/source/Hack-Italic.ufo/glyphs/carriagereturn.glif +++ b/source/Hack-Italic.ufo/glyphs/carriagereturn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ccaron.glif b/source/Hack-Italic.ufo/glyphs/ccaron.glif index d82d09e35..0edc44717 100644 --- a/source/Hack-Italic.ufo/glyphs/ccaron.glif +++ b/source/Hack-Italic.ufo/glyphs/ccaron.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -28,7 +28,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -50,13 +50,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ccedilla.glif b/source/Hack-Italic.ufo/glyphs/ccedilla.glif index 76526d1da..208a94c87 100644 --- a/source/Hack-Italic.ufo/glyphs/ccedilla.glif +++ b/source/Hack-Italic.ufo/glyphs/ccedilla.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -35,13 +35,13 @@ - + - + @@ -54,13 +54,13 @@ - + - + - + @@ -69,16 +69,16 @@ - + - + - + @@ -88,10 +88,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ccircumflex.glif b/source/Hack-Italic.ufo/glyphs/ccircumflex.glif index bf0e5af27..94977e90b 100644 --- a/source/Hack-Italic.ufo/glyphs/ccircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/ccircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/cdotaccent.glif b/source/Hack-Italic.ufo/glyphs/cdotaccent.glif index b77f66916..88623d066 100644 --- a/source/Hack-Italic.ufo/glyphs/cdotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/cdotaccent.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,32 +28,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/cedilla.glif b/source/Hack-Italic.ufo/glyphs/cedilla.glif index fb15042af..ce6faa511 100644 --- a/source/Hack-Italic.ufo/glyphs/cedilla.glif +++ b/source/Hack-Italic.ufo/glyphs/cedilla.glif @@ -1,10 +1,10 @@ - + - + @@ -17,13 +17,13 @@ - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/cent.glif b/source/Hack-Italic.ufo/glyphs/cent.glif index 56180bc46..41df7607c 100644 --- a/source/Hack-Italic.ufo/glyphs/cent.glif +++ b/source/Hack-Italic.ufo/glyphs/cent.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/chi.glif b/source/Hack-Italic.ufo/glyphs/chi.glif index 11d772926..12da1e14d 100644 --- a/source/Hack-Italic.ufo/glyphs/chi.glif +++ b/source/Hack-Italic.ufo/glyphs/chi.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/circle.glif b/source/Hack-Italic.ufo/glyphs/circle.glif index 039d68867..14db8f49a 100644 --- a/source/Hack-Italic.ufo/glyphs/circle.glif +++ b/source/Hack-Italic.ufo/glyphs/circle.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/circlemultiply.glif b/source/Hack-Italic.ufo/glyphs/circlemultiply.glif index fd7dde9ef..e09dc69d1 100644 --- a/source/Hack-Italic.ufo/glyphs/circlemultiply.glif +++ b/source/Hack-Italic.ufo/glyphs/circlemultiply.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/circleplus.glif b/source/Hack-Italic.ufo/glyphs/circleplus.glif index d0500786a..c6011b543 100644 --- a/source/Hack-Italic.ufo/glyphs/circleplus.glif +++ b/source/Hack-Italic.ufo/glyphs/circleplus.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/circumflex.glif b/source/Hack-Italic.ufo/glyphs/circumflex.glif index 7af62d1d9..b0db4c146 100644 --- a/source/Hack-Italic.ufo/glyphs/circumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/colon.glif b/source/Hack-Italic.ufo/glyphs/colon.glif index 45d0ac958..1ef48d0e6 100644 --- a/source/Hack-Italic.ufo/glyphs/colon.glif +++ b/source/Hack-Italic.ufo/glyphs/colon.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/colonmonetary.glif b/source/Hack-Italic.ufo/glyphs/colonmonetary.glif index fd60b8f30..a242a6e54 100644 --- a/source/Hack-Italic.ufo/glyphs/colonmonetary.glif +++ b/source/Hack-Italic.ufo/glyphs/colonmonetary.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -43,7 +43,7 @@ - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/comma.glif b/source/Hack-Italic.ufo/glyphs/comma.glif index 78ca6ba28..b2b08550d 100644 --- a/source/Hack-Italic.ufo/glyphs/comma.glif +++ b/source/Hack-Italic.ufo/glyphs/comma.glif @@ -1,5 +1,5 @@ - + @@ -10,28 +10,28 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/congruent.glif b/source/Hack-Italic.ufo/glyphs/congruent.glif index 1829325a4..d4e015914 100644 --- a/source/Hack-Italic.ufo/glyphs/congruent.glif +++ b/source/Hack-Italic.ufo/glyphs/congruent.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,14 +16,14 @@ - + - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/contents.plist b/source/Hack-Italic.ufo/glyphs/contents.plist index caffa904f..b606ff0ef 100644 --- a/source/Hack-Italic.ufo/glyphs/contents.plist +++ b/source/Hack-Italic.ufo/glyphs/contents.plist @@ -1,5 +1,5 @@ - + .notdef @@ -60,6 +60,8 @@ E_.glif Eacute E_acute.glif + Ebreve + E_breve.glif Ecaron E_caron.glif Ecircumflex @@ -114,6 +116,8 @@ I_J_.glif Iacute I_acute.glif + Ibreve + I_breve.glif Icircumflex I_circumflex.glif Idieresis @@ -152,8 +156,6 @@ L_caron.glif Ldot L_dot.glif - longs - longs.glif Lslash L_slash.glif M @@ -178,6 +180,8 @@ O_E_.glif Oacute O_acute.glif + Obreve + O_breve.glif Ocircumflex O_circumflex.glif Odieresis @@ -508,6 +512,8 @@ e.glif eacute eacute.glif + ebreve + ebreve.glif ecaron ecaron.glif ecircumflex @@ -524,18 +530,10 @@ eight.subs.glif element element.glif - onedotenleader - onedotenleader.glif - twodotenleader - twodotenleader.glif ellipsis ellipsis.glif emacron emacron.glif - Ebreve - E_breve.glif - ebreve - ebreve.glif emdash emdash.glif emptyset @@ -636,10 +634,14 @@ hungarumlaut.glif hyphen hyphen.glif + hyphenationpoint + hyphenationpoint.glif i i.glif iacute iacute.glif + ibreve + ibreve.glif icircumflex icircumflex.glif idieresis @@ -650,10 +652,6 @@ ij.glif imacron imacron.glif - Ibreve - I_breve.glif - ibreve - ibreve.glif infinity infinity.glif integral @@ -714,6 +712,8 @@ logicalnot.glif logicalor logicalor.glif + longs + longs.glif lozenge lozenge.glif lslash @@ -724,8 +724,12 @@ m.glif macron macron.glif + millisecond + millisecond.glif minus minus.glif + minute + minute.glif multiply multiply.glif musicalnote @@ -758,6 +762,8 @@ o.glif oacute oacute.glif + obreve + obreve.glif ocircumflex ocircumflex.glif odieresis @@ -774,10 +780,6 @@ ohungarumlaut.glif omacron omacron.glif - Obreve - O_breve.glif - obreve - obreve.glif omega omega.glif omegatonos @@ -790,6 +792,8 @@ one.glif one.subs one.subs.glif + onedotenleader + onedotenleader.glif oneeighth oneeighth.glif onehalf @@ -908,6 +912,8 @@ scedilla.glif scircumflex scircumflex.glif + second + second.glif section section.glif semicolon @@ -980,6 +986,8 @@ two.glif two.subs two.subs.glif + twodotenleader + twodotenleader.glif u u.glif uacute @@ -1902,18 +1910,10 @@ uni201F_.glif uni2023 uni2023.glif - hyphenationpoint - hyphenationpoint.glif uni202F uni202F_.glif uni2031 uni2031.glif - minute - minute.glif - second - second.glif - millisecond - millisecond.glif uni2035 uni2035.glif uni2036 diff --git a/source/Hack-Italic.ufo/glyphs/copyright.glif b/source/Hack-Italic.ufo/glyphs/copyright.glif index c2109d1de..7a421a4ce 100644 --- a/source/Hack-Italic.ufo/glyphs/copyright.glif +++ b/source/Hack-Italic.ufo/glyphs/copyright.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -104,16 +104,16 @@ - + - + - + @@ -126,16 +126,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/currency.glif b/source/Hack-Italic.ufo/glyphs/currency.glif index 5c4ca754f..0640004e3 100644 --- a/source/Hack-Italic.ufo/glyphs/currency.glif +++ b/source/Hack-Italic.ufo/glyphs/currency.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -23,7 +23,7 @@ - + @@ -32,10 +32,10 @@ - + - + @@ -50,32 +50,32 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/d.glif b/source/Hack-Italic.ufo/glyphs/d.glif index 18b8cc3db..bd7a7eeda 100644 --- a/source/Hack-Italic.ufo/glyphs/d.glif +++ b/source/Hack-Italic.ufo/glyphs/d.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/dagger.glif b/source/Hack-Italic.ufo/glyphs/dagger.glif index 123306f4f..4f3a6d071 100644 --- a/source/Hack-Italic.ufo/glyphs/dagger.glif +++ b/source/Hack-Italic.ufo/glyphs/dagger.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/daggerdbl.glif b/source/Hack-Italic.ufo/glyphs/daggerdbl.glif index 2ba351d3f..2e5880872 100644 --- a/source/Hack-Italic.ufo/glyphs/daggerdbl.glif +++ b/source/Hack-Italic.ufo/glyphs/daggerdbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/dcaron.glif b/source/Hack-Italic.ufo/glyphs/dcaron.glif index d646f64e3..ffcf9c841 100644 --- a/source/Hack-Italic.ufo/glyphs/dcaron.glif +++ b/source/Hack-Italic.ufo/glyphs/dcaron.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -32,22 +32,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/dcroat.glif b/source/Hack-Italic.ufo/glyphs/dcroat.glif index 3c6a1bbf1..e7473cdf9 100644 --- a/source/Hack-Italic.ufo/glyphs/dcroat.glif +++ b/source/Hack-Italic.ufo/glyphs/dcroat.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -41,15 +41,15 @@ - + - + - + @@ -64,7 +64,7 @@ - + @@ -73,7 +73,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/degree.glif b/source/Hack-Italic.ufo/glyphs/degree.glif index 4063b195d..114dc5894 100644 --- a/source/Hack-Italic.ufo/glyphs/degree.glif +++ b/source/Hack-Italic.ufo/glyphs/degree.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -28,7 +28,7 @@ - + @@ -36,25 +36,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/delta.glif b/source/Hack-Italic.ufo/glyphs/delta.glif index 157a953c8..62754f9c5 100644 --- a/source/Hack-Italic.ufo/glyphs/delta.glif +++ b/source/Hack-Italic.ufo/glyphs/delta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -28,15 +28,15 @@ - + - + - + @@ -50,13 +50,13 @@ - + - + - + @@ -64,22 +64,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/dieresis.glif b/source/Hack-Italic.ufo/glyphs/dieresis.glif index 0af925fbe..adbfb7e16 100644 --- a/source/Hack-Italic.ufo/glyphs/dieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/dieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/dieresistonos.glif b/source/Hack-Italic.ufo/glyphs/dieresistonos.glif index e62a4e3ea..e1ceb5a26 100644 --- a/source/Hack-Italic.ufo/glyphs/dieresistonos.glif +++ b/source/Hack-Italic.ufo/glyphs/dieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + @@ -28,15 +28,15 @@ - + - - + + diff --git a/source/Hack-Italic.ufo/glyphs/divide.glif b/source/Hack-Italic.ufo/glyphs/divide.glif index 59455b3d0..eef0f29cc 100644 --- a/source/Hack-Italic.ufo/glyphs/divide.glif +++ b/source/Hack-Italic.ufo/glyphs/divide.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -28,18 +28,18 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/dkshade.glif b/source/Hack-Italic.ufo/glyphs/dkshade.glif index 4107a505a..8a2848824 100644 --- a/source/Hack-Italic.ufo/glyphs/dkshade.glif +++ b/source/Hack-Italic.ufo/glyphs/dkshade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/dnblock.glif b/source/Hack-Italic.ufo/glyphs/dnblock.glif index d5c91abc5..ae024e4f7 100644 --- a/source/Hack-Italic.ufo/glyphs/dnblock.glif +++ b/source/Hack-Italic.ufo/glyphs/dnblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/dollar.glif b/source/Hack-Italic.ufo/glyphs/dollar.glif index f6c69161f..4bfa1f631 100644 --- a/source/Hack-Italic.ufo/glyphs/dollar.glif +++ b/source/Hack-Italic.ufo/glyphs/dollar.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -50,13 +50,13 @@ - + - + @@ -65,7 +65,7 @@ - + @@ -80,7 +80,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/dong.glif b/source/Hack-Italic.ufo/glyphs/dong.glif index d6c023eb8..54ad7647d 100644 --- a/source/Hack-Italic.ufo/glyphs/dong.glif +++ b/source/Hack-Italic.ufo/glyphs/dong.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -34,22 +34,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/dotaccent.glif b/source/Hack-Italic.ufo/glyphs/dotaccent.glif index 205ffb7e1..7ec471c41 100644 --- a/source/Hack-Italic.ufo/glyphs/dotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/dotaccent.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/dotbelowcomb.glif b/source/Hack-Italic.ufo/glyphs/dotbelowcomb.glif index 6e02b577b..e849782c4 100644 --- a/source/Hack-Italic.ufo/glyphs/dotbelowcomb.glif +++ b/source/Hack-Italic.ufo/glyphs/dotbelowcomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/dotlessi.glif b/source/Hack-Italic.ufo/glyphs/dotlessi.glif index 626d599fb..a1c145693 100644 --- a/source/Hack-Italic.ufo/glyphs/dotlessi.glif +++ b/source/Hack-Italic.ufo/glyphs/dotlessi.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,13 +24,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/dotmath.glif b/source/Hack-Italic.ufo/glyphs/dotmath.glif index 26abf5f07..e30c524ff 100644 --- a/source/Hack-Italic.ufo/glyphs/dotmath.glif +++ b/source/Hack-Italic.ufo/glyphs/dotmath.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/e.glif b/source/Hack-Italic.ufo/glyphs/e.glif index 482e38653..913ab35e0 100644 --- a/source/Hack-Italic.ufo/glyphs/e.glif +++ b/source/Hack-Italic.ufo/glyphs/e.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/eacute.glif b/source/Hack-Italic.ufo/glyphs/eacute.glif index 53bbde48b..03fc41458 100644 --- a/source/Hack-Italic.ufo/glyphs/eacute.glif +++ b/source/Hack-Italic.ufo/glyphs/eacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -25,13 +25,13 @@ - + - + @@ -41,16 +41,16 @@ - + - + - + @@ -68,16 +68,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ebreve.glif b/source/Hack-Italic.ufo/glyphs/ebreve.glif index 5103fcde5..1b122ee83 100644 --- a/source/Hack-Italic.ufo/glyphs/ebreve.glif +++ b/source/Hack-Italic.ufo/glyphs/ebreve.glif @@ -1,18 +1,18 @@ - + - + - + @@ -21,13 +21,13 @@ - + - + @@ -37,16 +37,16 @@ - + - + - + @@ -62,16 +62,16 @@ - + - + - + @@ -82,7 +82,7 @@ - + @@ -102,7 +102,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ecaron.glif b/source/Hack-Italic.ufo/glyphs/ecaron.glif index dfe639e78..2984fd14b 100644 --- a/source/Hack-Italic.ufo/glyphs/ecaron.glif +++ b/source/Hack-Italic.ufo/glyphs/ecaron.glif @@ -1,5 +1,5 @@ - + @@ -13,29 +13,29 @@ - + - + - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ecircumflex.glif b/source/Hack-Italic.ufo/glyphs/ecircumflex.glif index 910c62d28..9df745129 100644 --- a/source/Hack-Italic.ufo/glyphs/ecircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/ecircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -28,13 +28,13 @@ - + - + @@ -44,16 +44,16 @@ - + - + - + @@ -71,16 +71,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/edieresis.glif b/source/Hack-Italic.ufo/glyphs/edieresis.glif index e117d5cb2..4473c6158 100644 --- a/source/Hack-Italic.ufo/glyphs/edieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/edieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,13 +40,13 @@ - + - + @@ -55,13 +55,13 @@ - + - + @@ -71,16 +71,16 @@ - + - + - + @@ -98,16 +98,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/edotaccent.glif b/source/Hack-Italic.ufo/glyphs/edotaccent.glif index db1d17444..4eca2ad60 100644 --- a/source/Hack-Italic.ufo/glyphs/edotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/edotaccent.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,29 +28,29 @@ - + - + - + - + - + - + @@ -62,10 +62,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/egrave.glif b/source/Hack-Italic.ufo/glyphs/egrave.glif index 61230020d..8f31a0269 100644 --- a/source/Hack-Italic.ufo/glyphs/egrave.glif +++ b/source/Hack-Italic.ufo/glyphs/egrave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -25,13 +25,13 @@ - + - + @@ -41,16 +41,16 @@ - + - + - + @@ -68,16 +68,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/eight.glif b/source/Hack-Italic.ufo/glyphs/eight.glif index 362e98638..932d1e685 100644 --- a/source/Hack-Italic.ufo/glyphs/eight.glif +++ b/source/Hack-Italic.ufo/glyphs/eight.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,19 +19,19 @@ - + - + - + @@ -40,7 +40,7 @@ - + @@ -48,25 +48,25 @@ - + - + - + - + @@ -74,25 +74,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/eight.subs.glif b/source/Hack-Italic.ufo/glyphs/eight.subs.glif index c52b5fff8..fce9bb10a 100644 --- a/source/Hack-Italic.ufo/glyphs/eight.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/eight.subs.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/element.glif b/source/Hack-Italic.ufo/glyphs/element.glif index e7cae931d..332cfd83e 100644 --- a/source/Hack-Italic.ufo/glyphs/element.glif +++ b/source/Hack-Italic.ufo/glyphs/element.glif @@ -1,16 +1,16 @@ - + - + - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ellipsis.glif b/source/Hack-Italic.ufo/glyphs/ellipsis.glif index a29cdb95a..32c7b0846 100644 --- a/source/Hack-Italic.ufo/glyphs/ellipsis.glif +++ b/source/Hack-Italic.ufo/glyphs/ellipsis.glif @@ -1,10 +1,10 @@ - + - + @@ -14,8 +14,8 @@ - - + + @@ -28,7 +28,7 @@ - + @@ -38,8 +38,8 @@ - - + + @@ -52,7 +52,7 @@ - + @@ -62,8 +62,8 @@ - - + + diff --git a/source/Hack-Italic.ufo/glyphs/emacron.glif b/source/Hack-Italic.ufo/glyphs/emacron.glif index 832bf6a05..0ae03cbf0 100644 --- a/source/Hack-Italic.ufo/glyphs/emacron.glif +++ b/source/Hack-Italic.ufo/glyphs/emacron.glif @@ -1,5 +1,5 @@ - + @@ -10,29 +10,29 @@ - + - + - + - + - + - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/emdash.glif b/source/Hack-Italic.ufo/glyphs/emdash.glif index ff48868b7..e9017adad 100644 --- a/source/Hack-Italic.ufo/glyphs/emdash.glif +++ b/source/Hack-Italic.ufo/glyphs/emdash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/emptyset.glif b/source/Hack-Italic.ufo/glyphs/emptyset.glif index 63d2c8954..6075b883f 100644 --- a/source/Hack-Italic.ufo/glyphs/emptyset.glif +++ b/source/Hack-Italic.ufo/glyphs/emptyset.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + @@ -23,13 +23,13 @@ - + - + @@ -39,16 +39,16 @@ - + - + - + - + @@ -57,16 +57,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/endash.glif b/source/Hack-Italic.ufo/glyphs/endash.glif index 87ba0672b..ccafcb405 100644 --- a/source/Hack-Italic.ufo/glyphs/endash.glif +++ b/source/Hack-Italic.ufo/glyphs/endash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/eng.glif b/source/Hack-Italic.ufo/glyphs/eng.glif index 1d86c1d0c..150abbb82 100644 --- a/source/Hack-Italic.ufo/glyphs/eng.glif +++ b/source/Hack-Italic.ufo/glyphs/eng.glif @@ -1,21 +1,21 @@ - + - + - + - + @@ -26,17 +26,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/eogonek.glif b/source/Hack-Italic.ufo/glyphs/eogonek.glif index e236aba82..e303131de 100644 --- a/source/Hack-Italic.ufo/glyphs/eogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/eogonek.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -20,51 +20,51 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/epsilon.glif b/source/Hack-Italic.ufo/glyphs/epsilon.glif index 33ed2b842..2d22f462c 100644 --- a/source/Hack-Italic.ufo/glyphs/epsilon.glif +++ b/source/Hack-Italic.ufo/glyphs/epsilon.glif @@ -1,10 +1,10 @@ - + - + @@ -29,14 +29,14 @@ - + - + @@ -74,7 +74,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/epsilontonos.glif b/source/Hack-Italic.ufo/glyphs/epsilontonos.glif index b2f52a7d9..5af362218 100644 --- a/source/Hack-Italic.ufo/glyphs/epsilontonos.glif +++ b/source/Hack-Italic.ufo/glyphs/epsilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -35,14 +35,14 @@ - + - + @@ -80,7 +80,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/equal.glif b/source/Hack-Italic.ufo/glyphs/equal.glif index d73313a4c..7628dca26 100644 --- a/source/Hack-Italic.ufo/glyphs/equal.glif +++ b/source/Hack-Italic.ufo/glyphs/equal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/equivalence.glif b/source/Hack-Italic.ufo/glyphs/equivalence.glif index 8f382f691..339685b14 100644 --- a/source/Hack-Italic.ufo/glyphs/equivalence.glif +++ b/source/Hack-Italic.ufo/glyphs/equivalence.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/eta.glif b/source/Hack-Italic.ufo/glyphs/eta.glif index 740a68116..38b1a1087 100644 --- a/source/Hack-Italic.ufo/glyphs/eta.glif +++ b/source/Hack-Italic.ufo/glyphs/eta.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/etatonos.glif b/source/Hack-Italic.ufo/glyphs/etatonos.glif index 905f82d85..3414d58c5 100644 --- a/source/Hack-Italic.ufo/glyphs/etatonos.glif +++ b/source/Hack-Italic.ufo/glyphs/etatonos.glif @@ -1,5 +1,5 @@ - + @@ -13,10 +13,10 @@ - + - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/eth.glif b/source/Hack-Italic.ufo/glyphs/eth.glif index e81deac15..4fb1918a4 100644 --- a/source/Hack-Italic.ufo/glyphs/eth.glif +++ b/source/Hack-Italic.ufo/glyphs/eth.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,10 +22,10 @@ - + - + @@ -47,7 +47,7 @@ - + @@ -61,16 +61,16 @@ - + - + - + @@ -79,13 +79,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/exclam.glif b/source/Hack-Italic.ufo/glyphs/exclam.glif index acb3d2495..047a5f0db 100644 --- a/source/Hack-Italic.ufo/glyphs/exclam.glif +++ b/source/Hack-Italic.ufo/glyphs/exclam.glif @@ -1,5 +1,5 @@ - + @@ -12,25 +12,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/exclamdbl.glif b/source/Hack-Italic.ufo/glyphs/exclamdbl.glif index b3894bbc4..3f5149d74 100644 --- a/source/Hack-Italic.ufo/glyphs/exclamdbl.glif +++ b/source/Hack-Italic.ufo/glyphs/exclamdbl.glif @@ -1,5 +1,5 @@ - + @@ -20,25 +20,25 @@ - + - + - + - + @@ -46,25 +46,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/exclamdown.case.glif b/source/Hack-Italic.ufo/glyphs/exclamdown.case.glif index 337d21569..a6228c54b 100644 --- a/source/Hack-Italic.ufo/glyphs/exclamdown.case.glif +++ b/source/Hack-Italic.ufo/glyphs/exclamdown.case.glif @@ -1,27 +1,27 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/exclamdown.glif b/source/Hack-Italic.ufo/glyphs/exclamdown.glif index 40254500b..bf31af0d7 100644 --- a/source/Hack-Italic.ufo/glyphs/exclamdown.glif +++ b/source/Hack-Italic.ufo/glyphs/exclamdown.glif @@ -1,28 +1,28 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/existential.glif b/source/Hack-Italic.ufo/glyphs/existential.glif index 0dd4a56d8..f5dfcdbd2 100644 --- a/source/Hack-Italic.ufo/glyphs/existential.glif +++ b/source/Hack-Italic.ufo/glyphs/existential.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/f.glif b/source/Hack-Italic.ufo/glyphs/f.glif index 89991f1b8..7a1867f95 100644 --- a/source/Hack-Italic.ufo/glyphs/f.glif +++ b/source/Hack-Italic.ufo/glyphs/f.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/figuredash.glif b/source/Hack-Italic.ufo/glyphs/figuredash.glif index 9dfcda10f..8b551f6d8 100644 --- a/source/Hack-Italic.ufo/glyphs/figuredash.glif +++ b/source/Hack-Italic.ufo/glyphs/figuredash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/filledbox.glif b/source/Hack-Italic.ufo/glyphs/filledbox.glif index ce4481119..a7028df70 100644 --- a/source/Hack-Italic.ufo/glyphs/filledbox.glif +++ b/source/Hack-Italic.ufo/glyphs/filledbox.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/filledrect.glif b/source/Hack-Italic.ufo/glyphs/filledrect.glif index 2dfc9ac67..eca6c2868 100644 --- a/source/Hack-Italic.ufo/glyphs/filledrect.glif +++ b/source/Hack-Italic.ufo/glyphs/filledrect.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/five.glif b/source/Hack-Italic.ufo/glyphs/five.glif index db4137da8..8b89901e7 100644 --- a/source/Hack-Italic.ufo/glyphs/five.glif +++ b/source/Hack-Italic.ufo/glyphs/five.glif @@ -1,10 +1,10 @@ - + - + @@ -17,16 +17,16 @@ - + - + - + @@ -40,13 +40,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/five.subs.glif b/source/Hack-Italic.ufo/glyphs/five.subs.glif index 869ac76c1..de0ce9f75 100644 --- a/source/Hack-Italic.ufo/glyphs/five.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/five.subs.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/fiveeighths.glif b/source/Hack-Italic.ufo/glyphs/fiveeighths.glif index 2314a126f..2a9041269 100644 --- a/source/Hack-Italic.ufo/glyphs/fiveeighths.glif +++ b/source/Hack-Italic.ufo/glyphs/fiveeighths.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -45,56 +45,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/florin.glif b/source/Hack-Italic.ufo/glyphs/florin.glif index 8c35eae60..bb6233b84 100644 --- a/source/Hack-Italic.ufo/glyphs/florin.glif +++ b/source/Hack-Italic.ufo/glyphs/florin.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -31,10 +31,10 @@ - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/four.glif b/source/Hack-Italic.ufo/glyphs/four.glif index 944c7ec74..b07f03e8b 100644 --- a/source/Hack-Italic.ufo/glyphs/four.glif +++ b/source/Hack-Italic.ufo/glyphs/four.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/four.subs.glif b/source/Hack-Italic.ufo/glyphs/four.subs.glif index 623a2aa18..fd9ff605b 100644 --- a/source/Hack-Italic.ufo/glyphs/four.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/four.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/franc.glif b/source/Hack-Italic.ufo/glyphs/franc.glif index 77db3b6bb..fcca72a95 100644 --- a/source/Hack-Italic.ufo/glyphs/franc.glif +++ b/source/Hack-Italic.ufo/glyphs/franc.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/g.glif b/source/Hack-Italic.ufo/glyphs/g.glif index 9d1bdcc94..cbc3cf68d 100644 --- a/source/Hack-Italic.ufo/glyphs/g.glif +++ b/source/Hack-Italic.ufo/glyphs/g.glif @@ -1,5 +1,5 @@ - + @@ -50,9 +50,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/gamma.glif b/source/Hack-Italic.ufo/glyphs/gamma.glif index 207766db8..4183c846d 100644 --- a/source/Hack-Italic.ufo/glyphs/gamma.glif +++ b/source/Hack-Italic.ufo/glyphs/gamma.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/gbreve.glif b/source/Hack-Italic.ufo/glyphs/gbreve.glif index d73123f8d..994f0bfd9 100644 --- a/source/Hack-Italic.ufo/glyphs/gbreve.glif +++ b/source/Hack-Italic.ufo/glyphs/gbreve.glif @@ -1,10 +1,10 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -52,7 +52,7 @@ - + @@ -65,13 +65,13 @@ - + - + @@ -83,7 +83,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -112,19 +112,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/gcaron.glif b/source/Hack-Italic.ufo/glyphs/gcaron.glif index e0d763455..e4a6ead8a 100644 --- a/source/Hack-Italic.ufo/glyphs/gcaron.glif +++ b/source/Hack-Italic.ufo/glyphs/gcaron.glif @@ -1,5 +1,5 @@ - + @@ -13,30 +13,30 @@ - + - + - + - + - + @@ -47,7 +47,7 @@ - + @@ -56,10 +56,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/gcircumflex.glif b/source/Hack-Italic.ufo/glyphs/gcircumflex.glif index cbde9f80d..a59d8c24e 100644 --- a/source/Hack-Italic.ufo/glyphs/gcircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/gcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/gdotaccent.glif b/source/Hack-Italic.ufo/glyphs/gdotaccent.glif index 583e768b6..028e3431c 100644 --- a/source/Hack-Italic.ufo/glyphs/gdotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/gdotaccent.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,30 +28,30 @@ - + - + - + - + - + @@ -62,7 +62,7 @@ - + @@ -71,10 +71,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/germandbls.glif b/source/Hack-Italic.ufo/glyphs/germandbls.glif index 592472798..0d829f18b 100644 --- a/source/Hack-Italic.ufo/glyphs/germandbls.glif +++ b/source/Hack-Italic.ufo/glyphs/germandbls.glif @@ -1,10 +1,10 @@ - + - + @@ -17,13 +17,13 @@ - + - + @@ -36,7 +36,7 @@ - + @@ -48,16 +48,16 @@ - + - + - + - + @@ -69,7 +69,7 @@ - + @@ -84,20 +84,20 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/gradient.glif b/source/Hack-Italic.ufo/glyphs/gradient.glif index dd29e1d1e..42fec63dd 100644 --- a/source/Hack-Italic.ufo/glyphs/gradient.glif +++ b/source/Hack-Italic.ufo/glyphs/gradient.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/grave.glif b/source/Hack-Italic.ufo/glyphs/grave.glif index 41be21fdf..f21fe7b2c 100644 --- a/source/Hack-Italic.ufo/glyphs/grave.glif +++ b/source/Hack-Italic.ufo/glyphs/grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/gravecomb.glif b/source/Hack-Italic.ufo/glyphs/gravecomb.glif index e707b1d03..447f5c32b 100644 --- a/source/Hack-Italic.ufo/glyphs/gravecomb.glif +++ b/source/Hack-Italic.ufo/glyphs/gravecomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/greater.glif b/source/Hack-Italic.ufo/glyphs/greater.glif index f9362cb05..827840932 100644 --- a/source/Hack-Italic.ufo/glyphs/greater.glif +++ b/source/Hack-Italic.ufo/glyphs/greater.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/greaterequal.glif b/source/Hack-Italic.ufo/glyphs/greaterequal.glif index aa5bab370..f390c010e 100644 --- a/source/Hack-Italic.ufo/glyphs/greaterequal.glif +++ b/source/Hack-Italic.ufo/glyphs/greaterequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/guillemotleft.glif b/source/Hack-Italic.ufo/glyphs/guillemotleft.glif index a5a201e58..0330fa1b9 100644 --- a/source/Hack-Italic.ufo/glyphs/guillemotleft.glif +++ b/source/Hack-Italic.ufo/glyphs/guillemotleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/guillemotright.glif b/source/Hack-Italic.ufo/glyphs/guillemotright.glif index 8c5f4b8f0..2224f9263 100644 --- a/source/Hack-Italic.ufo/glyphs/guillemotright.glif +++ b/source/Hack-Italic.ufo/glyphs/guillemotright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/guilsinglleft.glif b/source/Hack-Italic.ufo/glyphs/guilsinglleft.glif index 378411976..0c9aa38bd 100644 --- a/source/Hack-Italic.ufo/glyphs/guilsinglleft.glif +++ b/source/Hack-Italic.ufo/glyphs/guilsinglleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/guilsinglright.glif b/source/Hack-Italic.ufo/glyphs/guilsinglright.glif index 4061ccbdc..090e2e3bb 100644 --- a/source/Hack-Italic.ufo/glyphs/guilsinglright.glif +++ b/source/Hack-Italic.ufo/glyphs/guilsinglright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/h.glif b/source/Hack-Italic.ufo/glyphs/h.glif index 2b47667ec..d394c7f72 100644 --- a/source/Hack-Italic.ufo/glyphs/h.glif +++ b/source/Hack-Italic.ufo/glyphs/h.glif @@ -1,5 +1,5 @@ - + @@ -36,9 +36,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/hbar.glif b/source/Hack-Italic.ufo/glyphs/hbar.glif index 35c40a48d..99402e689 100644 --- a/source/Hack-Italic.ufo/glyphs/hbar.glif +++ b/source/Hack-Italic.ufo/glyphs/hbar.glif @@ -1,5 +1,5 @@ - + @@ -17,22 +17,22 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/hcircumflex.glif b/source/Hack-Italic.ufo/glyphs/hcircumflex.glif index e17c97ef8..9f8a35de4 100644 --- a/source/Hack-Italic.ufo/glyphs/hcircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/hcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/hookabovecomb.glif b/source/Hack-Italic.ufo/glyphs/hookabovecomb.glif index 028908413..17a54602e 100644 --- a/source/Hack-Italic.ufo/glyphs/hookabovecomb.glif +++ b/source/Hack-Italic.ufo/glyphs/hookabovecomb.glif @@ -1,6 +1,5 @@ - - + @@ -10,20 +9,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/hungarumlaut.glif b/source/Hack-Italic.ufo/glyphs/hungarumlaut.glif index 687cc1d53..5979d6d60 100644 --- a/source/Hack-Italic.ufo/glyphs/hungarumlaut.glif +++ b/source/Hack-Italic.ufo/glyphs/hungarumlaut.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/hyphen.glif b/source/Hack-Italic.ufo/glyphs/hyphen.glif index 90674a912..63aaf0b80 100644 --- a/source/Hack-Italic.ufo/glyphs/hyphen.glif +++ b/source/Hack-Italic.ufo/glyphs/hyphen.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/hyphenationpoint.glif b/source/Hack-Italic.ufo/glyphs/hyphenationpoint.glif index e21ab649e..2a9fa1b42 100644 --- a/source/Hack-Italic.ufo/glyphs/hyphenationpoint.glif +++ b/source/Hack-Italic.ufo/glyphs/hyphenationpoint.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/i.glif b/source/Hack-Italic.ufo/glyphs/i.glif index 224f85e6c..3c50f41d6 100644 --- a/source/Hack-Italic.ufo/glyphs/i.glif +++ b/source/Hack-Italic.ufo/glyphs/i.glif @@ -1,5 +1,5 @@ - + @@ -51,9 +51,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/iacute.glif b/source/Hack-Italic.ufo/glyphs/iacute.glif index f48f7b338..b8edc78c9 100644 --- a/source/Hack-Italic.ufo/glyphs/iacute.glif +++ b/source/Hack-Italic.ufo/glyphs/iacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,13 +30,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ibreve.glif b/source/Hack-Italic.ufo/glyphs/ibreve.glif index b96e334bc..5335fadbc 100644 --- a/source/Hack-Italic.ufo/glyphs/ibreve.glif +++ b/source/Hack-Italic.ufo/glyphs/ibreve.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,13 +24,13 @@ - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/icircumflex.glif b/source/Hack-Italic.ufo/glyphs/icircumflex.glif index 2c63dd7cf..7e8ea577a 100644 --- a/source/Hack-Italic.ufo/glyphs/icircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/icircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/idieresis.glif b/source/Hack-Italic.ufo/glyphs/idieresis.glif index c495a94c7..c92c4c652 100644 --- a/source/Hack-Italic.ufo/glyphs/idieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/idieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,13 +40,13 @@ - + - + @@ -60,13 +60,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/igrave.glif b/source/Hack-Italic.ufo/glyphs/igrave.glif index 3fc5203ab..a202a1ece 100644 --- a/source/Hack-Italic.ufo/glyphs/igrave.glif +++ b/source/Hack-Italic.ufo/glyphs/igrave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,13 +30,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ij.glif b/source/Hack-Italic.ufo/glyphs/ij.glif index 3d36b9563..b55cfe098 100644 --- a/source/Hack-Italic.ufo/glyphs/ij.glif +++ b/source/Hack-Italic.ufo/glyphs/ij.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/imacron.glif b/source/Hack-Italic.ufo/glyphs/imacron.glif index 1a6f6d72d..70cb24935 100644 --- a/source/Hack-Italic.ufo/glyphs/imacron.glif +++ b/source/Hack-Italic.ufo/glyphs/imacron.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,13 +30,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/infinity.glif b/source/Hack-Italic.ufo/glyphs/infinity.glif index 413b0303f..dde3d7bf6 100644 --- a/source/Hack-Italic.ufo/glyphs/infinity.glif +++ b/source/Hack-Italic.ufo/glyphs/infinity.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,19 +22,19 @@ - + - + - + @@ -48,7 +48,7 @@ - + @@ -60,13 +60,13 @@ - + - + @@ -74,19 +74,19 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/integral.glif b/source/Hack-Italic.ufo/glyphs/integral.glif index f6803f446..438b9aebc 100644 --- a/source/Hack-Italic.ufo/glyphs/integral.glif +++ b/source/Hack-Italic.ufo/glyphs/integral.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -43,7 +43,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/integralbt.glif b/source/Hack-Italic.ufo/glyphs/integralbt.glif index ef1dfa023..42d7fbac4 100644 --- a/source/Hack-Italic.ufo/glyphs/integralbt.glif +++ b/source/Hack-Italic.ufo/glyphs/integralbt.glif @@ -1,10 +1,10 @@ - + - + @@ -19,17 +19,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/integraltp.glif b/source/Hack-Italic.ufo/glyphs/integraltp.glif index 9517a64b4..280cf79e6 100644 --- a/source/Hack-Italic.ufo/glyphs/integraltp.glif +++ b/source/Hack-Italic.ufo/glyphs/integraltp.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/intersection.glif b/source/Hack-Italic.ufo/glyphs/intersection.glif index 8c9fb5079..02436f0a7 100644 --- a/source/Hack-Italic.ufo/glyphs/intersection.glif +++ b/source/Hack-Italic.ufo/glyphs/intersection.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -28,22 +28,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/invbullet.glif b/source/Hack-Italic.ufo/glyphs/invbullet.glif index a3eb0a7ae..44022180d 100644 --- a/source/Hack-Italic.ufo/glyphs/invbullet.glif +++ b/source/Hack-Italic.ufo/glyphs/invbullet.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/invcircle.glif b/source/Hack-Italic.ufo/glyphs/invcircle.glif index e0d36fb47..a59eb9cc6 100644 --- a/source/Hack-Italic.ufo/glyphs/invcircle.glif +++ b/source/Hack-Italic.ufo/glyphs/invcircle.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/iogonek.glif b/source/Hack-Italic.ufo/glyphs/iogonek.glif index b9fb856c3..89b0e2ce8 100644 --- a/source/Hack-Italic.ufo/glyphs/iogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/iogonek.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,29 +25,29 @@ - + - + - + - + - + - + @@ -61,13 +61,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/iota.glif b/source/Hack-Italic.ufo/glyphs/iota.glif index daa1b8992..a7dfc5611 100644 --- a/source/Hack-Italic.ufo/glyphs/iota.glif +++ b/source/Hack-Italic.ufo/glyphs/iota.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/iotadieresis.glif b/source/Hack-Italic.ufo/glyphs/iotadieresis.glif index 75381b3e2..ac80e7fe4 100644 --- a/source/Hack-Italic.ufo/glyphs/iotadieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/iotadieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,10 +40,10 @@ - + - + @@ -54,10 +54,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/iotadieresistonos.glif b/source/Hack-Italic.ufo/glyphs/iotadieresistonos.glif index a9e3a3414..0a7e2f3ee 100644 --- a/source/Hack-Italic.ufo/glyphs/iotadieresistonos.glif +++ b/source/Hack-Italic.ufo/glyphs/iotadieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + @@ -28,15 +28,15 @@ - + - - + + @@ -46,10 +46,10 @@ - + - + @@ -60,10 +60,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/iotatonos.glif b/source/Hack-Italic.ufo/glyphs/iotatonos.glif index 7a7532477..9a515b83e 100644 --- a/source/Hack-Italic.ufo/glyphs/iotatonos.glif +++ b/source/Hack-Italic.ufo/glyphs/iotatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/itilde.glif b/source/Hack-Italic.ufo/glyphs/itilde.glif index 3e366e138..aaf8f996a 100644 --- a/source/Hack-Italic.ufo/glyphs/itilde.glif +++ b/source/Hack-Italic.ufo/glyphs/itilde.glif @@ -1,31 +1,31 @@ - + - + - + - + - + @@ -34,13 +34,13 @@ - + - + @@ -54,13 +54,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/j.glif b/source/Hack-Italic.ufo/glyphs/j.glif index 9a9e4d6ed..efdef1fd5 100644 --- a/source/Hack-Italic.ufo/glyphs/j.glif +++ b/source/Hack-Italic.ufo/glyphs/j.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/jcircumflex.glif b/source/Hack-Italic.ufo/glyphs/jcircumflex.glif index af98e6ff6..5bb018090 100644 --- a/source/Hack-Italic.ufo/glyphs/jcircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/jcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/k.glif b/source/Hack-Italic.ufo/glyphs/k.glif index b630a8eb2..b49f4f036 100644 --- a/source/Hack-Italic.ufo/glyphs/k.glif +++ b/source/Hack-Italic.ufo/glyphs/k.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/kappa.glif b/source/Hack-Italic.ufo/glyphs/kappa.glif index 146e2c3cd..b2182d88e 100644 --- a/source/Hack-Italic.ufo/glyphs/kappa.glif +++ b/source/Hack-Italic.ufo/glyphs/kappa.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/kgreenlandic.glif b/source/Hack-Italic.ufo/glyphs/kgreenlandic.glif index e493e7d9e..135794d4a 100644 --- a/source/Hack-Italic.ufo/glyphs/kgreenlandic.glif +++ b/source/Hack-Italic.ufo/glyphs/kgreenlandic.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/l.glif b/source/Hack-Italic.ufo/glyphs/l.glif index 358dadf48..55e84a0dc 100644 --- a/source/Hack-Italic.ufo/glyphs/l.glif +++ b/source/Hack-Italic.ufo/glyphs/l.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/lacute.glif b/source/Hack-Italic.ufo/glyphs/lacute.glif index 13b6c49f8..a5d2644ad 100644 --- a/source/Hack-Italic.ufo/glyphs/lacute.glif +++ b/source/Hack-Italic.ufo/glyphs/lacute.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/lambda.glif b/source/Hack-Italic.ufo/glyphs/lambda.glif index f697a3e4a..9501c0302 100644 --- a/source/Hack-Italic.ufo/glyphs/lambda.glif +++ b/source/Hack-Italic.ufo/glyphs/lambda.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/layerinfo.plist b/source/Hack-Italic.ufo/glyphs/layerinfo.plist new file mode 100644 index 000000000..0c67376eb --- /dev/null +++ b/source/Hack-Italic.ufo/glyphs/layerinfo.plist @@ -0,0 +1,5 @@ + + + + + diff --git a/source/Hack-Italic.ufo/glyphs/lcaron.glif b/source/Hack-Italic.ufo/glyphs/lcaron.glif index f002dd0ad..54ce67df8 100644 --- a/source/Hack-Italic.ufo/glyphs/lcaron.glif +++ b/source/Hack-Italic.ufo/glyphs/lcaron.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ldot.glif b/source/Hack-Italic.ufo/glyphs/ldot.glif index f56a6f612..3cc4ac25e 100644 --- a/source/Hack-Italic.ufo/glyphs/ldot.glif +++ b/source/Hack-Italic.ufo/glyphs/ldot.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/less.glif b/source/Hack-Italic.ufo/glyphs/less.glif index 708f7b41b..f69a55b5d 100644 --- a/source/Hack-Italic.ufo/glyphs/less.glif +++ b/source/Hack-Italic.ufo/glyphs/less.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/lessequal.glif b/source/Hack-Italic.ufo/glyphs/lessequal.glif index 579f938f3..20aa154aa 100644 --- a/source/Hack-Italic.ufo/glyphs/lessequal.glif +++ b/source/Hack-Italic.ufo/glyphs/lessequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/lfblock.glif b/source/Hack-Italic.ufo/glyphs/lfblock.glif index 8a76fb3d0..379f2131b 100644 --- a/source/Hack-Italic.ufo/glyphs/lfblock.glif +++ b/source/Hack-Italic.ufo/glyphs/lfblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/lira.glif b/source/Hack-Italic.ufo/glyphs/lira.glif index b9d7dd380..c22eb0232 100644 --- a/source/Hack-Italic.ufo/glyphs/lira.glif +++ b/source/Hack-Italic.ufo/glyphs/lira.glif @@ -1,5 +1,5 @@ - + @@ -17,14 +17,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/logicaland.glif b/source/Hack-Italic.ufo/glyphs/logicaland.glif index 301a644c5..bf3b706b5 100644 --- a/source/Hack-Italic.ufo/glyphs/logicaland.glif +++ b/source/Hack-Italic.ufo/glyphs/logicaland.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/logicalnot.glif b/source/Hack-Italic.ufo/glyphs/logicalnot.glif index 84962a17b..cb4d3f9cd 100644 --- a/source/Hack-Italic.ufo/glyphs/logicalnot.glif +++ b/source/Hack-Italic.ufo/glyphs/logicalnot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/logicalor.glif b/source/Hack-Italic.ufo/glyphs/logicalor.glif index 4ae815258..62c85e6c2 100644 --- a/source/Hack-Italic.ufo/glyphs/logicalor.glif +++ b/source/Hack-Italic.ufo/glyphs/logicalor.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/longs.glif b/source/Hack-Italic.ufo/glyphs/longs.glif index 1c7881992..4112c5287 100644 --- a/source/Hack-Italic.ufo/glyphs/longs.glif +++ b/source/Hack-Italic.ufo/glyphs/longs.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/lozenge.glif b/source/Hack-Italic.ufo/glyphs/lozenge.glif index 88d12a8f8..4252cd2f9 100644 --- a/source/Hack-Italic.ufo/glyphs/lozenge.glif +++ b/source/Hack-Italic.ufo/glyphs/lozenge.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/lslash.glif b/source/Hack-Italic.ufo/glyphs/lslash.glif index 32f7f506f..7ff849779 100644 --- a/source/Hack-Italic.ufo/glyphs/lslash.glif +++ b/source/Hack-Italic.ufo/glyphs/lslash.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -35,13 +35,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ltshade.glif b/source/Hack-Italic.ufo/glyphs/ltshade.glif index 80c634926..d044e38f7 100644 --- a/source/Hack-Italic.ufo/glyphs/ltshade.glif +++ b/source/Hack-Italic.ufo/glyphs/ltshade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/m.glif b/source/Hack-Italic.ufo/glyphs/m.glif index 1cb7ab73d..5dc060d9f 100644 --- a/source/Hack-Italic.ufo/glyphs/m.glif +++ b/source/Hack-Italic.ufo/glyphs/m.glif @@ -1,5 +1,5 @@ - + @@ -60,9 +60,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/macron.glif b/source/Hack-Italic.ufo/glyphs/macron.glif index a0225d87d..f43541083 100644 --- a/source/Hack-Italic.ufo/glyphs/macron.glif +++ b/source/Hack-Italic.ufo/glyphs/macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/millisecond.glif b/source/Hack-Italic.ufo/glyphs/millisecond.glif index b149cfd4b..f7046b2f3 100644 --- a/source/Hack-Italic.ufo/glyphs/millisecond.glif +++ b/source/Hack-Italic.ufo/glyphs/millisecond.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/minus.glif b/source/Hack-Italic.ufo/glyphs/minus.glif index 93f5769bb..d76106efb 100644 --- a/source/Hack-Italic.ufo/glyphs/minus.glif +++ b/source/Hack-Italic.ufo/glyphs/minus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/minute.glif b/source/Hack-Italic.ufo/glyphs/minute.glif index f1630881e..885e083ac 100644 --- a/source/Hack-Italic.ufo/glyphs/minute.glif +++ b/source/Hack-Italic.ufo/glyphs/minute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/multiply.glif b/source/Hack-Italic.ufo/glyphs/multiply.glif index 1d9b4fbd6..3c9831f81 100644 --- a/source/Hack-Italic.ufo/glyphs/multiply.glif +++ b/source/Hack-Italic.ufo/glyphs/multiply.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/musicalnote.glif b/source/Hack-Italic.ufo/glyphs/musicalnote.glif index 8ef12cbb1..30fb75a06 100644 --- a/source/Hack-Italic.ufo/glyphs/musicalnote.glif +++ b/source/Hack-Italic.ufo/glyphs/musicalnote.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/n.glif b/source/Hack-Italic.ufo/glyphs/n.glif index bad7471f6..8796458e6 100644 --- a/source/Hack-Italic.ufo/glyphs/n.glif +++ b/source/Hack-Italic.ufo/glyphs/n.glif @@ -1,5 +1,5 @@ - + @@ -36,9 +36,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/nacute.glif b/source/Hack-Italic.ufo/glyphs/nacute.glif index 53b198372..42e0bedc2 100644 --- a/source/Hack-Italic.ufo/glyphs/nacute.glif +++ b/source/Hack-Italic.ufo/glyphs/nacute.glif @@ -1,5 +1,5 @@ - + @@ -15,10 +15,10 @@ - + - + @@ -27,13 +27,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/napostrophe.glif b/source/Hack-Italic.ufo/glyphs/napostrophe.glif index 81b095487..2426b1ea5 100644 --- a/source/Hack-Italic.ufo/glyphs/napostrophe.glif +++ b/source/Hack-Italic.ufo/glyphs/napostrophe.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ncaron.glif b/source/Hack-Italic.ufo/glyphs/ncaron.glif index 91dd4d7b7..f7455b69b 100644 --- a/source/Hack-Italic.ufo/glyphs/ncaron.glif +++ b/source/Hack-Italic.ufo/glyphs/ncaron.glif @@ -1,5 +1,5 @@ - + @@ -18,10 +18,10 @@ - + - + @@ -33,10 +33,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/nine.glif b/source/Hack-Italic.ufo/glyphs/nine.glif index f94cfc616..443042108 100644 --- a/source/Hack-Italic.ufo/glyphs/nine.glif +++ b/source/Hack-Italic.ufo/glyphs/nine.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -29,13 +29,13 @@ - + - + @@ -47,13 +47,13 @@ - + - + @@ -67,19 +67,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/nine.subs.glif b/source/Hack-Italic.ufo/glyphs/nine.subs.glif index 03b87e6a0..46f288b4c 100644 --- a/source/Hack-Italic.ufo/glyphs/nine.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/nine.subs.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + @@ -36,16 +36,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/notelement.glif b/source/Hack-Italic.ufo/glyphs/notelement.glif index 451922707..729a403c1 100644 --- a/source/Hack-Italic.ufo/glyphs/notelement.glif +++ b/source/Hack-Italic.ufo/glyphs/notelement.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/notequal.glif b/source/Hack-Italic.ufo/glyphs/notequal.glif index d0f2c40a9..9ed3d2fc4 100644 --- a/source/Hack-Italic.ufo/glyphs/notequal.glif +++ b/source/Hack-Italic.ufo/glyphs/notequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/notsubset.glif b/source/Hack-Italic.ufo/glyphs/notsubset.glif index 609d68443..812d24388 100644 --- a/source/Hack-Italic.ufo/glyphs/notsubset.glif +++ b/source/Hack-Italic.ufo/glyphs/notsubset.glif @@ -1,5 +1,5 @@ - + @@ -11,10 +11,10 @@ - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ntilde.glif b/source/Hack-Italic.ufo/glyphs/ntilde.glif index d10ea6185..c9f19cc33 100644 --- a/source/Hack-Italic.ufo/glyphs/ntilde.glif +++ b/source/Hack-Italic.ufo/glyphs/ntilde.glif @@ -1,10 +1,10 @@ - + - + @@ -30,7 +30,7 @@ - + @@ -60,13 +60,13 @@ - + - + @@ -78,13 +78,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/nu.glif b/source/Hack-Italic.ufo/glyphs/nu.glif index 3c7e3e7f1..c8a08a3d5 100644 --- a/source/Hack-Italic.ufo/glyphs/nu.glif +++ b/source/Hack-Italic.ufo/glyphs/nu.glif @@ -1,5 +1,5 @@ - + @@ -12,14 +12,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/numbersign.glif b/source/Hack-Italic.ufo/glyphs/numbersign.glif index 91c4d74c8..cd4ee52a0 100644 --- a/source/Hack-Italic.ufo/glyphs/numbersign.glif +++ b/source/Hack-Italic.ufo/glyphs/numbersign.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/o.glif b/source/Hack-Italic.ufo/glyphs/o.glif index c83d5f585..b1b33558a 100644 --- a/source/Hack-Italic.ufo/glyphs/o.glif +++ b/source/Hack-Italic.ufo/glyphs/o.glif @@ -1,5 +1,5 @@ - + @@ -39,9 +39,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/oacute.glif b/source/Hack-Italic.ufo/glyphs/oacute.glif index 15754ee45..131b8cae1 100644 --- a/source/Hack-Italic.ufo/glyphs/oacute.glif +++ b/source/Hack-Italic.ufo/glyphs/oacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -28,13 +28,13 @@ - + - + @@ -45,25 +45,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/obreve.glif b/source/Hack-Italic.ufo/glyphs/obreve.glif index b26ddbde1..9d0c358e8 100644 --- a/source/Hack-Italic.ufo/glyphs/obreve.glif +++ b/source/Hack-Italic.ufo/glyphs/obreve.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,13 +22,13 @@ - + - + @@ -39,25 +39,25 @@ - + - + - + - + @@ -65,7 +65,7 @@ - + @@ -85,7 +85,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ocircumflex.glif b/source/Hack-Italic.ufo/glyphs/ocircumflex.glif index 47699e1c8..381a27da3 100644 --- a/source/Hack-Italic.ufo/glyphs/ocircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/ocircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -31,13 +31,13 @@ - + - + @@ -48,25 +48,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/odieresis.glif b/source/Hack-Italic.ufo/glyphs/odieresis.glif index 5c53f5c10..226077bb2 100644 --- a/source/Hack-Italic.ufo/glyphs/odieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/odieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,13 +40,13 @@ - + - + @@ -58,13 +58,13 @@ - + - + @@ -75,25 +75,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/oe.glif b/source/Hack-Italic.ufo/glyphs/oe.glif index da5b16023..fa856714f 100644 --- a/source/Hack-Italic.ufo/glyphs/oe.glif +++ b/source/Hack-Italic.ufo/glyphs/oe.glif @@ -1,13 +1,13 @@ - + - + - + @@ -25,7 +25,7 @@ - + @@ -37,16 +37,16 @@ - + - + - + @@ -63,7 +63,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -108,7 +108,7 @@ - + @@ -123,10 +123,10 @@ - + - + @@ -135,19 +135,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ogonek.glif b/source/Hack-Italic.ufo/glyphs/ogonek.glif index 109fd8b14..6bc209a49 100644 --- a/source/Hack-Italic.ufo/glyphs/ogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/ogonek.glif @@ -1,10 +1,10 @@ - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ograve.glif b/source/Hack-Italic.ufo/glyphs/ograve.glif index d371f2485..f0530ca26 100644 --- a/source/Hack-Italic.ufo/glyphs/ograve.glif +++ b/source/Hack-Italic.ufo/glyphs/ograve.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -28,13 +28,13 @@ - + - + @@ -45,25 +45,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ohorn.glif b/source/Hack-Italic.ufo/glyphs/ohorn.glif index 49ec267b8..c6a5ca19e 100644 --- a/source/Hack-Italic.ufo/glyphs/ohorn.glif +++ b/source/Hack-Italic.ufo/glyphs/ohorn.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,22 +16,22 @@ - + - + - + - + - + @@ -46,16 +46,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ohungarumlaut.glif b/source/Hack-Italic.ufo/glyphs/ohungarumlaut.glif index c7e0151bc..b86b8c9e8 100644 --- a/source/Hack-Italic.ufo/glyphs/ohungarumlaut.glif +++ b/source/Hack-Italic.ufo/glyphs/ohungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,19 +16,19 @@ - + - + - + - + @@ -36,16 +36,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/omacron.glif b/source/Hack-Italic.ufo/glyphs/omacron.glif index 9aa6ec873..c861b4a1b 100644 --- a/source/Hack-Italic.ufo/glyphs/omacron.glif +++ b/source/Hack-Italic.ufo/glyphs/omacron.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -30,16 +30,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/omega.glif b/source/Hack-Italic.ufo/glyphs/omega.glif index 351cf40c4..6b36dfa0a 100644 --- a/source/Hack-Italic.ufo/glyphs/omega.glif +++ b/source/Hack-Italic.ufo/glyphs/omega.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,10 +20,10 @@ - + - + @@ -39,7 +39,7 @@ - + @@ -48,20 +48,20 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/omegatonos.glif b/source/Hack-Italic.ufo/glyphs/omegatonos.glif index 33f0fc9fa..eb66b4e2f 100644 --- a/source/Hack-Italic.ufo/glyphs/omegatonos.glif +++ b/source/Hack-Italic.ufo/glyphs/omegatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + - + @@ -26,10 +26,10 @@ - + - + @@ -45,7 +45,7 @@ - + @@ -54,20 +54,20 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/omicron.glif b/source/Hack-Italic.ufo/glyphs/omicron.glif index 21e2bb293..460f81344 100644 --- a/source/Hack-Italic.ufo/glyphs/omicron.glif +++ b/source/Hack-Italic.ufo/glyphs/omicron.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,16 +24,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/omicrontonos.glif b/source/Hack-Italic.ufo/glyphs/omicrontonos.glif index ba2b5b2b2..5e9860608 100644 --- a/source/Hack-Italic.ufo/glyphs/omicrontonos.glif +++ b/source/Hack-Italic.ufo/glyphs/omicrontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -30,16 +30,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/one.glif b/source/Hack-Italic.ufo/glyphs/one.glif index 9bebfc54c..cd22d042e 100644 --- a/source/Hack-Italic.ufo/glyphs/one.glif +++ b/source/Hack-Italic.ufo/glyphs/one.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/one.subs.glif b/source/Hack-Italic.ufo/glyphs/one.subs.glif index b51e90a38..982371998 100644 --- a/source/Hack-Italic.ufo/glyphs/one.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/one.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/onedotenleader.glif b/source/Hack-Italic.ufo/glyphs/onedotenleader.glif index 061c2ef45..a90317139 100644 --- a/source/Hack-Italic.ufo/glyphs/onedotenleader.glif +++ b/source/Hack-Italic.ufo/glyphs/onedotenleader.glif @@ -1,10 +1,10 @@ - + - + @@ -14,8 +14,8 @@ - - + + diff --git a/source/Hack-Italic.ufo/glyphs/oneeighth.glif b/source/Hack-Italic.ufo/glyphs/oneeighth.glif index 01572501d..434446748 100644 --- a/source/Hack-Italic.ufo/glyphs/oneeighth.glif +++ b/source/Hack-Italic.ufo/glyphs/oneeighth.glif @@ -1,5 +1,5 @@ - + @@ -23,56 +23,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/onehalf.glif b/source/Hack-Italic.ufo/glyphs/onehalf.glif index 8d9e1eec6..588704c1c 100644 --- a/source/Hack-Italic.ufo/glyphs/onehalf.glif +++ b/source/Hack-Italic.ufo/glyphs/onehalf.glif @@ -1,5 +1,5 @@ - + @@ -27,13 +27,13 @@ - + - + @@ -46,13 +46,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/onequarter.glif b/source/Hack-Italic.ufo/glyphs/onequarter.glif index 37d7a9ed3..749e5f599 100644 --- a/source/Hack-Italic.ufo/glyphs/onequarter.glif +++ b/source/Hack-Italic.ufo/glyphs/onequarter.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/openbullet.glif b/source/Hack-Italic.ufo/glyphs/openbullet.glif index a865861d3..a5a69714a 100644 --- a/source/Hack-Italic.ufo/glyphs/openbullet.glif +++ b/source/Hack-Italic.ufo/glyphs/openbullet.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ordfeminine.glif b/source/Hack-Italic.ufo/glyphs/ordfeminine.glif index 86f4bed85..96a003281 100644 --- a/source/Hack-Italic.ufo/glyphs/ordfeminine.glif +++ b/source/Hack-Italic.ufo/glyphs/ordfeminine.glif @@ -1,16 +1,16 @@ - + - + - + @@ -29,17 +29,17 @@ - + - + - + @@ -59,7 +59,7 @@ - + @@ -73,7 +73,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ordmasculine.glif b/source/Hack-Italic.ufo/glyphs/ordmasculine.glif index d257bbf7b..5202f38ac 100644 --- a/source/Hack-Italic.ufo/glyphs/ordmasculine.glif +++ b/source/Hack-Italic.ufo/glyphs/ordmasculine.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,13 +22,13 @@ - + - + @@ -42,25 +42,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/orthogonal.glif b/source/Hack-Italic.ufo/glyphs/orthogonal.glif index c52bf58bd..f94efeca9 100644 --- a/source/Hack-Italic.ufo/glyphs/orthogonal.glif +++ b/source/Hack-Italic.ufo/glyphs/orthogonal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/oslash.glif b/source/Hack-Italic.ufo/glyphs/oslash.glif index b057e3933..156c49c6a 100644 --- a/source/Hack-Italic.ufo/glyphs/oslash.glif +++ b/source/Hack-Italic.ufo/glyphs/oslash.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -17,7 +17,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -60,28 +60,28 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/oslashacute.glif b/source/Hack-Italic.ufo/glyphs/oslashacute.glif index cb557395c..bdb61117e 100644 --- a/source/Hack-Italic.ufo/glyphs/oslashacute.glif +++ b/source/Hack-Italic.ufo/glyphs/oslashacute.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + @@ -29,13 +29,13 @@ - + - + @@ -45,19 +45,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/otilde.glif b/source/Hack-Italic.ufo/glyphs/otilde.glif index a77f1914a..b70cffe1a 100644 --- a/source/Hack-Italic.ufo/glyphs/otilde.glif +++ b/source/Hack-Italic.ufo/glyphs/otilde.glif @@ -1,10 +1,10 @@ - + - + @@ -30,7 +30,7 @@ - + @@ -52,13 +52,13 @@ - + - + @@ -70,13 +70,13 @@ - + - + @@ -87,25 +87,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/p.glif b/source/Hack-Italic.ufo/glyphs/p.glif index bd11da2a4..4c1a3f216 100644 --- a/source/Hack-Italic.ufo/glyphs/p.glif +++ b/source/Hack-Italic.ufo/glyphs/p.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/paragraph.glif b/source/Hack-Italic.ufo/glyphs/paragraph.glif index 49421c4d5..71ccf4444 100644 --- a/source/Hack-Italic.ufo/glyphs/paragraph.glif +++ b/source/Hack-Italic.ufo/glyphs/paragraph.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/parenleft.glif b/source/Hack-Italic.ufo/glyphs/parenleft.glif index 5c7bae0e0..a517362a8 100644 --- a/source/Hack-Italic.ufo/glyphs/parenleft.glif +++ b/source/Hack-Italic.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/parenright.glif b/source/Hack-Italic.ufo/glyphs/parenright.glif index 3155e0bcb..4a9dd777e 100644 --- a/source/Hack-Italic.ufo/glyphs/parenright.glif +++ b/source/Hack-Italic.ufo/glyphs/parenright.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/partialdiff.glif b/source/Hack-Italic.ufo/glyphs/partialdiff.glif index 66feb3b88..3c297a1b0 100644 --- a/source/Hack-Italic.ufo/glyphs/partialdiff.glif +++ b/source/Hack-Italic.ufo/glyphs/partialdiff.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,16 +25,16 @@ - + - + - + @@ -52,13 +52,13 @@ - + - + @@ -66,13 +66,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/percent.glif b/source/Hack-Italic.ufo/glyphs/percent.glif index 2886f7fe2..7745fce6d 100644 --- a/source/Hack-Italic.ufo/glyphs/percent.glif +++ b/source/Hack-Italic.ufo/glyphs/percent.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -33,25 +33,25 @@ - + - + - + - + @@ -65,16 +65,16 @@ - + - + - + @@ -86,7 +86,7 @@ - + @@ -94,19 +94,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/period.glif b/source/Hack-Italic.ufo/glyphs/period.glif index ac5398460..12407b08e 100644 --- a/source/Hack-Italic.ufo/glyphs/period.glif +++ b/source/Hack-Italic.ufo/glyphs/period.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/periodcentered.glif b/source/Hack-Italic.ufo/glyphs/periodcentered.glif index 6468628af..c9fd415fa 100644 --- a/source/Hack-Italic.ufo/glyphs/periodcentered.glif +++ b/source/Hack-Italic.ufo/glyphs/periodcentered.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/perthousand.glif b/source/Hack-Italic.ufo/glyphs/perthousand.glif index 6e258a594..6d64d48c3 100644 --- a/source/Hack-Italic.ufo/glyphs/perthousand.glif +++ b/source/Hack-Italic.ufo/glyphs/perthousand.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + @@ -53,25 +53,25 @@ - + - + - + - + @@ -79,25 +79,25 @@ - + - + - + - + @@ -105,22 +105,22 @@ - + - + - + - + @@ -128,25 +128,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/peseta.glif b/source/Hack-Italic.ufo/glyphs/peseta.glif index 77a321a54..e0092f035 100644 --- a/source/Hack-Italic.ufo/glyphs/peseta.glif +++ b/source/Hack-Italic.ufo/glyphs/peseta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,12 +18,12 @@ - + - + @@ -40,17 +40,17 @@ - + - + - + @@ -60,26 +60,26 @@ - + - + - + - + - + - + @@ -87,15 +87,15 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/phi.glif b/source/Hack-Italic.ufo/glyphs/phi.glif index bf2ff4a3c..4e04bafa1 100644 --- a/source/Hack-Italic.ufo/glyphs/phi.glif +++ b/source/Hack-Italic.ufo/glyphs/phi.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -30,10 +30,10 @@ - + - + @@ -50,16 +50,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/pi.glif b/source/Hack-Italic.ufo/glyphs/pi.glif index 49829c76f..2fc647d80 100644 --- a/source/Hack-Italic.ufo/glyphs/pi.glif +++ b/source/Hack-Italic.ufo/glyphs/pi.glif @@ -1,16 +1,16 @@ - + - + - + @@ -21,7 +21,7 @@ - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/plus.glif b/source/Hack-Italic.ufo/glyphs/plus.glif index 2a463ade1..6a3378ff5 100644 --- a/source/Hack-Italic.ufo/glyphs/plus.glif +++ b/source/Hack-Italic.ufo/glyphs/plus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/plusminus.glif b/source/Hack-Italic.ufo/glyphs/plusminus.glif index d5ac0b452..92c518908 100644 --- a/source/Hack-Italic.ufo/glyphs/plusminus.glif +++ b/source/Hack-Italic.ufo/glyphs/plusminus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/product.glif b/source/Hack-Italic.ufo/glyphs/product.glif index 2a263063f..8fd878f16 100644 --- a/source/Hack-Italic.ufo/glyphs/product.glif +++ b/source/Hack-Italic.ufo/glyphs/product.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/propersubset.glif b/source/Hack-Italic.ufo/glyphs/propersubset.glif index 2a455601e..a1741e6d8 100644 --- a/source/Hack-Italic.ufo/glyphs/propersubset.glif +++ b/source/Hack-Italic.ufo/glyphs/propersubset.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/propersuperset.glif b/source/Hack-Italic.ufo/glyphs/propersuperset.glif index fc75a3015..a2f81ac1a 100644 --- a/source/Hack-Italic.ufo/glyphs/propersuperset.glif +++ b/source/Hack-Italic.ufo/glyphs/propersuperset.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/proportional.glif b/source/Hack-Italic.ufo/glyphs/proportional.glif index fc7946c30..3e2b9ee92 100644 --- a/source/Hack-Italic.ufo/glyphs/proportional.glif +++ b/source/Hack-Italic.ufo/glyphs/proportional.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -35,7 +35,7 @@ - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/psi.glif b/source/Hack-Italic.ufo/glyphs/psi.glif index 89c01f25f..d3e233a03 100644 --- a/source/Hack-Italic.ufo/glyphs/psi.glif +++ b/source/Hack-Italic.ufo/glyphs/psi.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/q.glif b/source/Hack-Italic.ufo/glyphs/q.glif index 7d9d54bd1..0c23fb315 100644 --- a/source/Hack-Italic.ufo/glyphs/q.glif +++ b/source/Hack-Italic.ufo/glyphs/q.glif @@ -1,5 +1,5 @@ - + @@ -41,9 +41,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/question.glif b/source/Hack-Italic.ufo/glyphs/question.glif index 43011f005..a9600b263 100644 --- a/source/Hack-Italic.ufo/glyphs/question.glif +++ b/source/Hack-Italic.ufo/glyphs/question.glif @@ -1,10 +1,10 @@ - + - + @@ -17,16 +17,16 @@ - + - + - + @@ -36,22 +36,22 @@ - + - + - + - + @@ -64,22 +64,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/questiondown.case.glif b/source/Hack-Italic.ufo/glyphs/questiondown.case.glif index 0e9da313d..3053dd470 100644 --- a/source/Hack-Italic.ufo/glyphs/questiondown.case.glif +++ b/source/Hack-Italic.ufo/glyphs/questiondown.case.glif @@ -1,24 +1,24 @@ - + - + - + - + - + @@ -26,10 +26,10 @@ - + - + @@ -46,10 +46,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/questiondown.glif b/source/Hack-Italic.ufo/glyphs/questiondown.glif index bedaf40c8..7f35ee259 100644 --- a/source/Hack-Italic.ufo/glyphs/questiondown.glif +++ b/source/Hack-Italic.ufo/glyphs/questiondown.glif @@ -1,25 +1,25 @@ - + - + - + - + - + @@ -27,13 +27,13 @@ - + - + @@ -46,7 +46,7 @@ - + @@ -62,10 +62,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/quotedbl.glif b/source/Hack-Italic.ufo/glyphs/quotedbl.glif index a061881d9..4843ea44a 100644 --- a/source/Hack-Italic.ufo/glyphs/quotedbl.glif +++ b/source/Hack-Italic.ufo/glyphs/quotedbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/quotedblbase.glif b/source/Hack-Italic.ufo/glyphs/quotedblbase.glif index 3c565b4b6..f4ba01bff 100644 --- a/source/Hack-Italic.ufo/glyphs/quotedblbase.glif +++ b/source/Hack-Italic.ufo/glyphs/quotedblbase.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/quotedblleft.glif b/source/Hack-Italic.ufo/glyphs/quotedblleft.glif index e08bce379..fca8a6206 100644 --- a/source/Hack-Italic.ufo/glyphs/quotedblleft.glif +++ b/source/Hack-Italic.ufo/glyphs/quotedblleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/quotedblright.glif b/source/Hack-Italic.ufo/glyphs/quotedblright.glif index 8cab4806f..3495668a6 100644 --- a/source/Hack-Italic.ufo/glyphs/quotedblright.glif +++ b/source/Hack-Italic.ufo/glyphs/quotedblright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/quoteleft.glif b/source/Hack-Italic.ufo/glyphs/quoteleft.glif index e757f33c8..603f314b7 100644 --- a/source/Hack-Italic.ufo/glyphs/quoteleft.glif +++ b/source/Hack-Italic.ufo/glyphs/quoteleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/quotereversed.glif b/source/Hack-Italic.ufo/glyphs/quotereversed.glif index 7473daf89..d985f7b5c 100644 --- a/source/Hack-Italic.ufo/glyphs/quotereversed.glif +++ b/source/Hack-Italic.ufo/glyphs/quotereversed.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/quoteright.glif b/source/Hack-Italic.ufo/glyphs/quoteright.glif index cd79a2c7e..e444ac2c1 100644 --- a/source/Hack-Italic.ufo/glyphs/quoteright.glif +++ b/source/Hack-Italic.ufo/glyphs/quoteright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/quotesinglbase.glif b/source/Hack-Italic.ufo/glyphs/quotesinglbase.glif index 498017f43..adbc6ce98 100644 --- a/source/Hack-Italic.ufo/glyphs/quotesinglbase.glif +++ b/source/Hack-Italic.ufo/glyphs/quotesinglbase.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/quotesingle.glif b/source/Hack-Italic.ufo/glyphs/quotesingle.glif index 33d2c4213..3eea5dde4 100644 --- a/source/Hack-Italic.ufo/glyphs/quotesingle.glif +++ b/source/Hack-Italic.ufo/glyphs/quotesingle.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/r.glif b/source/Hack-Italic.ufo/glyphs/r.glif index 1fc8e384e..ce1c96717 100644 --- a/source/Hack-Italic.ufo/glyphs/r.glif +++ b/source/Hack-Italic.ufo/glyphs/r.glif @@ -1,5 +1,5 @@ - + @@ -25,9 +25,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/racute.glif b/source/Hack-Italic.ufo/glyphs/racute.glif index 756cb1563..8cba8315e 100644 --- a/source/Hack-Italic.ufo/glyphs/racute.glif +++ b/source/Hack-Italic.ufo/glyphs/racute.glif @@ -1,5 +1,5 @@ - + @@ -15,14 +15,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/radical.glif b/source/Hack-Italic.ufo/glyphs/radical.glif index 57cfb03dc..11b800389 100644 --- a/source/Hack-Italic.ufo/glyphs/radical.glif +++ b/source/Hack-Italic.ufo/glyphs/radical.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/rcaron.glif b/source/Hack-Italic.ufo/glyphs/rcaron.glif index e5351e9ac..c7d9e46f8 100644 --- a/source/Hack-Italic.ufo/glyphs/rcaron.glif +++ b/source/Hack-Italic.ufo/glyphs/rcaron.glif @@ -1,5 +1,5 @@ - + @@ -18,14 +18,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/reflexsubset.glif b/source/Hack-Italic.ufo/glyphs/reflexsubset.glif index 94df8e7ca..35ce6b628 100644 --- a/source/Hack-Italic.ufo/glyphs/reflexsubset.glif +++ b/source/Hack-Italic.ufo/glyphs/reflexsubset.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/reflexsuperset.glif b/source/Hack-Italic.ufo/glyphs/reflexsuperset.glif index 6659c78ec..3fd28e63a 100644 --- a/source/Hack-Italic.ufo/glyphs/reflexsuperset.glif +++ b/source/Hack-Italic.ufo/glyphs/reflexsuperset.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/registered.glif b/source/Hack-Italic.ufo/glyphs/registered.glif index f667cacb5..3b2b6f6c5 100644 --- a/source/Hack-Italic.ufo/glyphs/registered.glif +++ b/source/Hack-Italic.ufo/glyphs/registered.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -102,13 +102,13 @@ - + - + @@ -141,13 +141,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/revlogicalnot.glif b/source/Hack-Italic.ufo/glyphs/revlogicalnot.glif index f4b23ea54..05d28b867 100644 --- a/source/Hack-Italic.ufo/glyphs/revlogicalnot.glif +++ b/source/Hack-Italic.ufo/glyphs/revlogicalnot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/rho.glif b/source/Hack-Italic.ufo/glyphs/rho.glif index 35577af2d..9296616fc 100644 --- a/source/Hack-Italic.ufo/glyphs/rho.glif +++ b/source/Hack-Italic.ufo/glyphs/rho.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,19 +24,19 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ring.glif b/source/Hack-Italic.ufo/glyphs/ring.glif index c5152f2b3..95d61947a 100644 --- a/source/Hack-Italic.ufo/glyphs/ring.glif +++ b/source/Hack-Italic.ufo/glyphs/ring.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,19 +30,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/rtblock.glif b/source/Hack-Italic.ufo/glyphs/rtblock.glif index 847a9fd1a..d12eaad05 100644 --- a/source/Hack-Italic.ufo/glyphs/rtblock.glif +++ b/source/Hack-Italic.ufo/glyphs/rtblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ruble.glif b/source/Hack-Italic.ufo/glyphs/ruble.glif index 9fdf6ce77..8945db4df 100644 --- a/source/Hack-Italic.ufo/glyphs/ruble.glif +++ b/source/Hack-Italic.ufo/glyphs/ruble.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -29,13 +29,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/s.glif b/source/Hack-Italic.ufo/glyphs/s.glif index 381fb1b02..7054b09d1 100644 --- a/source/Hack-Italic.ufo/glyphs/s.glif +++ b/source/Hack-Italic.ufo/glyphs/s.glif @@ -1,5 +1,5 @@ - + @@ -53,9 +53,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/sacute.glif b/source/Hack-Italic.ufo/glyphs/sacute.glif index 1d406bc0f..c22d85448 100644 --- a/source/Hack-Italic.ufo/glyphs/sacute.glif +++ b/source/Hack-Italic.ufo/glyphs/sacute.glif @@ -1,5 +1,5 @@ - + @@ -10,17 +10,17 @@ - + - + - + @@ -28,20 +28,20 @@ - + - + - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/scaron.glif b/source/Hack-Italic.ufo/glyphs/scaron.glif index 4aa29c40b..344cc08bb 100644 --- a/source/Hack-Italic.ufo/glyphs/scaron.glif +++ b/source/Hack-Italic.ufo/glyphs/scaron.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,13 +26,13 @@ - + - + @@ -43,13 +43,13 @@ - + - + @@ -59,13 +59,13 @@ - + - + @@ -78,7 +78,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/scedilla.glif b/source/Hack-Italic.ufo/glyphs/scedilla.glif index aac2582d4..33d1fa860 100644 --- a/source/Hack-Italic.ufo/glyphs/scedilla.glif +++ b/source/Hack-Italic.ufo/glyphs/scedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,7 +20,7 @@ - + @@ -32,13 +32,13 @@ - + - + @@ -51,10 +51,10 @@ - + - + @@ -79,7 +79,7 @@ - + @@ -90,13 +90,13 @@ - + - + @@ -106,7 +106,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/scircumflex.glif b/source/Hack-Italic.ufo/glyphs/scircumflex.glif index 6a6b40123..6d8fb95f0 100644 --- a/source/Hack-Italic.ufo/glyphs/scircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/scircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/second.glif b/source/Hack-Italic.ufo/glyphs/second.glif index e1fa2baba..385e23d48 100644 --- a/source/Hack-Italic.ufo/glyphs/second.glif +++ b/source/Hack-Italic.ufo/glyphs/second.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/section.glif b/source/Hack-Italic.ufo/glyphs/section.glif index 17d7e7a09..da6fe852d 100644 --- a/source/Hack-Italic.ufo/glyphs/section.glif +++ b/source/Hack-Italic.ufo/glyphs/section.glif @@ -1,10 +1,10 @@ - + - + @@ -14,10 +14,10 @@ - + - + @@ -27,7 +27,7 @@ - + @@ -39,26 +39,26 @@ - + - + - + - + - + @@ -66,7 +66,7 @@ - + @@ -78,7 +78,7 @@ - + @@ -89,7 +89,7 @@ - + @@ -102,7 +102,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/semicolon.glif b/source/Hack-Italic.ufo/glyphs/semicolon.glif index f8791504a..06d3ab92a 100644 --- a/source/Hack-Italic.ufo/glyphs/semicolon.glif +++ b/source/Hack-Italic.ufo/glyphs/semicolon.glif @@ -1,10 +1,10 @@ - + - + @@ -19,7 +19,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/seven.glif b/source/Hack-Italic.ufo/glyphs/seven.glif index cee653ddd..b9f99d13d 100644 --- a/source/Hack-Italic.ufo/glyphs/seven.glif +++ b/source/Hack-Italic.ufo/glyphs/seven.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/seven.subs.glif b/source/Hack-Italic.ufo/glyphs/seven.subs.glif index 6ba4c9569..80455774e 100644 --- a/source/Hack-Italic.ufo/glyphs/seven.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/seven.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/seveneighths.glif b/source/Hack-Italic.ufo/glyphs/seveneighths.glif index d1efd672b..6d643bc4e 100644 --- a/source/Hack-Italic.ufo/glyphs/seveneighths.glif +++ b/source/Hack-Italic.ufo/glyphs/seveneighths.glif @@ -1,5 +1,5 @@ - + @@ -19,56 +19,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/shade.glif b/source/Hack-Italic.ufo/glyphs/shade.glif index edf408aa9..9b35592e0 100644 --- a/source/Hack-Italic.ufo/glyphs/shade.glif +++ b/source/Hack-Italic.ufo/glyphs/shade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/sigma.glif b/source/Hack-Italic.ufo/glyphs/sigma.glif index e5eef4645..9605b6c46 100644 --- a/source/Hack-Italic.ufo/glyphs/sigma.glif +++ b/source/Hack-Italic.ufo/glyphs/sigma.glif @@ -1,25 +1,25 @@ - + - + - + - + - + @@ -27,13 +27,13 @@ - + - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/similar.glif b/source/Hack-Italic.ufo/glyphs/similar.glif index cc9a363a0..d981b64e4 100644 --- a/source/Hack-Italic.ufo/glyphs/similar.glif +++ b/source/Hack-Italic.ufo/glyphs/similar.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,14 +16,14 @@ - + - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/six.glif b/source/Hack-Italic.ufo/glyphs/six.glif index 72e67aa3d..7e5207d87 100644 --- a/source/Hack-Italic.ufo/glyphs/six.glif +++ b/source/Hack-Italic.ufo/glyphs/six.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,7 +22,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -44,13 +44,13 @@ - + - + @@ -64,25 +64,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/six.subs.glif b/source/Hack-Italic.ufo/glyphs/six.subs.glif index 45c258716..b02da9080 100644 --- a/source/Hack-Italic.ufo/glyphs/six.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/six.subs.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + @@ -36,16 +36,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/slash.glif b/source/Hack-Italic.ufo/glyphs/slash.glif index f90c20da3..ef3439934 100644 --- a/source/Hack-Italic.ufo/glyphs/slash.glif +++ b/source/Hack-Italic.ufo/glyphs/slash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/space.glif b/source/Hack-Italic.ufo/glyphs/space.glif index 6b1fa9261..13665e890 100644 --- a/source/Hack-Italic.ufo/glyphs/space.glif +++ b/source/Hack-Italic.ufo/glyphs/space.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/sterling.glif b/source/Hack-Italic.ufo/glyphs/sterling.glif index 5c323d428..72fbb32a1 100644 --- a/source/Hack-Italic.ufo/glyphs/sterling.glif +++ b/source/Hack-Italic.ufo/glyphs/sterling.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/suchthat.glif b/source/Hack-Italic.ufo/glyphs/suchthat.glif index 65a31a0dc..e53517a81 100644 --- a/source/Hack-Italic.ufo/glyphs/suchthat.glif +++ b/source/Hack-Italic.ufo/glyphs/suchthat.glif @@ -1,5 +1,5 @@ - + @@ -20,10 +20,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/summation.glif b/source/Hack-Italic.ufo/glyphs/summation.glif index c8abb7c0c..80c2d4267 100644 --- a/source/Hack-Italic.ufo/glyphs/summation.glif +++ b/source/Hack-Italic.ufo/glyphs/summation.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/t.glif b/source/Hack-Italic.ufo/glyphs/t.glif index 8f1f0a60a..9b48618ca 100644 --- a/source/Hack-Italic.ufo/glyphs/t.glif +++ b/source/Hack-Italic.ufo/glyphs/t.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/tau.glif b/source/Hack-Italic.ufo/glyphs/tau.glif index 17ac100a7..bf556e4f1 100644 --- a/source/Hack-Italic.ufo/glyphs/tau.glif +++ b/source/Hack-Italic.ufo/glyphs/tau.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,13 +20,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/tbar.glif b/source/Hack-Italic.ufo/glyphs/tbar.glif index 97b866120..94e5560b3 100644 --- a/source/Hack-Italic.ufo/glyphs/tbar.glif +++ b/source/Hack-Italic.ufo/glyphs/tbar.glif @@ -1,16 +1,16 @@ - + - + - + @@ -35,13 +35,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/tcaron.glif b/source/Hack-Italic.ufo/glyphs/tcaron.glif index 5e9c287a7..9a505f3af 100644 --- a/source/Hack-Italic.ufo/glyphs/tcaron.glif +++ b/source/Hack-Italic.ufo/glyphs/tcaron.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -39,13 +39,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/therefore.glif b/source/Hack-Italic.ufo/glyphs/therefore.glif index d8f51a54e..06ef15899 100644 --- a/source/Hack-Italic.ufo/glyphs/therefore.glif +++ b/source/Hack-Italic.ufo/glyphs/therefore.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/theta.glif b/source/Hack-Italic.ufo/glyphs/theta.glif index 8122a854c..d2ac161e3 100644 --- a/source/Hack-Italic.ufo/glyphs/theta.glif +++ b/source/Hack-Italic.ufo/glyphs/theta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -30,23 +30,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/thorn.glif b/source/Hack-Italic.ufo/glyphs/thorn.glif index 032824ab0..8628b8d5c 100644 --- a/source/Hack-Italic.ufo/glyphs/thorn.glif +++ b/source/Hack-Italic.ufo/glyphs/thorn.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -27,7 +27,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -50,13 +50,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/three.glif b/source/Hack-Italic.ufo/glyphs/three.glif index 1f7c77369..d642782e6 100644 --- a/source/Hack-Italic.ufo/glyphs/three.glif +++ b/source/Hack-Italic.ufo/glyphs/three.glif @@ -1,10 +1,10 @@ - + - + @@ -14,31 +14,31 @@ - + - + - + - + - + - + @@ -51,13 +51,13 @@ - + - + - + @@ -69,7 +69,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/three.subs.glif b/source/Hack-Italic.ufo/glyphs/three.subs.glif index 2e4376543..be2ef00b7 100644 --- a/source/Hack-Italic.ufo/glyphs/three.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/three.subs.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/threeeighths.glif b/source/Hack-Italic.ufo/glyphs/threeeighths.glif index c080dd694..fc67f96e1 100644 --- a/source/Hack-Italic.ufo/glyphs/threeeighths.glif +++ b/source/Hack-Italic.ufo/glyphs/threeeighths.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -53,39 +53,39 @@ - + - + - + - + - + - + - + - + - + @@ -93,16 +93,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/threequarters.glif b/source/Hack-Italic.ufo/glyphs/threequarters.glif index e72b7525b..51e2c3d9f 100644 --- a/source/Hack-Italic.ufo/glyphs/threequarters.glif +++ b/source/Hack-Italic.ufo/glyphs/threequarters.glif @@ -1,10 +1,10 @@ - + - + @@ -14,34 +14,34 @@ - + - + - + - + - + - + @@ -51,19 +51,19 @@ - + - + - + - + @@ -72,7 +72,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/tilde.glif b/source/Hack-Italic.ufo/glyphs/tilde.glif index ebf20cbe3..3da541f13 100644 --- a/source/Hack-Italic.ufo/glyphs/tilde.glif +++ b/source/Hack-Italic.ufo/glyphs/tilde.glif @@ -1,16 +1,16 @@ - + - + - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/tildecomb.glif b/source/Hack-Italic.ufo/glyphs/tildecomb.glif index 43d86c739..84518062d 100644 --- a/source/Hack-Italic.ufo/glyphs/tildecomb.glif +++ b/source/Hack-Italic.ufo/glyphs/tildecomb.glif @@ -1,31 +1,30 @@ - - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/tonos.glif b/source/Hack-Italic.ufo/glyphs/tonos.glif index a2bde65b0..9cf37a211 100644 --- a/source/Hack-Italic.ufo/glyphs/tonos.glif +++ b/source/Hack-Italic.ufo/glyphs/tonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/trademark.glif b/source/Hack-Italic.ufo/glyphs/trademark.glif index 4f4f3e77c..e8a9895d9 100644 --- a/source/Hack-Italic.ufo/glyphs/trademark.glif +++ b/source/Hack-Italic.ufo/glyphs/trademark.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/triagdn.glif b/source/Hack-Italic.ufo/glyphs/triagdn.glif index ae62ad357..4964145af 100644 --- a/source/Hack-Italic.ufo/glyphs/triagdn.glif +++ b/source/Hack-Italic.ufo/glyphs/triagdn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/triaglf.glif b/source/Hack-Italic.ufo/glyphs/triaglf.glif index 5b464644c..a9eecf67b 100644 --- a/source/Hack-Italic.ufo/glyphs/triaglf.glif +++ b/source/Hack-Italic.ufo/glyphs/triaglf.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/triagrt.glif b/source/Hack-Italic.ufo/glyphs/triagrt.glif index 4fa9ebf0a..76cd2a61c 100644 --- a/source/Hack-Italic.ufo/glyphs/triagrt.glif +++ b/source/Hack-Italic.ufo/glyphs/triagrt.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/triagup.glif b/source/Hack-Italic.ufo/glyphs/triagup.glif index 8b827d704..6a5b3fba1 100644 --- a/source/Hack-Italic.ufo/glyphs/triagup.glif +++ b/source/Hack-Italic.ufo/glyphs/triagup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/two.glif b/source/Hack-Italic.ufo/glyphs/two.glif index 931306ff6..68b636b26 100644 --- a/source/Hack-Italic.ufo/glyphs/two.glif +++ b/source/Hack-Italic.ufo/glyphs/two.glif @@ -1,10 +1,10 @@ - + - + @@ -12,10 +12,10 @@ - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/two.subs.glif b/source/Hack-Italic.ufo/glyphs/two.subs.glif index b322de7ef..bb5b0c581 100644 --- a/source/Hack-Italic.ufo/glyphs/two.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/two.subs.glif @@ -1,5 +1,5 @@ - + @@ -7,20 +7,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/twodotenleader.glif b/source/Hack-Italic.ufo/glyphs/twodotenleader.glif index d0c75119d..c4d837d93 100644 --- a/source/Hack-Italic.ufo/glyphs/twodotenleader.glif +++ b/source/Hack-Italic.ufo/glyphs/twodotenleader.glif @@ -1,10 +1,10 @@ - + - + @@ -14,8 +14,8 @@ - - + + @@ -28,7 +28,7 @@ - + @@ -38,8 +38,8 @@ - - + + diff --git a/source/Hack-Italic.ufo/glyphs/u.glif b/source/Hack-Italic.ufo/glyphs/u.glif index a809c24e6..15bff1a8f 100644 --- a/source/Hack-Italic.ufo/glyphs/u.glif +++ b/source/Hack-Italic.ufo/glyphs/u.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/uacute.glif b/source/Hack-Italic.ufo/glyphs/uacute.glif index 23b4b6326..4ba5eaca7 100644 --- a/source/Hack-Italic.ufo/glyphs/uacute.glif +++ b/source/Hack-Italic.ufo/glyphs/uacute.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + @@ -31,13 +31,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ubreve.glif b/source/Hack-Italic.ufo/glyphs/ubreve.glif index 66ec4b46a..436aa2b3d 100644 --- a/source/Hack-Italic.ufo/glyphs/ubreve.glif +++ b/source/Hack-Italic.ufo/glyphs/ubreve.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -40,7 +40,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ucircumflex.glif b/source/Hack-Italic.ufo/glyphs/ucircumflex.glif index 62451c387..43d0840eb 100644 --- a/source/Hack-Italic.ufo/glyphs/ucircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/ucircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - + - + @@ -34,13 +34,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/udieresis.glif b/source/Hack-Italic.ufo/glyphs/udieresis.glif index f5016296a..e32549ce4 100644 --- a/source/Hack-Italic.ufo/glyphs/udieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/udieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + - + @@ -40,16 +40,16 @@ - + - + - + @@ -61,13 +61,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/ugrave.glif b/source/Hack-Italic.ufo/glyphs/ugrave.glif index 1aea20ab1..5354ef287 100644 --- a/source/Hack-Italic.ufo/glyphs/ugrave.glif +++ b/source/Hack-Italic.ufo/glyphs/ugrave.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + @@ -31,13 +31,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uhorn.glif b/source/Hack-Italic.ufo/glyphs/uhorn.glif index 09f0dda39..3cf323dfe 100644 --- a/source/Hack-Italic.ufo/glyphs/uhorn.glif +++ b/source/Hack-Italic.ufo/glyphs/uhorn.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -22,10 +22,10 @@ - + - + @@ -34,10 +34,10 @@ - + - + @@ -46,7 +46,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uhungarumlaut.glif b/source/Hack-Italic.ufo/glyphs/uhungarumlaut.glif index 9808c6610..3a24f4984 100644 --- a/source/Hack-Italic.ufo/glyphs/uhungarumlaut.glif +++ b/source/Hack-Italic.ufo/glyphs/uhungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/umacron.glif b/source/Hack-Italic.ufo/glyphs/umacron.glif index c4ade421c..9ee9477f5 100644 --- a/source/Hack-Italic.ufo/glyphs/umacron.glif +++ b/source/Hack-Italic.ufo/glyphs/umacron.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/underscore.glif b/source/Hack-Italic.ufo/glyphs/underscore.glif index 3697b67d1..878258799 100644 --- a/source/Hack-Italic.ufo/glyphs/underscore.glif +++ b/source/Hack-Italic.ufo/glyphs/underscore.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/underscoredbl.glif b/source/Hack-Italic.ufo/glyphs/underscoredbl.glif index 63850617e..afc94109a 100644 --- a/source/Hack-Italic.ufo/glyphs/underscoredbl.glif +++ b/source/Hack-Italic.ufo/glyphs/underscoredbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni00A_0.glif b/source/Hack-Italic.ufo/glyphs/uni00A_0.glif index c0979d094..a4b993919 100644 --- a/source/Hack-Italic.ufo/glyphs/uni00A_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni00A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni00A_D_.glif b/source/Hack-Italic.ufo/glyphs/uni00A_D_.glif index 57bc7c00d..511311c1c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni00A_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni00A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni00B_2.glif b/source/Hack-Italic.ufo/glyphs/uni00B_2.glif index 41344a70d..581906d5d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni00B_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni00B_2.glif @@ -1,5 +1,5 @@ - + @@ -8,20 +8,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni00B_3.glif b/source/Hack-Italic.ufo/glyphs/uni00B_3.glif index e03149cd7..6bb134fb3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni00B_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni00B_3.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni00B_5.glif b/source/Hack-Italic.ufo/glyphs/uni00B_5.glif index b7564eb00..0388fdbd8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni00B_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni00B_5.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -52,7 +52,7 @@ - + @@ -64,7 +64,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni00B_9.glif b/source/Hack-Italic.ufo/glyphs/uni00B_9.glif index af05bc75b..3a8fe242f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni00B_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni00B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0122.glif b/source/Hack-Italic.ufo/glyphs/uni0122.glif index 4ba23bec7..97b4f54fe 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0122.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0122.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,14 +16,14 @@ - + - + @@ -32,10 +32,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0123.glif b/source/Hack-Italic.ufo/glyphs/uni0123.glif index 7ea5d97b1..ba77a9a4e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0123.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0123.glif @@ -1,5 +1,5 @@ - + @@ -10,30 +10,30 @@ - + - + - + - + - + @@ -44,7 +44,7 @@ - + @@ -53,10 +53,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0136.glif b/source/Hack-Italic.ufo/glyphs/uni0136.glif index b76b32527..e082def81 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0136.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0136.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0137.glif b/source/Hack-Italic.ufo/glyphs/uni0137.glif index 9c1894a0f..4023558c0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0137.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0137.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni013B_.glif b/source/Hack-Italic.ufo/glyphs/uni013B_.glif index a8c5a5119..17384c44f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni013B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni013B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni013C_.glif b/source/Hack-Italic.ufo/glyphs/uni013C_.glif index ca9ceae4f..6088bed40 100644 --- a/source/Hack-Italic.ufo/glyphs/uni013C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni013C_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0145.glif b/source/Hack-Italic.ufo/glyphs/uni0145.glif index 0b5b8ba95..b4a5992eb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0145.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0145.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0146.glif b/source/Hack-Italic.ufo/glyphs/uni0146.glif index 291e205a5..08bd78515 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0146.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0146.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0156.glif b/source/Hack-Italic.ufo/glyphs/uni0156.glif index 3b003e83f..001b344eb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0156.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0156.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -23,19 +23,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0157.glif b/source/Hack-Italic.ufo/glyphs/uni0157.glif index ba2670d5a..70a109e8d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0157.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0157.glif @@ -1,5 +1,5 @@ - + @@ -9,14 +9,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0162.glif b/source/Hack-Italic.ufo/glyphs/uni0162.glif index e279a7a89..000cf9d81 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0162.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0162.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0163.glif b/source/Hack-Italic.ufo/glyphs/uni0163.glif index 501d082c4..2f7664a08 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0163.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0163.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni01A_4.glif b/source/Hack-Italic.ufo/glyphs/uni01A_4.glif index 0faa1aa1b..1855f1aea 100644 --- a/source/Hack-Italic.ufo/glyphs/uni01A_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni01A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0218.glif b/source/Hack-Italic.ufo/glyphs/uni0218.glif index 5e4c7829f..58d099402 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0218.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0218.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0219.glif b/source/Hack-Italic.ufo/glyphs/uni0219.glif index d8ba12e0d..e704f9060 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0219.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0219.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -22,20 +22,20 @@ - + - + - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni021A_.glif b/source/Hack-Italic.ufo/glyphs/uni021A_.glif index ac0f21b5a..cb74d7f56 100644 --- a/source/Hack-Italic.ufo/glyphs/uni021A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni021A_.glif @@ -1,5 +1,5 @@ - + @@ -11,20 +11,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni021B_.glif b/source/Hack-Italic.ufo/glyphs/uni021B_.glif index 808233c6a..57801a6e5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni021B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni021B_.glif @@ -1,5 +1,5 @@ - + @@ -10,32 +10,32 @@ - + - + - + - + - + - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02B_9.glif b/source/Hack-Italic.ufo/glyphs/uni02B_9.glif index 5b268f301..4d15d4b6d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02B_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02B_B_.glif b/source/Hack-Italic.ufo/glyphs/uni02B_B_.glif index ec0db8452..673649c4d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02B_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02B_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02B_C_.glif b/source/Hack-Italic.ufo/glyphs/uni02B_C_.glif index a08e090d4..4eb9ac477 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02B_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02B_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02B_D_.glif b/source/Hack-Italic.ufo/glyphs/uni02B_D_.glif index c629e6158..53d55566b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02B_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02B_D_.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02B_E_.glif b/source/Hack-Italic.ufo/glyphs/uni02B_E_.glif index 1cceeda73..c76070495 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02B_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02B_E_.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02B_F_.glif b/source/Hack-Italic.ufo/glyphs/uni02B_F_.glif index c16a78956..4dce33d34 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02B_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02B_F_.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02C_0.glif b/source/Hack-Italic.ufo/glyphs/uni02C_0.glif index 90439da52..abaa5ea11 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02C_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02C_0.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02C_1.glif b/source/Hack-Italic.ufo/glyphs/uni02C_1.glif index 8d931ac6b..711959f53 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02C_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02C_1.glif @@ -1,5 +1,5 @@ - + @@ -13,14 +13,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02C_8.glif b/source/Hack-Italic.ufo/glyphs/uni02C_8.glif index d823d8a27..af4b0ac22 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02C_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02C_9.glif b/source/Hack-Italic.ufo/glyphs/uni02C_9.glif index 76cfa8069..381131c16 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02C_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02C_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02C_C_.glif b/source/Hack-Italic.ufo/glyphs/uni02C_C_.glif index f3c69f055..c9d49816a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02C_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02C_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02C_D_.glif b/source/Hack-Italic.ufo/glyphs/uni02C_D_.glif index b174715c1..2eb24e220 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02C_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02C_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02C_E_.glif b/source/Hack-Italic.ufo/glyphs/uni02C_E_.glif index a3af01a5f..2fc2ba77d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02C_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02C_F_.glif b/source/Hack-Italic.ufo/glyphs/uni02C_F_.glif index 533f0047a..15d25e444 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02C_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02D_0.glif b/source/Hack-Italic.ufo/glyphs/uni02D_0.glif index d145963e0..135033c9a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02D_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02D_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni02D_1.glif b/source/Hack-Italic.ufo/glyphs/uni02D_1.glif index 1fddb40ce..3858b7eb1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni02D_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni02D_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0302.glif b/source/Hack-Italic.ufo/glyphs/uni0302.glif index 3c2454761..32ea17f8e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0302.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0302.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0304.case.glif b/source/Hack-Italic.ufo/glyphs/uni0304.case.glif index 5269de85a..50a632b84 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0304.case.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0304.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0304.glif b/source/Hack-Italic.ufo/glyphs/uni0304.glif index 0b4c4946b..aa12d1799 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0304.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0304.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0305.glif b/source/Hack-Italic.ufo/glyphs/uni0305.glif index 8f4b441ec..8fdeffa78 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0305.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0305.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0306.case.glif b/source/Hack-Italic.ufo/glyphs/uni0306.case.glif index c0b66b136..98318b564 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0306.case.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0306.case.glif @@ -1,19 +1,18 @@ - - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0306.glif b/source/Hack-Italic.ufo/glyphs/uni0306.glif index 59b651260..ddf8bbd40 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0306.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0306.glif @@ -1,21 +1,20 @@ - - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0307.case.glif b/source/Hack-Italic.ufo/glyphs/uni0307.case.glif index 7d81a98dc..ab416f097 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0307.case.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0307.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0307.glif b/source/Hack-Italic.ufo/glyphs/uni0307.glif index 9787f85a7..ace04ea9c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0307.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0307.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0308.glif b/source/Hack-Italic.ufo/glyphs/uni0308.glif index 290fd0e1d..d30c47aee 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0308.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0308.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni030A_.glif b/source/Hack-Italic.ufo/glyphs/uni030A_.glif index 8c2d7ae77..c31952495 100644 --- a/source/Hack-Italic.ufo/glyphs/uni030A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni030A_.glif @@ -1,33 +1,32 @@ - - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni030B_.case.glif b/source/Hack-Italic.ufo/glyphs/uni030B_.case.glif index 0332fa15d..885bb85df 100644 --- a/source/Hack-Italic.ufo/glyphs/uni030B_.case.glif +++ b/source/Hack-Italic.ufo/glyphs/uni030B_.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni030B_.glif b/source/Hack-Italic.ufo/glyphs/uni030B_.glif index cacdbd300..2598f6b29 100644 --- a/source/Hack-Italic.ufo/glyphs/uni030B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni030B_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni030C_.glif b/source/Hack-Italic.ufo/glyphs/uni030C_.glif index c08beb376..a1e4da1d1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni030C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni030C_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni030D_.glif b/source/Hack-Italic.ufo/glyphs/uni030D_.glif index b91d1ee10..9b78ff354 100644 --- a/source/Hack-Italic.ufo/glyphs/uni030D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni030D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni030E_.glif b/source/Hack-Italic.ufo/glyphs/uni030E_.glif index 23eacf4e1..106acdc56 100644 --- a/source/Hack-Italic.ufo/glyphs/uni030E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni030E_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni030F_.case.glif b/source/Hack-Italic.ufo/glyphs/uni030F_.case.glif index 6fbfca0a0..2217ed98c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni030F_.case.glif +++ b/source/Hack-Italic.ufo/glyphs/uni030F_.case.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni030F_.glif b/source/Hack-Italic.ufo/glyphs/uni030F_.glif index 867b930b7..db92b6c27 100644 --- a/source/Hack-Italic.ufo/glyphs/uni030F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni030F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0310.glif b/source/Hack-Italic.ufo/glyphs/uni0310.glif index f873919e1..aa4f8e47e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0310.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0310.glif @@ -1,16 +1,15 @@ - - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0311.case.glif b/source/Hack-Italic.ufo/glyphs/uni0311.case.glif index d77366182..b68997015 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0311.case.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0311.case.glif @@ -1,22 +1,21 @@ - - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0311.glif b/source/Hack-Italic.ufo/glyphs/uni0311.glif index 5a7a90056..e41fb5202 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0311.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0311.glif @@ -1,23 +1,22 @@ - - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0312.glif b/source/Hack-Italic.ufo/glyphs/uni0312.glif index 561bb9208..bb8b0bd08 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0312.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0312.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0313.glif b/source/Hack-Italic.ufo/glyphs/uni0313.glif index de4a3bcb0..0c68591ef 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0313.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0313.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0314.glif b/source/Hack-Italic.ufo/glyphs/uni0314.glif index c46c04402..cc15c5f82 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0314.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0314.glif @@ -1,13 +1,12 @@ - - + - + @@ -17,7 +16,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0315.glif b/source/Hack-Italic.ufo/glyphs/uni0315.glif index e07db379d..2e146ec9f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0315.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0315.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0316.glif b/source/Hack-Italic.ufo/glyphs/uni0316.glif index 27733a472..79b895e20 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0316.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0316.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0317.glif b/source/Hack-Italic.ufo/glyphs/uni0317.glif index 0f83d988b..ba0953185 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0317.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0317.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0318.glif b/source/Hack-Italic.ufo/glyphs/uni0318.glif index bd8bd74ed..54267d1d2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0318.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0318.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0319.glif b/source/Hack-Italic.ufo/glyphs/uni0319.glif index 41f126501..1e38d58a5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0319.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0319.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni031A_.glif b/source/Hack-Italic.ufo/glyphs/uni031A_.glif index bc5aa3c22..001e1ba48 100644 --- a/source/Hack-Italic.ufo/glyphs/uni031A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni031A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni031B_.glif b/source/Hack-Italic.ufo/glyphs/uni031B_.glif index cf076a97f..f4ee94f6f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni031B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni031B_.glif @@ -1,17 +1,16 @@ - - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni031C_.glif b/source/Hack-Italic.ufo/glyphs/uni031C_.glif index fa9c59c1d..b105441c2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni031C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni031C_.glif @@ -1,20 +1,19 @@ - - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni031D_.glif b/source/Hack-Italic.ufo/glyphs/uni031D_.glif index 9c4dde424..a677a8b07 100644 --- a/source/Hack-Italic.ufo/glyphs/uni031D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni031D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni031E_.glif b/source/Hack-Italic.ufo/glyphs/uni031E_.glif index a122672a2..801fecf67 100644 --- a/source/Hack-Italic.ufo/glyphs/uni031E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni031E_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni031F_.glif b/source/Hack-Italic.ufo/glyphs/uni031F_.glif index 284815bc7..6d4fb891e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni031F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni031F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0320.glif b/source/Hack-Italic.ufo/glyphs/uni0320.glif index 71c451f30..f517b2688 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0320.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0320.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0321.glif b/source/Hack-Italic.ufo/glyphs/uni0321.glif index dca0af865..8eb2b9762 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0321.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0321.glif @@ -1,11 +1,10 @@ - - + - + @@ -14,7 +13,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0322.glif b/source/Hack-Italic.ufo/glyphs/uni0322.glif index 70dae5057..d5fddd0b5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0322.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0322.glif @@ -1,13 +1,12 @@ - - + - + - + @@ -16,10 +15,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0324.glif b/source/Hack-Italic.ufo/glyphs/uni0324.glif index 6c96669df..59190d599 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0324.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0324.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0325.glif b/source/Hack-Italic.ufo/glyphs/uni0325.glif index 86571b6ed..9cb1af2f7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0325.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0325.glif @@ -1,33 +1,32 @@ - - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0326.glif b/source/Hack-Italic.ufo/glyphs/uni0326.glif index ec3347fd7..640230477 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0326.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0326.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0327.glif b/source/Hack-Italic.ufo/glyphs/uni0327.glif index 824cdd4cd..00228dd09 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0327.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0327.glif @@ -1,27 +1,26 @@ - - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0328.glif b/source/Hack-Italic.ufo/glyphs/uni0328.glif index f320d352b..8571357b6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0328.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0328.glif @@ -1,23 +1,22 @@ - - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0329.glif b/source/Hack-Italic.ufo/glyphs/uni0329.glif index abc2fda7e..be07d0dc8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0329.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0329.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni032A_.glif b/source/Hack-Italic.ufo/glyphs/uni032A_.glif index 594101b16..d9d21ebc9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni032A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni032A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni032B_.glif b/source/Hack-Italic.ufo/glyphs/uni032B_.glif index ba851c227..36f073897 100644 --- a/source/Hack-Italic.ufo/glyphs/uni032B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni032B_.glif @@ -1,13 +1,12 @@ - - + - + - + @@ -17,27 +16,27 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni032C_.glif b/source/Hack-Italic.ufo/glyphs/uni032C_.glif index f025c3a42..a817e19cb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni032C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni032C_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni032D_.glif b/source/Hack-Italic.ufo/glyphs/uni032D_.glif index 6991b40e0..5fb3f6f19 100644 --- a/source/Hack-Italic.ufo/glyphs/uni032D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni032D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni032E_.glif b/source/Hack-Italic.ufo/glyphs/uni032E_.glif index a2058c334..069509cd2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni032E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni032E_.glif @@ -1,21 +1,20 @@ - - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni032F_.glif b/source/Hack-Italic.ufo/glyphs/uni032F_.glif index 314212e57..2900dad09 100644 --- a/source/Hack-Italic.ufo/glyphs/uni032F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni032F_.glif @@ -1,24 +1,23 @@ - - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0330.glif b/source/Hack-Italic.ufo/glyphs/uni0330.glif index 8ed89caf2..0f8a48616 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0330.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0330.glif @@ -1,31 +1,30 @@ - - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0331.glif b/source/Hack-Italic.ufo/glyphs/uni0331.glif index 40feb34cc..3f903a78f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0331.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0331.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0332.glif b/source/Hack-Italic.ufo/glyphs/uni0332.glif index 7af509e89..c82503474 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0332.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0332.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0333.glif b/source/Hack-Italic.ufo/glyphs/uni0333.glif index ba20905e0..08c846c7c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0333.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0333.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0334.glif b/source/Hack-Italic.ufo/glyphs/uni0334.glif index 9c1aabaf7..986ca906c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0334.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0334.glif @@ -1,13 +1,12 @@ - - + - + @@ -16,14 +15,14 @@ - + - + @@ -32,7 +31,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0335.glif b/source/Hack-Italic.ufo/glyphs/uni0335.glif index a0d8fa62f..ec9d4e26b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0335.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0335.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0336.glif b/source/Hack-Italic.ufo/glyphs/uni0336.glif index 834139656..66a0d530f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0336.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0336.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0337.glif b/source/Hack-Italic.ufo/glyphs/uni0337.glif index 908c4dd15..4cae4e8f7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0337.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0337.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0338.glif b/source/Hack-Italic.ufo/glyphs/uni0338.glif index a50c37731..f18c701aa 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0338.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0338.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0339.glif b/source/Hack-Italic.ufo/glyphs/uni0339.glif index 96a02fd82..96309a5bb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0339.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0339.glif @@ -1,20 +1,19 @@ - - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni033A_.glif b/source/Hack-Italic.ufo/glyphs/uni033A_.glif index bf7257e04..1aba50c03 100644 --- a/source/Hack-Italic.ufo/glyphs/uni033A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni033A_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni033B_.glif b/source/Hack-Italic.ufo/glyphs/uni033B_.glif index 16726aef4..e7c422c23 100644 --- a/source/Hack-Italic.ufo/glyphs/uni033B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni033B_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni033C_.glif b/source/Hack-Italic.ufo/glyphs/uni033C_.glif index d18c3bb6f..ffacf7916 100644 --- a/source/Hack-Italic.ufo/glyphs/uni033C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni033C_.glif @@ -1,22 +1,21 @@ - - + - + - + - + @@ -26,20 +25,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni033D_.glif b/source/Hack-Italic.ufo/glyphs/uni033D_.glif index 8a6984626..82d48f6fc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni033D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni033D_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni033E_.glif b/source/Hack-Italic.ufo/glyphs/uni033E_.glif index 90b9f505b..3f3199dea 100644 --- a/source/Hack-Italic.ufo/glyphs/uni033E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni033E_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni033F_.glif b/source/Hack-Italic.ufo/glyphs/uni033F_.glif index 3f199ec70..4d5c89cf5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni033F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni033F_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0358.glif b/source/Hack-Italic.ufo/glyphs/uni0358.glif index b08bfe304..6a6a0b129 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0358.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0358.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0361.glif b/source/Hack-Italic.ufo/glyphs/uni0361.glif index b4c5deb93..77b3cb6a6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0361.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0361.glif @@ -1,6 +1,5 @@ - - + @@ -10,7 +9,7 @@ - + @@ -23,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0394.glif b/source/Hack-Italic.ufo/glyphs/uni0394.glif index f7dae25e5..c0546804d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0394.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0394.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni03A_9.glif b/source/Hack-Italic.ufo/glyphs/uni03A_9.glif index 20fff27ad..16a4b0106 100644 --- a/source/Hack-Italic.ufo/glyphs/uni03A_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni03A_9.glif @@ -1,5 +1,5 @@ - + @@ -11,19 +11,19 @@ - + - + - + - + @@ -39,19 +39,19 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni03B_C_.glif b/source/Hack-Italic.ufo/glyphs/uni03B_C_.glif index 3993af677..df103276a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni03B_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni03B_C_.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + @@ -34,13 +34,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni03C_2.glif b/source/Hack-Italic.ufo/glyphs/uni03C_2.glif index ca972cb77..bbe1a71b3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni03C_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni03C_2.glif @@ -1,5 +1,5 @@ - + @@ -10,44 +10,44 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni03F_4.glif b/source/Hack-Italic.ufo/glyphs/uni03F_4.glif index 7315a9361..9a578739d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni03F_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni03F_4.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,23 +27,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0400.glif b/source/Hack-Italic.ufo/glyphs/uni0400.glif index 088ef49b8..35315b280 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0400.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0400.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0401.glif b/source/Hack-Italic.ufo/glyphs/uni0401.glif index ea74350bd..a028eeaff 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0401.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0401.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0402.glif b/source/Hack-Italic.ufo/glyphs/uni0402.glif index 73f45117c..38eeb263f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0402.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0402.glif @@ -1,10 +1,10 @@ - + - + @@ -14,17 +14,17 @@ - + - + - + @@ -51,10 +51,10 @@ - + - + @@ -63,11 +63,11 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0403.glif b/source/Hack-Italic.ufo/glyphs/uni0403.glif index d6f42fc9e..1e6a776ad 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0403.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0403.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0404.glif b/source/Hack-Italic.ufo/glyphs/uni0404.glif index aa59e15ce..082ee9c49 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0404.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0404.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0405.glif b/source/Hack-Italic.ufo/glyphs/uni0405.glif index 60ea2fcd2..9fd3f0438 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0405.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0405.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0406.glif b/source/Hack-Italic.ufo/glyphs/uni0406.glif index 5b3e8777e..c6731d1e0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0406.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0406.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0407.glif b/source/Hack-Italic.ufo/glyphs/uni0407.glif index ebcc36c69..ba6603ac7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0407.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0407.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0408.glif b/source/Hack-Italic.ufo/glyphs/uni0408.glif index 8e4bac185..4ca13d248 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0408.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0408.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0409.glif b/source/Hack-Italic.ufo/glyphs/uni0409.glif index 53c97008e..7c1e32203 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0409.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0409.glif @@ -1,5 +1,5 @@ - + @@ -17,13 +17,13 @@ - + - + @@ -36,16 +36,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni040A_.glif b/source/Hack-Italic.ufo/glyphs/uni040A_.glif index b1bd1c694..3f12f1fca 100644 --- a/source/Hack-Italic.ufo/glyphs/uni040A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni040A_.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni040B_.glif b/source/Hack-Italic.ufo/glyphs/uni040B_.glif index 375bdac28..07b4ea94a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni040B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni040B_.glif @@ -1,5 +1,5 @@ - + @@ -19,10 +19,10 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni040C_.glif b/source/Hack-Italic.ufo/glyphs/uni040C_.glif index 706ea3a2f..44b1f2afb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni040C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni040C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni040D_.glif b/source/Hack-Italic.ufo/glyphs/uni040D_.glif index 85a4115d3..2a2443b57 100644 --- a/source/Hack-Italic.ufo/glyphs/uni040D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni040D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni040E_.glif b/source/Hack-Italic.ufo/glyphs/uni040E_.glif index 0c75801f7..828918859 100644 --- a/source/Hack-Italic.ufo/glyphs/uni040E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni040E_.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -36,13 +36,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni040F_.glif b/source/Hack-Italic.ufo/glyphs/uni040F_.glif index 5613ebb1e..a3cf530c1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni040F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni040F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0410.glif b/source/Hack-Italic.ufo/glyphs/uni0410.glif index ed8707383..acafeabcd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0410.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0410.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0411.glif b/source/Hack-Italic.ufo/glyphs/uni0411.glif index 2c33d0aa9..1ae6bc277 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0411.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0411.glif @@ -1,5 +1,5 @@ - + @@ -15,26 +15,26 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0412.glif b/source/Hack-Italic.ufo/glyphs/uni0412.glif index bb7979752..ad29e9520 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0412.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0412.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0413.glif b/source/Hack-Italic.ufo/glyphs/uni0413.glif index 323d6794c..cb8d06753 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0413.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0413.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0414.glif b/source/Hack-Italic.ufo/glyphs/uni0414.glif index e39d6e3f7..34e6d56dd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0414.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0414.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -29,13 +29,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0415.glif b/source/Hack-Italic.ufo/glyphs/uni0415.glif index 8f5c31a11..355b25ef6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0415.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0415.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0416.glif b/source/Hack-Italic.ufo/glyphs/uni0416.glif index 1fd38a255..75859707f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0416.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0416.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0417.glif b/source/Hack-Italic.ufo/glyphs/uni0417.glif index 64d11709f..b0238f449 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0417.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0417.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0418.glif b/source/Hack-Italic.ufo/glyphs/uni0418.glif index fb27b1d70..80883b255 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0418.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0418.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0419.glif b/source/Hack-Italic.ufo/glyphs/uni0419.glif index bd72dc249..0ab132d0c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0419.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0419.glif @@ -1,20 +1,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni041A_.glif b/source/Hack-Italic.ufo/glyphs/uni041A_.glif index 4beee61ce..4ed7049ce 100644 --- a/source/Hack-Italic.ufo/glyphs/uni041A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni041A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni041B_.glif b/source/Hack-Italic.ufo/glyphs/uni041B_.glif index 103fe5866..637d80798 100644 --- a/source/Hack-Italic.ufo/glyphs/uni041B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni041B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni041C_.glif b/source/Hack-Italic.ufo/glyphs/uni041C_.glif index 32c5f4960..0f36131e9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni041C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni041C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni041D_.glif b/source/Hack-Italic.ufo/glyphs/uni041D_.glif index 5cbb70e5d..859797026 100644 --- a/source/Hack-Italic.ufo/glyphs/uni041D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni041D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni041E_.glif b/source/Hack-Italic.ufo/glyphs/uni041E_.glif index f0c81c50d..68721cd91 100644 --- a/source/Hack-Italic.ufo/glyphs/uni041E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni041E_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -30,22 +30,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni041F_.glif b/source/Hack-Italic.ufo/glyphs/uni041F_.glif index 7a6f157ee..6f51b7e1a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni041F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni041F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0420.glif b/source/Hack-Italic.ufo/glyphs/uni0420.glif index 2366935fd..5b6b18b30 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0420.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0420.glif @@ -1,5 +1,5 @@ - + @@ -8,22 +8,22 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0421.glif b/source/Hack-Italic.ufo/glyphs/uni0421.glif index f25c81de6..0c92b23f0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0421.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0421.glif @@ -1,10 +1,10 @@ - + - + @@ -47,7 +47,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0422.glif b/source/Hack-Italic.ufo/glyphs/uni0422.glif index 077ce0d61..359779147 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0422.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0422.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0423.glif b/source/Hack-Italic.ufo/glyphs/uni0423.glif index 2825f5398..829b2a482 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0423.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0423.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0424.glif b/source/Hack-Italic.ufo/glyphs/uni0424.glif index 078484732..b3cedc312 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0424.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0424.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -39,10 +39,10 @@ - + - + @@ -54,10 +54,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0425.glif b/source/Hack-Italic.ufo/glyphs/uni0425.glif index 58d8f76de..e5907dcc0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0425.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0425.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0426.glif b/source/Hack-Italic.ufo/glyphs/uni0426.glif index 60d93cb13..f3efd51b9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0426.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0426.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0427.glif b/source/Hack-Italic.ufo/glyphs/uni0427.glif index 3d31fd28f..a8a320679 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0427.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0427.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0428.glif b/source/Hack-Italic.ufo/glyphs/uni0428.glif index 63cf8ece2..c207824a8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0428.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0428.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0429.glif b/source/Hack-Italic.ufo/glyphs/uni0429.glif index 933792661..cdc5b4602 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0429.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0429.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni042A_.glif b/source/Hack-Italic.ufo/glyphs/uni042A_.glif index db9d8f58e..e91a8a542 100644 --- a/source/Hack-Italic.ufo/glyphs/uni042A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni042A_.glif @@ -1,5 +1,5 @@ - + @@ -9,29 +9,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni042B_.glif b/source/Hack-Italic.ufo/glyphs/uni042B_.glif index fcb8bba68..64128fc8b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni042B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni042B_.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + @@ -26,16 +26,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni042C_.glif b/source/Hack-Italic.ufo/glyphs/uni042C_.glif index 471a49c21..ace7de5ec 100644 --- a/source/Hack-Italic.ufo/glyphs/uni042C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni042C_.glif @@ -1,5 +1,5 @@ - + @@ -7,29 +7,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni042D_.glif b/source/Hack-Italic.ufo/glyphs/uni042D_.glif index 5ae1208dd..38963fe5a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni042D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni042D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,20 +20,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni042E_.glif b/source/Hack-Italic.ufo/glyphs/uni042E_.glif index c7f74fdf9..990b8b24e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni042E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni042E_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,13 +20,13 @@ - + - + @@ -34,28 +34,28 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni042F_.glif b/source/Hack-Italic.ufo/glyphs/uni042F_.glif index 061409bad..61a1bf1ec 100644 --- a/source/Hack-Italic.ufo/glyphs/uni042F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni042F_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0430.glif b/source/Hack-Italic.ufo/glyphs/uni0430.glif index e6bf12f81..4711163cd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0430.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0430.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + - + @@ -39,7 +39,7 @@ - + @@ -50,7 +50,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0431.glif b/source/Hack-Italic.ufo/glyphs/uni0431.glif index 2644d8ab4..ed0d10706 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0431.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0431.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,7 +17,7 @@ - + @@ -38,10 +38,10 @@ - + - + @@ -49,22 +49,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0432.glif b/source/Hack-Italic.ufo/glyphs/uni0432.glif index ad5cc62ee..4fe884065 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0432.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0432.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -17,37 +17,37 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0433.glif b/source/Hack-Italic.ufo/glyphs/uni0433.glif index 2d08f657c..8885af6bb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0433.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0433.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0434.glif b/source/Hack-Italic.ufo/glyphs/uni0434.glif index 2276dcf43..7703bee1e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0434.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0434.glif @@ -1,11 +1,11 @@ - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0435.glif b/source/Hack-Italic.ufo/glyphs/uni0435.glif index a0deb4f8a..c707c1006 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0435.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0435.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + - + @@ -38,10 +38,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0436.glif b/source/Hack-Italic.ufo/glyphs/uni0436.glif index 0d93a4d8b..0a6e41e7f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0436.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0436.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0437.glif b/source/Hack-Italic.ufo/glyphs/uni0437.glif index 1ad4c4648..edc441279 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0437.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0437.glif @@ -1,54 +1,54 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0438.glif b/source/Hack-Italic.ufo/glyphs/uni0438.glif index 8e87751f0..87d296789 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0438.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0438.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0439.glif b/source/Hack-Italic.ufo/glyphs/uni0439.glif index 1f1c81b51..b2376f1a3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0439.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0439.glif @@ -1,21 +1,21 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni043A_.glif b/source/Hack-Italic.ufo/glyphs/uni043A_.glif index ad6dab812..dc0470f84 100644 --- a/source/Hack-Italic.ufo/glyphs/uni043A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni043A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni043B_.glif b/source/Hack-Italic.ufo/glyphs/uni043B_.glif index 35371cc46..b1e2f86bb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni043B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni043B_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni043C_.glif b/source/Hack-Italic.ufo/glyphs/uni043C_.glif index 54c1c15c5..6878959c8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni043C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni043C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni043D_.glif b/source/Hack-Italic.ufo/glyphs/uni043D_.glif index 75422a603..afd17b781 100644 --- a/source/Hack-Italic.ufo/glyphs/uni043D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni043D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni043E_.glif b/source/Hack-Italic.ufo/glyphs/uni043E_.glif index b5f015d20..ea46bb660 100644 --- a/source/Hack-Italic.ufo/glyphs/uni043E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni043E_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,16 +24,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni043F_.glif b/source/Hack-Italic.ufo/glyphs/uni043F_.glif index 3e3eaf0b6..77583ed54 100644 --- a/source/Hack-Italic.ufo/glyphs/uni043F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni043F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0440.glif b/source/Hack-Italic.ufo/glyphs/uni0440.glif index ff084c80e..aeed09990 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0440.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0440.glif @@ -1,5 +1,5 @@ - + @@ -9,16 +9,16 @@ - + - + - + @@ -26,22 +26,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0441.glif b/source/Hack-Italic.ufo/glyphs/uni0441.glif index 4e8217538..1beea1a3c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0441.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0441.glif @@ -1,10 +1,10 @@ - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0442.glif b/source/Hack-Italic.ufo/glyphs/uni0442.glif index d35da0fe0..fee3205fd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0442.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0442.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0443.glif b/source/Hack-Italic.ufo/glyphs/uni0443.glif index 5d664af2b..71d056a70 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0443.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0443.glif @@ -1,11 +1,11 @@ - + - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0444.glif b/source/Hack-Italic.ufo/glyphs/uni0444.glif index bb263dee2..8f507d0dd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0444.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0444.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0445.glif b/source/Hack-Italic.ufo/glyphs/uni0445.glif index b69971152..c4c6590ea 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0445.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0445.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0446.glif b/source/Hack-Italic.ufo/glyphs/uni0446.glif index 34adf1b2d..9f2fdb60c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0446.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0446.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0447.glif b/source/Hack-Italic.ufo/glyphs/uni0447.glif index 4b87eb1ba..f6ea199b6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0447.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0447.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0448.glif b/source/Hack-Italic.ufo/glyphs/uni0448.glif index b5228c9e6..b07a91afd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0448.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0448.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0449.glif b/source/Hack-Italic.ufo/glyphs/uni0449.glif index 62802709b..76a2a7348 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0449.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0449.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni044A_.glif b/source/Hack-Italic.ufo/glyphs/uni044A_.glif index 97e241777..b7a5e3475 100644 --- a/source/Hack-Italic.ufo/glyphs/uni044A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni044A_.glif @@ -1,5 +1,5 @@ - + @@ -9,29 +9,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni044B_.glif b/source/Hack-Italic.ufo/glyphs/uni044B_.glif index 62e65572a..4c42b666d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni044B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni044B_.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + @@ -26,16 +26,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni044C_.glif b/source/Hack-Italic.ufo/glyphs/uni044C_.glif index 433538b18..34a1833df 100644 --- a/source/Hack-Italic.ufo/glyphs/uni044C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni044C_.glif @@ -1,5 +1,5 @@ - + @@ -7,29 +7,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni044D_.glif b/source/Hack-Italic.ufo/glyphs/uni044D_.glif index 1432f38f8..9a8c1cd10 100644 --- a/source/Hack-Italic.ufo/glyphs/uni044D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni044D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,20 +20,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni044E_.glif b/source/Hack-Italic.ufo/glyphs/uni044E_.glif index 36aca4c02..6ff11cdcc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni044E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni044E_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,10 +20,10 @@ - + - + @@ -31,22 +31,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni044F_.glif b/source/Hack-Italic.ufo/glyphs/uni044F_.glif index aabf6ed72..4fa02b04d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni044F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni044F_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0450.glif b/source/Hack-Italic.ufo/glyphs/uni0450.glif index 22e7dc3ba..13287676f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0450.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0450.glif @@ -1,5 +1,5 @@ - + @@ -10,29 +10,29 @@ - + - + - + - + - + - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0451.glif b/source/Hack-Italic.ufo/glyphs/uni0451.glif index 670a7d2c6..8fdf787f7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0451.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0451.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,29 +46,29 @@ - + - + - + - + - + - + @@ -80,10 +80,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0452.glif b/source/Hack-Italic.ufo/glyphs/uni0452.glif index 719c7fda6..212a4b542 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0452.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0452.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -32,10 +32,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0453.glif b/source/Hack-Italic.ufo/glyphs/uni0453.glif index f2bf1c700..706785383 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0453.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0453.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0454.glif b/source/Hack-Italic.ufo/glyphs/uni0454.glif index 5fc5ddd9d..c07d92870 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0454.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0454.glif @@ -1,26 +1,26 @@ - + - + - + - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0455.glif b/source/Hack-Italic.ufo/glyphs/uni0455.glif index cc499ae4e..ee2eaf5e3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0455.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0455.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -22,20 +22,20 @@ - + - + - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0456.glif b/source/Hack-Italic.ufo/glyphs/uni0456.glif index 9819363a4..463b18562 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0456.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0456.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,13 +22,13 @@ - + - + @@ -42,13 +42,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0457.glif b/source/Hack-Italic.ufo/glyphs/uni0457.glif index e1ed00bfc..7885fc4b4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0457.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0457.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,13 +40,13 @@ - + - + @@ -60,13 +60,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0458.glif b/source/Hack-Italic.ufo/glyphs/uni0458.glif index 756259570..5f7c50c41 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0458.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0458.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0459.glif b/source/Hack-Italic.ufo/glyphs/uni0459.glif index 925ab11fc..73c042bf4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0459.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0459.glif @@ -1,5 +1,5 @@ - + @@ -18,13 +18,13 @@ - + - + @@ -34,20 +34,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni045A_.glif b/source/Hack-Italic.ufo/glyphs/uni045A_.glif index 5f9a14e05..05c6841ba 100644 --- a/source/Hack-Italic.ufo/glyphs/uni045A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni045A_.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + @@ -28,16 +28,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni045B_.glif b/source/Hack-Italic.ufo/glyphs/uni045B_.glif index 6b3757c9c..8d8e6ec65 100644 --- a/source/Hack-Italic.ufo/glyphs/uni045B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni045B_.glif @@ -1,5 +1,5 @@ - + @@ -17,10 +17,10 @@ - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni045C_.glif b/source/Hack-Italic.ufo/glyphs/uni045C_.glif index c3dc85056..a314de5a6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni045C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni045C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni045D_.glif b/source/Hack-Italic.ufo/glyphs/uni045D_.glif index d14952240..8b22899d2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni045D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni045D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni045E_.glif b/source/Hack-Italic.ufo/glyphs/uni045E_.glif index fff9b3ce7..2549baec0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni045E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni045E_.glif @@ -1,21 +1,21 @@ - + - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -35,16 +35,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni045F_.glif b/source/Hack-Italic.ufo/glyphs/uni045F_.glif index 285372988..c400f35f3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni045F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni045F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0462.glif b/source/Hack-Italic.ufo/glyphs/uni0462.glif index 72966fa22..9b94c2dd2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0462.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0462.glif @@ -1,5 +1,5 @@ - + @@ -15,29 +15,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0463.glif b/source/Hack-Italic.ufo/glyphs/uni0463.glif index 8a9762fd5..67288512f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0463.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0463.glif @@ -1,5 +1,5 @@ - + @@ -15,29 +15,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0472.glif b/source/Hack-Italic.ufo/glyphs/uni0472.glif index 272169c83..411075395 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0472.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0472.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,23 +27,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0473.glif b/source/Hack-Italic.ufo/glyphs/uni0473.glif index 1289b82a6..702bdd399 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0473.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0473.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -30,23 +30,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0490.glif b/source/Hack-Italic.ufo/glyphs/uni0490.glif index f70f9a0cd..8fd6d6a8e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0490.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0490.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0491.glif b/source/Hack-Italic.ufo/glyphs/uni0491.glif index 556420791..689cccb39 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0491.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0491.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0492.glif b/source/Hack-Italic.ufo/glyphs/uni0492.glif index a9d23b6c4..e12aec26f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0492.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0492.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0493.glif b/source/Hack-Italic.ufo/glyphs/uni0493.glif index 3cda583ce..5f0356ded 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0493.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0493.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0494.glif b/source/Hack-Italic.ufo/glyphs/uni0494.glif index e82c6d81d..39f4703a4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0494.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0494.glif @@ -1,21 +1,21 @@ - + - + - + - + @@ -24,20 +24,20 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0495.glif b/source/Hack-Italic.ufo/glyphs/uni0495.glif index c81afbfed..9df2948dc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0495.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0495.glif @@ -1,21 +1,21 @@ - + - + - + - + @@ -24,17 +24,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0496.glif b/source/Hack-Italic.ufo/glyphs/uni0496.glif index 1e7fc5e18..d70e99b2b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0496.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0496.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0497.glif b/source/Hack-Italic.ufo/glyphs/uni0497.glif index 70874e4fd..a6398aa88 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0497.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0497.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0498.glif b/source/Hack-Italic.ufo/glyphs/uni0498.glif index f8fb889a9..179a5e24d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0498.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0498.glif @@ -1,5 +1,5 @@ - + @@ -7,26 +7,26 @@ - + - + - + - + - + @@ -36,32 +36,32 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0499.glif b/source/Hack-Italic.ufo/glyphs/uni0499.glif index a9f7940d6..d64846a7a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0499.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0499.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,20 +19,20 @@ - + - + - + - + @@ -42,35 +42,35 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni049A_.glif b/source/Hack-Italic.ufo/glyphs/uni049A_.glif index 1dea61bd5..95912e86f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni049A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni049A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni049B_.glif b/source/Hack-Italic.ufo/glyphs/uni049B_.glif index ea81dcf34..fa91ab654 100644 --- a/source/Hack-Italic.ufo/glyphs/uni049B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni049B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_2.glif b/source/Hack-Italic.ufo/glyphs/uni04A_2.glif index 57354444e..b53357395 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_3.glif b/source/Hack-Italic.ufo/glyphs/uni04A_3.glif index c1b21f677..143a88f95 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_4.glif b/source/Hack-Italic.ufo/glyphs/uni04A_4.glif index f23ba53a0..37e8b5a7e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_5.glif b/source/Hack-Italic.ufo/glyphs/uni04A_5.glif index f048d7fa4..d47b9f1f0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_A_.glif b/source/Hack-Italic.ufo/glyphs/uni04A_A_.glif index d8190a223..773e0a850 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_A_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -23,32 +23,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_B_.glif b/source/Hack-Italic.ufo/glyphs/uni04A_B_.glif index 0b31afb5b..40a273742 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -23,32 +23,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_C_.glif b/source/Hack-Italic.ufo/glyphs/uni04A_C_.glif index b41f56bb6..dd920e1d3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_D_.glif b/source/Hack-Italic.ufo/glyphs/uni04A_D_.glif index 3f0d210b6..35a4d42f6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_E_.glif b/source/Hack-Italic.ufo/glyphs/uni04A_E_.glif index 26d533ddf..b3dc4fe64 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04A_F_.glif b/source/Hack-Italic.ufo/glyphs/uni04A_F_.glif index 4c1473dc9..30154c5d2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04A_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04B_0.glif b/source/Hack-Italic.ufo/glyphs/uni04B_0.glif index f57415b31..7a3017e20 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04B_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04B_1.glif b/source/Hack-Italic.ufo/glyphs/uni04B_1.glif index 7b66790ee..1225e56f0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04B_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04B_2.glif b/source/Hack-Italic.ufo/glyphs/uni04B_2.glif index 1e53f4d2a..ac3e47d67 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04B_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04B_3.glif b/source/Hack-Italic.ufo/glyphs/uni04B_3.glif index 9a79f5711..b88a8715a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04B_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04B_A_.glif b/source/Hack-Italic.ufo/glyphs/uni04B_A_.glif index 3893c4d43..16348a40d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04B_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04B_A_.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + @@ -32,10 +32,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04B_B_.glif b/source/Hack-Italic.ufo/glyphs/uni04B_B_.glif index 9c4ce430c..798cf3886 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04B_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04B_B_.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_0.glif b/source/Hack-Italic.ufo/glyphs/uni04C_0.glif index 510dfec8c..ce6c1c62e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_1.glif b/source/Hack-Italic.ufo/glyphs/uni04C_1.glif index 89d7bbfaa..dfe03261b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_1.glif @@ -1,20 +1,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_2.glif b/source/Hack-Italic.ufo/glyphs/uni04C_2.glif index b85ee82cd..5459e0bc0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_2.glif @@ -1,21 +1,21 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_3.glif b/source/Hack-Italic.ufo/glyphs/uni04C_3.glif index 8bdd3bf30..d22a75ac0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_3.glif @@ -1,21 +1,21 @@ - + - + - + - + @@ -29,14 +29,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_4.glif b/source/Hack-Italic.ufo/glyphs/uni04C_4.glif index 306666ed8..fc2b19bac 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_4.glif @@ -1,21 +1,21 @@ - + - + - + - + @@ -26,17 +26,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_7.glif b/source/Hack-Italic.ufo/glyphs/uni04C_7.glif index 72d7ec98f..f53636c85 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_7.glif @@ -1,11 +1,11 @@ - + - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_8.glif b/source/Hack-Italic.ufo/glyphs/uni04C_8.glif index 22ff1e3af..510413321 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_8.glif @@ -1,11 +1,11 @@ - + - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_B_.glif b/source/Hack-Italic.ufo/glyphs/uni04C_B_.glif index c94062321..5fc8450d2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_C_.glif b/source/Hack-Italic.ufo/glyphs/uni04C_C_.glif index 6481cf2c6..667e2426f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04C_F_.glif b/source/Hack-Italic.ufo/glyphs/uni04C_F_.glif index c46ebe589..56a8b2e3e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04C_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_0.glif b/source/Hack-Italic.ufo/glyphs/uni04D_0.glif index b44700004..d6498747e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_0.glif @@ -1,20 +1,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_1.glif b/source/Hack-Italic.ufo/glyphs/uni04D_1.glif index 770b9cb79..034296410 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_1.glif @@ -1,21 +1,21 @@ - + - + - + - + - + @@ -24,10 +24,10 @@ - + - + @@ -35,20 +35,20 @@ - + - + - + - + @@ -59,18 +59,18 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_2.glif b/source/Hack-Italic.ufo/glyphs/uni04D_2.glif index 9d96572a8..11c79d03d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_2.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_3.glif b/source/Hack-Italic.ufo/glyphs/uni04D_3.glif index a4c1b7f01..3a278fc6d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_3.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,31 +46,31 @@ - + - + - + - + - + - + - + @@ -81,7 +81,7 @@ - + @@ -92,7 +92,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_4.glif b/source/Hack-Italic.ufo/glyphs/uni04D_4.glif index ec3b56ee2..38b92f618 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_5.glif b/source/Hack-Italic.ufo/glyphs/uni04D_5.glif index c2ca8a3e8..d8351e7c4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_5.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -18,23 +18,23 @@ - + - + - + - + @@ -48,14 +48,14 @@ - + - + @@ -64,20 +64,20 @@ - + - + - + - + @@ -88,7 +88,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_6.glif b/source/Hack-Italic.ufo/glyphs/uni04D_6.glif index b08cad5a2..084cfe353 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_6.glif @@ -1,20 +1,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_7.glif b/source/Hack-Italic.ufo/glyphs/uni04D_7.glif index 2d113aa50..5560dd5ab 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_7.glif @@ -1,21 +1,21 @@ - + - + - + - + - + @@ -24,29 +24,29 @@ - + - + - + - + - + - + @@ -58,10 +58,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_8.glif b/source/Hack-Italic.ufo/glyphs/uni04D_8.glif index 6080790ac..de1c9f957 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,20 +15,20 @@ - + - + - + - + @@ -36,14 +36,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_9.glif b/source/Hack-Italic.ufo/glyphs/uni04D_9.glif index 09754aab1..5f9a4ab9e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,20 +16,20 @@ - + - + - + - + @@ -37,14 +37,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_A_.glif b/source/Hack-Italic.ufo/glyphs/uni04D_A_.glif index 916bbd0e5..f69177767 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_A_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,10 +43,10 @@ - + - + @@ -54,20 +54,20 @@ - + - + - + - + @@ -75,14 +75,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_B_.glif b/source/Hack-Italic.ufo/glyphs/uni04D_B_.glif index 9a865761a..2aa548751 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_B_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,10 +46,10 @@ - + - + @@ -58,20 +58,20 @@ - + - + - + - + @@ -79,14 +79,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_C_.glif b/source/Hack-Italic.ufo/glyphs/uni04D_C_.glif index e7daef4a2..ef6deb148 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_C_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_D_.glif b/source/Hack-Italic.ufo/glyphs/uni04D_D_.glif index cae049c26..4c59ff251 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_E_.glif b/source/Hack-Italic.ufo/glyphs/uni04D_E_.glif index 31492bdce..13577b9c8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_E_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,15 +25,15 @@ - + - - + + @@ -43,45 +43,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04D_F_.glif b/source/Hack-Italic.ufo/glyphs/uni04D_F_.glif index df3271bad..50fd2815a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04D_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04D_F_.glif @@ -1,21 +1,21 @@ - + - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -40,48 +40,48 @@ - + - + - + - + - + - + - + - + - + - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_0.glif b/source/Hack-Italic.ufo/glyphs/uni04E_0.glif index 816af736a..f1e9fb866 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_0.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + - + - + @@ -37,10 +37,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_1.glif b/source/Hack-Italic.ufo/glyphs/uni04E_1.glif index fbf8f55f7..65467e5ec 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_1.glif @@ -1,29 +1,29 @@ - + - + - + - + - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_2.glif b/source/Hack-Italic.ufo/glyphs/uni04E_2.glif index 72eae1271..9a3072501 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_3.glif b/source/Hack-Italic.ufo/glyphs/uni04E_3.glif index ba0f33f7d..a319db43e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_4.glif b/source/Hack-Italic.ufo/glyphs/uni04E_4.glif index 722bd4600..d603e9684 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_4.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_5.glif b/source/Hack-Italic.ufo/glyphs/uni04E_5.glif index 2145c5c8e..ed9bb1683 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_5.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_6.glif b/source/Hack-Italic.ufo/glyphs/uni04E_6.glif index 9419b6e8c..857f67e8e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_6.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,10 +43,10 @@ - + - + @@ -55,10 +55,10 @@ - + - + @@ -69,22 +69,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_7.glif b/source/Hack-Italic.ufo/glyphs/uni04E_7.glif index 2077cf7b5..fde470751 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_7.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,19 +46,19 @@ - + - + - + - + @@ -66,16 +66,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_8.glif b/source/Hack-Italic.ufo/glyphs/uni04E_8.glif index a88a74259..17c725160 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_8.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,23 +27,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_9.glif b/source/Hack-Italic.ufo/glyphs/uni04E_9.glif index 8284e348f..f9b118fd3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -30,23 +30,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_A_.glif b/source/Hack-Italic.ufo/glyphs/uni04E_A_.glif index dffcaba63..bb0f803db 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_A_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,19 +43,19 @@ - + - + - + - + @@ -66,23 +66,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_B_.glif b/source/Hack-Italic.ufo/glyphs/uni04E_B_.glif index 9d6c487e5..667fe5a73 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_B_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,10 +46,10 @@ - + - + @@ -58,10 +58,10 @@ - + - + @@ -72,23 +72,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_C_.glif b/source/Hack-Italic.ufo/glyphs/uni04E_C_.glif index d6ca06e62..59de803d6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_C_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -43,14 +43,14 @@ - + - + @@ -59,20 +59,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_D_.glif b/source/Hack-Italic.ufo/glyphs/uni04E_D_.glif index 0b8ff86cf..eb7fe617c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,14 +46,14 @@ - + - + @@ -62,20 +62,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_E_.glif b/source/Hack-Italic.ufo/glyphs/uni04E_E_.glif index 04d15fc7a..4335dd880 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_E_.glif @@ -1,5 +1,5 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04E_F_.glif b/source/Hack-Italic.ufo/glyphs/uni04E_F_.glif index 6ef3453d9..805223515 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04E_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04E_F_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_0.glif b/source/Hack-Italic.ufo/glyphs/uni04F_0.glif index 7ea9863a8..d782d005b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_0.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -62,7 +62,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_1.glif b/source/Hack-Italic.ufo/glyphs/uni04F_1.glif index 9678c812a..f3296de01 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_1.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -47,7 +47,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_2.glif b/source/Hack-Italic.ufo/glyphs/uni04F_2.glif index 5fee6849f..06c10178f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_2.glif @@ -1,5 +1,5 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_3.glif b/source/Hack-Italic.ufo/glyphs/uni04F_3.glif index 91752865b..f9f774bb1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_3.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_4.glif b/source/Hack-Italic.ufo/glyphs/uni04F_4.glif index 127115b98..1cfa1b6fd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_4.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,13 +46,13 @@ - + - + @@ -61,13 +61,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_5.glif b/source/Hack-Italic.ufo/glyphs/uni04F_5.glif index 2f1155465..99ebbd50b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_5.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -49,10 +49,10 @@ - + - + @@ -61,10 +61,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_6.glif b/source/Hack-Italic.ufo/glyphs/uni04F_6.glif index 948ad72e7..8b51d4b0b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_6.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + @@ -32,10 +32,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_7.glif b/source/Hack-Italic.ufo/glyphs/uni04F_7.glif index ebb05919a..18d02d6e5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_7.glif @@ -1,5 +1,5 @@ - + @@ -13,10 +13,10 @@ - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_8.glif b/source/Hack-Italic.ufo/glyphs/uni04F_8.glif index 1c9e55ba4..d2b900634 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_8.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -46,16 +46,16 @@ - + - + - + @@ -65,16 +65,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni04F_9.glif b/source/Hack-Italic.ufo/glyphs/uni04F_9.glif index 8a0191f25..b4f40db49 100644 --- a/source/Hack-Italic.ufo/glyphs/uni04F_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni04F_9.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -49,16 +49,16 @@ - + - + - + @@ -68,16 +68,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0510.glif b/source/Hack-Italic.ufo/glyphs/uni0510.glif index 13c1fe08a..05adb1470 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0510.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0510.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,26 +16,26 @@ - + - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0511.glif b/source/Hack-Italic.ufo/glyphs/uni0511.glif index 45a9fb0e7..fb5ea4ce4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0511.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0511.glif @@ -1,10 +1,10 @@ - + - + @@ -29,14 +29,14 @@ - + - + @@ -74,7 +74,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni051A_.glif b/source/Hack-Italic.ufo/glyphs/uni051A_.glif index e4e3e09c4..86fd4d788 100644 --- a/source/Hack-Italic.ufo/glyphs/uni051A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni051A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni051B_.glif b/source/Hack-Italic.ufo/glyphs/uni051B_.glif index 20ee0fbea..10c07f002 100644 --- a/source/Hack-Italic.ufo/glyphs/uni051B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni051B_.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + @@ -26,22 +26,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni051C_.glif b/source/Hack-Italic.ufo/glyphs/uni051C_.glif index 835276cb5..aa2782236 100644 --- a/source/Hack-Italic.ufo/glyphs/uni051C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni051C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni051D_.glif b/source/Hack-Italic.ufo/glyphs/uni051D_.glif index a8667ec28..66eb80f76 100644 --- a/source/Hack-Italic.ufo/glyphs/uni051D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni051D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0531.glif b/source/Hack-Italic.ufo/glyphs/uni0531.glif index f937ee210..f7429b4ad 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0531.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0531.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -25,13 +25,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0532.glif b/source/Hack-Italic.ufo/glyphs/uni0532.glif index 7df95a937..7530adbdd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0532.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0532.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0533.glif b/source/Hack-Italic.ufo/glyphs/uni0533.glif index 40a596839..587279ab5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0533.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0533.glif @@ -1,5 +1,5 @@ - + @@ -11,19 +11,19 @@ - + - + - + @@ -36,16 +36,16 @@ - + - + - + @@ -54,10 +54,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0534.glif b/source/Hack-Italic.ufo/glyphs/uni0534.glif index 801036cf1..73a1165b9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0534.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0534.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -25,13 +25,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0535.glif b/source/Hack-Italic.ufo/glyphs/uni0535.glif index f68542490..c6fa2e7af 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0535.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0535.glif @@ -1,16 +1,16 @@ - + - + - + @@ -23,13 +23,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0536.glif b/source/Hack-Italic.ufo/glyphs/uni0536.glif index 4ed018b70..406aa825f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0536.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0536.glif @@ -1,5 +1,5 @@ - + @@ -16,13 +16,13 @@ - + - + @@ -37,13 +37,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0537.glif b/source/Hack-Italic.ufo/glyphs/uni0537.glif index 6d65f86e9..c12560a1d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0537.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0537.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0538.glif b/source/Hack-Italic.ufo/glyphs/uni0538.glif index 5d1c9ea36..831c5bf10 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0538.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0538.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0539.glif b/source/Hack-Italic.ufo/glyphs/uni0539.glif index 4342a74f8..1c075435e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0539.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0539.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + @@ -39,16 +39,16 @@ - + - + - + @@ -64,7 +64,7 @@ - + @@ -81,7 +81,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni053A_.glif b/source/Hack-Italic.ufo/glyphs/uni053A_.glif index d3ec4fed2..65ed1259d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni053A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni053A_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -43,7 +43,7 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni053B_.glif b/source/Hack-Italic.ufo/glyphs/uni053B_.glif index 18f1ef9fb..c4b97f903 100644 --- a/source/Hack-Italic.ufo/glyphs/uni053B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni053B_.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -24,13 +24,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni053C_.glif b/source/Hack-Italic.ufo/glyphs/uni053C_.glif index 074640743..09435d216 100644 --- a/source/Hack-Italic.ufo/glyphs/uni053C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni053C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni053D_.glif b/source/Hack-Italic.ufo/glyphs/uni053D_.glif index 40c29e921..afa42bcdf 100644 --- a/source/Hack-Italic.ufo/glyphs/uni053D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni053D_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -25,13 +25,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni053E_.glif b/source/Hack-Italic.ufo/glyphs/uni053E_.glif index 91a1967d5..31e44141f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni053E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni053E_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -30,14 +30,14 @@ - + - + @@ -46,7 +46,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -66,23 +66,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni053F_.glif b/source/Hack-Italic.ufo/glyphs/uni053F_.glif index eb2c26bb7..6fbd1a414 100644 --- a/source/Hack-Italic.ufo/glyphs/uni053F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni053F_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0540.glif b/source/Hack-Italic.ufo/glyphs/uni0540.glif index 00c8b2ee3..d300627b5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0540.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0540.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0541.glif b/source/Hack-Italic.ufo/glyphs/uni0541.glif index ab8b7e275..262daf1e8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0541.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0541.glif @@ -1,5 +1,5 @@ - + @@ -10,22 +10,22 @@ - + - + - + - + @@ -34,13 +34,13 @@ - + - + @@ -55,13 +55,13 @@ - + - + @@ -76,19 +76,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0542.glif b/source/Hack-Italic.ufo/glyphs/uni0542.glif index ca0209cb9..f43d09950 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0542.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0542.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -25,13 +25,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0543.glif b/source/Hack-Italic.ufo/glyphs/uni0543.glif index 984a51bcd..1cf34be42 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0543.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0543.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0544.glif b/source/Hack-Italic.ufo/glyphs/uni0544.glif index 30babfe78..945d690f6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0544.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0544.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0545.glif b/source/Hack-Italic.ufo/glyphs/uni0545.glif index 183059dff..b025ba814 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0545.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0545.glif @@ -1,72 +1,72 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -75,10 +75,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0546.glif b/source/Hack-Italic.ufo/glyphs/uni0546.glif index 9aff4e3f5..6155e88eb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0546.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0546.glif @@ -1,16 +1,16 @@ - + - + - + @@ -21,13 +21,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0547.glif b/source/Hack-Italic.ufo/glyphs/uni0547.glif index a6a5ec327..db6b78c7e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0547.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0547.glif @@ -1,16 +1,16 @@ - + - + - + @@ -38,7 +38,7 @@ - + @@ -47,13 +47,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0548.glif b/source/Hack-Italic.ufo/glyphs/uni0548.glif index cedcc20b6..68488d07d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0548.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0548.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0549.glif b/source/Hack-Italic.ufo/glyphs/uni0549.glif index b98ca6e99..641bded48 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0549.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0549.glif @@ -1,5 +1,5 @@ - + @@ -18,13 +18,13 @@ - + - + @@ -39,13 +39,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni054A_.glif b/source/Hack-Italic.ufo/glyphs/uni054A_.glif index fbfe538c9..b4f73e0ef 100644 --- a/source/Hack-Italic.ufo/glyphs/uni054A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni054A_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni054B_.glif b/source/Hack-Italic.ufo/glyphs/uni054B_.glif index 630f8db6f..861b2f2ec 100644 --- a/source/Hack-Italic.ufo/glyphs/uni054B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni054B_.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - + - + @@ -40,13 +40,13 @@ - + - + @@ -67,13 +67,13 @@ - + - + @@ -88,16 +88,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni054C_.glif b/source/Hack-Italic.ufo/glyphs/uni054C_.glif index 07ef8e3a6..1ca9e54a0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni054C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni054C_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -26,13 +26,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni054D_.glif b/source/Hack-Italic.ufo/glyphs/uni054D_.glif index 33070d2d7..d71778269 100644 --- a/source/Hack-Italic.ufo/glyphs/uni054D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni054D_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni054E_.glif b/source/Hack-Italic.ufo/glyphs/uni054E_.glif index 688c83aec..65eef8312 100644 --- a/source/Hack-Italic.ufo/glyphs/uni054E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni054E_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni054F_.glif b/source/Hack-Italic.ufo/glyphs/uni054F_.glif index d071aa929..f51e3ac05 100644 --- a/source/Hack-Italic.ufo/glyphs/uni054F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni054F_.glif @@ -1,29 +1,29 @@ - + - + - + - + - + @@ -32,7 +32,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -59,35 +59,35 @@ - + - + - + - + - + - + @@ -99,10 +99,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0550.glif b/source/Hack-Italic.ufo/glyphs/uni0550.glif index d6e1eeb50..4290ae087 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0550.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0550.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,13 +22,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0551.glif b/source/Hack-Italic.ufo/glyphs/uni0551.glif index 48702dc27..1c2cd4090 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0551.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0551.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + @@ -50,13 +50,13 @@ - + - + @@ -71,7 +71,7 @@ - + @@ -79,31 +79,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0552.glif b/source/Hack-Italic.ufo/glyphs/uni0552.glif index b0f7663a1..bee8a82e4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0552.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0552.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0553.glif b/source/Hack-Italic.ufo/glyphs/uni0553.glif index 05d8ae6bd..a7a40408d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0553.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0553.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -28,7 +28,7 @@ - + @@ -48,10 +48,10 @@ - + - + @@ -66,10 +66,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0554.glif b/source/Hack-Italic.ufo/glyphs/uni0554.glif index 9262b74d8..31ace0369 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0554.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0554.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -74,7 +74,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0555.glif b/source/Hack-Italic.ufo/glyphs/uni0555.glif index f092441fc..daae19bbf 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0555.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0555.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -30,22 +30,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0556.glif b/source/Hack-Italic.ufo/glyphs/uni0556.glif index 629d762eb..72493d9bd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0556.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0556.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,10 +22,10 @@ - + - + @@ -41,7 +41,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -61,7 +61,7 @@ - + @@ -93,10 +93,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0559.glif b/source/Hack-Italic.ufo/glyphs/uni0559.glif index dc28d77f1..6cf7f0907 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0559.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0559.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni055A_.glif b/source/Hack-Italic.ufo/glyphs/uni055A_.glif index 1f528bb6b..c29ad87ab 100644 --- a/source/Hack-Italic.ufo/glyphs/uni055A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni055A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni055B_.glif b/source/Hack-Italic.ufo/glyphs/uni055B_.glif index c06e02236..83f72be92 100644 --- a/source/Hack-Italic.ufo/glyphs/uni055B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni055B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni055C_.glif b/source/Hack-Italic.ufo/glyphs/uni055C_.glif index 08aec36b5..583293260 100644 --- a/source/Hack-Italic.ufo/glyphs/uni055C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni055C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni055D_.glif b/source/Hack-Italic.ufo/glyphs/uni055D_.glif index 532a1bc31..ea50b58b8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni055D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni055D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni055E_.glif b/source/Hack-Italic.ufo/glyphs/uni055E_.glif index e74fdb04d..f96d93c4c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni055E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni055E_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -26,14 +26,14 @@ - + - + - + @@ -46,13 +46,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni055F_.glif b/source/Hack-Italic.ufo/glyphs/uni055F_.glif index 885cc11c7..8fc9df951 100644 --- a/source/Hack-Italic.ufo/glyphs/uni055F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni055F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0561.glif b/source/Hack-Italic.ufo/glyphs/uni0561.glif index e959b498d..53240b1a1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0561.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0561.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + - + @@ -43,7 +43,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0562.glif b/source/Hack-Italic.ufo/glyphs/uni0562.glif index fca7f1797..bd740f903 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0562.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0562.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0563.glif b/source/Hack-Italic.ufo/glyphs/uni0563.glif index dbbd84bc9..5119a3a21 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0563.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0563.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -36,22 +36,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0564.glif b/source/Hack-Italic.ufo/glyphs/uni0564.glif index 1d0f581ec..27ef913d3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0564.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0564.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0565.glif b/source/Hack-Italic.ufo/glyphs/uni0565.glif index a592d8b61..aaf05e5d1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0565.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0565.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,10 +20,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0566.glif b/source/Hack-Italic.ufo/glyphs/uni0566.glif index ff72dd2f8..9dbd635a7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0566.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0566.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -22,7 +22,7 @@ - + @@ -34,22 +34,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0567.glif b/source/Hack-Italic.ufo/glyphs/uni0567.glif index 1f5b29d6e..3ce9ef888 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0567.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0567.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0568.glif b/source/Hack-Italic.ufo/glyphs/uni0568.glif index b748bda2c..b13025b49 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0568.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0568.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0569.glif b/source/Hack-Italic.ufo/glyphs/uni0569.glif index a0ba3e340..5c292db03 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0569.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0569.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -43,13 +43,13 @@ - + - + @@ -76,7 +76,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni056A_.glif b/source/Hack-Italic.ufo/glyphs/uni056A_.glif index 2388ce4b6..91aac4263 100644 --- a/source/Hack-Italic.ufo/glyphs/uni056A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni056A_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -35,12 +35,12 @@ - + - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni056B_.glif b/source/Hack-Italic.ufo/glyphs/uni056B_.glif index 0e78944e7..a8c6f29ed 100644 --- a/source/Hack-Italic.ufo/glyphs/uni056B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni056B_.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni056C_.glif b/source/Hack-Italic.ufo/glyphs/uni056C_.glif index ae4369b78..9664faafe 100644 --- a/source/Hack-Italic.ufo/glyphs/uni056C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni056C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni056D_.glif b/source/Hack-Italic.ufo/glyphs/uni056D_.glif index 6f5cb3be2..643670931 100644 --- a/source/Hack-Italic.ufo/glyphs/uni056D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni056D_.glif @@ -1,5 +1,5 @@ - + @@ -9,23 +9,23 @@ - + - + - + - + @@ -42,26 +42,26 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni056E_.glif b/source/Hack-Italic.ufo/glyphs/uni056E_.glif index c820902a7..319b6c379 100644 --- a/source/Hack-Italic.ufo/glyphs/uni056E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni056E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -27,7 +27,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -47,11 +47,11 @@ - + - + @@ -60,7 +60,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni056F_.glif b/source/Hack-Italic.ufo/glyphs/uni056F_.glif index b40626fd5..8738cc7be 100644 --- a/source/Hack-Italic.ufo/glyphs/uni056F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni056F_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0570.glif b/source/Hack-Italic.ufo/glyphs/uni0570.glif index 2bc241044..155401c18 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0570.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0570.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0571.glif b/source/Hack-Italic.ufo/glyphs/uni0571.glif index be4ec92e9..ca5a11510 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0571.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0571.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -43,7 +43,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -77,20 +77,20 @@ - + - + - + - + @@ -99,10 +99,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0572.glif b/source/Hack-Italic.ufo/glyphs/uni0572.glif index ff5256121..dc7f0744b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0572.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0572.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0573.glif b/source/Hack-Italic.ufo/glyphs/uni0573.glif index 21a1d7d8f..5d939be25 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0573.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0573.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -25,14 +25,14 @@ - + - + @@ -44,10 +44,10 @@ - + - + @@ -58,17 +58,17 @@ - + - + - + @@ -77,10 +77,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0574.glif b/source/Hack-Italic.ufo/glyphs/uni0574.glif index 1c677a20c..824855418 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0574.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0574.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0575.glif b/source/Hack-Italic.ufo/glyphs/uni0575.glif index b60cd8330..9608897fe 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0575.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0575.glif @@ -1,11 +1,11 @@ - + - + @@ -14,7 +14,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0576.glif b/source/Hack-Italic.ufo/glyphs/uni0576.glif index 303496c34..2329b7f2b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0576.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0576.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0577.glif b/source/Hack-Italic.ufo/glyphs/uni0577.glif index a3722a8d5..5a7af88f2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0577.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0577.glif @@ -1,10 +1,10 @@ - + - + @@ -28,13 +28,13 @@ - + - + @@ -47,13 +47,13 @@ - + - + @@ -80,7 +80,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0578.glif b/source/Hack-Italic.ufo/glyphs/uni0578.glif index a3a3841dc..1027ab346 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0578.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0578.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0579.glif b/source/Hack-Italic.ufo/glyphs/uni0579.glif index c886aa3b6..337223ff4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0579.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0579.glif @@ -1,10 +1,10 @@ - + - + @@ -28,7 +28,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -65,7 +65,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni057A_.glif b/source/Hack-Italic.ufo/glyphs/uni057A_.glif index f0eab4520..ce27f2a65 100644 --- a/source/Hack-Italic.ufo/glyphs/uni057A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni057A_.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + @@ -28,13 +28,13 @@ - + - + - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni057B_.glif b/source/Hack-Italic.ufo/glyphs/uni057B_.glif index ecb8a6c75..ccb606749 100644 --- a/source/Hack-Italic.ufo/glyphs/uni057B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni057B_.glif @@ -1,10 +1,10 @@ - + - + @@ -34,31 +34,31 @@ - + - + - + - + - + - + @@ -82,7 +82,7 @@ - + @@ -93,22 +93,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni057C_.glif b/source/Hack-Italic.ufo/glyphs/uni057C_.glif index 132813c21..f9831eaf4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni057C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni057C_.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -37,13 +37,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni057D_.glif b/source/Hack-Italic.ufo/glyphs/uni057D_.glif index 5f401aff7..74237b29e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni057D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni057D_.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni057E_.glif b/source/Hack-Italic.ufo/glyphs/uni057E_.glif index a964af289..31e4d60e4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni057E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni057E_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni057F_.glif b/source/Hack-Italic.ufo/glyphs/uni057F_.glif index ed50426d5..5644384e9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni057F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni057F_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -19,13 +19,13 @@ - + - + - + @@ -37,13 +37,13 @@ - + - + - + @@ -52,13 +52,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0580.glif b/source/Hack-Italic.ufo/glyphs/uni0580.glif index 65b525777..6d2b76738 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0580.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0580.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0581.glif b/source/Hack-Italic.ufo/glyphs/uni0581.glif index 576d54f5d..0c5652e6c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0581.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0581.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + @@ -38,7 +38,7 @@ - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0582.glif b/source/Hack-Italic.ufo/glyphs/uni0582.glif index 3698aeefb..f8b30c320 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0582.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0582.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0583.glif b/source/Hack-Italic.ufo/glyphs/uni0583.glif index ee32bbfa1..56c2a900f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0583.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0583.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + - + @@ -22,13 +22,13 @@ - + - + - + @@ -40,28 +40,28 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0584.glif b/source/Hack-Italic.ufo/glyphs/uni0584.glif index a856c5e8f..70758b274 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0584.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0584.glif @@ -1,5 +1,5 @@ - + @@ -13,22 +13,22 @@ - + - + - + - + @@ -40,25 +40,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0585.glif b/source/Hack-Italic.ufo/glyphs/uni0585.glif index 253a2e386..93d0aebd0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0585.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0585.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,16 +24,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0586.glif b/source/Hack-Italic.ufo/glyphs/uni0586.glif index bc633e1ee..2d9adab65 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0586.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0586.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -55,10 +55,10 @@ - + - + @@ -70,10 +70,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0587.glif b/source/Hack-Italic.ufo/glyphs/uni0587.glif index 29f324d67..f085e6cd1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0587.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0587.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0589.glif b/source/Hack-Italic.ufo/glyphs/uni0589.glif index 43b2f81e9..14f7f4933 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0589.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0589.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni058A_.glif b/source/Hack-Italic.ufo/glyphs/uni058A_.glif index 5cfd3d419..8af929019 100644 --- a/source/Hack-Italic.ufo/glyphs/uni058A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni058A_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni0E_3F_.glif b/source/Hack-Italic.ufo/glyphs/uni0E_3F_.glif index 58914f644..52aa6b02d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni0E_3F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni0E_3F_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_0.glif b/source/Hack-Italic.ufo/glyphs/uni10D_0.glif index e814d9eb3..e29493c48 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_0.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,35 +17,35 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_1.glif b/source/Hack-Italic.ufo/glyphs/uni10D_1.glif index ece8f93d7..f61832a2a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_1.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,33 +17,33 @@ - + - + - + - + - + @@ -51,13 +51,13 @@ - + - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_2.glif b/source/Hack-Italic.ufo/glyphs/uni10D_2.glif index 78f311367..127d8c129 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,10 +19,10 @@ - + - + @@ -41,10 +41,10 @@ - + - + @@ -54,7 +54,7 @@ - + @@ -68,19 +68,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_3.glif b/source/Hack-Italic.ufo/glyphs/uni10D_3.glif index f9df702ab..761b391d6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_3.glif @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ - + @@ -35,20 +35,20 @@ - + - + - + - + @@ -58,7 +58,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -75,17 +75,17 @@ - + - + - + @@ -93,7 +93,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_4.glif b/source/Hack-Italic.ufo/glyphs/uni10D_4.glif index 6479435c5..3bd60b76e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_4.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,33 +20,33 @@ - + - + - + - + - + - + @@ -56,7 +56,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_5.glif b/source/Hack-Italic.ufo/glyphs/uni10D_5.glif index d781ebae0..0ed929dd6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_5.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,54 +20,54 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -77,7 +77,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_6.glif b/source/Hack-Italic.ufo/glyphs/uni10D_6.glif index 87c704823..808e80593 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_6.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,26 +17,26 @@ - + - + - + - + - + @@ -44,43 +44,43 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_7.glif b/source/Hack-Italic.ufo/glyphs/uni10D_7.glif index b065377f2..6286d9f7a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_7.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + @@ -39,10 +39,10 @@ - + - + @@ -52,7 +52,7 @@ - + @@ -68,10 +68,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_8.glif b/source/Hack-Italic.ufo/glyphs/uni10D_8.glif index 4a03af85e..ac3868516 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_8.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + @@ -26,19 +26,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_9.glif b/source/Hack-Italic.ufo/glyphs/uni10D_9.glif index 3ce9b05e7..470534195 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,36 +20,36 @@ - + - + - + - + - + - + - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_A_.glif b/source/Hack-Italic.ufo/glyphs/uni10D_A_.glif index 215603c0b..2786bd611 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_A_.glif @@ -1,5 +1,5 @@ - + @@ -18,16 +18,16 @@ - + - + - + @@ -43,22 +43,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_B_.glif b/source/Hack-Italic.ufo/glyphs/uni10D_B_.glif index c06973bcd..8566ca615 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_B_.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + - + @@ -33,19 +33,19 @@ - + - + - - + + - + @@ -54,13 +54,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_C_.glif b/source/Hack-Italic.ufo/glyphs/uni10D_C_.glif index cda554fd1..0392c1e72 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_C_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -25,10 +25,10 @@ - + - + @@ -36,22 +36,22 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_D_.glif b/source/Hack-Italic.ufo/glyphs/uni10D_D_.glif index 3c67f40a6..721ff0a6b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_D_.glif @@ -1,5 +1,5 @@ - + @@ -7,24 +7,24 @@ - + - + - + - + - + @@ -36,13 +36,13 @@ - + - + - + @@ -55,15 +55,15 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_E_.glif b/source/Hack-Italic.ufo/glyphs/uni10D_E_.glif index c337e361e..daf116a79 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_E_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,16 +20,16 @@ - + - + - + @@ -41,7 +41,7 @@ - + @@ -54,13 +54,13 @@ - + - + @@ -70,7 +70,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10D_F_.glif b/source/Hack-Italic.ufo/glyphs/uni10D_F_.glif index 9cf1dbf00..8975229a6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10D_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10D_F_.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -26,20 +26,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_0.glif b/source/Hack-Italic.ufo/glyphs/uni10E_0.glif index 881a39e20..414fe3cb6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_0.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -27,10 +27,10 @@ - + - + @@ -45,10 +45,10 @@ - + - + @@ -61,15 +61,15 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_1.glif b/source/Hack-Italic.ufo/glyphs/uni10E_1.glif index 55ffda0a8..4aadd3077 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_1.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,22 +16,22 @@ - + - + - + - + - + @@ -50,10 +50,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_2.glif b/source/Hack-Italic.ufo/glyphs/uni10E_2.glif index 376c67c2b..65bf8c173 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -27,13 +27,13 @@ - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_3.glif b/source/Hack-Italic.ufo/glyphs/uni10E_3.glif index 3ea781d8e..324709a36 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_3.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - - + + - + - + @@ -51,31 +51,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_4.glif b/source/Hack-Italic.ufo/glyphs/uni10E_4.glif index ad7309a61..7b26b40c3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_4.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -38,10 +38,10 @@ - + - + @@ -53,24 +53,24 @@ - + - + - + - + @@ -80,17 +80,17 @@ - + - + - + @@ -100,15 +100,15 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_5.glif b/source/Hack-Italic.ufo/glyphs/uni10E_5.glif index ccbc76384..7622b73f9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_5.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,41 +20,41 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_6.glif b/source/Hack-Italic.ufo/glyphs/uni10E_6.glif index 5af5530d9..e5385a5d5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_6.glif @@ -1,5 +1,5 @@ - + @@ -18,24 +18,24 @@ - + - + - + - + - + @@ -47,13 +47,13 @@ - + - + - + @@ -66,15 +66,15 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_7.glif b/source/Hack-Italic.ufo/glyphs/uni10E_7.glif index 8e3cb539c..0ffb18452 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_7.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -25,10 +25,10 @@ - + - + @@ -41,13 +41,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_8.glif b/source/Hack-Italic.ufo/glyphs/uni10E_8.glif index 018d33e34..8c0a791d3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_8.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + - + @@ -36,33 +36,33 @@ - + - + - + - + - - + + - + @@ -71,13 +71,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_9.glif b/source/Hack-Italic.ufo/glyphs/uni10E_9.glif index 332ffdd68..980867c19 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_9.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,7 +19,7 @@ - + @@ -32,13 +32,13 @@ - + - + @@ -49,7 +49,7 @@ - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_A_.glif b/source/Hack-Italic.ufo/glyphs/uni10E_A_.glif index 330398316..e81def590 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_A_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,51 +18,51 @@ - + - + - + - + - + - + - + - + - + - + @@ -72,10 +72,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_B_.glif b/source/Hack-Italic.ufo/glyphs/uni10E_B_.glif index 873a09710..a31a7515b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -34,13 +34,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_C_.glif b/source/Hack-Italic.ufo/glyphs/uni10E_C_.glif index 025376ec7..8120259dc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_C_.glif @@ -1,37 +1,37 @@ - + - + - + - + - + - + - + @@ -40,10 +40,10 @@ - + - + @@ -51,30 +51,30 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_D_.glif b/source/Hack-Italic.ufo/glyphs/uni10E_D_.glif index c9669ca66..c36964583 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_D_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -20,16 +20,16 @@ - + - + - + @@ -42,7 +42,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -65,19 +65,19 @@ - + - + - + - + @@ -88,7 +88,7 @@ - + @@ -98,10 +98,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_E_.glif b/source/Hack-Italic.ufo/glyphs/uni10E_E_.glif index a511be5b2..e69ada6e7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_E_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,10 +17,10 @@ - + - + @@ -28,22 +28,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10E_F_.glif b/source/Hack-Italic.ufo/glyphs/uni10E_F_.glif index fe2bd1031..7c740fadc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10E_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10E_F_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,19 +17,19 @@ - + - + - + - + - + @@ -58,10 +58,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_0.glif b/source/Hack-Italic.ufo/glyphs/uni10F_0.glif index b88b91164..11faa9b23 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_0.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,34 +16,34 @@ - + - + - + - + - + - + - + - + @@ -55,14 +55,14 @@ - + - + @@ -78,7 +78,7 @@ - + @@ -88,7 +88,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_1.glif b/source/Hack-Italic.ufo/glyphs/uni10F_1.glif index 46ed98f0e..92368485d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_1.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,14 +16,14 @@ - + - + @@ -32,10 +32,10 @@ - + - + @@ -44,59 +44,59 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -106,7 +106,7 @@ - + @@ -116,7 +116,7 @@ - + @@ -126,7 +126,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_2.glif b/source/Hack-Italic.ufo/glyphs/uni10F_2.glif index 0b17b3cba..787656acd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_2.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + - + @@ -28,7 +28,7 @@ - + @@ -45,16 +45,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_3.glif b/source/Hack-Italic.ufo/glyphs/uni10F_3.glif index 707ec671c..4a6c4f94b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_3.glif @@ -1,23 +1,23 @@ - + - + - + - + - + - + @@ -32,17 +32,17 @@ - + - + - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_4.glif b/source/Hack-Italic.ufo/glyphs/uni10F_4.glif index fecad4f2b..7e5f371f0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_4.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + @@ -36,17 +36,17 @@ - + - + - + @@ -54,10 +54,10 @@ - + - + @@ -68,7 +68,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_5.glif b/source/Hack-Italic.ufo/glyphs/uni10F_5.glif index 743150908..f6fc92e9c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_5.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,16 +19,16 @@ - + - + - + - + @@ -49,22 +49,22 @@ - + - + - + - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_6.glif b/source/Hack-Italic.ufo/glyphs/uni10F_6.glif index 4db78a88f..dddf7370b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_6.glif @@ -1,5 +1,5 @@ - + @@ -20,41 +20,41 @@ - + - + - + - + - + - + - + - + @@ -65,17 +65,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_7.glif b/source/Hack-Italic.ufo/glyphs/uni10F_7.glif index 93b05b1a5..3038993f0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_7.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,10 +19,10 @@ - + - + @@ -31,10 +31,10 @@ - + - + @@ -46,23 +46,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_8.glif b/source/Hack-Italic.ufo/glyphs/uni10F_8.glif index d13e023c6..2fe1519e0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,41 +16,41 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_9.glif b/source/Hack-Italic.ufo/glyphs/uni10F_9.glif index 382c6a3a4..d1cfc8d0d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_9.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,16 +16,16 @@ - + - + - + @@ -37,10 +37,10 @@ - + - + @@ -57,16 +57,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_A_.glif b/source/Hack-Italic.ufo/glyphs/uni10F_A_.glif index c119fbcf3..2301a8519 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_A_.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -21,7 +21,7 @@ - + @@ -30,23 +30,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_B_.glif b/source/Hack-Italic.ufo/glyphs/uni10F_B_.glif index fa538ced6..b957aafa2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni10F_C_.glif b/source/Hack-Italic.ufo/glyphs/uni10F_C_.glif index 36c8f14ad..621ec8532 100644 --- a/source/Hack-Italic.ufo/glyphs/uni10F_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni10F_C_.glif @@ -1,17 +1,17 @@ - + - + - + - + @@ -22,33 +22,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni1E_B_C_.glif b/source/Hack-Italic.ufo/glyphs/uni1E_B_C_.glif index 7f6999f81..02fba4f9b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni1E_B_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni1E_B_C_.glif @@ -1,10 +1,10 @@ - + - + @@ -12,21 +12,21 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni1E_B_D_.glif b/source/Hack-Italic.ufo/glyphs/uni1E_B_D_.glif index 76e635cb8..b80f548e1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni1E_B_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni1E_B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni1E_F_8.glif b/source/Hack-Italic.ufo/glyphs/uni1E_F_8.glif index 2736d0bbe..c5034b3ab 100644 --- a/source/Hack-Italic.ufo/glyphs/uni1E_F_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni1E_F_8.glif @@ -1,10 +1,10 @@ - + - + @@ -12,21 +12,21 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni1E_F_9.glif b/source/Hack-Italic.ufo/glyphs/uni1E_F_9.glif index 6ee567e07..8a58a4ad6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni1E_F_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni1E_F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2000.glif b/source/Hack-Italic.ufo/glyphs/uni2000.glif index d0ebf1f93..fcf33b66d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2000.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2000.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2001.glif b/source/Hack-Italic.ufo/glyphs/uni2001.glif index 2d9044ed7..52cc3eb33 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2001.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2001.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2002.glif b/source/Hack-Italic.ufo/glyphs/uni2002.glif index 118881251..d3ed2c892 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2002.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2002.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2003.glif b/source/Hack-Italic.ufo/glyphs/uni2003.glif index ed1727198..6c33cbbb4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2003.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2003.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2004.glif b/source/Hack-Italic.ufo/glyphs/uni2004.glif index 7760d1614..832cf5e86 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2004.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2004.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2005.glif b/source/Hack-Italic.ufo/glyphs/uni2005.glif index c74724fd0..d3890d22c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2005.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2005.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2006.glif b/source/Hack-Italic.ufo/glyphs/uni2006.glif index 8ebfe7b0f..38d77599d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2006.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2006.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2007.glif b/source/Hack-Italic.ufo/glyphs/uni2007.glif index 9feeb6e4e..efb323052 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2007.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2007.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2008.glif b/source/Hack-Italic.ufo/glyphs/uni2008.glif index ead1bfbab..98b293250 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2008.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2008.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2009.glif b/source/Hack-Italic.ufo/glyphs/uni2009.glif index 6bcafac01..ccc5dddc7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2009.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2009.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni200A_.glif b/source/Hack-Italic.ufo/glyphs/uni200A_.glif index 7f7754a85..e24c197d9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni200A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni200A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2010.glif b/source/Hack-Italic.ufo/glyphs/uni2010.glif index 578e14a4d..b31fcebfa 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2010.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2010.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2011.glif b/source/Hack-Italic.ufo/glyphs/uni2011.glif index 4815e8fc8..31b6e23b8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2011.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2011.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2015.glif b/source/Hack-Italic.ufo/glyphs/uni2015.glif index 3eaed1611..9493f4781 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2015.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2015.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2016.glif b/source/Hack-Italic.ufo/glyphs/uni2016.glif index 0eaa88bdf..2ea9e0cde 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2016.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2016.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni201F_.glif b/source/Hack-Italic.ufo/glyphs/uni201F_.glif index aff2f7385..7134826dd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni201F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni201F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2023.glif b/source/Hack-Italic.ufo/glyphs/uni2023.glif index 3c0fa939c..f6eb9eae6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2023.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2023.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni202F_.glif b/source/Hack-Italic.ufo/glyphs/uni202F_.glif index 33cb9cc4c..ce697df98 100644 --- a/source/Hack-Italic.ufo/glyphs/uni202F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni202F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2031.glif b/source/Hack-Italic.ufo/glyphs/uni2031.glif index 9a3f7b566..582ac4049 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2031.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2031.glif @@ -1,36 +1,36 @@ - + - + - + - + - + - + - + - + - + @@ -41,13 +41,13 @@ - + - + - + @@ -59,7 +59,7 @@ - + @@ -71,13 +71,13 @@ - + - + - + @@ -89,7 +89,7 @@ - + @@ -103,13 +103,13 @@ - + - + - + @@ -117,30 +117,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2035.glif b/source/Hack-Italic.ufo/glyphs/uni2035.glif index ca82f564a..cc08f1a59 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2035.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2035.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2036.glif b/source/Hack-Italic.ufo/glyphs/uni2036.glif index 58e82e5fd..853cf6c17 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2036.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2036.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2037.glif b/source/Hack-Italic.ufo/glyphs/uni2037.glif index 3bc152c97..96cab8562 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2037.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2037.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni203D_.glif b/source/Hack-Italic.ufo/glyphs/uni203D_.glif index 3a0515075..6d562e943 100644 --- a/source/Hack-Italic.ufo/glyphs/uni203D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni203D_.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + - + @@ -35,32 +35,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni203E_.glif b/source/Hack-Italic.ufo/glyphs/uni203E_.glif index 6d2082d0e..192075e4b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni203E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni203E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni203F_.glif b/source/Hack-Italic.ufo/glyphs/uni203F_.glif index 5180e098a..861d3fa83 100644 --- a/source/Hack-Italic.ufo/glyphs/uni203F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni203F_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2045.glif b/source/Hack-Italic.ufo/glyphs/uni2045.glif index 3b97e6ebf..b388bdfe5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2045.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2045.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2046.glif b/source/Hack-Italic.ufo/glyphs/uni2046.glif index 00c25e1b2..2b9dea882 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2046.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2046.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2047.glif b/source/Hack-Italic.ufo/glyphs/uni2047.glif index 9227ba2fa..131255426 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2047.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2047.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,13 +28,13 @@ - + - + @@ -59,27 +59,27 @@ - + - + - + - + - + @@ -94,45 +94,45 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2048.glif b/source/Hack-Italic.ufo/glyphs/uni2048.glif index 5751a7ed5..b21e6c761 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2048.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2048.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,13 +28,13 @@ - + - + @@ -57,45 +57,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2049.glif b/source/Hack-Italic.ufo/glyphs/uni2049.glif index 554091207..325f19525 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2049.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2049.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -28,13 +28,13 @@ - + - + @@ -57,45 +57,45 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni204B_.glif b/source/Hack-Italic.ufo/glyphs/uni204B_.glif index 9bbf3b0ec..7c5bc0e56 100644 --- a/source/Hack-Italic.ufo/glyphs/uni204B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni204B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni205F_.glif b/source/Hack-Italic.ufo/glyphs/uni205F_.glif index 94f3ccd11..5eac8ab7f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni205F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni205F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2070.glif b/source/Hack-Italic.ufo/glyphs/uni2070.glif index 164cccf89..dfbcad189 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2070.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2070.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,36 +24,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2074.glif b/source/Hack-Italic.ufo/glyphs/uni2074.glif index 9a0febdd2..613b53571 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2074.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2074.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2075.glif b/source/Hack-Italic.ufo/glyphs/uni2075.glif index a018dffa9..04c5bf094 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2075.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2075.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2076.glif b/source/Hack-Italic.ufo/glyphs/uni2076.glif index 285f91239..8870a998c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2076.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2076.glif @@ -1,35 +1,35 @@ - + - + - + - + - + - + - + @@ -37,16 +37,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2077.glif b/source/Hack-Italic.ufo/glyphs/uni2077.glif index 76cefc5d1..d665a4a26 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2077.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2077.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2078.glif b/source/Hack-Italic.ufo/glyphs/uni2078.glif index 5cc612f31..3ad39f62d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2078.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2078.glif @@ -1,59 +1,59 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2079.glif b/source/Hack-Italic.ufo/glyphs/uni2079.glif index 09c18cbaa..83868852a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2079.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2079.glif @@ -1,35 +1,35 @@ - + - + - + - + - + - + - + @@ -37,16 +37,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni207A_.glif b/source/Hack-Italic.ufo/glyphs/uni207A_.glif index 514c23ae1..efd7cca98 100644 --- a/source/Hack-Italic.ufo/glyphs/uni207A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni207A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni207B_.glif b/source/Hack-Italic.ufo/glyphs/uni207B_.glif index 9f2cf7f98..1c049cd17 100644 --- a/source/Hack-Italic.ufo/glyphs/uni207B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni207B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni207C_.glif b/source/Hack-Italic.ufo/glyphs/uni207C_.glif index 81a6b744e..35f9f7665 100644 --- a/source/Hack-Italic.ufo/glyphs/uni207C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni207C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni207D_.glif b/source/Hack-Italic.ufo/glyphs/uni207D_.glif index a12d46621..498c81967 100644 --- a/source/Hack-Italic.ufo/glyphs/uni207D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni207D_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni207E_.glif b/source/Hack-Italic.ufo/glyphs/uni207E_.glif index ee415949c..2e9b03923 100644 --- a/source/Hack-Italic.ufo/glyphs/uni207E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni207E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni208A_.glif b/source/Hack-Italic.ufo/glyphs/uni208A_.glif index ff429d917..f1853f4f1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni208A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni208A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni208B_.glif b/source/Hack-Italic.ufo/glyphs/uni208B_.glif index 156a38d0e..acc31efe9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni208B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni208B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni208C_.glif b/source/Hack-Italic.ufo/glyphs/uni208C_.glif index e4ff3f621..f20c70c76 100644 --- a/source/Hack-Italic.ufo/glyphs/uni208C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni208C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni208D_.glif b/source/Hack-Italic.ufo/glyphs/uni208D_.glif index 1219fd9cf..1b4b24aac 100644 --- a/source/Hack-Italic.ufo/glyphs/uni208D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni208D_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni208E_.glif b/source/Hack-Italic.ufo/glyphs/uni208E_.glif index 9e6ecea1c..728d404db 100644 --- a/source/Hack-Italic.ufo/glyphs/uni208E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni208E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20A_0.glif b/source/Hack-Italic.ufo/glyphs/uni20A_0.glif index f55a7a6ee..ded3d0afd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20A_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20A_0.glif @@ -1,5 +1,5 @@ - + @@ -7,32 +7,32 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20A_2.glif b/source/Hack-Italic.ufo/glyphs/uni20A_2.glif index f1512ba03..9f3321046 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20A_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20A_2.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + @@ -35,14 +35,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20A_5.glif b/source/Hack-Italic.ufo/glyphs/uni20A_5.glif index b3b8569a8..99b666913 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20A_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20A_5.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -21,7 +21,7 @@ - + @@ -30,28 +30,28 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20A_6.glif b/source/Hack-Italic.ufo/glyphs/uni20A_6.glif index aed757591..f1defec13 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20A_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20A_8.glif b/source/Hack-Italic.ufo/glyphs/uni20A_8.glif index 3bc7b23d0..343591131 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20A_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20A_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -27,10 +27,10 @@ - + - + @@ -43,63 +43,63 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20A_9.glif b/source/Hack-Italic.ufo/glyphs/uni20A_9.glif index d395bc6ac..1ce3ce1e4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20A_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20A_A_.glif b/source/Hack-Italic.ufo/glyphs/uni20A_A_.glif index 1929e7ebe..5279620c7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20A_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20A_A_.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -17,19 +17,19 @@ - + - + - + - + @@ -38,10 +38,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_0.glif b/source/Hack-Italic.ufo/glyphs/uni20B_0.glif index 94be5723e..c8b306ba6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_0.glif @@ -1,5 +1,5 @@ - + @@ -10,47 +10,47 @@ - + - + - + - + - + - + - + - + @@ -59,10 +59,10 @@ - + - + @@ -74,16 +74,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_1.glif b/source/Hack-Italic.ufo/glyphs/uni20B_1.glif index 8437ea826..33bf8d462 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_1.glif @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -53,7 +53,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_2.glif b/source/Hack-Italic.ufo/glyphs/uni20B_2.glif index 238ba5591..09340ed7f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_2.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_3.glif b/source/Hack-Italic.ufo/glyphs/uni20B_3.glif index 2113a973f..66a720607 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_4.glif b/source/Hack-Italic.ufo/glyphs/uni20B_4.glif index f70186b79..eb452fe90 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_4.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -29,26 +29,26 @@ - + - + - + - + - + @@ -64,13 +64,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_5.glif b/source/Hack-Italic.ufo/glyphs/uni20B_5.glif index f42525708..3b72e4256 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_5.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_7.glif b/source/Hack-Italic.ufo/glyphs/uni20B_7.glif index 4ac782bfb..ad900f70d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_7.glif @@ -1,10 +1,10 @@ - + - + @@ -114,13 +114,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_8.glif b/source/Hack-Italic.ufo/glyphs/uni20B_8.glif index 37212056c..df79f8251 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni20B_9.glif b/source/Hack-Italic.ufo/glyphs/uni20B_9.glif index 6a8702da7..38d861018 100644 --- a/source/Hack-Italic.ufo/glyphs/uni20B_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni20B_9.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -19,7 +19,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2116.glif b/source/Hack-Italic.ufo/glyphs/uni2116.glif index 2560e8d4d..150756cd9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2116.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2116.glif @@ -1,5 +1,5 @@ - + @@ -28,7 +28,7 @@ - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2126.glif b/source/Hack-Italic.ufo/glyphs/uni2126.glif index 9b13b18ae..4239dc10c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2126.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2126.glif @@ -1,5 +1,5 @@ - + @@ -8,16 +8,16 @@ - + - + - + @@ -33,16 +33,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2150.glif b/source/Hack-Italic.ufo/glyphs/uni2150.glif index d2f5d19e2..1ffb73965 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2150.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2150.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2151.glif b/source/Hack-Italic.ufo/glyphs/uni2151.glif index a9078e928..424584e57 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2151.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2151.glif @@ -1,5 +1,5 @@ - + @@ -23,32 +23,32 @@ - + - + - + - + - + - + @@ -56,16 +56,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2153.glif b/source/Hack-Italic.ufo/glyphs/uni2153.glif index 09e6ab613..ca79a9abe 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2153.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2153.glif @@ -1,5 +1,5 @@ - + @@ -23,45 +23,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2154.glif b/source/Hack-Italic.ufo/glyphs/uni2154.glif index 3ab9ca23e..a4dae64c3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2154.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2154.glif @@ -1,5 +1,5 @@ - + @@ -8,20 +8,20 @@ - + - + - + - + @@ -38,45 +38,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2155.glif b/source/Hack-Italic.ufo/glyphs/uni2155.glif index adfa035f3..86749497c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2155.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2155.glif @@ -1,5 +1,5 @@ - + @@ -23,20 +23,20 @@ - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2156.glif b/source/Hack-Italic.ufo/glyphs/uni2156.glif index 8b745625b..a6189a084 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2156.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2156.glif @@ -1,5 +1,5 @@ - + @@ -8,20 +8,20 @@ - + - + - + - + @@ -38,20 +38,20 @@ - + - + - + - + @@ -62,13 +62,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2157.glif b/source/Hack-Italic.ufo/glyphs/uni2157.glif index 31dd963c6..b8fe474d0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2157.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2157.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -53,20 +53,20 @@ - + - + - + - + @@ -77,10 +77,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2158.glif b/source/Hack-Italic.ufo/glyphs/uni2158.glif index 7b93316d6..a03e1c9bf 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2158.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2158.glif @@ -1,5 +1,5 @@ - + @@ -28,20 +28,20 @@ - + - + - + - + @@ -52,13 +52,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2159.glif b/source/Hack-Italic.ufo/glyphs/uni2159.glif index 6e6bf0da9..96cba994a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2159.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2159.glif @@ -1,5 +1,5 @@ - + @@ -23,32 +23,32 @@ - + - + - + - + - + - + @@ -56,16 +56,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni215A_.glif b/source/Hack-Italic.ufo/glyphs/uni215A_.glif index 4de1b88b4..93263ef5a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni215A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni215A_.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -45,32 +45,32 @@ - + - + - + - + - + - + @@ -78,16 +78,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni215F_.glif b/source/Hack-Italic.ufo/glyphs/uni215F_.glif index fafbdac37..d12ba4864 100644 --- a/source/Hack-Italic.ufo/glyphs/uni215F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni215F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2189.glif b/source/Hack-Italic.ufo/glyphs/uni2189.glif index 4574bbb12..274c6dd94 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2189.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2189.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,36 +24,36 @@ - + - + - + - + - + - + - + - + @@ -64,45 +64,45 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2196.glif b/source/Hack-Italic.ufo/glyphs/uni2196.glif index e3c0bce37..efce5435c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2196.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2196.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2197.glif b/source/Hack-Italic.ufo/glyphs/uni2197.glif index 84cd4a6a6..7fb368325 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2197.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2197.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2198.glif b/source/Hack-Italic.ufo/glyphs/uni2198.glif index 1fd0685a6..a62305074 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2198.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2198.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2199.glif b/source/Hack-Italic.ufo/glyphs/uni2199.glif index 739cc5ba7..bf0cff064 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2199.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2199.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni219A_.glif b/source/Hack-Italic.ufo/glyphs/uni219A_.glif index ee6852fcb..6d22997e0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni219A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni219A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni219B_.glif b/source/Hack-Italic.ufo/glyphs/uni219B_.glif index 34c6fea04..5d0edae15 100644 --- a/source/Hack-Italic.ufo/glyphs/uni219B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni219B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni219C_.glif b/source/Hack-Italic.ufo/glyphs/uni219C_.glif index 18b613a2e..d4863acb8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni219C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni219C_.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni219D_.glif b/source/Hack-Italic.ufo/glyphs/uni219D_.glif index 4fe3f1bda..3bdbf5c10 100644 --- a/source/Hack-Italic.ufo/glyphs/uni219D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni219D_.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -17,20 +17,20 @@ - + - + - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni219E_.glif b/source/Hack-Italic.ufo/glyphs/uni219E_.glif index d57316d28..cdf491191 100644 --- a/source/Hack-Italic.ufo/glyphs/uni219E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni219E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni219F_.glif b/source/Hack-Italic.ufo/glyphs/uni219F_.glif index 33fdc95ca..248026654 100644 --- a/source/Hack-Italic.ufo/glyphs/uni219F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni219F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_0.glif b/source/Hack-Italic.ufo/glyphs/uni21A_0.glif index 35723ac32..c40648995 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_1.glif b/source/Hack-Italic.ufo/glyphs/uni21A_1.glif index 5cf2c00a6..d4cca99fc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_2.glif b/source/Hack-Italic.ufo/glyphs/uni21A_2.glif index af39b074a..238daa375 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_3.glif b/source/Hack-Italic.ufo/glyphs/uni21A_3.glif index 8c7a57e84..61cccae7b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_4.glif b/source/Hack-Italic.ufo/glyphs/uni21A_4.glif index acffdde08..8d2de8f9b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_5.glif b/source/Hack-Italic.ufo/glyphs/uni21A_5.glif index 4f598ad1d..3d504cfd2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_6.glif b/source/Hack-Italic.ufo/glyphs/uni21A_6.glif index 7d9937a65..e5df636dd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_7.glif b/source/Hack-Italic.ufo/glyphs/uni21A_7.glif index 2a5a32c8c..e7b2af8e0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_9.glif b/source/Hack-Italic.ufo/glyphs/uni21A_9.glif index 7a24a723b..406eeeb72 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_9.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_A_.glif b/source/Hack-Italic.ufo/glyphs/uni21A_A_.glif index 937bc2355..67b4efa52 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_A_.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_B_.glif b/source/Hack-Italic.ufo/glyphs/uni21A_B_.glif index 7c3eec4da..5389348f4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_B_.glif @@ -1,5 +1,5 @@ - + @@ -16,19 +16,19 @@ - + - + - + @@ -38,19 +38,19 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_C_.glif b/source/Hack-Italic.ufo/glyphs/uni21A_C_.glif index 5ebd18e3b..e0073752c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_C_.glif @@ -1,5 +1,5 @@ - + @@ -16,19 +16,19 @@ - + - + - + @@ -42,13 +42,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_D_.glif b/source/Hack-Italic.ufo/glyphs/uni21A_D_.glif index 6de954cde..05b3e3147 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_D_.glif @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -84,7 +84,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_E_.glif b/source/Hack-Italic.ufo/glyphs/uni21A_E_.glif index 40332f532..088238c34 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21A_F_.glif b/source/Hack-Italic.ufo/glyphs/uni21A_F_.glif index 27b480124..a49543160 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21A_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_0.glif b/source/Hack-Italic.ufo/glyphs/uni21B_0.glif index a3ffd8175..324054615 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_1.glif b/source/Hack-Italic.ufo/glyphs/uni21B_1.glif index 417564780..b4e5448bd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_2.glif b/source/Hack-Italic.ufo/glyphs/uni21B_2.glif index 844fd2d4c..f7e470221 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_3.glif b/source/Hack-Italic.ufo/glyphs/uni21B_3.glif index 514d96bf5..b086d1277 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_4.glif b/source/Hack-Italic.ufo/glyphs/uni21B_4.glif index 761b1acec..f6568700d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_6.glif b/source/Hack-Italic.ufo/glyphs/uni21B_6.glif index 3b245a4b0..2ce313bd9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_6.glif @@ -1,5 +1,5 @@ - + @@ -13,17 +13,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_7.glif b/source/Hack-Italic.ufo/glyphs/uni21B_7.glif index b5b417d4e..d5de1f055 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_7.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -26,13 +26,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_8.glif b/source/Hack-Italic.ufo/glyphs/uni21B_8.glif index e1661fe03..b84171324 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_9.glif b/source/Hack-Italic.ufo/glyphs/uni21B_9.glif index 79122d8c4..09587b96c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_A_.glif b/source/Hack-Italic.ufo/glyphs/uni21B_A_.glif index 10321428d..65bcc17bd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_A_.glif @@ -1,35 +1,35 @@ - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_B_.glif b/source/Hack-Italic.ufo/glyphs/uni21B_B_.glif index fcc534a76..6f161e7b0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_B_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -25,26 +25,26 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_C_.glif b/source/Hack-Italic.ufo/glyphs/uni21B_C_.glif index 8b11354f7..f81e2faa0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_D_.glif b/source/Hack-Italic.ufo/glyphs/uni21B_D_.glif index d66298e53..a8694f030 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_E_.glif b/source/Hack-Italic.ufo/glyphs/uni21B_E_.glif index caf0fafb9..6639222a7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21B_F_.glif b/source/Hack-Italic.ufo/glyphs/uni21B_F_.glif index 1359c7c03..5af991b12 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21B_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21B_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_0.glif b/source/Hack-Italic.ufo/glyphs/uni21C_0.glif index 67b552fe8..72066a27b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_1.glif b/source/Hack-Italic.ufo/glyphs/uni21C_1.glif index ecb2927bf..bc14d5975 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_2.glif b/source/Hack-Italic.ufo/glyphs/uni21C_2.glif index 66b9f7054..f1c7ef5e5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_3.glif b/source/Hack-Italic.ufo/glyphs/uni21C_3.glif index bcffd68f5..f73e7a2db 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_4.glif b/source/Hack-Italic.ufo/glyphs/uni21C_4.glif index 86d543d9d..0238aa456 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_5.glif b/source/Hack-Italic.ufo/glyphs/uni21C_5.glif index db1da371f..1cc6a3aa2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_6.glif b/source/Hack-Italic.ufo/glyphs/uni21C_6.glif index ef997610f..b884c70e7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_7.glif b/source/Hack-Italic.ufo/glyphs/uni21C_7.glif index b58130c14..0f5912d8a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_8.glif b/source/Hack-Italic.ufo/glyphs/uni21C_8.glif index c558dc36f..ac9e7c6cd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_9.glif b/source/Hack-Italic.ufo/glyphs/uni21C_9.glif index 29f9940b0..f902b1ad5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_A_.glif b/source/Hack-Italic.ufo/glyphs/uni21C_A_.glif index 1be45211f..94c249ba1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_B_.glif b/source/Hack-Italic.ufo/glyphs/uni21C_B_.glif index cbf6e465e..e2e6cb513 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_C_.glif b/source/Hack-Italic.ufo/glyphs/uni21C_C_.glif index 57e70d3db..916507062 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_D_.glif b/source/Hack-Italic.ufo/glyphs/uni21C_D_.glif index 081509671..6c2918ce9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_E_.glif b/source/Hack-Italic.ufo/glyphs/uni21C_E_.glif index 8e4d73448..a1e36f66a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21C_F_.glif b/source/Hack-Italic.ufo/glyphs/uni21C_F_.glif index 56a57c79f..aafdf1ec2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21C_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_5.glif b/source/Hack-Italic.ufo/glyphs/uni21D_5.glif index 4fffc9ddf..443b14c69 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_6.glif b/source/Hack-Italic.ufo/glyphs/uni21D_6.glif index 35787241a..93451825c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_7.glif b/source/Hack-Italic.ufo/glyphs/uni21D_7.glif index 9a862170a..c553b699c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_8.glif b/source/Hack-Italic.ufo/glyphs/uni21D_8.glif index aa91d159c..aa424758f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_9.glif b/source/Hack-Italic.ufo/glyphs/uni21D_9.glif index 29fb9ad61..a4dd8d565 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_A_.glif b/source/Hack-Italic.ufo/glyphs/uni21D_A_.glif index 937389035..784ccdc25 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_B_.glif b/source/Hack-Italic.ufo/glyphs/uni21D_B_.glif index 30701043d..953c00066 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_C_.glif b/source/Hack-Italic.ufo/glyphs/uni21D_C_.glif index 8ea9a402a..c3775f439 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21D_D_.glif b/source/Hack-Italic.ufo/glyphs/uni21D_D_.glif index 5e7dd8e7f..08eb408e0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21D_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_0.glif b/source/Hack-Italic.ufo/glyphs/uni21E_0.glif index 93aacbac3..2d057ff75 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_1.glif b/source/Hack-Italic.ufo/glyphs/uni21E_1.glif index fdffc1d3b..73fdc55e6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_2.glif b/source/Hack-Italic.ufo/glyphs/uni21E_2.glif index 360825c25..5a47839ca 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_3.glif b/source/Hack-Italic.ufo/glyphs/uni21E_3.glif index ab43c96e8..a6a50d08f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_4.glif b/source/Hack-Italic.ufo/glyphs/uni21E_4.glif index 1fbef41cd..5989538b9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_5.glif b/source/Hack-Italic.ufo/glyphs/uni21E_5.glif index 80148190b..8a4f2c7f2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_6.glif b/source/Hack-Italic.ufo/glyphs/uni21E_6.glif index 159fbec84..b3c7a9a47 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_7.glif b/source/Hack-Italic.ufo/glyphs/uni21E_7.glif index f6bff6515..90c1a99ea 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_8.glif b/source/Hack-Italic.ufo/glyphs/uni21E_8.glif index 9fbb15657..71d53b152 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_9.glif b/source/Hack-Italic.ufo/glyphs/uni21E_9.glif index 7bda8bb54..fcad226a7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_B_.glif b/source/Hack-Italic.ufo/glyphs/uni21E_B_.glif index 28ef11294..3863f8e21 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_C_.glif b/source/Hack-Italic.ufo/glyphs/uni21E_C_.glif index a2c0e762b..340799a35 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_D_.glif b/source/Hack-Italic.ufo/glyphs/uni21E_D_.glif index 29c469f48..d43de6d58 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_E_.glif b/source/Hack-Italic.ufo/glyphs/uni21E_E_.glif index 9fc2a8caf..028a8094d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21E_F_.glif b/source/Hack-Italic.ufo/glyphs/uni21E_F_.glif index ddb3f2adf..79d79df20 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21E_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21E_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_0.glif b/source/Hack-Italic.ufo/glyphs/uni21F_0.glif index bb47a7abe..14b3ef90f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_1.glif b/source/Hack-Italic.ufo/glyphs/uni21F_1.glif index ee214643b..7f9417370 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_2.glif b/source/Hack-Italic.ufo/glyphs/uni21F_2.glif index b5e39bac3..36dad6924 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_3.glif b/source/Hack-Italic.ufo/glyphs/uni21F_3.glif index 1ee0cd5ff..51350f93d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_4.glif b/source/Hack-Italic.ufo/glyphs/uni21F_4.glif index a9a5cfc2a..8496e047f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_4.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_5.glif b/source/Hack-Italic.ufo/glyphs/uni21F_5.glif index 11f4c6ffe..ce55b3310 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_6.glif b/source/Hack-Italic.ufo/glyphs/uni21F_6.glif index 48eba6398..9b10e3144 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_7.glif b/source/Hack-Italic.ufo/glyphs/uni21F_7.glif index 92574d1e4..7215dd41b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_8.glif b/source/Hack-Italic.ufo/glyphs/uni21F_8.glif index fda52b84f..f8925624b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_9.glif b/source/Hack-Italic.ufo/glyphs/uni21F_9.glif index 08b6d4ac5..16879693a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_A_.glif b/source/Hack-Italic.ufo/glyphs/uni21F_A_.glif index 6b4e40ca2..8a0406589 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_B_.glif b/source/Hack-Italic.ufo/glyphs/uni21F_B_.glif index 3cb924cb9..480cdafb5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_C_.glif b/source/Hack-Italic.ufo/glyphs/uni21F_C_.glif index a951ad082..1a767efd2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_D_.glif b/source/Hack-Italic.ufo/glyphs/uni21F_D_.glif index dc986956b..2c6a2e10d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_E_.glif b/source/Hack-Italic.ufo/glyphs/uni21F_E_.glif index 170c7252f..3d16930dc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni21F_F_.glif b/source/Hack-Italic.ufo/glyphs/uni21F_F_.glif index e571b1b2a..12187d47e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni21F_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni21F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2201.glif b/source/Hack-Italic.ufo/glyphs/uni2201.glif index b4a02ef45..ca2ba1900 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2201.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2201.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -23,13 +23,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2204.glif b/source/Hack-Italic.ufo/glyphs/uni2204.glif index 802024750..618da55b1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2204.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2204.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2206.glif b/source/Hack-Italic.ufo/glyphs/uni2206.glif index 1aea224fd..6fda8b139 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2206.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2206.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni220A_.glif b/source/Hack-Italic.ufo/glyphs/uni220A_.glif index c92bd3627..b9e29326c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni220A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni220A_.glif @@ -1,10 +1,10 @@ - + - + @@ -28,7 +28,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni220C_.glif b/source/Hack-Italic.ufo/glyphs/uni220C_.glif index 7508c4eb4..5d7ee4d1e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni220C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni220C_.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -34,7 +34,7 @@ - + @@ -46,7 +46,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni220D_.glif b/source/Hack-Italic.ufo/glyphs/uni220D_.glif index 340d68b6e..b88e277c9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni220D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni220D_.glif @@ -1,11 +1,11 @@ - + - + @@ -14,10 +14,10 @@ - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni220E_.glif b/source/Hack-Italic.ufo/glyphs/uni220E_.glif index 6daf54592..eeaff1bf1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni220E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni220E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2210.glif b/source/Hack-Italic.ufo/glyphs/uni2210.glif index 71be89b75..d8d7c6b0f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2210.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2210.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2213.glif b/source/Hack-Italic.ufo/glyphs/uni2213.glif index 2497f804e..c389ac106 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2213.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2213.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2215.glif b/source/Hack-Italic.ufo/glyphs/uni2215.glif index e18195203..80695aa19 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2215.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2215.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2218.glif b/source/Hack-Italic.ufo/glyphs/uni2218.glif index 9a2136b9d..3fcb738fb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2218.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2218.glif @@ -1,36 +1,36 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2219.glif b/source/Hack-Italic.ufo/glyphs/uni2219.glif index 358d4f931..0d2ea298b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2219.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2219.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni221B_.glif b/source/Hack-Italic.ufo/glyphs/uni221B_.glif index abacb623d..5e8b0f7c0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni221B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni221B_.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni221C_.glif b/source/Hack-Italic.ufo/glyphs/uni221C_.glif index d2fb19210..1324b5da7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni221C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni221C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2223.glif b/source/Hack-Italic.ufo/glyphs/uni2223.glif index e5bcbd570..36daad4e2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2223.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2223.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni222C_.glif b/source/Hack-Italic.ufo/glyphs/uni222C_.glif index 11cc121a1..7bf2452f7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni222C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni222C_.glif @@ -1,61 +1,61 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni222D_.glif b/source/Hack-Italic.ufo/glyphs/uni222D_.glif index ccaa414b0..c8ee0c5a4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni222D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni222D_.glif @@ -1,5 +1,5 @@ - + @@ -7,34 +7,34 @@ - + - + - + - + - + - + @@ -43,34 +43,34 @@ - + - + - + - + - + - + @@ -79,34 +79,34 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2235.glif b/source/Hack-Italic.ufo/glyphs/uni2235.glif index 04d057827..a52c60c96 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2235.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2235.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2236.glif b/source/Hack-Italic.ufo/glyphs/uni2236.glif index a1235892d..12b8c243a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2236.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2236.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2237.glif b/source/Hack-Italic.ufo/glyphs/uni2237.glif index b592a7d9f..0dcb69299 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2237.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2237.glif @@ -1,75 +1,75 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2238.glif b/source/Hack-Italic.ufo/glyphs/uni2238.glif index 08b977aef..18bf2cfb5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2238.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2238.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2239.glif b/source/Hack-Italic.ufo/glyphs/uni2239.glif index 8415a3ff4..545ac0dfb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2239.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2239.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -28,18 +28,18 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni223A_.glif b/source/Hack-Italic.ufo/glyphs/uni223A_.glif index 97d74463a..f8f6d0f04 100644 --- a/source/Hack-Italic.ufo/glyphs/uni223A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni223A_.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -46,36 +46,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni223B_.glif b/source/Hack-Italic.ufo/glyphs/uni223B_.glif index 193e79347..43ef4e4b3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni223B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni223B_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,21 +25,21 @@ - + - + - + @@ -48,24 +48,24 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni223D_.glif b/source/Hack-Italic.ufo/glyphs/uni223D_.glif index ecdbf3d27..b9d90c51a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni223D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni223D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,17 +20,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2241.glif b/source/Hack-Italic.ufo/glyphs/uni2241.glif index ad4ca9a1e..9a75be091 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2241.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2241.glif @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ - + - + @@ -27,14 +27,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2242.glif b/source/Hack-Italic.ufo/glyphs/uni2242.glif index 2bd78d6c5..dc60d7145 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2242.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2242.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -21,21 +21,21 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2243.glif b/source/Hack-Italic.ufo/glyphs/uni2243.glif index 25c833943..a9475cb44 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2243.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2243.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,14 +16,14 @@ - + - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2244.glif b/source/Hack-Italic.ufo/glyphs/uni2244.glif index 6c3a53534..df29270ff 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2244.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2244.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -33,14 +33,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2246.glif b/source/Hack-Italic.ufo/glyphs/uni2246.glif index 7f9ffc9da..2fdbfb4a5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2246.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2246.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,14 +16,14 @@ - + - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2247.glif b/source/Hack-Italic.ufo/glyphs/uni2247.glif index a0658a2fa..8133a53b1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2247.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2247.glif @@ -1,5 +1,5 @@ - + @@ -19,14 +19,14 @@ - + - + @@ -36,14 +36,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2249.glif b/source/Hack-Italic.ufo/glyphs/uni2249.glif index 2bff6c7f4..ac1885c90 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2249.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2249.glif @@ -1,5 +1,5 @@ - + @@ -8,28 +8,28 @@ - + - + - + - + @@ -38,31 +38,31 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni224A_.glif b/source/Hack-Italic.ufo/glyphs/uni224A_.glif index 2df2161ba..ae657216c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni224A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni224A_.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,14 +16,14 @@ - + - + @@ -32,7 +32,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -51,23 +51,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni224B_.glif b/source/Hack-Italic.ufo/glyphs/uni224B_.glif index a7fee4b70..0ec51fffc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni224B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni224B_.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,14 +16,14 @@ - + - + @@ -32,7 +32,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -51,14 +51,14 @@ - + - + @@ -67,7 +67,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -84,14 +84,14 @@ - + - + @@ -100,7 +100,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni224C_.glif b/source/Hack-Italic.ufo/glyphs/uni224C_.glif index 10d9f5647..81362028b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni224C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni224C_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,18 +20,18 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni224D_.glif b/source/Hack-Italic.ufo/glyphs/uni224D_.glif index 442427b0b..eb2d7e33a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni224D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni224D_.glif @@ -1,10 +1,10 @@ - + - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni224E_.glif b/source/Hack-Italic.ufo/glyphs/uni224E_.glif index 4174e0bfb..deb5606d8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni224E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni224E_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni224F_.glif b/source/Hack-Italic.ufo/glyphs/uni224F_.glif index e024f733d..20e00b27f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni224F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni224F_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2250.glif b/source/Hack-Italic.ufo/glyphs/uni2250.glif index 4f1d635ce..d493b6c12 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2250.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2250.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2251.glif b/source/Hack-Italic.ufo/glyphs/uni2251.glif index 27a5ad640..92b1167be 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2251.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2251.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -34,18 +34,18 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2252.glif b/source/Hack-Italic.ufo/glyphs/uni2252.glif index 31056fb4a..bfbcf527d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2252.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2252.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -34,19 +34,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2253.glif b/source/Hack-Italic.ufo/glyphs/uni2253.glif index 9ea56c1b1..750a3c33f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2253.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2253.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -34,18 +34,18 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2254.glif b/source/Hack-Italic.ufo/glyphs/uni2254.glif index 48ea48cce..2167cdbdc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2254.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2254.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + @@ -28,18 +28,18 @@ - + - + - - + + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2255.glif b/source/Hack-Italic.ufo/glyphs/uni2255.glif index 50cfccbc8..1e211ffc4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2255.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2255.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + @@ -28,18 +28,18 @@ - + - + - - + + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2256.glif b/source/Hack-Italic.ufo/glyphs/uni2256.glif index 55906f45f..66a0c89a1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2256.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2256.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -31,14 +31,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2257.glif b/source/Hack-Italic.ufo/glyphs/uni2257.glif index 9cca58ee5..711eabb81 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2257.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2257.glif @@ -1,36 +1,36 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2258.glif b/source/Hack-Italic.ufo/glyphs/uni2258.glif index 5f88f70c7..5ebfcf104 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2258.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2258.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2259.glif b/source/Hack-Italic.ufo/glyphs/uni2259.glif index 63196c84c..7775137f3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2259.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2259.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni225A_.glif b/source/Hack-Italic.ufo/glyphs/uni225A_.glif index c97815dcd..9e89adcb1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni225A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni225A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni225B_.glif b/source/Hack-Italic.ufo/glyphs/uni225B_.glif index 7179fa15d..61a9eea3b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni225B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni225B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni225C_.glif b/source/Hack-Italic.ufo/glyphs/uni225C_.glif index e69041027..b249a3206 100644 --- a/source/Hack-Italic.ufo/glyphs/uni225C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni225C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni225D_.glif b/source/Hack-Italic.ufo/glyphs/uni225D_.glif index d482bb374..727b3c3bd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni225D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni225D_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -27,16 +27,16 @@ - + - + - + @@ -45,21 +45,21 @@ - + - + - + - + - + @@ -68,19 +68,19 @@ - + - + - + - + @@ -88,7 +88,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni225E_.glif b/source/Hack-Italic.ufo/glyphs/uni225E_.glif index 7ca27dfa2..185a1ca8a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni225E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni225E_.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -33,10 +33,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni225F_.glif b/source/Hack-Italic.ufo/glyphs/uni225F_.glif index 281f64f0c..48bab3194 100644 --- a/source/Hack-Italic.ufo/glyphs/uni225F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni225F_.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2262.glif b/source/Hack-Italic.ufo/glyphs/uni2262.glif index c21302c2b..d7043ceda 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2262.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2262.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2263.glif b/source/Hack-Italic.ufo/glyphs/uni2263.glif index 8f87e263c..33027fd94 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2263.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2263.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2266.glif b/source/Hack-Italic.ufo/glyphs/uni2266.glif index ed9852f19..de279956d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2266.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2266.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2267.glif b/source/Hack-Italic.ufo/glyphs/uni2267.glif index f4c695c85..6b85f1573 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2267.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2267.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2268.glif b/source/Hack-Italic.ufo/glyphs/uni2268.glif index 6cdc5bbc5..801c8f16f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2268.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2268.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2269.glif b/source/Hack-Italic.ufo/glyphs/uni2269.glif index 22b7a3b0f..b1f8f9468 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2269.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2269.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni226D_.glif b/source/Hack-Italic.ufo/glyphs/uni226D_.glif index d9de97328..59d8ef725 100644 --- a/source/Hack-Italic.ufo/glyphs/uni226D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni226D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni226E_.glif b/source/Hack-Italic.ufo/glyphs/uni226E_.glif index d176e85a0..e102dc065 100644 --- a/source/Hack-Italic.ufo/glyphs/uni226E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni226E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni226F_.glif b/source/Hack-Italic.ufo/glyphs/uni226F_.glif index 4c90f956a..25459cab1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni226F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni226F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2270.glif b/source/Hack-Italic.ufo/glyphs/uni2270.glif index 45dea8b29..460a3c475 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2270.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2270.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2271.glif b/source/Hack-Italic.ufo/glyphs/uni2271.glif index 0aafba116..766e172d0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2271.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2271.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2272.glif b/source/Hack-Italic.ufo/glyphs/uni2272.glif index b3961fb17..6c74ee822 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2272.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2272.glif @@ -1,5 +1,5 @@ - + @@ -16,23 +16,23 @@ - + - + - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2273.glif b/source/Hack-Italic.ufo/glyphs/uni2273.glif index 0adbc4968..49d9086d7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2273.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2273.glif @@ -1,5 +1,5 @@ - + @@ -16,23 +16,23 @@ - + - + - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2274.glif b/source/Hack-Italic.ufo/glyphs/uni2274.glif index a610406f0..5c7b964e4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2274.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2274.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -36,14 +36,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2275.glif b/source/Hack-Italic.ufo/glyphs/uni2275.glif index f948c91c1..59e803132 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2275.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2275.glif @@ -1,5 +1,5 @@ - + @@ -39,14 +39,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2276.glif b/source/Hack-Italic.ufo/glyphs/uni2276.glif index 2a52b5667..d63ec34b9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2276.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2276.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2277.glif b/source/Hack-Italic.ufo/glyphs/uni2277.glif index 06cb06f97..60edbeae8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2277.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2277.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2278.glif b/source/Hack-Italic.ufo/glyphs/uni2278.glif index 2c15eac55..d1d9ade44 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2278.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2278.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2279.glif b/source/Hack-Italic.ufo/glyphs/uni2279.glif index c37c8879c..6128c3444 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2279.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2279.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni227A_.glif b/source/Hack-Italic.ufo/glyphs/uni227A_.glif index ddf4bf5d7..cedcaddcc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni227A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni227A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni227B_.glif b/source/Hack-Italic.ufo/glyphs/uni227B_.glif index a191bc3d6..d2daa1720 100644 --- a/source/Hack-Italic.ufo/glyphs/uni227B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni227B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni227C_.glif b/source/Hack-Italic.ufo/glyphs/uni227C_.glif index 206c1090e..45760d6a8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni227C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni227C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni227D_.glif b/source/Hack-Italic.ufo/glyphs/uni227D_.glif index 0e25f339b..8c498d15a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni227D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni227D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni227E_.glif b/source/Hack-Italic.ufo/glyphs/uni227E_.glif index 37e995453..ff6327870 100644 --- a/source/Hack-Italic.ufo/glyphs/uni227E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni227E_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -33,14 +33,14 @@ - + - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni227F_.glif b/source/Hack-Italic.ufo/glyphs/uni227F_.glif index e97590454..654082df9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni227F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni227F_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -33,14 +33,14 @@ - + - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2280.glif b/source/Hack-Italic.ufo/glyphs/uni2280.glif index 38b9d6f34..13544a203 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2280.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2280.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2281.glif b/source/Hack-Italic.ufo/glyphs/uni2281.glif index 8f80108f7..fc2c669dd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2281.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2281.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2285.glif b/source/Hack-Italic.ufo/glyphs/uni2285.glif index 21827108a..778861232 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2285.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2285.glif @@ -1,5 +1,5 @@ - + @@ -22,18 +22,18 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2288.glif b/source/Hack-Italic.ufo/glyphs/uni2288.glif index fc1b64139..c3e7a8fb8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2288.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2288.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2289.glif b/source/Hack-Italic.ufo/glyphs/uni2289.glif index 75a995c07..300a5426e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2289.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2289.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -31,10 +31,10 @@ - + - + @@ -43,10 +43,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni228A_.glif b/source/Hack-Italic.ufo/glyphs/uni228A_.glif index 41876053e..0d23c268f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni228A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni228A_.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni228B_.glif b/source/Hack-Italic.ufo/glyphs/uni228B_.glif index a81f4a1f7..39b8591d4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni228B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni228B_.glif @@ -1,5 +1,5 @@ - + @@ -12,22 +12,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni228D_.glif b/source/Hack-Italic.ufo/glyphs/uni228D_.glif index 2adae4c02..2b971af65 100644 --- a/source/Hack-Italic.ufo/glyphs/uni228D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni228D_.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni228E_.glif b/source/Hack-Italic.ufo/glyphs/uni228E_.glif index bd4de025b..d476a5790 100644 --- a/source/Hack-Italic.ufo/glyphs/uni228E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni228E_.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni228F_.glif b/source/Hack-Italic.ufo/glyphs/uni228F_.glif index 4f92fb4b1..f7497da43 100644 --- a/source/Hack-Italic.ufo/glyphs/uni228F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni228F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2290.glif b/source/Hack-Italic.ufo/glyphs/uni2290.glif index 33bedbbc1..d74b6e4bc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2290.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2290.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2291.glif b/source/Hack-Italic.ufo/glyphs/uni2291.glif index d502f1b74..12401ec8c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2291.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2291.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2292.glif b/source/Hack-Italic.ufo/glyphs/uni2292.glif index 052f0010d..aedb6a7a2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2292.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2292.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2293.glif b/source/Hack-Italic.ufo/glyphs/uni2293.glif index b6c42bb21..ae2e1cfc9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2293.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2293.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2294.glif b/source/Hack-Italic.ufo/glyphs/uni2294.glif index 9fde1ef65..ea5f786cf 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2294.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2294.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2296.glif b/source/Hack-Italic.ufo/glyphs/uni2296.glif index e7a30e7df..614946d68 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2296.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2296.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2298.glif b/source/Hack-Italic.ufo/glyphs/uni2298.glif index 728142d5a..e84f27f0e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2298.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2298.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2299.glif b/source/Hack-Italic.ufo/glyphs/uni2299.glif index 1f39d37e3..d74efa525 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2299.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2299.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni229A_.glif b/source/Hack-Italic.ufo/glyphs/uni229A_.glif index 06e9b64ff..46fcc4691 100644 --- a/source/Hack-Italic.ufo/glyphs/uni229A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni229A_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + @@ -62,36 +62,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni229B_.glif b/source/Hack-Italic.ufo/glyphs/uni229B_.glif index e90272839..12c1e9498 100644 --- a/source/Hack-Italic.ufo/glyphs/uni229B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni229B_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -57,7 +57,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni229C_.glif b/source/Hack-Italic.ufo/glyphs/uni229C_.glif index 691a86e3f..906a9c299 100644 --- a/source/Hack-Italic.ufo/glyphs/uni229C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni229C_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni229D_.glif b/source/Hack-Italic.ufo/glyphs/uni229D_.glif index 511b23f6f..a75479513 100644 --- a/source/Hack-Italic.ufo/glyphs/uni229D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni229D_.glif @@ -1,51 +1,51 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni229E_.glif b/source/Hack-Italic.ufo/glyphs/uni229E_.glif index 789907223..1e67e6c85 100644 --- a/source/Hack-Italic.ufo/glyphs/uni229E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni229E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni229F_.glif b/source/Hack-Italic.ufo/glyphs/uni229F_.glif index 37baa426c..3e11b4e61 100644 --- a/source/Hack-Italic.ufo/glyphs/uni229F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni229F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22A_0.glif b/source/Hack-Italic.ufo/glyphs/uni22A_0.glif index 091c78727..d9d5b6ff9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22A_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22A_1.glif b/source/Hack-Italic.ufo/glyphs/uni22A_1.glif index 92956634d..bb6fb70d5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22A_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22A_2.glif b/source/Hack-Italic.ufo/glyphs/uni22A_2.glif index ff6f4772f..9e38ff04f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22A_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22A_3.glif b/source/Hack-Italic.ufo/glyphs/uni22A_3.glif index f1ea1eb18..b942c2d55 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22A_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22A_4.glif b/source/Hack-Italic.ufo/glyphs/uni22A_4.glif index 3976b0e9e..1974a9b0f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22A_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22B_2.glif b/source/Hack-Italic.ufo/glyphs/uni22B_2.glif index aaa260d91..65e8332e5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22B_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22B_3.glif b/source/Hack-Italic.ufo/glyphs/uni22B_3.glif index 9babd93a9..61ae187df 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22B_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22B_4.glif b/source/Hack-Italic.ufo/glyphs/uni22B_4.glif index 8444e673c..d0dab1a7d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22B_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22B_5.glif b/source/Hack-Italic.ufo/glyphs/uni22B_5.glif index ca58abee0..362016c4a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22B_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22B_8.glif b/source/Hack-Italic.ufo/glyphs/uni22B_8.glif index 80abd6c8c..3d6b3a27d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22B_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22B_8.glif @@ -1,10 +1,10 @@ - + - + @@ -13,21 +13,21 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22C_2.glif b/source/Hack-Italic.ufo/glyphs/uni22C_2.glif index 27b252f75..7fa8538c0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22C_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22C_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22C_3.glif b/source/Hack-Italic.ufo/glyphs/uni22C_3.glif index 33b8b1523..4054e4cc1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22C_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22C_3.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22C_4.glif b/source/Hack-Italic.ufo/glyphs/uni22C_4.glif index 2c2cab31a..29294d33f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22C_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22C_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22C_6.glif b/source/Hack-Italic.ufo/glyphs/uni22C_6.glif index 1d9dbbeb1..92117d79e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22C_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22C_D_.glif b/source/Hack-Italic.ufo/glyphs/uni22C_D_.glif index afbac1685..791744329 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22C_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22C_D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,17 +20,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22C_E_.glif b/source/Hack-Italic.ufo/glyphs/uni22C_E_.glif index d0e793f63..150b7bba6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22C_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22C_F_.glif b/source/Hack-Italic.ufo/glyphs/uni22C_F_.glif index 982defd88..d74dfb67e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22C_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22D_0.glif b/source/Hack-Italic.ufo/glyphs/uni22D_0.glif index f176dc061..f4f66a140 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22D_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22D_0.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,18 +16,18 @@ - + - + - + - + @@ -36,10 +36,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22D_1.glif b/source/Hack-Italic.ufo/glyphs/uni22D_1.glif index 56260615e..93eb45bb1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22D_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22D_1.glif @@ -1,5 +1,5 @@ - + @@ -8,39 +8,39 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22D_A_.glif b/source/Hack-Italic.ufo/glyphs/uni22D_A_.glif index 85ddd7c53..240c71b1c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22D_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22D_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22D_B_.glif b/source/Hack-Italic.ufo/glyphs/uni22D_B_.glif index a213ab447..a029c0f6d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22D_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22D_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22D_C_.glif b/source/Hack-Italic.ufo/glyphs/uni22D_C_.glif index 037d47290..b7d7d0499 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22D_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22D_D_.glif b/source/Hack-Italic.ufo/glyphs/uni22D_D_.glif index c2ed23094..fb833a570 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22D_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22D_E_.glif b/source/Hack-Italic.ufo/glyphs/uni22D_E_.glif index faca91597..c5635df31 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22D_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22D_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22D_F_.glif b/source/Hack-Italic.ufo/glyphs/uni22D_F_.glif index 7f2b08de4..131cd13b5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22D_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22D_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_0.glif b/source/Hack-Italic.ufo/glyphs/uni22E_0.glif index e795b31c1..bbf01eace 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_1.glif b/source/Hack-Italic.ufo/glyphs/uni22E_1.glif index 54335cff3..ba790182f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_2.glif b/source/Hack-Italic.ufo/glyphs/uni22E_2.glif index a8b1e8a74..2de8abb7d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_3.glif b/source/Hack-Italic.ufo/glyphs/uni22E_3.glif index 900ac83eb..b80d8c304 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_4.glif b/source/Hack-Italic.ufo/glyphs/uni22E_4.glif index 061d76e37..ba1c08b12 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_5.glif b/source/Hack-Italic.ufo/glyphs/uni22E_5.glif index ae32d8fd5..b7a5c5807 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_6.glif b/source/Hack-Italic.ufo/glyphs/uni22E_6.glif index b5e693239..5990c367c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_6.glif @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ - + - + @@ -34,14 +34,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_7.glif b/source/Hack-Italic.ufo/glyphs/uni22E_7.glif index 15cac593b..5dd9a5016 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_7.glif @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ - + - + @@ -35,14 +35,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_8.glif b/source/Hack-Italic.ufo/glyphs/uni22E_8.glif index 8504edb4d..065f71aa5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_8.glif @@ -1,5 +1,5 @@ - + @@ -28,14 +28,14 @@ - + - + @@ -44,14 +44,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_9.glif b/source/Hack-Italic.ufo/glyphs/uni22E_9.glif index 79bbc18bd..160d1ab0f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_9.glif @@ -1,5 +1,5 @@ - + @@ -28,14 +28,14 @@ - + - + @@ -44,14 +44,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni22E_F_.glif b/source/Hack-Italic.ufo/glyphs/uni22E_F_.glif index bf3221374..546719ed4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni22E_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni22E_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2304.glif b/source/Hack-Italic.ufo/glyphs/uni2304.glif index 8f4b4c116..726565437 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2304.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2304.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2308.glif b/source/Hack-Italic.ufo/glyphs/uni2308.glif index 359c866be..536a2104c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2308.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2308.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2309.glif b/source/Hack-Italic.ufo/glyphs/uni2309.glif index 19fc71ff6..d3acf72df 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2309.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2309.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni230A_.glif b/source/Hack-Italic.ufo/glyphs/uni230A_.glif index 6f0ebbf6c..726c2cbd9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni230A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni230A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni230B_.glif b/source/Hack-Italic.ufo/glyphs/uni230B_.glif index e1dd988be..17b80da00 100644 --- a/source/Hack-Italic.ufo/glyphs/uni230B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni230B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni239B_.glif b/source/Hack-Italic.ufo/glyphs/uni239B_.glif index 8e7a286f5..92dd2709d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni239B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni239B_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni239C_.glif b/source/Hack-Italic.ufo/glyphs/uni239C_.glif index e0b7ac215..b7089d0e0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni239C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni239C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni239D_.glif b/source/Hack-Italic.ufo/glyphs/uni239D_.glif index 49f77229b..84c78c9eb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni239D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni239D_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni239E_.glif b/source/Hack-Italic.ufo/glyphs/uni239E_.glif index 02febe357..0238c93ef 100644 --- a/source/Hack-Italic.ufo/glyphs/uni239E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni239E_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni239F_.glif b/source/Hack-Italic.ufo/glyphs/uni239F_.glif index cea8d54c2..07510cfc1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni239F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni239F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_0.glif b/source/Hack-Italic.ufo/glyphs/uni23A_0.glif index db90ae765..8a823ea5a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_0.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_1.glif b/source/Hack-Italic.ufo/glyphs/uni23A_1.glif index 9e2770007..89c7ab99c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_2.glif b/source/Hack-Italic.ufo/glyphs/uni23A_2.glif index cbc6807f3..0fa4ae110 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_3.glif b/source/Hack-Italic.ufo/glyphs/uni23A_3.glif index 6de0a516e..df508981f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_4.glif b/source/Hack-Italic.ufo/glyphs/uni23A_4.glif index 350891111..faf1762f0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_5.glif b/source/Hack-Italic.ufo/glyphs/uni23A_5.glif index a76e4b4de..f340d4859 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_6.glif b/source/Hack-Italic.ufo/glyphs/uni23A_6.glif index fe1059209..7096df932 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_7.glif b/source/Hack-Italic.ufo/glyphs/uni23A_7.glif index 50c46c41f..2d6f634bb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_7.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_8.glif b/source/Hack-Italic.ufo/glyphs/uni23A_8.glif index 1312d9637..95da4ea65 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_8.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -28,7 +28,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_9.glif b/source/Hack-Italic.ufo/glyphs/uni23A_9.glif index 55509b4db..f767e574e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_9.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_A_.glif b/source/Hack-Italic.ufo/glyphs/uni23A_A_.glif index 7342b0790..27a6b3aac 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_B_.glif b/source/Hack-Italic.ufo/glyphs/uni23A_B_.glif index c79ce929f..d37835bcc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_C_.glif b/source/Hack-Italic.ufo/glyphs/uni23A_C_.glif index 4e8489ef1..4d92070eb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_C_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,19 +16,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_D_.glif b/source/Hack-Italic.ufo/glyphs/uni23A_D_.glif index 6b59fb48a..1939a626a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_D_.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni23A_E_.glif b/source/Hack-Italic.ufo/glyphs/uni23A_E_.glif index 73fada53a..832e4acef 100644 --- a/source/Hack-Italic.ufo/glyphs/uni23A_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni23A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2500.glif b/source/Hack-Italic.ufo/glyphs/uni2500.glif index 73488f5b9..4c3c724bd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2500.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2500.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2501.glif b/source/Hack-Italic.ufo/glyphs/uni2501.glif index 407b806a5..b4b7c57cb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2501.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2501.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2502.glif b/source/Hack-Italic.ufo/glyphs/uni2502.glif index fa8872f18..13a2c6442 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2502.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2502.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2503.glif b/source/Hack-Italic.ufo/glyphs/uni2503.glif index 0e067d62b..1e6d150a4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2503.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2503.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2504.glif b/source/Hack-Italic.ufo/glyphs/uni2504.glif index d50a36d0e..5d4329be7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2504.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2504.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2505.glif b/source/Hack-Italic.ufo/glyphs/uni2505.glif index 5ba7c8463..754eec4a6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2505.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2505.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2506.glif b/source/Hack-Italic.ufo/glyphs/uni2506.glif index 5efa3b8d6..f78770484 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2506.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2506.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2507.glif b/source/Hack-Italic.ufo/glyphs/uni2507.glif index 5708e0d89..b4eba2c2b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2507.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2507.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2508.glif b/source/Hack-Italic.ufo/glyphs/uni2508.glif index 36048e87f..24c5f527c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2508.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2508.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2509.glif b/source/Hack-Italic.ufo/glyphs/uni2509.glif index 72288fcc1..5ba4882de 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2509.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2509.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni250A_.glif b/source/Hack-Italic.ufo/glyphs/uni250A_.glif index 326419d4f..cc5657bf8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni250A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni250A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni250B_.glif b/source/Hack-Italic.ufo/glyphs/uni250B_.glif index c3ee89732..62cafe2d5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni250B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni250B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni250C_.glif b/source/Hack-Italic.ufo/glyphs/uni250C_.glif index 3bb58457a..fc997d4f4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni250C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni250C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni250D_.glif b/source/Hack-Italic.ufo/glyphs/uni250D_.glif index c13da916a..e34115b1f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni250D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni250D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni250E_.glif b/source/Hack-Italic.ufo/glyphs/uni250E_.glif index 4c1a00c1f..7696eb5f3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni250E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni250E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni250F_.glif b/source/Hack-Italic.ufo/glyphs/uni250F_.glif index de7ebbd8c..8ce72f96a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni250F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni250F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2510.glif b/source/Hack-Italic.ufo/glyphs/uni2510.glif index ca6ae96b8..b619a2b32 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2510.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2510.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2511.glif b/source/Hack-Italic.ufo/glyphs/uni2511.glif index 730313a7f..49566b695 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2511.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2511.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2512.glif b/source/Hack-Italic.ufo/glyphs/uni2512.glif index 6ac0b73da..57d91c592 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2512.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2512.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2513.glif b/source/Hack-Italic.ufo/glyphs/uni2513.glif index 07da56005..939e456bd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2513.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2513.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2514.glif b/source/Hack-Italic.ufo/glyphs/uni2514.glif index 6ea01e67e..cd4e6db7a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2514.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2514.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2515.glif b/source/Hack-Italic.ufo/glyphs/uni2515.glif index d80bfefe6..8a437d13f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2515.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2515.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2516.glif b/source/Hack-Italic.ufo/glyphs/uni2516.glif index a1e7786d8..a4d2007fb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2516.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2516.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2517.glif b/source/Hack-Italic.ufo/glyphs/uni2517.glif index 80b5b9a16..e1218e29e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2517.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2517.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2518.glif b/source/Hack-Italic.ufo/glyphs/uni2518.glif index 017273e68..837c14e81 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2518.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2518.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2519.glif b/source/Hack-Italic.ufo/glyphs/uni2519.glif index 754033b48..16fd46687 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2519.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2519.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni251A_.glif b/source/Hack-Italic.ufo/glyphs/uni251A_.glif index 0079f5dcb..29771eed8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni251A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni251A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni251B_.glif b/source/Hack-Italic.ufo/glyphs/uni251B_.glif index 0975ba76c..4d876080f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni251B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni251B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni251C_.glif b/source/Hack-Italic.ufo/glyphs/uni251C_.glif index 317eef6ff..035384e8e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni251C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni251C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni251D_.glif b/source/Hack-Italic.ufo/glyphs/uni251D_.glif index 7917d89b5..82133e678 100644 --- a/source/Hack-Italic.ufo/glyphs/uni251D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni251D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni251E_.glif b/source/Hack-Italic.ufo/glyphs/uni251E_.glif index ec76929ee..6f8e608a6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni251E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni251E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni251F_.glif b/source/Hack-Italic.ufo/glyphs/uni251F_.glif index 7951311b3..0ba4a983e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni251F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni251F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2520.glif b/source/Hack-Italic.ufo/glyphs/uni2520.glif index 48b8d811d..d7db40b19 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2520.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2520.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2521.glif b/source/Hack-Italic.ufo/glyphs/uni2521.glif index 9a9189030..99d8e5651 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2521.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2521.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2522.glif b/source/Hack-Italic.ufo/glyphs/uni2522.glif index beec610ae..e46fe28b7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2522.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2522.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2523.glif b/source/Hack-Italic.ufo/glyphs/uni2523.glif index 64dbc41bc..f4dacb474 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2523.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2523.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2524.glif b/source/Hack-Italic.ufo/glyphs/uni2524.glif index e25dd4855..7c1c49f3b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2524.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2524.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2525.glif b/source/Hack-Italic.ufo/glyphs/uni2525.glif index 3a2ba11c6..ebd9cd8f1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2525.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2525.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2526.glif b/source/Hack-Italic.ufo/glyphs/uni2526.glif index b23927ce0..fd5234524 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2526.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2526.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2527.glif b/source/Hack-Italic.ufo/glyphs/uni2527.glif index f08eebe71..f746e9af2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2527.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2527.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2528.glif b/source/Hack-Italic.ufo/glyphs/uni2528.glif index fc50e2952..dddc9bfb3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2528.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2528.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2529.glif b/source/Hack-Italic.ufo/glyphs/uni2529.glif index 4c4a6320d..36019c98c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2529.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2529.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni252A_.glif b/source/Hack-Italic.ufo/glyphs/uni252A_.glif index de1e3f6ca..58ce526ba 100644 --- a/source/Hack-Italic.ufo/glyphs/uni252A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni252A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni252B_.glif b/source/Hack-Italic.ufo/glyphs/uni252B_.glif index 9af4bb7e3..1bb97939d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni252B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni252B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni252C_.glif b/source/Hack-Italic.ufo/glyphs/uni252C_.glif index 71c9aebce..a5ceefa4a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni252C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni252C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni252D_.glif b/source/Hack-Italic.ufo/glyphs/uni252D_.glif index 7870a65dc..3adb19018 100644 --- a/source/Hack-Italic.ufo/glyphs/uni252D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni252D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni252E_.glif b/source/Hack-Italic.ufo/glyphs/uni252E_.glif index 3a5c6d74d..1d2a8974d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni252E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni252E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni252F_.glif b/source/Hack-Italic.ufo/glyphs/uni252F_.glif index 3e6e9d1f0..b4b65ba37 100644 --- a/source/Hack-Italic.ufo/glyphs/uni252F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni252F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2530.glif b/source/Hack-Italic.ufo/glyphs/uni2530.glif index 50e93e19a..c37b0a903 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2530.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2530.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2531.glif b/source/Hack-Italic.ufo/glyphs/uni2531.glif index fe41525b6..ab1daaa5b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2531.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2531.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2532.glif b/source/Hack-Italic.ufo/glyphs/uni2532.glif index 2113c7f6e..d27193aee 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2532.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2532.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2533.glif b/source/Hack-Italic.ufo/glyphs/uni2533.glif index 7158447b9..b2340787d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2533.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2533.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2534.glif b/source/Hack-Italic.ufo/glyphs/uni2534.glif index fc64d96bd..44f1e90ec 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2534.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2534.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2535.glif b/source/Hack-Italic.ufo/glyphs/uni2535.glif index 86b705611..92b5d9fb4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2535.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2535.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2536.glif b/source/Hack-Italic.ufo/glyphs/uni2536.glif index 5ba854889..0bc16e000 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2536.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2536.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2537.glif b/source/Hack-Italic.ufo/glyphs/uni2537.glif index d06adad76..50634f1f0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2537.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2537.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2538.glif b/source/Hack-Italic.ufo/glyphs/uni2538.glif index 63679b811..3fbe88513 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2538.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2538.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2539.glif b/source/Hack-Italic.ufo/glyphs/uni2539.glif index 0aeb1ae5b..871292d9f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2539.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2539.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni253A_.glif b/source/Hack-Italic.ufo/glyphs/uni253A_.glif index d1f9403e1..6f14e3242 100644 --- a/source/Hack-Italic.ufo/glyphs/uni253A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni253A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni253B_.glif b/source/Hack-Italic.ufo/glyphs/uni253B_.glif index 6d1f8b5c9..14fe114d1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni253B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni253B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni253C_.glif b/source/Hack-Italic.ufo/glyphs/uni253C_.glif index 581841704..74676cf9e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni253C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni253C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni253D_.glif b/source/Hack-Italic.ufo/glyphs/uni253D_.glif index f5841e09a..c4b47a679 100644 --- a/source/Hack-Italic.ufo/glyphs/uni253D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni253D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni253E_.glif b/source/Hack-Italic.ufo/glyphs/uni253E_.glif index 7ba89e7b1..5b551a63a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni253E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni253E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni253F_.glif b/source/Hack-Italic.ufo/glyphs/uni253F_.glif index 1fcc62cbd..fefe01919 100644 --- a/source/Hack-Italic.ufo/glyphs/uni253F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni253F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2540.glif b/source/Hack-Italic.ufo/glyphs/uni2540.glif index 8734d3ccf..2ad2367f8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2540.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2540.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2541.glif b/source/Hack-Italic.ufo/glyphs/uni2541.glif index 9bef0eee8..874c8ee08 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2541.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2541.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2542.glif b/source/Hack-Italic.ufo/glyphs/uni2542.glif index ad562119e..99e2e676f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2542.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2542.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2543.glif b/source/Hack-Italic.ufo/glyphs/uni2543.glif index 5166af2b6..0a2c4cf84 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2543.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2543.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2544.glif b/source/Hack-Italic.ufo/glyphs/uni2544.glif index 48e31de5c..58ec46752 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2544.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2544.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2545.glif b/source/Hack-Italic.ufo/glyphs/uni2545.glif index b9f2378bd..b005e36e2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2545.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2545.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2546.glif b/source/Hack-Italic.ufo/glyphs/uni2546.glif index cdaaf29e8..6e0d525bd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2546.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2546.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2547.glif b/source/Hack-Italic.ufo/glyphs/uni2547.glif index fbbbae3de..9dc7aeab4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2547.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2547.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2548.glif b/source/Hack-Italic.ufo/glyphs/uni2548.glif index 3c3e28a92..c34823556 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2548.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2548.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2549.glif b/source/Hack-Italic.ufo/glyphs/uni2549.glif index b3d0471df..5d6be817d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2549.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2549.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni254A_.glif b/source/Hack-Italic.ufo/glyphs/uni254A_.glif index f2328d0bc..01a40ee11 100644 --- a/source/Hack-Italic.ufo/glyphs/uni254A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni254A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni254B_.glif b/source/Hack-Italic.ufo/glyphs/uni254B_.glif index 89e3ecc7c..86d15e211 100644 --- a/source/Hack-Italic.ufo/glyphs/uni254B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni254B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni254C_.glif b/source/Hack-Italic.ufo/glyphs/uni254C_.glif index bf16884c5..0d7049383 100644 --- a/source/Hack-Italic.ufo/glyphs/uni254C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni254C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni254D_.glif b/source/Hack-Italic.ufo/glyphs/uni254D_.glif index 79d4abc50..2f595fd35 100644 --- a/source/Hack-Italic.ufo/glyphs/uni254D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni254D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni254E_.glif b/source/Hack-Italic.ufo/glyphs/uni254E_.glif index 170dcfdd4..7fe74afe7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni254E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni254E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni254F_.glif b/source/Hack-Italic.ufo/glyphs/uni254F_.glif index 7a00fdbf5..598352872 100644 --- a/source/Hack-Italic.ufo/glyphs/uni254F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni254F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2550.glif b/source/Hack-Italic.ufo/glyphs/uni2550.glif index b47e7f6cf..3a3127b08 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2550.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2550.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2551.glif b/source/Hack-Italic.ufo/glyphs/uni2551.glif index 261f33ce0..b86f5797d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2551.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2551.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2552.glif b/source/Hack-Italic.ufo/glyphs/uni2552.glif index 5e8a62bfd..5cf675e17 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2552.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2552.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2553.glif b/source/Hack-Italic.ufo/glyphs/uni2553.glif index 03e805d83..b79ca303d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2553.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2553.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2554.glif b/source/Hack-Italic.ufo/glyphs/uni2554.glif index 97badf786..2dd8ae161 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2554.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2554.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2555.glif b/source/Hack-Italic.ufo/glyphs/uni2555.glif index 94103017c..68866dfb1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2555.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2555.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2556.glif b/source/Hack-Italic.ufo/glyphs/uni2556.glif index b3208e323..cdab621c7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2556.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2556.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2557.glif b/source/Hack-Italic.ufo/glyphs/uni2557.glif index bb82a4b47..e2af7ab8d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2557.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2557.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2558.glif b/source/Hack-Italic.ufo/glyphs/uni2558.glif index 396f9de67..4e262549a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2558.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2558.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2559.glif b/source/Hack-Italic.ufo/glyphs/uni2559.glif index ba1eeeb4e..c122a93c1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2559.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2559.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni255A_.glif b/source/Hack-Italic.ufo/glyphs/uni255A_.glif index 1136c2a8e..f017411f2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni255A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni255A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni255B_.glif b/source/Hack-Italic.ufo/glyphs/uni255B_.glif index 904566700..0d441cda2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni255B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni255B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni255C_.glif b/source/Hack-Italic.ufo/glyphs/uni255C_.glif index fc8692c05..8419d131f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni255C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni255C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni255D_.glif b/source/Hack-Italic.ufo/glyphs/uni255D_.glif index d1873f016..b093d68da 100644 --- a/source/Hack-Italic.ufo/glyphs/uni255D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni255D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni255E_.glif b/source/Hack-Italic.ufo/glyphs/uni255E_.glif index 18076afa2..b1469a4aa 100644 --- a/source/Hack-Italic.ufo/glyphs/uni255E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni255E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni255F_.glif b/source/Hack-Italic.ufo/glyphs/uni255F_.glif index 40de34e6f..a1b53b07d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni255F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni255F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2560.glif b/source/Hack-Italic.ufo/glyphs/uni2560.glif index 256d00fbc..e06097e96 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2560.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2560.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2561.glif b/source/Hack-Italic.ufo/glyphs/uni2561.glif index 217236652..9da45f067 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2561.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2561.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2562.glif b/source/Hack-Italic.ufo/glyphs/uni2562.glif index 852242a73..be486e9ba 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2562.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2562.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2563.glif b/source/Hack-Italic.ufo/glyphs/uni2563.glif index 3135ce979..2f5b42d98 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2563.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2563.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2564.glif b/source/Hack-Italic.ufo/glyphs/uni2564.glif index f38dc6867..b3e049b39 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2564.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2564.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2565.glif b/source/Hack-Italic.ufo/glyphs/uni2565.glif index 32918026a..d73b072df 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2565.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2565.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2566.glif b/source/Hack-Italic.ufo/glyphs/uni2566.glif index 56e6dd721..a94f7d09c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2566.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2566.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2567.glif b/source/Hack-Italic.ufo/glyphs/uni2567.glif index 68b908f96..223af2028 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2567.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2567.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2568.glif b/source/Hack-Italic.ufo/glyphs/uni2568.glif index f549fa3bb..d38e8939e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2568.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2568.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2569.glif b/source/Hack-Italic.ufo/glyphs/uni2569.glif index 1a12528ef..b4e716f26 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2569.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2569.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni256A_.glif b/source/Hack-Italic.ufo/glyphs/uni256A_.glif index 04e260d1f..2ef579caa 100644 --- a/source/Hack-Italic.ufo/glyphs/uni256A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni256A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni256B_.glif b/source/Hack-Italic.ufo/glyphs/uni256B_.glif index 7333d3239..6d45122c3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni256B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni256B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni256C_.glif b/source/Hack-Italic.ufo/glyphs/uni256C_.glif index cd88ad20e..496a383b9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni256C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni256C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni256D_.glif b/source/Hack-Italic.ufo/glyphs/uni256D_.glif index 8760acadf..d93b489d4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni256D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni256D_.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni256E_.glif b/source/Hack-Italic.ufo/glyphs/uni256E_.glif index 8e445e2ab..e58b7c33a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni256E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni256E_.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni256F_.glif b/source/Hack-Italic.ufo/glyphs/uni256F_.glif index 5351c8523..e21cf5a0a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni256F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni256F_.glif @@ -1,20 +1,20 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2570.glif b/source/Hack-Italic.ufo/glyphs/uni2570.glif index 4aa6427df..cd040d380 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2570.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2570.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2571.glif b/source/Hack-Italic.ufo/glyphs/uni2571.glif index 44ff55c93..eef474427 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2571.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2571.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2572.glif b/source/Hack-Italic.ufo/glyphs/uni2572.glif index ca5e423c0..498ab0ee7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2572.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2572.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2573.glif b/source/Hack-Italic.ufo/glyphs/uni2573.glif index 159f35381..8fbf5b682 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2573.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2573.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2574.glif b/source/Hack-Italic.ufo/glyphs/uni2574.glif index e7c84c71f..0e09ba91f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2574.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2574.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2575.glif b/source/Hack-Italic.ufo/glyphs/uni2575.glif index 96e280131..ec944d0a4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2575.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2575.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2576.glif b/source/Hack-Italic.ufo/glyphs/uni2576.glif index 1b39e2a22..11ed02cb6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2576.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2576.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2577.glif b/source/Hack-Italic.ufo/glyphs/uni2577.glif index aa48e51a7..53060389c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2577.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2577.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2578.glif b/source/Hack-Italic.ufo/glyphs/uni2578.glif index 00736562c..0945fca2e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2578.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2578.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2579.glif b/source/Hack-Italic.ufo/glyphs/uni2579.glif index 8c11f2f6e..128bd20e7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2579.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2579.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni257A_.glif b/source/Hack-Italic.ufo/glyphs/uni257A_.glif index b3693128a..a0d9bff9c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni257A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni257A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni257B_.glif b/source/Hack-Italic.ufo/glyphs/uni257B_.glif index 2393151f1..5912156b3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni257B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni257B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni257C_.glif b/source/Hack-Italic.ufo/glyphs/uni257C_.glif index 283219c78..b38ca326b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni257C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni257C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni257D_.glif b/source/Hack-Italic.ufo/glyphs/uni257D_.glif index 194dbdb46..3f8e9ceeb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni257D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni257D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni257E_.glif b/source/Hack-Italic.ufo/glyphs/uni257E_.glif index 2aff928e0..7115d7f36 100644 --- a/source/Hack-Italic.ufo/glyphs/uni257E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni257E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni257F_.glif b/source/Hack-Italic.ufo/glyphs/uni257F_.glif index d48717c62..4d3d7d4d6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni257F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni257F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2581.glif b/source/Hack-Italic.ufo/glyphs/uni2581.glif index 8405625ca..079423173 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2581.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2581.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2582.glif b/source/Hack-Italic.ufo/glyphs/uni2582.glif index 7f765cf2a..f63f6933a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2582.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2582.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2583.glif b/source/Hack-Italic.ufo/glyphs/uni2583.glif index 6fbe0d6eb..120b07d2c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2583.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2583.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2585.glif b/source/Hack-Italic.ufo/glyphs/uni2585.glif index ed0ee82ae..bb0e93e9a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2585.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2585.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2586.glif b/source/Hack-Italic.ufo/glyphs/uni2586.glif index 5a8fa5b09..d263128b3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2586.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2586.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2587.glif b/source/Hack-Italic.ufo/glyphs/uni2587.glif index e8035ccb0..56c99eafd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2587.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2587.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2589.glif b/source/Hack-Italic.ufo/glyphs/uni2589.glif index 786359c88..8f262f1f7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2589.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2589.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni258A_.glif b/source/Hack-Italic.ufo/glyphs/uni258A_.glif index 0d4a83b45..93a17e9c0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni258A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni258A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni258B_.glif b/source/Hack-Italic.ufo/glyphs/uni258B_.glif index be5747641..5bae0499b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni258B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni258B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni258D_.glif b/source/Hack-Italic.ufo/glyphs/uni258D_.glif index dbf54fe4e..869644627 100644 --- a/source/Hack-Italic.ufo/glyphs/uni258D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni258D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni258E_.glif b/source/Hack-Italic.ufo/glyphs/uni258E_.glif index b5dd2b7f4..1845ea7c8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni258E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni258E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni258F_.glif b/source/Hack-Italic.ufo/glyphs/uni258F_.glif index d02cd90c7..73576f872 100644 --- a/source/Hack-Italic.ufo/glyphs/uni258F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni258F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2594.glif b/source/Hack-Italic.ufo/glyphs/uni2594.glif index f2265c59a..ffe1c0bc6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2594.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2594.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2595.glif b/source/Hack-Italic.ufo/glyphs/uni2595.glif index b10165576..e6e015d6a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2595.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2595.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2596.glif b/source/Hack-Italic.ufo/glyphs/uni2596.glif index 1f57b343a..b6179a5f7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2596.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2596.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2597.glif b/source/Hack-Italic.ufo/glyphs/uni2597.glif index d427aa9da..2c11348a4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2597.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2597.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2598.glif b/source/Hack-Italic.ufo/glyphs/uni2598.glif index 819a90323..b00f88201 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2598.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2598.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2599.glif b/source/Hack-Italic.ufo/glyphs/uni2599.glif index f90045b44..b5ba9b42e 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2599.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2599.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni259A_.glif b/source/Hack-Italic.ufo/glyphs/uni259A_.glif index 633681312..1a4e2ca22 100644 --- a/source/Hack-Italic.ufo/glyphs/uni259A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni259A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni259B_.glif b/source/Hack-Italic.ufo/glyphs/uni259B_.glif index 5baba3b40..e59de2ffa 100644 --- a/source/Hack-Italic.ufo/glyphs/uni259B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni259B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni259C_.glif b/source/Hack-Italic.ufo/glyphs/uni259C_.glif index 7f2559138..2fd4f9fd3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni259C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni259C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni259D_.glif b/source/Hack-Italic.ufo/glyphs/uni259D_.glif index 0fdf62a17..093f5d2c9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni259D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni259D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni259E_.glif b/source/Hack-Italic.ufo/glyphs/uni259E_.glif index 95413af23..927d3fd52 100644 --- a/source/Hack-Italic.ufo/glyphs/uni259E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni259E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni259F_.glif b/source/Hack-Italic.ufo/glyphs/uni259F_.glif index 051cb47ed..022450334 100644 --- a/source/Hack-Italic.ufo/glyphs/uni259F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni259F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_1.glif b/source/Hack-Italic.ufo/glyphs/uni25A_1.glif index c26194bf7..6315b4736 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_2.glif b/source/Hack-Italic.ufo/glyphs/uni25A_2.glif index f2127405e..858066667 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_2.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,19 +25,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_3.glif b/source/Hack-Italic.ufo/glyphs/uni25A_3.glif index 36c94bbfe..c042b6bc1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_4.glif b/source/Hack-Italic.ufo/glyphs/uni25A_4.glif index 5e3714ff2..21fdb7759 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_5.glif b/source/Hack-Italic.ufo/glyphs/uni25A_5.glif index 0fbe65d2c..812b2bcc5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_6.glif b/source/Hack-Italic.ufo/glyphs/uni25A_6.glif index c26e2bbc0..6144835f6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_7.glif b/source/Hack-Italic.ufo/glyphs/uni25A_7.glif index ab64b0c85..e6dce2a0d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_8.glif b/source/Hack-Italic.ufo/glyphs/uni25A_8.glif index 401d22e1b..5e76c45f1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_9.glif b/source/Hack-Italic.ufo/glyphs/uni25A_9.glif index 61797e14b..4ed18f324 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_A_.glif b/source/Hack-Italic.ufo/glyphs/uni25A_A_.glif index 959453953..16104d2c6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_B_.glif b/source/Hack-Italic.ufo/glyphs/uni25A_B_.glif index 0b3cb50c9..638b2ab31 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_D_.glif b/source/Hack-Italic.ufo/glyphs/uni25A_D_.glif index b22543c04..2eb4c8ecb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_E_.glif b/source/Hack-Italic.ufo/glyphs/uni25A_E_.glif index 813bd9b32..24040b324 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25A_F_.glif b/source/Hack-Italic.ufo/glyphs/uni25A_F_.glif index 7c8ab6805..fb0cb65b0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25A_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_0.glif b/source/Hack-Italic.ufo/glyphs/uni25B_0.glif index 32067171c..36e07ee33 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_1.glif b/source/Hack-Italic.ufo/glyphs/uni25B_1.glif index accea48ba..880415fd6 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_3.glif b/source/Hack-Italic.ufo/glyphs/uni25B_3.glif index fd52a7831..8eeebcbe8 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_4.glif b/source/Hack-Italic.ufo/glyphs/uni25B_4.glif index 2f4c8ad2d..a7300a0c1 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_5.glif b/source/Hack-Italic.ufo/glyphs/uni25B_5.glif index 3da52a099..3d8d86a09 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_6.glif b/source/Hack-Italic.ufo/glyphs/uni25B_6.glif index b24ca8021..a353e767f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_7.glif b/source/Hack-Italic.ufo/glyphs/uni25B_7.glif index 0e05e4231..efa8ffeea 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_8.glif b/source/Hack-Italic.ufo/glyphs/uni25B_8.glif index 283363ed9..d95e6bf41 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_9.glif b/source/Hack-Italic.ufo/glyphs/uni25B_9.glif index 6ee625376..385aca318 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_B_.glif b/source/Hack-Italic.ufo/glyphs/uni25B_B_.glif index 129f3d1dc..140725d5b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_D_.glif b/source/Hack-Italic.ufo/glyphs/uni25B_D_.glif index c31e03aff..dac5c1954 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_E_.glif b/source/Hack-Italic.ufo/glyphs/uni25B_E_.glif index ab81e1a04..c8b768042 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25B_F_.glif b/source/Hack-Italic.ufo/glyphs/uni25B_F_.glif index ad009b48a..79b3c7447 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25B_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25B_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_0.glif b/source/Hack-Italic.ufo/glyphs/uni25C_0.glif index fc2633cbd..f87fcba59 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_1.glif b/source/Hack-Italic.ufo/glyphs/uni25C_1.glif index 219fd6c09..fa5e5e82b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_2.glif b/source/Hack-Italic.ufo/glyphs/uni25C_2.glif index 93b5430fb..92d86f80b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_3.glif b/source/Hack-Italic.ufo/glyphs/uni25C_3.glif index 426dc11ea..ebc3ff8c4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_5.glif b/source/Hack-Italic.ufo/glyphs/uni25C_5.glif index 8f0472fdc..097675f8b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_6.glif b/source/Hack-Italic.ufo/glyphs/uni25C_6.glif index bbd364d75..0cc721da9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_7.glif b/source/Hack-Italic.ufo/glyphs/uni25C_7.glif index 7dd66189b..aa413a176 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_8.glif b/source/Hack-Italic.ufo/glyphs/uni25C_8.glif index c7309c626..f5ee8c31b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_9.glif b/source/Hack-Italic.ufo/glyphs/uni25C_9.glif index 8fa8f4de4..d332acdad 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_9.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_C_.glif b/source/Hack-Italic.ufo/glyphs/uni25C_C_.glif index 969161cbf..df176d399 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_C_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + @@ -43,14 +43,14 @@ - + - + @@ -59,14 +59,14 @@ - + - + @@ -92,14 +92,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_D_.glif b/source/Hack-Italic.ufo/glyphs/uni25C_D_.glif index 79963b78c..3b92c8fff 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_D_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -81,7 +81,7 @@ - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_E_.glif b/source/Hack-Italic.ufo/glyphs/uni25C_E_.glif index d6d6e56f1..bc936ddbb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_E_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + @@ -56,25 +56,25 @@ - + - + - + - + @@ -88,7 +88,7 @@ - + @@ -100,7 +100,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25C_F_.glif b/source/Hack-Italic.ufo/glyphs/uni25C_F_.glif index 46c39961b..309ec8c30 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25C_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25C_F_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_0.glif b/source/Hack-Italic.ufo/glyphs/uni25D_0.glif index 718c14e9a..b2dc1c3b4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_0.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_1.glif b/source/Hack-Italic.ufo/glyphs/uni25D_1.glif index bc2550c08..0b5101c8b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_1.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_2.glif b/source/Hack-Italic.ufo/glyphs/uni25D_2.glif index f1c8eb8f2..49134ee69 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_2.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_3.glif b/source/Hack-Italic.ufo/glyphs/uni25D_3.glif index 6a92a3dcb..d3db68331 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_3.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_4.glif b/source/Hack-Italic.ufo/glyphs/uni25D_4.glif index 0cc033e00..edb500728 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_4.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_5.glif b/source/Hack-Italic.ufo/glyphs/uni25D_5.glif index 9f56ce75e..06acd4559 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_5.glif @@ -1,22 +1,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_6.glif b/source/Hack-Italic.ufo/glyphs/uni25D_6.glif index a98f8f614..4416ff83d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_7.glif b/source/Hack-Italic.ufo/glyphs/uni25D_7.glif index 61e4f5dc1..946edb7a2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_A_.glif b/source/Hack-Italic.ufo/glyphs/uni25D_A_.glif index 441576e50..5827f6f13 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_A_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_B_.glif b/source/Hack-Italic.ufo/glyphs/uni25D_B_.glif index 564e0f3a7..8ca592979 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_B_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_C_.glif b/source/Hack-Italic.ufo/glyphs/uni25D_C_.glif index ab269c712..5e74179ce 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_D_.glif b/source/Hack-Italic.ufo/glyphs/uni25D_D_.glif index d6dcd070b..e88d2ba58 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_E_.glif b/source/Hack-Italic.ufo/glyphs/uni25D_E_.glif index 740a2bcbf..3480c12da 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25D_F_.glif b/source/Hack-Italic.ufo/glyphs/uni25D_F_.glif index 10dbdd9ff..dbb34517f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25D_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25D_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_0.glif b/source/Hack-Italic.ufo/glyphs/uni25E_0.glif index 9b3f47d72..58e925140 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_0.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_1.glif b/source/Hack-Italic.ufo/glyphs/uni25E_1.glif index fd719bca1..dec5db1f7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_1.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_2.glif b/source/Hack-Italic.ufo/glyphs/uni25E_2.glif index 9812325a2..2273a2640 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_3.glif b/source/Hack-Italic.ufo/glyphs/uni25E_3.glif index 2c0c2bed2..9395dfd74 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_4.glif b/source/Hack-Italic.ufo/glyphs/uni25E_4.glif index 3cdf55d01..d928816df 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_5.glif b/source/Hack-Italic.ufo/glyphs/uni25E_5.glif index cf4b9096d..36495ab5b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_7.glif b/source/Hack-Italic.ufo/glyphs/uni25E_7.glif index 34b659d78..09d1bd3b3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_8.glif b/source/Hack-Italic.ufo/glyphs/uni25E_8.glif index ff7393846..be563b66d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_9.glif b/source/Hack-Italic.ufo/glyphs/uni25E_9.glif index a4a76e740..a3fe5337a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_A_.glif b/source/Hack-Italic.ufo/glyphs/uni25E_A_.glif index 5b8b31cce..89cb828c5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_B_.glif b/source/Hack-Italic.ufo/glyphs/uni25E_B_.glif index da4f0b67f..9f6d2d523 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_C_.glif b/source/Hack-Italic.ufo/glyphs/uni25E_C_.glif index 6e64bb63c..16c28af2c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_C_.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_D_.glif b/source/Hack-Italic.ufo/glyphs/uni25E_D_.glif index 023c62b95..718ea1d30 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_E_.glif b/source/Hack-Italic.ufo/glyphs/uni25E_E_.glif index 65a848776..08d9455fb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25E_F_.glif b/source/Hack-Italic.ufo/glyphs/uni25E_F_.glif index 018ff748c..c63414932 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25E_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25E_F_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_0.glif b/source/Hack-Italic.ufo/glyphs/uni25F_0.glif index 95a4712e3..dfa5bb855 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_1.glif b/source/Hack-Italic.ufo/glyphs/uni25F_1.glif index c3724eede..0930ad292 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_2.glif b/source/Hack-Italic.ufo/glyphs/uni25F_2.glif index fd3427be5..cfb1f711c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_3.glif b/source/Hack-Italic.ufo/glyphs/uni25F_3.glif index 333a31b57..8b36f1ebe 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_4.glif b/source/Hack-Italic.ufo/glyphs/uni25F_4.glif index 83c4d1350..6a0abeda3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_4.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_4.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -30,13 +30,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_5.glif b/source/Hack-Italic.ufo/glyphs/uni25F_5.glif index 992d6e94e..36f5d1175 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_5.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -36,13 +36,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_6.glif b/source/Hack-Italic.ufo/glyphs/uni25F_6.glif index a1e040444..bed8fc7bc 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_6.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -34,13 +34,13 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_7.glif b/source/Hack-Italic.ufo/glyphs/uni25F_7.glif index 871e713d9..95894fcf9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_7.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_8.glif b/source/Hack-Italic.ufo/glyphs/uni25F_8.glif index 9267c054b..a42fa75c0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_9.glif b/source/Hack-Italic.ufo/glyphs/uni25F_9.glif index 1f5a37479..cc8543602 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_A_.glif b/source/Hack-Italic.ufo/glyphs/uni25F_A_.glif index fc9bc6d69..3194c7f3f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_B_.glif b/source/Hack-Italic.ufo/glyphs/uni25F_B_.glif index 3b80d593c..d0c40cedb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_C_.glif b/source/Hack-Italic.ufo/glyphs/uni25F_C_.glif index 3be0a387b..212ba910f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_D_.glif b/source/Hack-Italic.ufo/glyphs/uni25F_D_.glif index 8814150b8..ef2bba730 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_E_.glif b/source/Hack-Italic.ufo/glyphs/uni25F_E_.glif index 00ff683ce..5b20fe01a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni25F_F_.glif b/source/Hack-Italic.ufo/glyphs/uni25F_F_.glif index 32d916c21..1e6646d70 100644 --- a/source/Hack-Italic.ufo/glyphs/uni25F_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni25F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27C_2.glif b/source/Hack-Italic.ufo/glyphs/uni27C_2.glif index 8a2461629..a0f2a3e4b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27C_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27C_5.glif b/source/Hack-Italic.ufo/glyphs/uni27C_5.glif index d70db15dc..89655bcb2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27C_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27C_5.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27C_6.glif b/source/Hack-Italic.ufo/glyphs/uni27C_6.glif index bd0f98c50..209ae63e0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27C_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27C_6.glif @@ -1,5 +1,5 @@ - + @@ -13,44 +13,44 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27D_C_.glif b/source/Hack-Italic.ufo/glyphs/uni27D_C_.glif index d159f3854..5f363ba38 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27D_C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27D_C_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,16 +21,16 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27E_0.glif b/source/Hack-Italic.ufo/glyphs/uni27E_0.glif index 2485cb6d3..298a6d061 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27E_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27E_6.glif b/source/Hack-Italic.ufo/glyphs/uni27E_6.glif index d248b13e4..51f85ecf9 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27E_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27E_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27E_7.glif b/source/Hack-Italic.ufo/glyphs/uni27E_7.glif index 3a32ab088..d35d6a997 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27E_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27E_8.glif b/source/Hack-Italic.ufo/glyphs/uni27E_8.glif index d0e3d1657..df28a4733 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27E_8.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27E_9.glif b/source/Hack-Italic.ufo/glyphs/uni27E_9.glif index e399587c4..02fb39c38 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27E_9.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27E_A_.glif b/source/Hack-Italic.ufo/glyphs/uni27E_A_.glif index 9e0c13d61..7896b1b63 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27E_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27E_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27E_B_.glif b/source/Hack-Italic.ufo/glyphs/uni27E_B_.glif index 09019e7a7..02f8f33a2 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27E_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27F_5.glif b/source/Hack-Italic.ufo/glyphs/uni27F_5.glif index 494f82ff3..0b0f04fdd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27F_5.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27F_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27F_6.glif b/source/Hack-Italic.ufo/glyphs/uni27F_6.glif index 4f5dcd4e1..72fe90acb 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27F_6.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni27F_7.glif b/source/Hack-Italic.ufo/glyphs/uni27F_7.glif index 8851e19ec..68201ee66 100644 --- a/source/Hack-Italic.ufo/glyphs/uni27F_7.glif +++ b/source/Hack-Italic.ufo/glyphs/uni27F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2987.glif b/source/Hack-Italic.ufo/glyphs/uni2987.glif index af7a7a4e5..da17c062b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2987.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2987.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2988.glif b/source/Hack-Italic.ufo/glyphs/uni2988.glif index 8b4677bd7..ef8f34a7c 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2988.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2988.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2997.glif b/source/Hack-Italic.ufo/glyphs/uni2997.glif index 9763362e5..af566a880 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2997.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2997.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2998.glif b/source/Hack-Italic.ufo/glyphs/uni2998.glif index bb8f64d7a..8db8cdd52 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2998.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2998.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni29E_B_.glif b/source/Hack-Italic.ufo/glyphs/uni29E_B_.glif index dff97d656..419f61c0f 100644 --- a/source/Hack-Italic.ufo/glyphs/uni29E_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni29E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni29F_A_.glif b/source/Hack-Italic.ufo/glyphs/uni29F_A_.glif index cea9b6bd5..8feaab245 100644 --- a/source/Hack-Italic.ufo/glyphs/uni29F_A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni29F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni29F_B_.glif b/source/Hack-Italic.ufo/glyphs/uni29F_B_.glif index 6fb527b22..d754bafa4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni29F_B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni29F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2A_00.glif b/source/Hack-Italic.ufo/glyphs/uni2A_00.glif index 80ec25820..85eca2c39 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2A_00.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2A_00.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2A_2F_.glif b/source/Hack-Italic.ufo/glyphs/uni2A_2F_.glif index 10019de02..95c9c9d81 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2A_2F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2A_2F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2A_6A_.glif b/source/Hack-Italic.ufo/glyphs/uni2A_6A_.glif index 2d2911cec..1b61ef1d3 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2A_6A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2A_6A_.glif @@ -1,45 +1,45 @@ - + - + - + - - + + - + - + - + - + - + - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2A_6B_.glif b/source/Hack-Italic.ufo/glyphs/uni2A_6B_.glif index 25e0da3aa..a9cbcb39a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2A_6B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2A_6B_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,21 +25,21 @@ - + - + - + @@ -48,25 +48,25 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_05.glif b/source/Hack-Italic.ufo/glyphs/uni2B_05.glif index aae2dafb0..1c57ffc1d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_05.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_05.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_06.glif b/source/Hack-Italic.ufo/glyphs/uni2B_06.glif index 8301a2c45..e781b0ca5 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_06.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_06.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_07.glif b/source/Hack-Italic.ufo/glyphs/uni2B_07.glif index 9b1a7e792..94c3f0bc7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_07.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_07.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_08.glif b/source/Hack-Italic.ufo/glyphs/uni2B_08.glif index a1663e612..bf05515aa 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_08.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_08.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_09.glif b/source/Hack-Italic.ufo/glyphs/uni2B_09.glif index 53bd2854b..443a0a27b 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_09.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_09.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_0A_.glif b/source/Hack-Italic.ufo/glyphs/uni2B_0A_.glif index 07d99088d..8d7b58520 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_0A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_0A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_0B_.glif b/source/Hack-Italic.ufo/glyphs/uni2B_0B_.glif index 1ff77d49c..40a643378 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_0B_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_0B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_0C_.glif b/source/Hack-Italic.ufo/glyphs/uni2B_0C_.glif index 7464efd15..e77854f14 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_0C_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_0C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_0D_.glif b/source/Hack-Italic.ufo/glyphs/uni2B_0D_.glif index 13acb4c41..bd4b267a7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_0D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_0D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_16.glif b/source/Hack-Italic.ufo/glyphs/uni2B_16.glif index 874df6ab1..5a1a56a23 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_16.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_16.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_17.glif b/source/Hack-Italic.ufo/glyphs/uni2B_17.glif index 074464fff..083909981 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_17.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_17.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_18.glif b/source/Hack-Italic.ufo/glyphs/uni2B_18.glif index 1834720d1..91a26a4d4 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_18.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_18.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_19.glif b/source/Hack-Italic.ufo/glyphs/uni2B_19.glif index d47b5b184..41eb9616d 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_19.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_19.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2B_1A_.glif b/source/Hack-Italic.ufo/glyphs/uni2B_1A_.glif index d926e42c8..492f88fb0 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2B_1A_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2B_1A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2C_7D_.glif b/source/Hack-Italic.ufo/glyphs/uni2C_7D_.glif index c5d6eff09..45f809259 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2C_7D_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2C_7D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2E_18.case.glif b/source/Hack-Italic.ufo/glyphs/uni2E_18.case.glif index 21e105cf5..c73a960c7 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2E_18.case.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2E_18.case.glif @@ -1,24 +1,24 @@ - + - + - + - + - + @@ -26,13 +26,13 @@ - + - + - + @@ -58,10 +58,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2E_18.glif b/source/Hack-Italic.ufo/glyphs/uni2E_18.glif index d6c0c0aa0..1c310bffd 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2E_18.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2E_18.glif @@ -1,25 +1,25 @@ - + - + - + - + - + @@ -27,13 +27,13 @@ - + - + - + @@ -59,10 +59,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2E_1F_.glif b/source/Hack-Italic.ufo/glyphs/uni2E_1F_.glif index 792be6441..a594c2fec 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2E_1F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2E_1F_.glif @@ -1,5 +1,5 @@ - + @@ -7,21 +7,21 @@ - + - + - + @@ -30,25 +30,25 @@ - + - + - - + + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2E_22.glif b/source/Hack-Italic.ufo/glyphs/uni2E_22.glif index 7325ff5f5..e1b954264 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2E_22.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2E_22.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2E_23.glif b/source/Hack-Italic.ufo/glyphs/uni2E_23.glif index bb6a48352..c22e17518 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2E_23.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2E_23.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2E_24.glif b/source/Hack-Italic.ufo/glyphs/uni2E_24.glif index 7e08dcfc9..ed9047c57 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2E_24.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2E_24.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2E_25.glif b/source/Hack-Italic.ufo/glyphs/uni2E_25.glif index 21f0b7a0f..1ee632302 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2E_25.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2E_25.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uni2E_2E_.glif b/source/Hack-Italic.ufo/glyphs/uni2E_2E_.glif index 0361b5fd6..719fd4a7a 100644 --- a/source/Hack-Italic.ufo/glyphs/uni2E_2E_.glif +++ b/source/Hack-Italic.ufo/glyphs/uni2E_2E_.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + @@ -48,22 +48,22 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uniE_0A_0.glif b/source/Hack-Italic.ufo/glyphs/uniE_0A_0.glif index 4b063facc..33d485208 100644 --- a/source/Hack-Italic.ufo/glyphs/uniE_0A_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uniE_0A_0.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,13 +23,13 @@ - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uniE_0A_1.glif b/source/Hack-Italic.ufo/glyphs/uniE_0A_1.glif index 946a5d679..b19d5baaa 100644 --- a/source/Hack-Italic.ufo/glyphs/uniE_0A_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uniE_0A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uniE_0A_2.glif b/source/Hack-Italic.ufo/glyphs/uniE_0A_2.glif index 64091a334..5c402e4dc 100644 --- a/source/Hack-Italic.ufo/glyphs/uniE_0A_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uniE_0A_2.glif @@ -1,14 +1,14 @@ - + - + - + @@ -18,24 +18,24 @@ - + - + - - + + - + @@ -44,7 +44,7 @@ - + @@ -52,19 +52,19 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uniE_0B_0.glif b/source/Hack-Italic.ufo/glyphs/uniE_0B_0.glif index 0c37c5316..b6d912aac 100644 --- a/source/Hack-Italic.ufo/glyphs/uniE_0B_0.glif +++ b/source/Hack-Italic.ufo/glyphs/uniE_0B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uniE_0B_1.glif b/source/Hack-Italic.ufo/glyphs/uniE_0B_1.glif index 8b0f5914b..4eb33e829 100644 --- a/source/Hack-Italic.ufo/glyphs/uniE_0B_1.glif +++ b/source/Hack-Italic.ufo/glyphs/uniE_0B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uniE_0B_2.glif b/source/Hack-Italic.ufo/glyphs/uniE_0B_2.glif index c9c536151..3b9433769 100644 --- a/source/Hack-Italic.ufo/glyphs/uniE_0B_2.glif +++ b/source/Hack-Italic.ufo/glyphs/uniE_0B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uniE_0B_3.glif b/source/Hack-Italic.ufo/glyphs/uniE_0B_3.glif index 244bd9d3a..d644e1e16 100644 --- a/source/Hack-Italic.ufo/glyphs/uniE_0B_3.glif +++ b/source/Hack-Italic.ufo/glyphs/uniE_0B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uniF_E_F_F_.glif b/source/Hack-Italic.ufo/glyphs/uniF_E_F_F_.glif index 3ca2362e7..f5d2cecac 100644 --- a/source/Hack-Italic.ufo/glyphs/uniF_E_F_F_.glif +++ b/source/Hack-Italic.ufo/glyphs/uniF_E_F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/union.glif b/source/Hack-Italic.ufo/glyphs/union.glif index 4ef708ff2..3d4ee9a5b 100644 --- a/source/Hack-Italic.ufo/glyphs/union.glif +++ b/source/Hack-Italic.ufo/glyphs/union.glif @@ -1,10 +1,10 @@ - + - + @@ -13,10 +13,10 @@ - + - + @@ -25,19 +25,19 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/universal.glif b/source/Hack-Italic.ufo/glyphs/universal.glif index e0d528b23..f31583690 100644 --- a/source/Hack-Italic.ufo/glyphs/universal.glif +++ b/source/Hack-Italic.ufo/glyphs/universal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/uogonek.glif b/source/Hack-Italic.ufo/glyphs/uogonek.glif index a1f45a847..d79e609d1 100644 --- a/source/Hack-Italic.ufo/glyphs/uogonek.glif +++ b/source/Hack-Italic.ufo/glyphs/uogonek.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + @@ -32,20 +32,20 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/upblock.glif b/source/Hack-Italic.ufo/glyphs/upblock.glif index 98203446b..d75b178db 100644 --- a/source/Hack-Italic.ufo/glyphs/upblock.glif +++ b/source/Hack-Italic.ufo/glyphs/upblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/upsilon.glif b/source/Hack-Italic.ufo/glyphs/upsilon.glif index 1b673258c..6b8752a67 100644 --- a/source/Hack-Italic.ufo/glyphs/upsilon.glif +++ b/source/Hack-Italic.ufo/glyphs/upsilon.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,23 +18,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/upsilondieresis.glif b/source/Hack-Italic.ufo/glyphs/upsilondieresis.glif index 9408a3a6f..e1433986a 100644 --- a/source/Hack-Italic.ufo/glyphs/upsilondieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/upsilondieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -40,10 +40,10 @@ - + - + @@ -54,23 +54,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/upsilondieresistonos.glif b/source/Hack-Italic.ufo/glyphs/upsilondieresistonos.glif index 24392851f..1a1ee3345 100644 --- a/source/Hack-Italic.ufo/glyphs/upsilondieresistonos.glif +++ b/source/Hack-Italic.ufo/glyphs/upsilondieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + @@ -28,15 +28,15 @@ - + - - + + @@ -46,10 +46,10 @@ - + - + @@ -60,23 +60,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/upsilontonos.glif b/source/Hack-Italic.ufo/glyphs/upsilontonos.glif index bde25f00d..9c72049b5 100644 --- a/source/Hack-Italic.ufo/glyphs/upsilontonos.glif +++ b/source/Hack-Italic.ufo/glyphs/upsilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -24,23 +24,23 @@ - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/uring.glif b/source/Hack-Italic.ufo/glyphs/uring.glif index c500e848e..dcd7c8b4c 100644 --- a/source/Hack-Italic.ufo/glyphs/uring.glif +++ b/source/Hack-Italic.ufo/glyphs/uring.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/utilde.glif b/source/Hack-Italic.ufo/glyphs/utilde.glif index 67e909645..fd98b78dd 100644 --- a/source/Hack-Italic.ufo/glyphs/utilde.glif +++ b/source/Hack-Italic.ufo/glyphs/utilde.glif @@ -1,31 +1,31 @@ - + - + - + - + - + - + @@ -34,22 +34,22 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/v.glif b/source/Hack-Italic.ufo/glyphs/v.glif index 81082a1ab..5d7bf0adb 100644 --- a/source/Hack-Italic.ufo/glyphs/v.glif +++ b/source/Hack-Italic.ufo/glyphs/v.glif @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/w.glif b/source/Hack-Italic.ufo/glyphs/w.glif index f4f3f815a..8ca54e4bf 100644 --- a/source/Hack-Italic.ufo/glyphs/w.glif +++ b/source/Hack-Italic.ufo/glyphs/w.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/wacute.glif b/source/Hack-Italic.ufo/glyphs/wacute.glif index 457ae919a..9d62e743d 100644 --- a/source/Hack-Italic.ufo/glyphs/wacute.glif +++ b/source/Hack-Italic.ufo/glyphs/wacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/wcircumflex.glif b/source/Hack-Italic.ufo/glyphs/wcircumflex.glif index eb30ad899..9c3ff8b73 100644 --- a/source/Hack-Italic.ufo/glyphs/wcircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/wcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/wdieresis.glif b/source/Hack-Italic.ufo/glyphs/wdieresis.glif index 4a6a104da..07e08306f 100644 --- a/source/Hack-Italic.ufo/glyphs/wdieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/wdieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -25,14 +25,14 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/wgrave.glif b/source/Hack-Italic.ufo/glyphs/wgrave.glif index 997157c29..6225549fc 100644 --- a/source/Hack-Italic.ufo/glyphs/wgrave.glif +++ b/source/Hack-Italic.ufo/glyphs/wgrave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/x.glif b/source/Hack-Italic.ufo/glyphs/x.glif index f346cd998..5acdca09d 100644 --- a/source/Hack-Italic.ufo/glyphs/x.glif +++ b/source/Hack-Italic.ufo/glyphs/x.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/xi.glif b/source/Hack-Italic.ufo/glyphs/xi.glif index 7e458e8c5..74ba9965e 100644 --- a/source/Hack-Italic.ufo/glyphs/xi.glif +++ b/source/Hack-Italic.ufo/glyphs/xi.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + - + @@ -35,20 +35,20 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/y.glif b/source/Hack-Italic.ufo/glyphs/y.glif index 81fe2a187..648ebdc55 100644 --- a/source/Hack-Italic.ufo/glyphs/y.glif +++ b/source/Hack-Italic.ufo/glyphs/y.glif @@ -1,5 +1,5 @@ - + @@ -36,9 +36,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/yacute.glif b/source/Hack-Italic.ufo/glyphs/yacute.glif index 6f4edc1cc..0942c5851 100644 --- a/source/Hack-Italic.ufo/glyphs/yacute.glif +++ b/source/Hack-Italic.ufo/glyphs/yacute.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ycircumflex.glif b/source/Hack-Italic.ufo/glyphs/ycircumflex.glif index ab0ce0c72..f8f01f70b 100644 --- a/source/Hack-Italic.ufo/glyphs/ycircumflex.glif +++ b/source/Hack-Italic.ufo/glyphs/ycircumflex.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ydieresis.glif b/source/Hack-Italic.ufo/glyphs/ydieresis.glif index 2d2a08e10..a6b65f423 100644 --- a/source/Hack-Italic.ufo/glyphs/ydieresis.glif +++ b/source/Hack-Italic.ufo/glyphs/ydieresis.glif @@ -1,17 +1,17 @@ - + - + - + @@ -22,14 +22,14 @@ - + - + @@ -41,7 +41,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/yen.glif b/source/Hack-Italic.ufo/glyphs/yen.glif index 8dbc562d5..647bab528 100644 --- a/source/Hack-Italic.ufo/glyphs/yen.glif +++ b/source/Hack-Italic.ufo/glyphs/yen.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/ygrave.glif b/source/Hack-Italic.ufo/glyphs/ygrave.glif index 340ed16d3..dfcf646fb 100644 --- a/source/Hack-Italic.ufo/glyphs/ygrave.glif +++ b/source/Hack-Italic.ufo/glyphs/ygrave.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/z.glif b/source/Hack-Italic.ufo/glyphs/z.glif index 3b920ab67..3e7cb67fa 100644 --- a/source/Hack-Italic.ufo/glyphs/z.glif +++ b/source/Hack-Italic.ufo/glyphs/z.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Italic.ufo/glyphs/zacute.glif b/source/Hack-Italic.ufo/glyphs/zacute.glif index 0e048c6bb..7fcebc8e4 100644 --- a/source/Hack-Italic.ufo/glyphs/zacute.glif +++ b/source/Hack-Italic.ufo/glyphs/zacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/zcaron.glif b/source/Hack-Italic.ufo/glyphs/zcaron.glif index ac0f1224b..abee430e0 100644 --- a/source/Hack-Italic.ufo/glyphs/zcaron.glif +++ b/source/Hack-Italic.ufo/glyphs/zcaron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/zdotaccent.glif b/source/Hack-Italic.ufo/glyphs/zdotaccent.glif index 75934dba0..365022518 100644 --- a/source/Hack-Italic.ufo/glyphs/zdotaccent.glif +++ b/source/Hack-Italic.ufo/glyphs/zdotaccent.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/zero.glif b/source/Hack-Italic.ufo/glyphs/zero.glif index 7b83785fb..81122909c 100644 --- a/source/Hack-Italic.ufo/glyphs/zero.glif +++ b/source/Hack-Italic.ufo/glyphs/zero.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,19 +16,19 @@ - + - + - + @@ -36,7 +36,7 @@ - + @@ -48,10 +48,10 @@ - + - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/zero.subs.glif b/source/Hack-Italic.ufo/glyphs/zero.subs.glif index 8b11113e6..9e81e5a0b 100644 --- a/source/Hack-Italic.ufo/glyphs/zero.subs.glif +++ b/source/Hack-Italic.ufo/glyphs/zero.subs.glif @@ -1,21 +1,21 @@ - + - + - + - + - + @@ -23,36 +23,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/zeta.glif b/source/Hack-Italic.ufo/glyphs/zeta.glif index 1e9b6cb68..157ce6efe 100644 --- a/source/Hack-Italic.ufo/glyphs/zeta.glif +++ b/source/Hack-Italic.ufo/glyphs/zeta.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + - + @@ -29,19 +29,19 @@ - + - + - + - + - + diff --git a/source/Hack-Italic.ufo/layercontents.plist b/source/Hack-Italic.ufo/layercontents.plist new file mode 100644 index 000000000..cf95d3573 --- /dev/null +++ b/source/Hack-Italic.ufo/layercontents.plist @@ -0,0 +1,10 @@ + + + + + + public.default + glyphs + + + diff --git a/source/Hack-Italic.ufo/metainfo.plist b/source/Hack-Italic.ufo/metainfo.plist index 12a792239..632695b5a 100644 --- a/source/Hack-Italic.ufo/metainfo.plist +++ b/source/Hack-Italic.ufo/metainfo.plist @@ -1,10 +1,10 @@ - + creator - com.schriftgestaltung.GlyphsUFOExport + org.robofab.ufoLib formatVersion - 2 + 3 diff --git a/source/Hack-Regular.ufo/fontinfo.plist b/source/Hack-Regular.ufo/fontinfo.plist index 2ce18af7f..31d31fe8e 100644 --- a/source/Hack-Regular.ufo/fontinfo.plist +++ b/source/Hack-Regular.ufo/fontinfo.plist @@ -1,5 +1,5 @@ - + ascender @@ -12,6 +12,8 @@ -492 familyName Hack + guidelines + macintoshFONDFamilyID 128 macintoshFONDName @@ -21,8 +23,7 @@ openTypeHeadCreated 2017/10/23 12:00:00 openTypeHeadFlags - - + openTypeHheaAscender 1901 openTypeHheaDescender @@ -142,8 +143,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an 4 openTypeOS2Selection - - + openTypeOS2StrikeoutPosition 530 openTypeOS2StrikeoutSize @@ -216,7 +216,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an postscriptBlueFuzz 0 postscriptBlueScale - 0.036999999999999998 + 0.037 postscriptBlueShift 14 postscriptBlueValues @@ -228,6 +228,10 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an 1493 1520 + postscriptFamilyBlues + + postscriptFamilyOtherBlues + postscriptFontName Hack-Regular postscriptForceBold @@ -272,7 +276,7 @@ Except as contained in this notice, the names of Gnome, the Gnome Foundation, an versionMajor 4 versionMinor - 000 + 0 xHeight 1120 diff --git a/source/Hack-Regular.ufo/glyphs/A_.glif b/source/Hack-Regular.ufo/glyphs/A_.glif index 99807caa1..ee15f13de 100644 --- a/source/Hack-Regular.ufo/glyphs/A_.glif +++ b/source/Hack-Regular.ufo/glyphs/A_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/A_E_.glif b/source/Hack-Regular.ufo/glyphs/A_E_.glif index 07acc96db..24ffcbbef 100644 --- a/source/Hack-Regular.ufo/glyphs/A_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/A_acute.glif b/source/Hack-Regular.ufo/glyphs/A_acute.glif index de4e9ce6c..dc91dc2c4 100644 --- a/source/Hack-Regular.ufo/glyphs/A_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/A_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/A_breve.glif b/source/Hack-Regular.ufo/glyphs/A_breve.glif index 42c351f03..d65b95413 100644 --- a/source/Hack-Regular.ufo/glyphs/A_breve.glif +++ b/source/Hack-Regular.ufo/glyphs/A_breve.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/A_circumflex.glif b/source/Hack-Regular.ufo/glyphs/A_circumflex.glif index b42a84429..b977ec778 100644 --- a/source/Hack-Regular.ufo/glyphs/A_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/A_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/A_dieresis.glif b/source/Hack-Regular.ufo/glyphs/A_dieresis.glif index 40f72ffb3..77c2ee55b 100644 --- a/source/Hack-Regular.ufo/glyphs/A_dieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/A_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/A_grave.glif b/source/Hack-Regular.ufo/glyphs/A_grave.glif index 8b7e949b3..695548e11 100644 --- a/source/Hack-Regular.ufo/glyphs/A_grave.glif +++ b/source/Hack-Regular.ufo/glyphs/A_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/A_lpha.glif b/source/Hack-Regular.ufo/glyphs/A_lpha.glif index b19dee97b..c851c3e01 100644 --- a/source/Hack-Regular.ufo/glyphs/A_lpha.glif +++ b/source/Hack-Regular.ufo/glyphs/A_lpha.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/A_lphatonos.glif b/source/Hack-Regular.ufo/glyphs/A_lphatonos.glif index f229bed61..969381118 100644 --- a/source/Hack-Regular.ufo/glyphs/A_lphatonos.glif +++ b/source/Hack-Regular.ufo/glyphs/A_lphatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/A_macron.glif b/source/Hack-Regular.ufo/glyphs/A_macron.glif index 1f918bc64..61e905c9e 100644 --- a/source/Hack-Regular.ufo/glyphs/A_macron.glif +++ b/source/Hack-Regular.ufo/glyphs/A_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/A_ogonek.glif b/source/Hack-Regular.ufo/glyphs/A_ogonek.glif index f5c0e8840..23b031b7c 100644 --- a/source/Hack-Regular.ufo/glyphs/A_ogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/A_ogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/A_ring.glif b/source/Hack-Regular.ufo/glyphs/A_ring.glif index e714b4f6b..a1cb3e853 100644 --- a/source/Hack-Regular.ufo/glyphs/A_ring.glif +++ b/source/Hack-Regular.ufo/glyphs/A_ring.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + @@ -40,19 +40,19 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/A_tilde.glif b/source/Hack-Regular.ufo/glyphs/A_tilde.glif index a2bd3757a..b644af7f9 100644 --- a/source/Hack-Regular.ufo/glyphs/A_tilde.glif +++ b/source/Hack-Regular.ufo/glyphs/A_tilde.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/B_.glif b/source/Hack-Regular.ufo/glyphs/B_.glif index 3a5320325..3c0649d68 100644 --- a/source/Hack-Regular.ufo/glyphs/B_.glif +++ b/source/Hack-Regular.ufo/glyphs/B_.glif @@ -1,5 +1,5 @@ - + @@ -16,9 +16,9 @@ - - - + + + @@ -44,9 +44,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/B_eta.glif b/source/Hack-Regular.ufo/glyphs/B_eta.glif index adaadc70c..5ede95002 100644 --- a/source/Hack-Regular.ufo/glyphs/B_eta.glif +++ b/source/Hack-Regular.ufo/glyphs/B_eta.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/C_.glif b/source/Hack-Regular.ufo/glyphs/C_.glif index ac634434f..facf6d148 100644 --- a/source/Hack-Regular.ufo/glyphs/C_.glif +++ b/source/Hack-Regular.ufo/glyphs/C_.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/C_R_.glif b/source/Hack-Regular.ufo/glyphs/C_R_.glif index 8dd4ab034..9c88b2cdc 100644 --- a/source/Hack-Regular.ufo/glyphs/C_R_.glif +++ b/source/Hack-Regular.ufo/glyphs/C_R_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/C_acute.glif b/source/Hack-Regular.ufo/glyphs/C_acute.glif index d3ebaf09c..bd1302a48 100644 --- a/source/Hack-Regular.ufo/glyphs/C_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/C_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + @@ -35,19 +35,19 @@ - + - + - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/C_caron.glif b/source/Hack-Regular.ufo/glyphs/C_caron.glif index 59d9780e2..93ed5f777 100644 --- a/source/Hack-Regular.ufo/glyphs/C_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/C_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + @@ -38,22 +38,22 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/C_cedilla.glif b/source/Hack-Regular.ufo/glyphs/C_cedilla.glif index 3e8e4e1a7..6bde147fc 100644 --- a/source/Hack-Regular.ufo/glyphs/C_cedilla.glif +++ b/source/Hack-Regular.ufo/glyphs/C_cedilla.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -35,23 +35,23 @@ - + - + - + - + @@ -66,13 +66,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/C_circumflex.glif b/source/Hack-Regular.ufo/glyphs/C_circumflex.glif index 24020d526..82a3e3070 100644 --- a/source/Hack-Regular.ufo/glyphs/C_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/C_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/C_dotaccent.glif b/source/Hack-Regular.ufo/glyphs/C_dotaccent.glif index 3af1deef5..04f1a5710 100644 --- a/source/Hack-Regular.ufo/glyphs/C_dotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/C_dotaccent.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/C_hi.glif b/source/Hack-Regular.ufo/glyphs/C_hi.glif index 4ccd33d7c..279d31359 100644 --- a/source/Hack-Regular.ufo/glyphs/C_hi.glif +++ b/source/Hack-Regular.ufo/glyphs/C_hi.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/D_.glif b/source/Hack-Regular.ufo/glyphs/D_.glif index 23fc4132f..3172fb704 100644 --- a/source/Hack-Regular.ufo/glyphs/D_.glif +++ b/source/Hack-Regular.ufo/glyphs/D_.glif @@ -1,5 +1,5 @@ - + @@ -10,9 +10,9 @@ - - - + + + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/D_caron.glif b/source/Hack-Regular.ufo/glyphs/D_caron.glif index e3cefad81..241b9be85 100644 --- a/source/Hack-Regular.ufo/glyphs/D_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/D_caron.glif @@ -1,5 +1,5 @@ - + @@ -17,20 +17,20 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/D_croat.glif b/source/Hack-Regular.ufo/glyphs/D_croat.glif index 8b3f36050..c8500ae28 100644 --- a/source/Hack-Regular.ufo/glyphs/D_croat.glif +++ b/source/Hack-Regular.ufo/glyphs/D_croat.glif @@ -1,5 +1,5 @@ - + @@ -12,20 +12,20 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/E_.glif b/source/Hack-Regular.ufo/glyphs/E_.glif index 5df86983e..8f87994e7 100644 --- a/source/Hack-Regular.ufo/glyphs/E_.glif +++ b/source/Hack-Regular.ufo/glyphs/E_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/E_acute.glif b/source/Hack-Regular.ufo/glyphs/E_acute.glif index 8e4a85d84..cc2668f19 100644 --- a/source/Hack-Regular.ufo/glyphs/E_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/E_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_breve.glif b/source/Hack-Regular.ufo/glyphs/E_breve.glif index 771a4e74f..200c10aa6 100644 --- a/source/Hack-Regular.ufo/glyphs/E_breve.glif +++ b/source/Hack-Regular.ufo/glyphs/E_breve.glif @@ -1,5 +1,5 @@ - + @@ -18,14 +18,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/E_caron.glif b/source/Hack-Regular.ufo/glyphs/E_caron.glif index f8bdfeb70..efbe2d1fc 100644 --- a/source/Hack-Regular.ufo/glyphs/E_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/E_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_circumflex.glif b/source/Hack-Regular.ufo/glyphs/E_circumflex.glif index d2a993c50..8ff18ed52 100644 --- a/source/Hack-Regular.ufo/glyphs/E_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/E_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_dieresis.glif b/source/Hack-Regular.ufo/glyphs/E_dieresis.glif index 8d5f9bfc0..b2066e221 100644 --- a/source/Hack-Regular.ufo/glyphs/E_dieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/E_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/E_dotaccent.glif b/source/Hack-Regular.ufo/glyphs/E_dotaccent.glif index e232885b2..649972457 100644 --- a/source/Hack-Regular.ufo/glyphs/E_dotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/E_dotaccent.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/E_grave.glif b/source/Hack-Regular.ufo/glyphs/E_grave.glif index 3ceb8d4c4..4def96f8c 100644 --- a/source/Hack-Regular.ufo/glyphs/E_grave.glif +++ b/source/Hack-Regular.ufo/glyphs/E_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_macron.glif b/source/Hack-Regular.ufo/glyphs/E_macron.glif index a85ad682a..c6d0f4877 100644 --- a/source/Hack-Regular.ufo/glyphs/E_macron.glif +++ b/source/Hack-Regular.ufo/glyphs/E_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_ng.glif b/source/Hack-Regular.ufo/glyphs/E_ng.glif index e1fe4c8c5..78299825c 100644 --- a/source/Hack-Regular.ufo/glyphs/E_ng.glif +++ b/source/Hack-Regular.ufo/glyphs/E_ng.glif @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -23,14 +23,14 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/E_ogonek.glif b/source/Hack-Regular.ufo/glyphs/E_ogonek.glif index 62d84ecab..2a289cce7 100644 --- a/source/Hack-Regular.ufo/glyphs/E_ogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/E_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -7,20 +7,20 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/E_psilon.glif b/source/Hack-Regular.ufo/glyphs/E_psilon.glif index bc9c5462a..9909ed8c0 100644 --- a/source/Hack-Regular.ufo/glyphs/E_psilon.glif +++ b/source/Hack-Regular.ufo/glyphs/E_psilon.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_psilontonos.glif b/source/Hack-Regular.ufo/glyphs/E_psilontonos.glif index aa431fbd8..746f1aa40 100644 --- a/source/Hack-Regular.ufo/glyphs/E_psilontonos.glif +++ b/source/Hack-Regular.ufo/glyphs/E_psilontonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_ta.glif b/source/Hack-Regular.ufo/glyphs/E_ta.glif index e61979941..659a175a3 100644 --- a/source/Hack-Regular.ufo/glyphs/E_ta.glif +++ b/source/Hack-Regular.ufo/glyphs/E_ta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_tatonos.glif b/source/Hack-Regular.ufo/glyphs/E_tatonos.glif index 9c5822dc9..e7c4151e3 100644 --- a/source/Hack-Regular.ufo/glyphs/E_tatonos.glif +++ b/source/Hack-Regular.ufo/glyphs/E_tatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/E_th.glif b/source/Hack-Regular.ufo/glyphs/E_th.glif index 9e891dcdf..8617c6df0 100644 --- a/source/Hack-Regular.ufo/glyphs/E_th.glif +++ b/source/Hack-Regular.ufo/glyphs/E_th.glif @@ -1,5 +1,5 @@ - + @@ -12,29 +12,29 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/E_uro.glif b/source/Hack-Regular.ufo/glyphs/E_uro.glif index 0305710e5..445590177 100644 --- a/source/Hack-Regular.ufo/glyphs/E_uro.glif +++ b/source/Hack-Regular.ufo/glyphs/E_uro.glif @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -52,13 +52,13 @@ - + - + - + @@ -70,7 +70,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/F_.glif b/source/Hack-Regular.ufo/glyphs/F_.glif index d3a9e579a..cd7162650 100644 --- a/source/Hack-Regular.ufo/glyphs/F_.glif +++ b/source/Hack-Regular.ufo/glyphs/F_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/G_.glif b/source/Hack-Regular.ufo/glyphs/G_.glif index cb8fbc02b..b7565ea67 100644 --- a/source/Hack-Regular.ufo/glyphs/G_.glif +++ b/source/Hack-Regular.ufo/glyphs/G_.glif @@ -1,5 +1,5 @@ - + @@ -37,9 +37,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/G_amma.glif b/source/Hack-Regular.ufo/glyphs/G_amma.glif index 17dea8d9e..3bad65873 100644 --- a/source/Hack-Regular.ufo/glyphs/G_amma.glif +++ b/source/Hack-Regular.ufo/glyphs/G_amma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/G_breve.glif b/source/Hack-Regular.ufo/glyphs/G_breve.glif index c188097e1..7004624df 100644 --- a/source/Hack-Regular.ufo/glyphs/G_breve.glif +++ b/source/Hack-Regular.ufo/glyphs/G_breve.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,19 +20,19 @@ - + - + - + @@ -42,19 +42,19 @@ - + - + - + @@ -65,7 +65,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/G_caron.glif b/source/Hack-Regular.ufo/glyphs/G_caron.glif index 29f6957a4..edbd0e4da 100644 --- a/source/Hack-Regular.ufo/glyphs/G_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/G_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,26 +13,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/G_circumflex.glif b/source/Hack-Regular.ufo/glyphs/G_circumflex.glif index 2acebf363..8cbf7fd44 100644 --- a/source/Hack-Regular.ufo/glyphs/G_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/G_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/G_dotaccent.glif b/source/Hack-Regular.ufo/glyphs/G_dotaccent.glif index 629278bfe..c302c535f 100644 --- a/source/Hack-Regular.ufo/glyphs/G_dotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/G_dotaccent.glif @@ -1,47 +1,47 @@ - + - + - + - + - - + + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/H_.glif b/source/Hack-Regular.ufo/glyphs/H_.glif index c8b801d03..f81aa553e 100644 --- a/source/Hack-Regular.ufo/glyphs/H_.glif +++ b/source/Hack-Regular.ufo/glyphs/H_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/H_bar.glif b/source/Hack-Regular.ufo/glyphs/H_bar.glif index 0b02c53e8..ba5e2f788 100644 --- a/source/Hack-Regular.ufo/glyphs/H_bar.glif +++ b/source/Hack-Regular.ufo/glyphs/H_bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/H_circumflex.glif b/source/Hack-Regular.ufo/glyphs/H_circumflex.glif index fb00d036b..9320eb7e8 100644 --- a/source/Hack-Regular.ufo/glyphs/H_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/H_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/I_.glif b/source/Hack-Regular.ufo/glyphs/I_.glif index d2a2f187a..738866667 100644 --- a/source/Hack-Regular.ufo/glyphs/I_.glif +++ b/source/Hack-Regular.ufo/glyphs/I_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/I_J_.glif b/source/Hack-Regular.ufo/glyphs/I_J_.glif index 6cb0b1576..585030e4c 100644 --- a/source/Hack-Regular.ufo/glyphs/I_J_.glif +++ b/source/Hack-Regular.ufo/glyphs/I_J_.glif @@ -1,5 +1,5 @@ - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/I_acute.glif b/source/Hack-Regular.ufo/glyphs/I_acute.glif index d423af95c..b9f1af5cd 100644 --- a/source/Hack-Regular.ufo/glyphs/I_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/I_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/I_breve.glif b/source/Hack-Regular.ufo/glyphs/I_breve.glif index 96dd8a3ee..6044648cc 100644 --- a/source/Hack-Regular.ufo/glyphs/I_breve.glif +++ b/source/Hack-Regular.ufo/glyphs/I_breve.glif @@ -1,5 +1,5 @@ - + @@ -18,14 +18,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/I_circumflex.glif b/source/Hack-Regular.ufo/glyphs/I_circumflex.glif index 73b071952..7c796b2c8 100644 --- a/source/Hack-Regular.ufo/glyphs/I_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/I_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/I_dieresis.glif b/source/Hack-Regular.ufo/glyphs/I_dieresis.glif index 787ea1ee7..dd8faf14e 100644 --- a/source/Hack-Regular.ufo/glyphs/I_dieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/I_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + diff --git a/source/Hack-Regular.ufo/glyphs/I_dotaccent.glif b/source/Hack-Regular.ufo/glyphs/I_dotaccent.glif index 250abcece..95bee6861 100644 --- a/source/Hack-Regular.ufo/glyphs/I_dotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/I_dotaccent.glif @@ -1,21 +1,21 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/I_grave.glif b/source/Hack-Regular.ufo/glyphs/I_grave.glif index 0c28ff147..ee356b8e4 100644 --- a/source/Hack-Regular.ufo/glyphs/I_grave.glif +++ b/source/Hack-Regular.ufo/glyphs/I_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/I_macron.glif b/source/Hack-Regular.ufo/glyphs/I_macron.glif index 1d6193512..fd21da839 100644 --- a/source/Hack-Regular.ufo/glyphs/I_macron.glif +++ b/source/Hack-Regular.ufo/glyphs/I_macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/I_ogonek.glif b/source/Hack-Regular.ufo/glyphs/I_ogonek.glif index 8ecd54207..754b36cd9 100644 --- a/source/Hack-Regular.ufo/glyphs/I_ogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/I_ogonek.glif @@ -1,5 +1,5 @@ - + @@ -11,20 +11,20 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/I_ota.glif b/source/Hack-Regular.ufo/glyphs/I_ota.glif index ad780235d..763b3681b 100644 --- a/source/Hack-Regular.ufo/glyphs/I_ota.glif +++ b/source/Hack-Regular.ufo/glyphs/I_ota.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/I_otadieresis.glif b/source/Hack-Regular.ufo/glyphs/I_otadieresis.glif index 3a7e22bbd..3fd2f18c4 100644 --- a/source/Hack-Regular.ufo/glyphs/I_otadieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/I_otadieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + diff --git a/source/Hack-Regular.ufo/glyphs/I_otatonos.glif b/source/Hack-Regular.ufo/glyphs/I_otatonos.glif index 1045a891e..621ef2abe 100644 --- a/source/Hack-Regular.ufo/glyphs/I_otatonos.glif +++ b/source/Hack-Regular.ufo/glyphs/I_otatonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/I_tilde.glif b/source/Hack-Regular.ufo/glyphs/I_tilde.glif index 5a1495184..8480b5933 100644 --- a/source/Hack-Regular.ufo/glyphs/I_tilde.glif +++ b/source/Hack-Regular.ufo/glyphs/I_tilde.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/J_.glif b/source/Hack-Regular.ufo/glyphs/J_.glif index a1f48eed4..dbd177a24 100644 --- a/source/Hack-Regular.ufo/glyphs/J_.glif +++ b/source/Hack-Regular.ufo/glyphs/J_.glif @@ -1,12 +1,12 @@ - + - + @@ -25,9 +25,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/J_circumflex.glif b/source/Hack-Regular.ufo/glyphs/J_circumflex.glif index a0dd6fddb..42519a5da 100644 --- a/source/Hack-Regular.ufo/glyphs/J_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/J_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/K_.glif b/source/Hack-Regular.ufo/glyphs/K_.glif index fa8afc72a..b082a33e0 100644 --- a/source/Hack-Regular.ufo/glyphs/K_.glif +++ b/source/Hack-Regular.ufo/glyphs/K_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/K_appa.glif b/source/Hack-Regular.ufo/glyphs/K_appa.glif index d010c9610..496a0a1d1 100644 --- a/source/Hack-Regular.ufo/glyphs/K_appa.glif +++ b/source/Hack-Regular.ufo/glyphs/K_appa.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/L_.glif b/source/Hack-Regular.ufo/glyphs/L_.glif index b2eb6a565..46e50575b 100644 --- a/source/Hack-Regular.ufo/glyphs/L_.glif +++ b/source/Hack-Regular.ufo/glyphs/L_.glif @@ -1,5 +1,5 @@ - + @@ -13,9 +13,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/L_acute.glif b/source/Hack-Regular.ufo/glyphs/L_acute.glif index 84d335f33..159b4fe50 100644 --- a/source/Hack-Regular.ufo/glyphs/L_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/L_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/L_ambda.glif b/source/Hack-Regular.ufo/glyphs/L_ambda.glif index c81f1e9d1..23642740d 100644 --- a/source/Hack-Regular.ufo/glyphs/L_ambda.glif +++ b/source/Hack-Regular.ufo/glyphs/L_ambda.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/L_caron.glif b/source/Hack-Regular.ufo/glyphs/L_caron.glif index 2e32d6ae6..b689d3d21 100644 --- a/source/Hack-Regular.ufo/glyphs/L_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/L_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/L_dot.glif b/source/Hack-Regular.ufo/glyphs/L_dot.glif index fbc322246..d3df99075 100644 --- a/source/Hack-Regular.ufo/glyphs/L_dot.glif +++ b/source/Hack-Regular.ufo/glyphs/L_dot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/L_slash.glif b/source/Hack-Regular.ufo/glyphs/L_slash.glif index 5de6aa184..c948f012e 100644 --- a/source/Hack-Regular.ufo/glyphs/L_slash.glif +++ b/source/Hack-Regular.ufo/glyphs/L_slash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/M_.glif b/source/Hack-Regular.ufo/glyphs/M_.glif index 68c355c1f..45a52608d 100644 --- a/source/Hack-Regular.ufo/glyphs/M_.glif +++ b/source/Hack-Regular.ufo/glyphs/M_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/M_u.glif b/source/Hack-Regular.ufo/glyphs/M_u.glif index 6db326b1b..5ff2c0e89 100644 --- a/source/Hack-Regular.ufo/glyphs/M_u.glif +++ b/source/Hack-Regular.ufo/glyphs/M_u.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/N_.glif b/source/Hack-Regular.ufo/glyphs/N_.glif index 619707a05..4abff45a7 100644 --- a/source/Hack-Regular.ufo/glyphs/N_.glif +++ b/source/Hack-Regular.ufo/glyphs/N_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/N_U_L_L_.glif b/source/Hack-Regular.ufo/glyphs/N_U_L_L_.glif index fa0b87887..79a4001e6 100644 --- a/source/Hack-Regular.ufo/glyphs/N_U_L_L_.glif +++ b/source/Hack-Regular.ufo/glyphs/N_U_L_L_.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Regular.ufo/glyphs/N_acute.glif b/source/Hack-Regular.ufo/glyphs/N_acute.glif index f7d7eb2b3..16dc9bb2c 100644 --- a/source/Hack-Regular.ufo/glyphs/N_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/N_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/N_caron.glif b/source/Hack-Regular.ufo/glyphs/N_caron.glif index e8b724fec..9320a89cf 100644 --- a/source/Hack-Regular.ufo/glyphs/N_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/N_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/N_tilde.glif b/source/Hack-Regular.ufo/glyphs/N_tilde.glif index 3dbdd40d3..d828ce226 100644 --- a/source/Hack-Regular.ufo/glyphs/N_tilde.glif +++ b/source/Hack-Regular.ufo/glyphs/N_tilde.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -31,10 +31,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/N_u.glif b/source/Hack-Regular.ufo/glyphs/N_u.glif index 4bbc355ad..f29cf9ce2 100644 --- a/source/Hack-Regular.ufo/glyphs/N_u.glif +++ b/source/Hack-Regular.ufo/glyphs/N_u.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/O_.glif b/source/Hack-Regular.ufo/glyphs/O_.glif index 3744e5e2b..46f8510c3 100644 --- a/source/Hack-Regular.ufo/glyphs/O_.glif +++ b/source/Hack-Regular.ufo/glyphs/O_.glif @@ -1,5 +1,5 @@ - + @@ -45,9 +45,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/O_E_.glif b/source/Hack-Regular.ufo/glyphs/O_E_.glif index f41ef22a7..e9577e8b2 100644 --- a/source/Hack-Regular.ufo/glyphs/O_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/O_E_.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -31,19 +31,19 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_acute.glif b/source/Hack-Regular.ufo/glyphs/O_acute.glif index 18feb0fcd..f4e3a6d5d 100644 --- a/source/Hack-Regular.ufo/glyphs/O_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/O_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + @@ -36,25 +36,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_breve.glif b/source/Hack-Regular.ufo/glyphs/O_breve.glif index aa6d1c677..119b45cdb 100644 --- a/source/Hack-Regular.ufo/glyphs/O_breve.glif +++ b/source/Hack-Regular.ufo/glyphs/O_breve.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + @@ -56,14 +56,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_circumflex.glif b/source/Hack-Regular.ufo/glyphs/O_circumflex.glif index e28c52fcd..099ba0074 100644 --- a/source/Hack-Regular.ufo/glyphs/O_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/O_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,25 +13,25 @@ - + - + - + - + @@ -39,25 +39,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_dieresis.glif b/source/Hack-Regular.ufo/glyphs/O_dieresis.glif index 5c2e718a0..fb752ce3f 100644 --- a/source/Hack-Regular.ufo/glyphs/O_dieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/O_dieresis.glif @@ -1,64 +1,64 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -66,25 +66,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_grave.glif b/source/Hack-Regular.ufo/glyphs/O_grave.glif index dbdc6f04d..0d40914e7 100644 --- a/source/Hack-Regular.ufo/glyphs/O_grave.glif +++ b/source/Hack-Regular.ufo/glyphs/O_grave.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + @@ -36,25 +36,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_horn.glif b/source/Hack-Regular.ufo/glyphs/O_horn.glif index f500dc11a..d6309c783 100644 --- a/source/Hack-Regular.ufo/glyphs/O_horn.glif +++ b/source/Hack-Regular.ufo/glyphs/O_horn.glif @@ -1,5 +1,5 @@ - + @@ -7,34 +7,34 @@ - + - + - + - + - + - + - + - + @@ -43,25 +43,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_hungarumlaut.glif b/source/Hack-Regular.ufo/glyphs/O_hungarumlaut.glif index 559be3ae3..2b26740dc 100644 --- a/source/Hack-Regular.ufo/glyphs/O_hungarumlaut.glif +++ b/source/Hack-Regular.ufo/glyphs/O_hungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,39 +16,39 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_macron.glif b/source/Hack-Regular.ufo/glyphs/O_macron.glif index 2961f4800..360132d44 100644 --- a/source/Hack-Regular.ufo/glyphs/O_macron.glif +++ b/source/Hack-Regular.ufo/glyphs/O_macron.glif @@ -1,5 +1,5 @@ - + @@ -10,39 +10,39 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_megatonos.glif b/source/Hack-Regular.ufo/glyphs/O_megatonos.glif index ef0d3595f..2cc4d5afd 100644 --- a/source/Hack-Regular.ufo/glyphs/O_megatonos.glif +++ b/source/Hack-Regular.ufo/glyphs/O_megatonos.glif @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ - + - + - + @@ -30,13 +30,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_micron.glif b/source/Hack-Regular.ufo/glyphs/O_micron.glif index fe15d2d66..860dd671a 100644 --- a/source/Hack-Regular.ufo/glyphs/O_micron.glif +++ b/source/Hack-Regular.ufo/glyphs/O_micron.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_microntonos.glif b/source/Hack-Regular.ufo/glyphs/O_microntonos.glif index 21aad82ca..4400cebd0 100644 --- a/source/Hack-Regular.ufo/glyphs/O_microntonos.glif +++ b/source/Hack-Regular.ufo/glyphs/O_microntonos.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -24,25 +24,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_slash.glif b/source/Hack-Regular.ufo/glyphs/O_slash.glif index c79b66c88..f95ddfb0e 100644 --- a/source/Hack-Regular.ufo/glyphs/O_slash.glif +++ b/source/Hack-Regular.ufo/glyphs/O_slash.glif @@ -1,5 +1,5 @@ - + @@ -11,13 +11,13 @@ - + - + @@ -32,13 +32,13 @@ - + - + @@ -54,31 +54,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_slashacute.glif b/source/Hack-Regular.ufo/glyphs/O_slashacute.glif index 05e2cace5..d6f9d11fa 100644 --- a/source/Hack-Regular.ufo/glyphs/O_slashacute.glif +++ b/source/Hack-Regular.ufo/glyphs/O_slashacute.glif @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ - + - + @@ -26,10 +26,10 @@ - + - + @@ -39,25 +39,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/O_tilde.glif b/source/Hack-Regular.ufo/glyphs/O_tilde.glif index 0862f26d8..6e71ed641 100644 --- a/source/Hack-Regular.ufo/glyphs/O_tilde.glif +++ b/source/Hack-Regular.ufo/glyphs/O_tilde.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -31,10 +31,10 @@ - + - + @@ -57,25 +57,25 @@ - + - + - + - + @@ -83,25 +83,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/P_.glif b/source/Hack-Regular.ufo/glyphs/P_.glif index 0fc164d0a..40661daf7 100644 --- a/source/Hack-Regular.ufo/glyphs/P_.glif +++ b/source/Hack-Regular.ufo/glyphs/P_.glif @@ -1,5 +1,5 @@ - + @@ -29,9 +29,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/P_hi.glif b/source/Hack-Regular.ufo/glyphs/P_hi.glif index 89b0a1252..fbefe025e 100644 --- a/source/Hack-Regular.ufo/glyphs/P_hi.glif +++ b/source/Hack-Regular.ufo/glyphs/P_hi.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -53,7 +53,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/P_i.glif b/source/Hack-Regular.ufo/glyphs/P_i.glif index 269d12e3d..42ab2c7f3 100644 --- a/source/Hack-Regular.ufo/glyphs/P_i.glif +++ b/source/Hack-Regular.ufo/glyphs/P_i.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/P_si.glif b/source/Hack-Regular.ufo/glyphs/P_si.glif index c09b71963..9aeb48bfe 100644 --- a/source/Hack-Regular.ufo/glyphs/P_si.glif +++ b/source/Hack-Regular.ufo/glyphs/P_si.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + - + @@ -30,10 +30,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/Q_.glif b/source/Hack-Regular.ufo/glyphs/Q_.glif index bae6bd7ad..6eee1df6b 100644 --- a/source/Hack-Regular.ufo/glyphs/Q_.glif +++ b/source/Hack-Regular.ufo/glyphs/Q_.glif @@ -1,5 +1,5 @@ - + @@ -55,9 +55,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/R_.glif b/source/Hack-Regular.ufo/glyphs/R_.glif index 5c9206ac9..80cc0d7f1 100644 --- a/source/Hack-Regular.ufo/glyphs/R_.glif +++ b/source/Hack-Regular.ufo/glyphs/R_.glif @@ -1,5 +1,5 @@ - + @@ -15,15 +15,15 @@ - - + + - - + + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/R_acute.glif b/source/Hack-Regular.ufo/glyphs/R_acute.glif index 1b98f3b6e..bac096ae1 100644 --- a/source/Hack-Regular.ufo/glyphs/R_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/R_acute.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -26,19 +26,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/R_caron.glif b/source/Hack-Regular.ufo/glyphs/R_caron.glif index 8bfadee75..747d120d2 100644 --- a/source/Hack-Regular.ufo/glyphs/R_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/R_caron.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -29,19 +29,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/R_ho.glif b/source/Hack-Regular.ufo/glyphs/R_ho.glif index ad467cbd1..f3e4407bb 100644 --- a/source/Hack-Regular.ufo/glyphs/R_ho.glif +++ b/source/Hack-Regular.ufo/glyphs/R_ho.glif @@ -1,5 +1,5 @@ - + @@ -8,22 +8,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/S_.glif b/source/Hack-Regular.ufo/glyphs/S_.glif index 1a2e5fc28..31a0c6b04 100644 --- a/source/Hack-Regular.ufo/glyphs/S_.glif +++ b/source/Hack-Regular.ufo/glyphs/S_.glif @@ -1,5 +1,5 @@ - + @@ -46,9 +46,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/S_acute.glif b/source/Hack-Regular.ufo/glyphs/S_acute.glif index d38a4194b..44b2b63a5 100644 --- a/source/Hack-Regular.ufo/glyphs/S_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/S_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,44 +10,44 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/S_caron.glif b/source/Hack-Regular.ufo/glyphs/S_caron.glif index 679e08af6..f9cbb393c 100644 --- a/source/Hack-Regular.ufo/glyphs/S_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/S_caron.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,13 +26,13 @@ - + - + @@ -45,10 +45,10 @@ - + - + @@ -61,26 +61,26 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/S_cedilla.glif b/source/Hack-Regular.ufo/glyphs/S_cedilla.glif index 6a5a231b6..da56c1c83 100644 --- a/source/Hack-Regular.ufo/glyphs/S_cedilla.glif +++ b/source/Hack-Regular.ufo/glyphs/S_cedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,23 +19,23 @@ - + - + - + - + @@ -64,7 +64,7 @@ - + @@ -77,10 +77,10 @@ - + - + @@ -93,13 +93,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/S_circumflex.glif b/source/Hack-Regular.ufo/glyphs/S_circumflex.glif index 2828b8b7f..3b580b908 100644 --- a/source/Hack-Regular.ufo/glyphs/S_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/S_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -62,7 +62,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/S_igma.glif b/source/Hack-Regular.ufo/glyphs/S_igma.glif index 8ff40a4a2..9981a8217 100644 --- a/source/Hack-Regular.ufo/glyphs/S_igma.glif +++ b/source/Hack-Regular.ufo/glyphs/S_igma.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/T_.glif b/source/Hack-Regular.ufo/glyphs/T_.glif index 2894fd2ca..19864496d 100644 --- a/source/Hack-Regular.ufo/glyphs/T_.glif +++ b/source/Hack-Regular.ufo/glyphs/T_.glif @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/T_au.glif b/source/Hack-Regular.ufo/glyphs/T_au.glif index 8b6225ad0..cdd67ee88 100644 --- a/source/Hack-Regular.ufo/glyphs/T_au.glif +++ b/source/Hack-Regular.ufo/glyphs/T_au.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/T_bar.glif b/source/Hack-Regular.ufo/glyphs/T_bar.glif index ffc092089..a7cb17059 100644 --- a/source/Hack-Regular.ufo/glyphs/T_bar.glif +++ b/source/Hack-Regular.ufo/glyphs/T_bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/T_caron.glif b/source/Hack-Regular.ufo/glyphs/T_caron.glif index 468ed03bf..499ca7193 100644 --- a/source/Hack-Regular.ufo/glyphs/T_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/T_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/T_heta.glif b/source/Hack-Regular.ufo/glyphs/T_heta.glif index bcd725dd1..ef941431f 100644 --- a/source/Hack-Regular.ufo/glyphs/T_heta.glif +++ b/source/Hack-Regular.ufo/glyphs/T_heta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/T_horn.glif b/source/Hack-Regular.ufo/glyphs/T_horn.glif index 12540f0ec..76904c27b 100644 --- a/source/Hack-Regular.ufo/glyphs/T_horn.glif +++ b/source/Hack-Regular.ufo/glyphs/T_horn.glif @@ -1,5 +1,5 @@ - + @@ -7,37 +7,37 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_.glif b/source/Hack-Regular.ufo/glyphs/U_.glif index 09e3b6716..c743c0bea 100644 --- a/source/Hack-Regular.ufo/glyphs/U_.glif +++ b/source/Hack-Regular.ufo/glyphs/U_.glif @@ -1,5 +1,5 @@ - + @@ -25,9 +25,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/U_acute.glif b/source/Hack-Regular.ufo/glyphs/U_acute.glif index ecb636d78..28dc50dff 100644 --- a/source/Hack-Regular.ufo/glyphs/U_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/U_acute.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,13 +22,13 @@ - + - + - + @@ -37,7 +37,7 @@ - + @@ -46,13 +46,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_breve.glif b/source/Hack-Regular.ufo/glyphs/U_breve.glif index 196f4aa8a..464f4d35e 100644 --- a/source/Hack-Regular.ufo/glyphs/U_breve.glif +++ b/source/Hack-Regular.ufo/glyphs/U_breve.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/U_circumflex.glif b/source/Hack-Regular.ufo/glyphs/U_circumflex.glif index 76464ace1..be4049e5c 100644 --- a/source/Hack-Regular.ufo/glyphs/U_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/U_circumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -25,13 +25,13 @@ - + - + - + @@ -40,7 +40,7 @@ - + @@ -49,13 +49,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_dieresis.glif b/source/Hack-Regular.ufo/glyphs/U_dieresis.glif index 0da2c7792..5a9e751da 100644 --- a/source/Hack-Regular.ufo/glyphs/U_dieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/U_dieresis.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + @@ -52,31 +52,31 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_grave.glif b/source/Hack-Regular.ufo/glyphs/U_grave.glif index 55b5ccd86..edbfb6bdc 100644 --- a/source/Hack-Regular.ufo/glyphs/U_grave.glif +++ b/source/Hack-Regular.ufo/glyphs/U_grave.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,13 +22,13 @@ - + - + - + @@ -37,7 +37,7 @@ - + @@ -46,13 +46,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_horn.glif b/source/Hack-Regular.ufo/glyphs/U_horn.glif index 7b2fd79ce..62b7fc154 100644 --- a/source/Hack-Regular.ufo/glyphs/U_horn.glif +++ b/source/Hack-Regular.ufo/glyphs/U_horn.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + - + @@ -23,7 +23,7 @@ - + @@ -32,37 +32,37 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_hungarumlaut.glif b/source/Hack-Regular.ufo/glyphs/U_hungarumlaut.glif index 02c566b38..341494e80 100644 --- a/source/Hack-Regular.ufo/glyphs/U_hungarumlaut.glif +++ b/source/Hack-Regular.ufo/glyphs/U_hungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -25,31 +25,31 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_macron.glif b/source/Hack-Regular.ufo/glyphs/U_macron.glif index d2a54d2ef..04b47587e 100644 --- a/source/Hack-Regular.ufo/glyphs/U_macron.glif +++ b/source/Hack-Regular.ufo/glyphs/U_macron.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -19,31 +19,31 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_ogonek.glif b/source/Hack-Regular.ufo/glyphs/U_ogonek.glif index 5585bccdb..1c6f9e5c2 100644 --- a/source/Hack-Regular.ufo/glyphs/U_ogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/U_ogonek.glif @@ -1,11 +1,11 @@ - + - + @@ -17,20 +17,20 @@ - + - + - + - + @@ -42,16 +42,16 @@ - + - + - + - + @@ -60,10 +60,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_psilon.glif b/source/Hack-Regular.ufo/glyphs/U_psilon.glif index 50ff5b5aa..f59a15e1a 100644 --- a/source/Hack-Regular.ufo/glyphs/U_psilon.glif +++ b/source/Hack-Regular.ufo/glyphs/U_psilon.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/U_psilondieresis.glif b/source/Hack-Regular.ufo/glyphs/U_psilondieresis.glif index 74493677b..1e0056c6c 100644 --- a/source/Hack-Regular.ufo/glyphs/U_psilondieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/U_psilondieresis.glif @@ -1,86 +1,86 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_psilontonos.glif b/source/Hack-Regular.ufo/glyphs/U_psilontonos.glif index 99ff690f5..8d371cfb5 100644 --- a/source/Hack-Regular.ufo/glyphs/U_psilontonos.glif +++ b/source/Hack-Regular.ufo/glyphs/U_psilontonos.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/U_ring.glif b/source/Hack-Regular.ufo/glyphs/U_ring.glif index 02534b310..f14223e09 100644 --- a/source/Hack-Regular.ufo/glyphs/U_ring.glif +++ b/source/Hack-Regular.ufo/glyphs/U_ring.glif @@ -1,38 +1,38 @@ - + - + - + - + - + - + - + - + - + - + @@ -41,31 +41,31 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/U_tilde.glif b/source/Hack-Regular.ufo/glyphs/U_tilde.glif index 529ff0ce6..9f8a100be 100644 --- a/source/Hack-Regular.ufo/glyphs/U_tilde.glif +++ b/source/Hack-Regular.ufo/glyphs/U_tilde.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + @@ -22,21 +22,21 @@ - + - + - + @@ -45,37 +45,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/V_.glif b/source/Hack-Regular.ufo/glyphs/V_.glif index eb15aea71..b4374ad84 100644 --- a/source/Hack-Regular.ufo/glyphs/V_.glif +++ b/source/Hack-Regular.ufo/glyphs/V_.glif @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/W_.glif b/source/Hack-Regular.ufo/glyphs/W_.glif index b10440555..18abd601c 100644 --- a/source/Hack-Regular.ufo/glyphs/W_.glif +++ b/source/Hack-Regular.ufo/glyphs/W_.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/W_acute.glif b/source/Hack-Regular.ufo/glyphs/W_acute.glif index fa6ea867e..3d5570746 100644 --- a/source/Hack-Regular.ufo/glyphs/W_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/W_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/W_circumflex.glif b/source/Hack-Regular.ufo/glyphs/W_circumflex.glif index 732f9cc1f..79b08cb59 100644 --- a/source/Hack-Regular.ufo/glyphs/W_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/W_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/W_dieresis.glif b/source/Hack-Regular.ufo/glyphs/W_dieresis.glif index 759e1a651..944b6cd43 100644 --- a/source/Hack-Regular.ufo/glyphs/W_dieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/W_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/W_grave.glif b/source/Hack-Regular.ufo/glyphs/W_grave.glif index 3ad0040dd..0e413ad52 100644 --- a/source/Hack-Regular.ufo/glyphs/W_grave.glif +++ b/source/Hack-Regular.ufo/glyphs/W_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/X_.glif b/source/Hack-Regular.ufo/glyphs/X_.glif index 42c61081e..98498e7f5 100644 --- a/source/Hack-Regular.ufo/glyphs/X_.glif +++ b/source/Hack-Regular.ufo/glyphs/X_.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/X_i.glif b/source/Hack-Regular.ufo/glyphs/X_i.glif index a4fa31dfb..3e5e2c324 100644 --- a/source/Hack-Regular.ufo/glyphs/X_i.glif +++ b/source/Hack-Regular.ufo/glyphs/X_i.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/Y_.glif b/source/Hack-Regular.ufo/glyphs/Y_.glif index f0e8cbec2..934e4034e 100644 --- a/source/Hack-Regular.ufo/glyphs/Y_.glif +++ b/source/Hack-Regular.ufo/glyphs/Y_.glif @@ -1,5 +1,5 @@ - + @@ -16,9 +16,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/Y_acute.glif b/source/Hack-Regular.ufo/glyphs/Y_acute.glif index 20ea9294a..cad34e1d1 100644 --- a/source/Hack-Regular.ufo/glyphs/Y_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/Y_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/Y_circumflex.glif b/source/Hack-Regular.ufo/glyphs/Y_circumflex.glif index 8db566b39..593a605a4 100644 --- a/source/Hack-Regular.ufo/glyphs/Y_circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/Y_circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/Y_dieresis.glif b/source/Hack-Regular.ufo/glyphs/Y_dieresis.glif index e4e8bb898..97eb5784c 100644 --- a/source/Hack-Regular.ufo/glyphs/Y_dieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/Y_dieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - - + + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/Y_grave.glif b/source/Hack-Regular.ufo/glyphs/Y_grave.glif index fb6452575..33ce0a4d4 100644 --- a/source/Hack-Regular.ufo/glyphs/Y_grave.glif +++ b/source/Hack-Regular.ufo/glyphs/Y_grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/Z_.glif b/source/Hack-Regular.ufo/glyphs/Z_.glif index b3c7a6334..06af99779 100644 --- a/source/Hack-Regular.ufo/glyphs/Z_.glif +++ b/source/Hack-Regular.ufo/glyphs/Z_.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/Z_acute.glif b/source/Hack-Regular.ufo/glyphs/Z_acute.glif index 19e0e771e..52064f25c 100644 --- a/source/Hack-Regular.ufo/glyphs/Z_acute.glif +++ b/source/Hack-Regular.ufo/glyphs/Z_acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/Z_caron.glif b/source/Hack-Regular.ufo/glyphs/Z_caron.glif index 34e9aa029..ccfb416a2 100644 --- a/source/Hack-Regular.ufo/glyphs/Z_caron.glif +++ b/source/Hack-Regular.ufo/glyphs/Z_caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/Z_dotaccent.glif b/source/Hack-Regular.ufo/glyphs/Z_dotaccent.glif index 63b7f98ca..fb2504f9e 100644 --- a/source/Hack-Regular.ufo/glyphs/Z_dotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/Z_dotaccent.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/Z_eta.glif b/source/Hack-Regular.ufo/glyphs/Z_eta.glif index c64cb130b..de0c90180 100644 --- a/source/Hack-Regular.ufo/glyphs/Z_eta.glif +++ b/source/Hack-Regular.ufo/glyphs/Z_eta.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/_1531.glif b/source/Hack-Regular.ufo/glyphs/_1531.glif index cfed1df01..ff7f840d8 100644 --- a/source/Hack-Regular.ufo/glyphs/_1531.glif +++ b/source/Hack-Regular.ufo/glyphs/_1531.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Regular.ufo/glyphs/_notdef.glif b/source/Hack-Regular.ufo/glyphs/_notdef.glif index 31e48490a..f1405a9e8 100644 --- a/source/Hack-Regular.ufo/glyphs/_notdef.glif +++ b/source/Hack-Regular.ufo/glyphs/_notdef.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/a.glif b/source/Hack-Regular.ufo/glyphs/a.glif index acfe06b85..14be9ef1b 100644 --- a/source/Hack-Regular.ufo/glyphs/a.glif +++ b/source/Hack-Regular.ufo/glyphs/a.glif @@ -1,5 +1,5 @@ - + @@ -55,9 +55,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/aacute.glif b/source/Hack-Regular.ufo/glyphs/aacute.glif index ee5663724..8174c6ab2 100644 --- a/source/Hack-Regular.ufo/glyphs/aacute.glif +++ b/source/Hack-Regular.ufo/glyphs/aacute.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,10 +30,10 @@ - + - + @@ -43,7 +43,7 @@ - + @@ -55,11 +55,11 @@ - + - + @@ -80,21 +80,21 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/abreve.glif b/source/Hack-Regular.ufo/glyphs/abreve.glif index 49a208df0..92dbef3a1 100644 --- a/source/Hack-Regular.ufo/glyphs/abreve.glif +++ b/source/Hack-Regular.ufo/glyphs/abreve.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,13 +20,13 @@ - + - + @@ -37,10 +37,10 @@ - + - + @@ -53,7 +53,7 @@ - + @@ -65,11 +65,11 @@ - + - + @@ -90,13 +90,13 @@ - + - + @@ -104,10 +104,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/acircumflex.glif b/source/Hack-Regular.ufo/glyphs/acircumflex.glif index b0fd075d7..c6233a1cb 100644 --- a/source/Hack-Regular.ufo/glyphs/acircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/acircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -27,13 +27,13 @@ - + - + @@ -46,7 +46,7 @@ - + @@ -58,11 +58,11 @@ - + - + @@ -83,13 +83,13 @@ - + - + @@ -97,7 +97,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/acute.glif b/source/Hack-Regular.ufo/glyphs/acute.glif index 2732df946..9651a3c6b 100644 --- a/source/Hack-Regular.ufo/glyphs/acute.glif +++ b/source/Hack-Regular.ufo/glyphs/acute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/acutecomb.glif b/source/Hack-Regular.ufo/glyphs/acutecomb.glif index 6812d7b8c..8a6e0dc6d 100644 --- a/source/Hack-Regular.ufo/glyphs/acutecomb.glif +++ b/source/Hack-Regular.ufo/glyphs/acutecomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Regular.ufo/glyphs/adieresis.glif b/source/Hack-Regular.ufo/glyphs/adieresis.glif index 4512ba966..d5927cc3f 100644 --- a/source/Hack-Regular.ufo/glyphs/adieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/adieresis.glif @@ -1,52 +1,52 @@ - + - + - + - + - + - + - + - + - - + + - + - + @@ -60,7 +60,7 @@ - + @@ -73,7 +73,7 @@ - + @@ -85,11 +85,11 @@ - + - + @@ -110,13 +110,13 @@ - + - + @@ -124,7 +124,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ae.glif b/source/Hack-Regular.ufo/glyphs/ae.glif index d03bb5cbb..20d1566ca 100644 --- a/source/Hack-Regular.ufo/glyphs/ae.glif +++ b/source/Hack-Regular.ufo/glyphs/ae.glif @@ -1,27 +1,27 @@ - + - + - + - + - + @@ -34,7 +34,7 @@ - + @@ -43,27 +43,27 @@ - + - + - + - + - + @@ -73,7 +73,7 @@ - + @@ -94,20 +94,20 @@ - + - + - + - + @@ -115,7 +115,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/agrave.glif b/source/Hack-Regular.ufo/glyphs/agrave.glif index 8301e7164..3a205a5c7 100644 --- a/source/Hack-Regular.ufo/glyphs/agrave.glif +++ b/source/Hack-Regular.ufo/glyphs/agrave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,10 +30,10 @@ - + - + @@ -43,7 +43,7 @@ - + @@ -55,11 +55,11 @@ - + - + @@ -80,21 +80,21 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/alpha.glif b/source/Hack-Regular.ufo/glyphs/alpha.glif index 9476ceab8..17a22e1f0 100644 --- a/source/Hack-Regular.ufo/glyphs/alpha.glif +++ b/source/Hack-Regular.ufo/glyphs/alpha.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,7 +20,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -39,13 +39,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/alphatonos.glif b/source/Hack-Regular.ufo/glyphs/alphatonos.glif index 768ac7b20..87b0db7d1 100644 --- a/source/Hack-Regular.ufo/glyphs/alphatonos.glif +++ b/source/Hack-Regular.ufo/glyphs/alphatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + - + @@ -26,7 +26,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -45,13 +45,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/amacron.glif b/source/Hack-Regular.ufo/glyphs/amacron.glif index d4cdb9b79..39eb80c55 100644 --- a/source/Hack-Regular.ufo/glyphs/amacron.glif +++ b/source/Hack-Regular.ufo/glyphs/amacron.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -30,10 +30,10 @@ - + - + @@ -43,7 +43,7 @@ - + @@ -55,11 +55,11 @@ - + - + @@ -80,21 +80,21 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ampersand.glif b/source/Hack-Regular.ufo/glyphs/ampersand.glif index e2d1c53cf..fc18e4238 100644 --- a/source/Hack-Regular.ufo/glyphs/ampersand.glif +++ b/source/Hack-Regular.ufo/glyphs/ampersand.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,16 +22,16 @@ - + - + - + @@ -41,13 +41,13 @@ - + - + @@ -60,13 +60,13 @@ - + - + - + @@ -78,12 +78,12 @@ - + - + @@ -102,7 +102,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/angle.glif b/source/Hack-Regular.ufo/glyphs/angle.glif index 3e37e3fea..15ed0c692 100644 --- a/source/Hack-Regular.ufo/glyphs/angle.glif +++ b/source/Hack-Regular.ufo/glyphs/angle.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/aogonek.glif b/source/Hack-Regular.ufo/glyphs/aogonek.glif index 64c290c4a..4443d0284 100644 --- a/source/Hack-Regular.ufo/glyphs/aogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/aogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -29,13 +29,13 @@ - + - + @@ -49,7 +49,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -74,11 +74,11 @@ - + - + @@ -88,7 +88,7 @@ - + @@ -100,13 +100,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/approxequal.glif b/source/Hack-Regular.ufo/glyphs/approxequal.glif index 4044baedb..7ffa941ed 100644 --- a/source/Hack-Regular.ufo/glyphs/approxequal.glif +++ b/source/Hack-Regular.ufo/glyphs/approxequal.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -35,7 +35,7 @@ - + @@ -45,10 +45,10 @@ - + - + @@ -60,7 +60,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -91,10 +91,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/aring.glif b/source/Hack-Regular.ufo/glyphs/aring.glif index ad4482d90..f91c9e9fe 100644 --- a/source/Hack-Regular.ufo/glyphs/aring.glif +++ b/source/Hack-Regular.ufo/glyphs/aring.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,30 +30,30 @@ - + - + - + - + - + - + - + @@ -67,7 +67,7 @@ - + @@ -80,7 +80,7 @@ - + @@ -92,11 +92,11 @@ - + - + @@ -117,13 +117,13 @@ - + - + @@ -131,7 +131,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowboth.glif b/source/Hack-Regular.ufo/glyphs/arrowboth.glif index 579e9af35..a682509b7 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowboth.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowboth.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowdblboth.glif b/source/Hack-Regular.ufo/glyphs/arrowdblboth.glif index b2b312569..8d65e12c1 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowdblboth.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowdblboth.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowdbldown.glif b/source/Hack-Regular.ufo/glyphs/arrowdbldown.glif index 3d57ac1b2..894acf78d 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowdbldown.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowdbldown.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowdblleft.glif b/source/Hack-Regular.ufo/glyphs/arrowdblleft.glif index 6d3550a27..abca25d60 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowdblleft.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowdblleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowdblright.glif b/source/Hack-Regular.ufo/glyphs/arrowdblright.glif index 7c0c7ef9d..5a557ebef 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowdblright.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowdblright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowdblup.glif b/source/Hack-Regular.ufo/glyphs/arrowdblup.glif index f5e947b63..e25b57598 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowdblup.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowdblup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowdown.glif b/source/Hack-Regular.ufo/glyphs/arrowdown.glif index 56d9f1a7b..1bf71f83e 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowdown.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowdown.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowleft.glif b/source/Hack-Regular.ufo/glyphs/arrowleft.glif index 7cd249bb7..3c47574db 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowleft.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowright.glif b/source/Hack-Regular.ufo/glyphs/arrowright.glif index ed94c7222..08129570c 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowright.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowup.glif b/source/Hack-Regular.ufo/glyphs/arrowup.glif index 4d5cf67e5..fb5330471 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowup.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowupdn.glif b/source/Hack-Regular.ufo/glyphs/arrowupdn.glif index 2db0da577..73c605f8e 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowupdn.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowupdn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/arrowupdnbse.glif b/source/Hack-Regular.ufo/glyphs/arrowupdnbse.glif index 9ebab81c0..db093e9ac 100644 --- a/source/Hack-Regular.ufo/glyphs/arrowupdnbse.glif +++ b/source/Hack-Regular.ufo/glyphs/arrowupdnbse.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/asciicircum.glif b/source/Hack-Regular.ufo/glyphs/asciicircum.glif index 9b7325077..91f231c12 100644 --- a/source/Hack-Regular.ufo/glyphs/asciicircum.glif +++ b/source/Hack-Regular.ufo/glyphs/asciicircum.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/asciitilde.glif b/source/Hack-Regular.ufo/glyphs/asciitilde.glif index 2c2a98ec4..ef85e23d3 100644 --- a/source/Hack-Regular.ufo/glyphs/asciitilde.glif +++ b/source/Hack-Regular.ufo/glyphs/asciitilde.glif @@ -1,5 +1,5 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/asterisk.glif b/source/Hack-Regular.ufo/glyphs/asterisk.glif index ae25225ac..c473e3f21 100644 --- a/source/Hack-Regular.ufo/glyphs/asterisk.glif +++ b/source/Hack-Regular.ufo/glyphs/asterisk.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/asteriskmath.glif b/source/Hack-Regular.ufo/glyphs/asteriskmath.glif index 7a17e9143..dc2a1e93a 100644 --- a/source/Hack-Regular.ufo/glyphs/asteriskmath.glif +++ b/source/Hack-Regular.ufo/glyphs/asteriskmath.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/at.glif b/source/Hack-Regular.ufo/glyphs/at.glif index 02ef8217e..1f13b4439 100644 --- a/source/Hack-Regular.ufo/glyphs/at.glif +++ b/source/Hack-Regular.ufo/glyphs/at.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -28,19 +28,19 @@ - + - + - + @@ -53,19 +53,19 @@ - + - + - + @@ -77,22 +77,22 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/atilde.glif b/source/Hack-Regular.ufo/glyphs/atilde.glif index 4676ea1f3..1e5b3d82e 100644 --- a/source/Hack-Regular.ufo/glyphs/atilde.glif +++ b/source/Hack-Regular.ufo/glyphs/atilde.glif @@ -1,5 +1,5 @@ - + @@ -10,14 +10,14 @@ - + - + @@ -26,7 +26,7 @@ - + @@ -36,20 +36,20 @@ - + - + - + - + @@ -58,13 +58,13 @@ - + - + @@ -78,7 +78,7 @@ - + @@ -91,23 +91,23 @@ - + - + - + - + @@ -117,7 +117,7 @@ - + @@ -128,13 +128,13 @@ - + - + @@ -142,7 +142,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/b.glif b/source/Hack-Regular.ufo/glyphs/b.glif index 63bdc857a..34936f2f7 100644 --- a/source/Hack-Regular.ufo/glyphs/b.glif +++ b/source/Hack-Regular.ufo/glyphs/b.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/backslash.glif b/source/Hack-Regular.ufo/glyphs/backslash.glif index 5aa4a4ba5..01c90037c 100644 --- a/source/Hack-Regular.ufo/glyphs/backslash.glif +++ b/source/Hack-Regular.ufo/glyphs/backslash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/bar.glif b/source/Hack-Regular.ufo/glyphs/bar.glif index 922866c04..8f858d7c1 100644 --- a/source/Hack-Regular.ufo/glyphs/bar.glif +++ b/source/Hack-Regular.ufo/glyphs/bar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/beta.glif b/source/Hack-Regular.ufo/glyphs/beta.glif index b1bd07ae4..192e38f39 100644 --- a/source/Hack-Regular.ufo/glyphs/beta.glif +++ b/source/Hack-Regular.ufo/glyphs/beta.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -30,26 +30,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/block.glif b/source/Hack-Regular.ufo/glyphs/block.glif index bf10efca1..89dc04bf7 100644 --- a/source/Hack-Regular.ufo/glyphs/block.glif +++ b/source/Hack-Regular.ufo/glyphs/block.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/braceleft.glif b/source/Hack-Regular.ufo/glyphs/braceleft.glif index a35ac8fe6..650f07ecb 100644 --- a/source/Hack-Regular.ufo/glyphs/braceleft.glif +++ b/source/Hack-Regular.ufo/glyphs/braceleft.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/braceright.glif b/source/Hack-Regular.ufo/glyphs/braceright.glif index 8be9f5429..46f157a77 100644 --- a/source/Hack-Regular.ufo/glyphs/braceright.glif +++ b/source/Hack-Regular.ufo/glyphs/braceright.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/bracketleft.glif b/source/Hack-Regular.ufo/glyphs/bracketleft.glif index 5073f8755..2e0c889fb 100644 --- a/source/Hack-Regular.ufo/glyphs/bracketleft.glif +++ b/source/Hack-Regular.ufo/glyphs/bracketleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/bracketright.glif b/source/Hack-Regular.ufo/glyphs/bracketright.glif index 535d2e207..ef0335dec 100644 --- a/source/Hack-Regular.ufo/glyphs/bracketright.glif +++ b/source/Hack-Regular.ufo/glyphs/bracketright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/breve.glif b/source/Hack-Regular.ufo/glyphs/breve.glif index df84f610a..5c016e5fd 100644 --- a/source/Hack-Regular.ufo/glyphs/breve.glif +++ b/source/Hack-Regular.ufo/glyphs/breve.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/brokenbar.glif b/source/Hack-Regular.ufo/glyphs/brokenbar.glif index cb08926a1..3e6712bf7 100644 --- a/source/Hack-Regular.ufo/glyphs/brokenbar.glif +++ b/source/Hack-Regular.ufo/glyphs/brokenbar.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/bullet.glif b/source/Hack-Regular.ufo/glyphs/bullet.glif index f921eccf4..b3c4e3647 100644 --- a/source/Hack-Regular.ufo/glyphs/bullet.glif +++ b/source/Hack-Regular.ufo/glyphs/bullet.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/c.glif b/source/Hack-Regular.ufo/glyphs/c.glif index cbb84c375..21f89be52 100644 --- a/source/Hack-Regular.ufo/glyphs/c.glif +++ b/source/Hack-Regular.ufo/glyphs/c.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/c6459.glif b/source/Hack-Regular.ufo/glyphs/c6459.glif index c0cfc32bc..20fc6d8c1 100644 --- a/source/Hack-Regular.ufo/glyphs/c6459.glif +++ b/source/Hack-Regular.ufo/glyphs/c6459.glif @@ -1,38 +1,38 @@ - + - + - + - + - + - + - + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/c6460.glif b/source/Hack-Regular.ufo/glyphs/c6460.glif index a21d6cafa..721b6f6ba 100644 --- a/source/Hack-Regular.ufo/glyphs/c6460.glif +++ b/source/Hack-Regular.ufo/glyphs/c6460.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/c6461.glif b/source/Hack-Regular.ufo/glyphs/c6461.glif index 2a8f829ef..123bfd7b0 100644 --- a/source/Hack-Regular.ufo/glyphs/c6461.glif +++ b/source/Hack-Regular.ufo/glyphs/c6461.glif @@ -1,9 +1,9 @@ - + - + @@ -23,10 +23,10 @@ - + - + @@ -39,7 +39,7 @@ - + @@ -47,7 +47,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/c6468.glif b/source/Hack-Regular.ufo/glyphs/c6468.glif index c30bde8e0..be2dfdcfa 100644 --- a/source/Hack-Regular.ufo/glyphs/c6468.glif +++ b/source/Hack-Regular.ufo/glyphs/c6468.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/c6470.glif b/source/Hack-Regular.ufo/glyphs/c6470.glif index ba3c994fc..7b12127ac 100644 --- a/source/Hack-Regular.ufo/glyphs/c6470.glif +++ b/source/Hack-Regular.ufo/glyphs/c6470.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/c6472.glif b/source/Hack-Regular.ufo/glyphs/c6472.glif index 1fddfcf41..0c6b28269 100644 --- a/source/Hack-Regular.ufo/glyphs/c6472.glif +++ b/source/Hack-Regular.ufo/glyphs/c6472.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/c6475.glif b/source/Hack-Regular.ufo/glyphs/c6475.glif index 5bc076a50..0d73c2674 100644 --- a/source/Hack-Regular.ufo/glyphs/c6475.glif +++ b/source/Hack-Regular.ufo/glyphs/c6475.glif @@ -1,12 +1,12 @@ - + - + @@ -19,7 +19,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/c6476.glif b/source/Hack-Regular.ufo/glyphs/c6476.glif index 88012f6c5..6b13135a9 100644 --- a/source/Hack-Regular.ufo/glyphs/c6476.glif +++ b/source/Hack-Regular.ufo/glyphs/c6476.glif @@ -1,24 +1,24 @@ - + - + - + - - + + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/c6477.glif b/source/Hack-Regular.ufo/glyphs/c6477.glif index 5b129cbbc..69bbc33cf 100644 --- a/source/Hack-Regular.ufo/glyphs/c6477.glif +++ b/source/Hack-Regular.ufo/glyphs/c6477.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/c6478.glif b/source/Hack-Regular.ufo/glyphs/c6478.glif index f6c5b8141..ca285d6f2 100644 --- a/source/Hack-Regular.ufo/glyphs/c6478.glif +++ b/source/Hack-Regular.ufo/glyphs/c6478.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/cacute.glif b/source/Hack-Regular.ufo/glyphs/cacute.glif index 07be9499b..65034679f 100644 --- a/source/Hack-Regular.ufo/glyphs/cacute.glif +++ b/source/Hack-Regular.ufo/glyphs/cacute.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + @@ -32,19 +32,19 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/caron.glif b/source/Hack-Regular.ufo/glyphs/caron.glif index a831aa033..5b0d1a68e 100644 --- a/source/Hack-Regular.ufo/glyphs/caron.glif +++ b/source/Hack-Regular.ufo/glyphs/caron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/carriagereturn.glif b/source/Hack-Regular.ufo/glyphs/carriagereturn.glif index 3d3e92fb9..c86459e08 100644 --- a/source/Hack-Regular.ufo/glyphs/carriagereturn.glif +++ b/source/Hack-Regular.ufo/glyphs/carriagereturn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ccaron.glif b/source/Hack-Regular.ufo/glyphs/ccaron.glif index d5e9fd60d..c0ecb3b72 100644 --- a/source/Hack-Regular.ufo/glyphs/ccaron.glif +++ b/source/Hack-Regular.ufo/glyphs/ccaron.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - + - + @@ -35,19 +35,19 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ccedilla.glif b/source/Hack-Regular.ufo/glyphs/ccedilla.glif index 78f680a2a..8b0576ecb 100644 --- a/source/Hack-Regular.ufo/glyphs/ccedilla.glif +++ b/source/Hack-Regular.ufo/glyphs/ccedilla.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -35,23 +35,23 @@ - + - + - + - + @@ -66,13 +66,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ccircumflex.glif b/source/Hack-Regular.ufo/glyphs/ccircumflex.glif index 38535d498..73640467a 100644 --- a/source/Hack-Regular.ufo/glyphs/ccircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/ccircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/cdotaccent.glif b/source/Hack-Regular.ufo/glyphs/cdotaccent.glif index e83f22752..5db874cd7 100644 --- a/source/Hack-Regular.ufo/glyphs/cdotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/cdotaccent.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/cedilla.glif b/source/Hack-Regular.ufo/glyphs/cedilla.glif index e4e80ab41..dc1dabaa8 100644 --- a/source/Hack-Regular.ufo/glyphs/cedilla.glif +++ b/source/Hack-Regular.ufo/glyphs/cedilla.glif @@ -1,5 +1,5 @@ - + @@ -10,23 +10,23 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/cent.glif b/source/Hack-Regular.ufo/glyphs/cent.glif index 35cd0cbbd..b72f6e8ce 100644 --- a/source/Hack-Regular.ufo/glyphs/cent.glif +++ b/source/Hack-Regular.ufo/glyphs/cent.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/chi.glif b/source/Hack-Regular.ufo/glyphs/chi.glif index 04b3db28c..0785ba0d8 100644 --- a/source/Hack-Regular.ufo/glyphs/chi.glif +++ b/source/Hack-Regular.ufo/glyphs/chi.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/circle.glif b/source/Hack-Regular.ufo/glyphs/circle.glif index 039d68867..14db8f49a 100644 --- a/source/Hack-Regular.ufo/glyphs/circle.glif +++ b/source/Hack-Regular.ufo/glyphs/circle.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/circlemultiply.glif b/source/Hack-Regular.ufo/glyphs/circlemultiply.glif index 5b8e92397..041373b1b 100644 --- a/source/Hack-Regular.ufo/glyphs/circlemultiply.glif +++ b/source/Hack-Regular.ufo/glyphs/circlemultiply.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/circleplus.glif b/source/Hack-Regular.ufo/glyphs/circleplus.glif index b76b16e8a..ad50242b2 100644 --- a/source/Hack-Regular.ufo/glyphs/circleplus.glif +++ b/source/Hack-Regular.ufo/glyphs/circleplus.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/circumflex.glif b/source/Hack-Regular.ufo/glyphs/circumflex.glif index 156b5a2ea..6c7f96648 100644 --- a/source/Hack-Regular.ufo/glyphs/circumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/circumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/colon.glif b/source/Hack-Regular.ufo/glyphs/colon.glif index a90f4fc88..ace24fb40 100644 --- a/source/Hack-Regular.ufo/glyphs/colon.glif +++ b/source/Hack-Regular.ufo/glyphs/colon.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/colonmonetary.glif b/source/Hack-Regular.ufo/glyphs/colonmonetary.glif index eaa8b7977..a9494c3ce 100644 --- a/source/Hack-Regular.ufo/glyphs/colonmonetary.glif +++ b/source/Hack-Regular.ufo/glyphs/colonmonetary.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -31,14 +31,14 @@ - + - + @@ -68,7 +68,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/comma.glif b/source/Hack-Regular.ufo/glyphs/comma.glif index 9d1c1cc66..5ea026a9b 100644 --- a/source/Hack-Regular.ufo/glyphs/comma.glif +++ b/source/Hack-Regular.ufo/glyphs/comma.glif @@ -1,5 +1,5 @@ - + @@ -10,28 +10,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/congruent.glif b/source/Hack-Regular.ufo/glyphs/congruent.glif index 7fd837b4e..d8158e6d7 100644 --- a/source/Hack-Regular.ufo/glyphs/congruent.glif +++ b/source/Hack-Regular.ufo/glyphs/congruent.glif @@ -1,5 +1,5 @@ - + @@ -7,28 +7,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/contents.plist b/source/Hack-Regular.ufo/glyphs/contents.plist index b919b9122..6a44310b5 100644 --- a/source/Hack-Regular.ufo/glyphs/contents.plist +++ b/source/Hack-Regular.ufo/glyphs/contents.plist @@ -1,5 +1,5 @@ - + .notdef @@ -60,6 +60,8 @@ E_.glif Eacute E_acute.glif + Ebreve + E_breve.glif Ecaron E_caron.glif Ecircumflex @@ -114,6 +116,8 @@ I_J_.glif Iacute I_acute.glif + Ibreve + I_breve.glif Icircumflex I_circumflex.glif Idieresis @@ -124,10 +128,6 @@ I_grave.glif Imacron I_macron.glif - Ibreve - I_breve.glif - ibreve - ibreve.glif Iogonek I_ogonek.glif Iota @@ -180,6 +180,8 @@ O_E_.glif Oacute O_acute.glif + Obreve + O_breve.glif Ocircumflex O_circumflex.glif Odieresis @@ -510,6 +512,8 @@ e.glif eacute eacute.glif + ebreve + ebreve.glif ecaron ecaron.glif ecircumflex @@ -526,18 +530,10 @@ eight.subs.glif element element.glif - onedotenleader - onedotenleader.glif - twodotenleader - twodotenleader.glif ellipsis ellipsis.glif emacron emacron.glif - Ebreve - E_breve.glif - ebreve - ebreve.glif emdash emdash.glif emptyset @@ -640,10 +636,14 @@ hungarumlaut.glif hyphen hyphen.glif + hyphenationpoint + hyphenationpoint.glif i i.glif iacute iacute.glif + ibreve + ibreve.glif icircumflex icircumflex.glif idieresis @@ -726,8 +726,12 @@ m.glif macron macron.glif + millisecond + millisecond.glif minus minus.glif + minute + minute.glif multiply multiply.glif musicalnote @@ -760,6 +764,8 @@ o.glif oacute oacute.glif + obreve + obreve.glif ocircumflex ocircumflex.glif odieresis @@ -776,10 +782,6 @@ ohungarumlaut.glif omacron omacron.glif - Obreve - O_breve.glif - obreve - obreve.glif omega omega.glif omegatonos @@ -792,6 +794,8 @@ one.glif one.subs one.subs.glif + onedotenleader + onedotenleader.glif oneeighth oneeighth.glif onehalf @@ -910,6 +914,8 @@ scedilla.glif scircumflex scircumflex.glif + second + second.glif section section.glif semicolon @@ -982,6 +988,8 @@ two.glif two.subs two.subs.glif + twodotenleader + twodotenleader.glif u u.glif uacute @@ -1740,18 +1748,10 @@ uni201F_.glif uni2023 uni2023.glif - hyphenationpoint - hyphenationpoint.glif uni202F uni202F_.glif uni2031 uni2031.glif - minute - minute.glif - second - second.glif - millisecond - millisecond.glif uni2035 uni2035.glif uni2036 diff --git a/source/Hack-Regular.ufo/glyphs/copyright.glif b/source/Hack-Regular.ufo/glyphs/copyright.glif index 68b994517..717b28aea 100644 --- a/source/Hack-Regular.ufo/glyphs/copyright.glif +++ b/source/Hack-Regular.ufo/glyphs/copyright.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -63,31 +63,31 @@ - + - + - + - + - + @@ -101,19 +101,19 @@ - + - + - + - + @@ -123,16 +123,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/currency.glif b/source/Hack-Regular.ufo/glyphs/currency.glif index 5c4ca754f..0640004e3 100644 --- a/source/Hack-Regular.ufo/glyphs/currency.glif +++ b/source/Hack-Regular.ufo/glyphs/currency.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -23,7 +23,7 @@ - + @@ -32,10 +32,10 @@ - + - + @@ -50,32 +50,32 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/d.glif b/source/Hack-Regular.ufo/glyphs/d.glif index 55647672e..4eb4fc3b7 100644 --- a/source/Hack-Regular.ufo/glyphs/d.glif +++ b/source/Hack-Regular.ufo/glyphs/d.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/dagger.glif b/source/Hack-Regular.ufo/glyphs/dagger.glif index c84c0c26b..694e3edba 100644 --- a/source/Hack-Regular.ufo/glyphs/dagger.glif +++ b/source/Hack-Regular.ufo/glyphs/dagger.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/daggerdbl.glif b/source/Hack-Regular.ufo/glyphs/daggerdbl.glif index 1acfb6c62..84b671ad4 100644 --- a/source/Hack-Regular.ufo/glyphs/daggerdbl.glif +++ b/source/Hack-Regular.ufo/glyphs/daggerdbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/dcaron.glif b/source/Hack-Regular.ufo/glyphs/dcaron.glif index 0ba7520a9..9ce5bdfba 100644 --- a/source/Hack-Regular.ufo/glyphs/dcaron.glif +++ b/source/Hack-Regular.ufo/glyphs/dcaron.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + - + @@ -29,16 +29,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/dcroat.glif b/source/Hack-Regular.ufo/glyphs/dcroat.glif index 87c3b0d00..1f5b3184c 100644 --- a/source/Hack-Regular.ufo/glyphs/dcroat.glif +++ b/source/Hack-Regular.ufo/glyphs/dcroat.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -40,25 +40,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/degree.glif b/source/Hack-Regular.ufo/glyphs/degree.glif index 4063b195d..114dc5894 100644 --- a/source/Hack-Regular.ufo/glyphs/degree.glif +++ b/source/Hack-Regular.ufo/glyphs/degree.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -28,7 +28,7 @@ - + @@ -36,25 +36,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/delta.glif b/source/Hack-Regular.ufo/glyphs/delta.glif index 2b9461ed4..c166c4d3d 100644 --- a/source/Hack-Regular.ufo/glyphs/delta.glif +++ b/source/Hack-Regular.ufo/glyphs/delta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,18 +19,18 @@ - + - + - + - + @@ -38,7 +38,7 @@ - + @@ -47,21 +47,21 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/dieresis.glif b/source/Hack-Regular.ufo/glyphs/dieresis.glif index 2f39a6342..02b99d494 100644 --- a/source/Hack-Regular.ufo/glyphs/dieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/dieresis.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/dieresistonos.glif b/source/Hack-Regular.ufo/glyphs/dieresistonos.glif index 860e6fcdd..1dabc21a3 100644 --- a/source/Hack-Regular.ufo/glyphs/dieresistonos.glif +++ b/source/Hack-Regular.ufo/glyphs/dieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,37 +10,37 @@ - + - + - + - + - + - + - + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/divide.glif b/source/Hack-Regular.ufo/glyphs/divide.glif index 59455b3d0..eef0f29cc 100644 --- a/source/Hack-Regular.ufo/glyphs/divide.glif +++ b/source/Hack-Regular.ufo/glyphs/divide.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -28,18 +28,18 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/dkshade.glif b/source/Hack-Regular.ufo/glyphs/dkshade.glif index 4107a505a..8a2848824 100644 --- a/source/Hack-Regular.ufo/glyphs/dkshade.glif +++ b/source/Hack-Regular.ufo/glyphs/dkshade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/dnblock.glif b/source/Hack-Regular.ufo/glyphs/dnblock.glif index c4ac1b174..be098426e 100644 --- a/source/Hack-Regular.ufo/glyphs/dnblock.glif +++ b/source/Hack-Regular.ufo/glyphs/dnblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/dollar.glif b/source/Hack-Regular.ufo/glyphs/dollar.glif index 6602de54d..77bd4a31d 100644 --- a/source/Hack-Regular.ufo/glyphs/dollar.glif +++ b/source/Hack-Regular.ufo/glyphs/dollar.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -85,7 +85,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/dong.glif b/source/Hack-Regular.ufo/glyphs/dong.glif index 4f7960bad..c0dd57177 100644 --- a/source/Hack-Regular.ufo/glyphs/dong.glif +++ b/source/Hack-Regular.ufo/glyphs/dong.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -31,16 +31,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/dotaccent.glif b/source/Hack-Regular.ufo/glyphs/dotaccent.glif index c6a51624e..a9b446d85 100644 --- a/source/Hack-Regular.ufo/glyphs/dotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/dotaccent.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/dotbelowcomb.glif b/source/Hack-Regular.ufo/glyphs/dotbelowcomb.glif index 2b2b724d1..709ebf4bb 100644 --- a/source/Hack-Regular.ufo/glyphs/dotbelowcomb.glif +++ b/source/Hack-Regular.ufo/glyphs/dotbelowcomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Regular.ufo/glyphs/dotlessi.glif b/source/Hack-Regular.ufo/glyphs/dotlessi.glif index 90d55bb2b..e84dde1d6 100644 --- a/source/Hack-Regular.ufo/glyphs/dotlessi.glif +++ b/source/Hack-Regular.ufo/glyphs/dotlessi.glif @@ -1,16 +1,16 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/dotmath.glif b/source/Hack-Regular.ufo/glyphs/dotmath.glif index fc4237658..2ebe6297e 100644 --- a/source/Hack-Regular.ufo/glyphs/dotmath.glif +++ b/source/Hack-Regular.ufo/glyphs/dotmath.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/e.glif b/source/Hack-Regular.ufo/glyphs/e.glif index 9f2673bfe..c07ae1cef 100644 --- a/source/Hack-Regular.ufo/glyphs/e.glif +++ b/source/Hack-Regular.ufo/glyphs/e.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/eacute.glif b/source/Hack-Regular.ufo/glyphs/eacute.glif index c21bb9217..6f0cbad57 100644 --- a/source/Hack-Regular.ufo/glyphs/eacute.glif +++ b/source/Hack-Regular.ufo/glyphs/eacute.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -31,7 +31,7 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ebreve.glif b/source/Hack-Regular.ufo/glyphs/ebreve.glif index d626a5ad0..f8f9774b5 100644 --- a/source/Hack-Regular.ufo/glyphs/ebreve.glif +++ b/source/Hack-Regular.ufo/glyphs/ebreve.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -46,7 +46,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -65,7 +65,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ecaron.glif b/source/Hack-Regular.ufo/glyphs/ecaron.glif index 01d5361fa..729c6ccdb 100644 --- a/source/Hack-Regular.ufo/glyphs/ecaron.glif +++ b/source/Hack-Regular.ufo/glyphs/ecaron.glif @@ -1,5 +1,5 @@ - + @@ -13,22 +13,22 @@ - + - + - + - + - + @@ -40,7 +40,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ecircumflex.glif b/source/Hack-Regular.ufo/glyphs/ecircumflex.glif index f54a60c9a..7a6abbde8 100644 --- a/source/Hack-Regular.ufo/glyphs/ecircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/ecircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,19 +13,19 @@ - + - + - + - + @@ -34,7 +34,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/edieresis.glif b/source/Hack-Regular.ufo/glyphs/edieresis.glif index 53bbdcc75..a7b67fba7 100644 --- a/source/Hack-Regular.ufo/glyphs/edieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/edieresis.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -61,7 +61,7 @@ - + @@ -82,7 +82,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/edotaccent.glif b/source/Hack-Regular.ufo/glyphs/edotaccent.glif index 74a0634ec..a0712f0ff 100644 --- a/source/Hack-Regular.ufo/glyphs/edotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/edotaccent.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + - + - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/egrave.glif b/source/Hack-Regular.ufo/glyphs/egrave.glif index 938a7708d..9f790a946 100644 --- a/source/Hack-Regular.ufo/glyphs/egrave.glif +++ b/source/Hack-Regular.ufo/glyphs/egrave.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -31,7 +31,7 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/eight.glif b/source/Hack-Regular.ufo/glyphs/eight.glif index 627ee936c..a59bd77e3 100644 --- a/source/Hack-Regular.ufo/glyphs/eight.glif +++ b/source/Hack-Regular.ufo/glyphs/eight.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,25 +19,25 @@ - + - + - + - + @@ -45,42 +45,42 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/eight.subs.glif b/source/Hack-Regular.ufo/glyphs/eight.subs.glif index 91490c5bd..e8aa98638 100644 --- a/source/Hack-Regular.ufo/glyphs/eight.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/eight.subs.glif @@ -1,9 +1,9 @@ - + - + @@ -12,10 +12,10 @@ - + - + @@ -24,32 +24,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/element.glif b/source/Hack-Regular.ufo/glyphs/element.glif index 1dd87ea5a..756432106 100644 --- a/source/Hack-Regular.ufo/glyphs/element.glif +++ b/source/Hack-Regular.ufo/glyphs/element.glif @@ -1,16 +1,16 @@ - + - + - + @@ -34,7 +34,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ellipsis.glif b/source/Hack-Regular.ufo/glyphs/ellipsis.glif index f3f4f85b1..7ca4ee385 100644 --- a/source/Hack-Regular.ufo/glyphs/ellipsis.glif +++ b/source/Hack-Regular.ufo/glyphs/ellipsis.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - - + + - + - + - + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/emacron.glif b/source/Hack-Regular.ufo/glyphs/emacron.glif index a5747dca2..8df0a428d 100644 --- a/source/Hack-Regular.ufo/glyphs/emacron.glif +++ b/source/Hack-Regular.ufo/glyphs/emacron.glif @@ -1,5 +1,5 @@ - + @@ -10,22 +10,22 @@ - + - + - + - + - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/emdash.glif b/source/Hack-Regular.ufo/glyphs/emdash.glif index 0a356607a..53694690a 100644 --- a/source/Hack-Regular.ufo/glyphs/emdash.glif +++ b/source/Hack-Regular.ufo/glyphs/emdash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/emptyset.glif b/source/Hack-Regular.ufo/glyphs/emptyset.glif index 7dc9233af..ec9609267 100644 --- a/source/Hack-Regular.ufo/glyphs/emptyset.glif +++ b/source/Hack-Regular.ufo/glyphs/emptyset.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + @@ -23,13 +23,13 @@ - + - + @@ -39,16 +39,16 @@ - + - + - + - + @@ -57,16 +57,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/endash.glif b/source/Hack-Regular.ufo/glyphs/endash.glif index d14055e95..63d5a7387 100644 --- a/source/Hack-Regular.ufo/glyphs/endash.glif +++ b/source/Hack-Regular.ufo/glyphs/endash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/eng.glif b/source/Hack-Regular.ufo/glyphs/eng.glif index ae99abe7f..4b6a4eccc 100644 --- a/source/Hack-Regular.ufo/glyphs/eng.glif +++ b/source/Hack-Regular.ufo/glyphs/eng.glif @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -23,14 +23,14 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/eogonek.glif b/source/Hack-Regular.ufo/glyphs/eogonek.glif index 937563286..5279d023d 100644 --- a/source/Hack-Regular.ufo/glyphs/eogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/eogonek.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -18,39 +18,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/epsilon.glif b/source/Hack-Regular.ufo/glyphs/epsilon.glif index 8ecb3d076..4385893c2 100644 --- a/source/Hack-Regular.ufo/glyphs/epsilon.glif +++ b/source/Hack-Regular.ufo/glyphs/epsilon.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/epsilontonos.glif b/source/Hack-Regular.ufo/glyphs/epsilontonos.glif index bb7cb04e5..5fe6cf4ba 100644 --- a/source/Hack-Regular.ufo/glyphs/epsilontonos.glif +++ b/source/Hack-Regular.ufo/glyphs/epsilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,41 +10,41 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/equal.glif b/source/Hack-Regular.ufo/glyphs/equal.glif index d73313a4c..7628dca26 100644 --- a/source/Hack-Regular.ufo/glyphs/equal.glif +++ b/source/Hack-Regular.ufo/glyphs/equal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/equivalence.glif b/source/Hack-Regular.ufo/glyphs/equivalence.glif index 8f382f691..339685b14 100644 --- a/source/Hack-Regular.ufo/glyphs/equivalence.glif +++ b/source/Hack-Regular.ufo/glyphs/equivalence.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/eta.glif b/source/Hack-Regular.ufo/glyphs/eta.glif index c2125765e..80a6ca15a 100644 --- a/source/Hack-Regular.ufo/glyphs/eta.glif +++ b/source/Hack-Regular.ufo/glyphs/eta.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/etatonos.glif b/source/Hack-Regular.ufo/glyphs/etatonos.glif index 4bd739f6a..27532fed1 100644 --- a/source/Hack-Regular.ufo/glyphs/etatonos.glif +++ b/source/Hack-Regular.ufo/glyphs/etatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/eth.glif b/source/Hack-Regular.ufo/glyphs/eth.glif index 270c83c42..0297891a8 100644 --- a/source/Hack-Regular.ufo/glyphs/eth.glif +++ b/source/Hack-Regular.ufo/glyphs/eth.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -40,7 +40,7 @@ - + @@ -48,13 +48,13 @@ - + - + @@ -63,10 +63,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/exclam.glif b/source/Hack-Regular.ufo/glyphs/exclam.glif index d7de340e0..2c02673f1 100644 --- a/source/Hack-Regular.ufo/glyphs/exclam.glif +++ b/source/Hack-Regular.ufo/glyphs/exclam.glif @@ -1,5 +1,5 @@ - + @@ -12,25 +12,25 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/exclamdbl.glif b/source/Hack-Regular.ufo/glyphs/exclamdbl.glif index 0f23f5efb..b7ad01794 100644 --- a/source/Hack-Regular.ufo/glyphs/exclamdbl.glif +++ b/source/Hack-Regular.ufo/glyphs/exclamdbl.glif @@ -1,5 +1,5 @@ - + @@ -20,25 +20,25 @@ - + - + - + - + @@ -46,25 +46,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/exclamdown.case.glif b/source/Hack-Regular.ufo/glyphs/exclamdown.case.glif index 230819e3f..91095eff4 100644 --- a/source/Hack-Regular.ufo/glyphs/exclamdown.case.glif +++ b/source/Hack-Regular.ufo/glyphs/exclamdown.case.glif @@ -1,27 +1,27 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/exclamdown.glif b/source/Hack-Regular.ufo/glyphs/exclamdown.glif index a3b659e17..09a80a4de 100644 --- a/source/Hack-Regular.ufo/glyphs/exclamdown.glif +++ b/source/Hack-Regular.ufo/glyphs/exclamdown.glif @@ -1,28 +1,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/existential.glif b/source/Hack-Regular.ufo/glyphs/existential.glif index 0dd4a56d8..f5dfcdbd2 100644 --- a/source/Hack-Regular.ufo/glyphs/existential.glif +++ b/source/Hack-Regular.ufo/glyphs/existential.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/f.glif b/source/Hack-Regular.ufo/glyphs/f.glif index f8c6a3063..74ad8c66c 100644 --- a/source/Hack-Regular.ufo/glyphs/f.glif +++ b/source/Hack-Regular.ufo/glyphs/f.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/figuredash.glif b/source/Hack-Regular.ufo/glyphs/figuredash.glif index 6f9be1552..985b4ce80 100644 --- a/source/Hack-Regular.ufo/glyphs/figuredash.glif +++ b/source/Hack-Regular.ufo/glyphs/figuredash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/filledbox.glif b/source/Hack-Regular.ufo/glyphs/filledbox.glif index ce4481119..a7028df70 100644 --- a/source/Hack-Regular.ufo/glyphs/filledbox.glif +++ b/source/Hack-Regular.ufo/glyphs/filledbox.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/filledrect.glif b/source/Hack-Regular.ufo/glyphs/filledrect.glif index 2dfc9ac67..eca6c2868 100644 --- a/source/Hack-Regular.ufo/glyphs/filledrect.glif +++ b/source/Hack-Regular.ufo/glyphs/filledrect.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/five.glif b/source/Hack-Regular.ufo/glyphs/five.glif index bb951b204..b14d1e61b 100644 --- a/source/Hack-Regular.ufo/glyphs/five.glif +++ b/source/Hack-Regular.ufo/glyphs/five.glif @@ -1,10 +1,10 @@ - + - + @@ -17,19 +17,19 @@ - + - + - + @@ -46,13 +46,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/five.subs.glif b/source/Hack-Regular.ufo/glyphs/five.subs.glif index 3bb0845d4..dced6801e 100644 --- a/source/Hack-Regular.ufo/glyphs/five.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/five.subs.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/fiveeighths.glif b/source/Hack-Regular.ufo/glyphs/fiveeighths.glif index 9203e2f0f..3919864d9 100644 --- a/source/Hack-Regular.ufo/glyphs/fiveeighths.glif +++ b/source/Hack-Regular.ufo/glyphs/fiveeighths.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -42,19 +42,19 @@ - + - + - + - + @@ -63,35 +63,35 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/florin.glif b/source/Hack-Regular.ufo/glyphs/florin.glif index 08e951cfd..cd45fcee2 100644 --- a/source/Hack-Regular.ufo/glyphs/florin.glif +++ b/source/Hack-Regular.ufo/glyphs/florin.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,7 +17,7 @@ - + @@ -31,10 +31,10 @@ - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/four.glif b/source/Hack-Regular.ufo/glyphs/four.glif index 561574483..ab55fe9f7 100644 --- a/source/Hack-Regular.ufo/glyphs/four.glif +++ b/source/Hack-Regular.ufo/glyphs/four.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/four.subs.glif b/source/Hack-Regular.ufo/glyphs/four.subs.glif index 494627b10..f04e4188a 100644 --- a/source/Hack-Regular.ufo/glyphs/four.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/four.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/fraction.glif b/source/Hack-Regular.ufo/glyphs/fraction.glif index 7a0aec39b..abdb0305d 100644 --- a/source/Hack-Regular.ufo/glyphs/fraction.glif +++ b/source/Hack-Regular.ufo/glyphs/fraction.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/franc.glif b/source/Hack-Regular.ufo/glyphs/franc.glif index 6f6b28e0b..cb4d188f1 100644 --- a/source/Hack-Regular.ufo/glyphs/franc.glif +++ b/source/Hack-Regular.ufo/glyphs/franc.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/g.glif b/source/Hack-Regular.ufo/glyphs/g.glif index 330c5282e..5cde3f0d6 100644 --- a/source/Hack-Regular.ufo/glyphs/g.glif +++ b/source/Hack-Regular.ufo/glyphs/g.glif @@ -1,5 +1,5 @@ - + @@ -50,9 +50,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/gamma.glif b/source/Hack-Regular.ufo/glyphs/gamma.glif index ba722e634..5336ab42b 100644 --- a/source/Hack-Regular.ufo/glyphs/gamma.glif +++ b/source/Hack-Regular.ufo/glyphs/gamma.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/gbreve.glif b/source/Hack-Regular.ufo/glyphs/gbreve.glif index 291611301..69355b20e 100644 --- a/source/Hack-Regular.ufo/glyphs/gbreve.glif +++ b/source/Hack-Regular.ufo/glyphs/gbreve.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -42,32 +42,32 @@ - + - + - + - + - + @@ -76,7 +76,7 @@ - + @@ -84,19 +84,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/gcaron.glif b/source/Hack-Regular.ufo/glyphs/gcaron.glif index 69ef8cb8f..dee63ffb0 100644 --- a/source/Hack-Regular.ufo/glyphs/gcaron.glif +++ b/source/Hack-Regular.ufo/glyphs/gcaron.glif @@ -1,5 +1,5 @@ - + @@ -13,47 +13,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/gcircumflex.glif b/source/Hack-Regular.ufo/glyphs/gcircumflex.glif index c614f7b07..6479432bd 100644 --- a/source/Hack-Regular.ufo/glyphs/gcircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/gcircumflex.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/gdotaccent.glif b/source/Hack-Regular.ufo/glyphs/gdotaccent.glif index 24167c8cd..d4bc2b812 100644 --- a/source/Hack-Regular.ufo/glyphs/gdotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/gdotaccent.glif @@ -1,68 +1,68 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/germandbls.glif b/source/Hack-Regular.ufo/glyphs/germandbls.glif index 64f30a20a..abe5cfabe 100644 --- a/source/Hack-Regular.ufo/glyphs/germandbls.glif +++ b/source/Hack-Regular.ufo/glyphs/germandbls.glif @@ -1,10 +1,10 @@ - + - + @@ -17,13 +17,13 @@ - + - + @@ -36,7 +36,7 @@ - + @@ -48,7 +48,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -75,20 +75,20 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/gradient.glif b/source/Hack-Regular.ufo/glyphs/gradient.glif index dd29e1d1e..42fec63dd 100644 --- a/source/Hack-Regular.ufo/glyphs/gradient.glif +++ b/source/Hack-Regular.ufo/glyphs/gradient.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/grave.glif b/source/Hack-Regular.ufo/glyphs/grave.glif index b53b3e4f6..253c1ecba 100644 --- a/source/Hack-Regular.ufo/glyphs/grave.glif +++ b/source/Hack-Regular.ufo/glyphs/grave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/gravecomb.glif b/source/Hack-Regular.ufo/glyphs/gravecomb.glif index affda295b..5036d1fd6 100644 --- a/source/Hack-Regular.ufo/glyphs/gravecomb.glif +++ b/source/Hack-Regular.ufo/glyphs/gravecomb.glif @@ -1,6 +1,5 @@ - - + diff --git a/source/Hack-Regular.ufo/glyphs/greater.glif b/source/Hack-Regular.ufo/glyphs/greater.glif index f9362cb05..827840932 100644 --- a/source/Hack-Regular.ufo/glyphs/greater.glif +++ b/source/Hack-Regular.ufo/glyphs/greater.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/greaterequal.glif b/source/Hack-Regular.ufo/glyphs/greaterequal.glif index aa5bab370..f390c010e 100644 --- a/source/Hack-Regular.ufo/glyphs/greaterequal.glif +++ b/source/Hack-Regular.ufo/glyphs/greaterequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/guillemotleft.glif b/source/Hack-Regular.ufo/glyphs/guillemotleft.glif index 588470f82..09fce4b56 100644 --- a/source/Hack-Regular.ufo/glyphs/guillemotleft.glif +++ b/source/Hack-Regular.ufo/glyphs/guillemotleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/guillemotright.glif b/source/Hack-Regular.ufo/glyphs/guillemotright.glif index 83c3ad3c9..2065ff249 100644 --- a/source/Hack-Regular.ufo/glyphs/guillemotright.glif +++ b/source/Hack-Regular.ufo/glyphs/guillemotright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/guilsinglleft.glif b/source/Hack-Regular.ufo/glyphs/guilsinglleft.glif index c7ce4cfb7..5064ed4c2 100644 --- a/source/Hack-Regular.ufo/glyphs/guilsinglleft.glif +++ b/source/Hack-Regular.ufo/glyphs/guilsinglleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/guilsinglright.glif b/source/Hack-Regular.ufo/glyphs/guilsinglright.glif index 632141ce7..fbe5128b1 100644 --- a/source/Hack-Regular.ufo/glyphs/guilsinglright.glif +++ b/source/Hack-Regular.ufo/glyphs/guilsinglright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/h.glif b/source/Hack-Regular.ufo/glyphs/h.glif index a0aa37bf9..1032ab821 100644 --- a/source/Hack-Regular.ufo/glyphs/h.glif +++ b/source/Hack-Regular.ufo/glyphs/h.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/hbar.glif b/source/Hack-Regular.ufo/glyphs/hbar.glif index c7aa9c41e..ac1896b88 100644 --- a/source/Hack-Regular.ufo/glyphs/hbar.glif +++ b/source/Hack-Regular.ufo/glyphs/hbar.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/hcircumflex.glif b/source/Hack-Regular.ufo/glyphs/hcircumflex.glif index 888082733..5581cf077 100644 --- a/source/Hack-Regular.ufo/glyphs/hcircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/hcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/hookabovecomb.glif b/source/Hack-Regular.ufo/glyphs/hookabovecomb.glif index 6545dfa4e..ae7f8dbdd 100644 --- a/source/Hack-Regular.ufo/glyphs/hookabovecomb.glif +++ b/source/Hack-Regular.ufo/glyphs/hookabovecomb.glif @@ -1,16 +1,15 @@ - - + - + - + @@ -22,10 +21,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/hungarumlaut.glif b/source/Hack-Regular.ufo/glyphs/hungarumlaut.glif index 4c0f5ef78..4aa6fd198 100644 --- a/source/Hack-Regular.ufo/glyphs/hungarumlaut.glif +++ b/source/Hack-Regular.ufo/glyphs/hungarumlaut.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/hyphen.glif b/source/Hack-Regular.ufo/glyphs/hyphen.glif index e808c2f7d..2728ff179 100644 --- a/source/Hack-Regular.ufo/glyphs/hyphen.glif +++ b/source/Hack-Regular.ufo/glyphs/hyphen.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/hyphenationpoint.glif b/source/Hack-Regular.ufo/glyphs/hyphenationpoint.glif index 20f68df75..7b15119fd 100644 --- a/source/Hack-Regular.ufo/glyphs/hyphenationpoint.glif +++ b/source/Hack-Regular.ufo/glyphs/hyphenationpoint.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/i.glif b/source/Hack-Regular.ufo/glyphs/i.glif index d651ac495..dbbe950bc 100644 --- a/source/Hack-Regular.ufo/glyphs/i.glif +++ b/source/Hack-Regular.ufo/glyphs/i.glif @@ -1,5 +1,5 @@ - + @@ -39,9 +39,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/iacute.glif b/source/Hack-Regular.ufo/glyphs/iacute.glif index 00189b41f..f55a1ffa2 100644 --- a/source/Hack-Regular.ufo/glyphs/iacute.glif +++ b/source/Hack-Regular.ufo/glyphs/iacute.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -27,7 +27,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ibreve.glif b/source/Hack-Regular.ufo/glyphs/ibreve.glif index c27f6e778..21e8f0650 100644 --- a/source/Hack-Regular.ufo/glyphs/ibreve.glif +++ b/source/Hack-Regular.ufo/glyphs/ibreve.glif @@ -1,12 +1,12 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -29,13 +29,13 @@ - + - + @@ -43,10 +43,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/icircumflex.glif b/source/Hack-Regular.ufo/glyphs/icircumflex.glif index 9acc7d4fb..01049f491 100644 --- a/source/Hack-Regular.ufo/glyphs/icircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/icircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/idieresis.glif b/source/Hack-Regular.ufo/glyphs/idieresis.glif index 15264b727..db3dc1716 100644 --- a/source/Hack-Regular.ufo/glyphs/idieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/idieresis.glif @@ -1,52 +1,52 @@ - + - + - + - + - + - + - + - + - - + + - + - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/igrave.glif b/source/Hack-Regular.ufo/glyphs/igrave.glif index 35b2b2558..b2a11ec6c 100644 --- a/source/Hack-Regular.ufo/glyphs/igrave.glif +++ b/source/Hack-Regular.ufo/glyphs/igrave.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -27,7 +27,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ij.glif b/source/Hack-Regular.ufo/glyphs/ij.glif index adb5cfb4f..cbb0556cd 100644 --- a/source/Hack-Regular.ufo/glyphs/ij.glif +++ b/source/Hack-Regular.ufo/glyphs/ij.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/imacron.glif b/source/Hack-Regular.ufo/glyphs/imacron.glif index a34fe1f61..67a7bdc45 100644 --- a/source/Hack-Regular.ufo/glyphs/imacron.glif +++ b/source/Hack-Regular.ufo/glyphs/imacron.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/infinity.glif b/source/Hack-Regular.ufo/glyphs/infinity.glif index ef5d93168..b131cbfad 100644 --- a/source/Hack-Regular.ufo/glyphs/infinity.glif +++ b/source/Hack-Regular.ufo/glyphs/infinity.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,19 +22,19 @@ - + - + - + @@ -48,7 +48,7 @@ - + @@ -60,13 +60,13 @@ - + - + @@ -74,19 +74,19 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/integral.glif b/source/Hack-Regular.ufo/glyphs/integral.glif index eb217830b..261b1ef0c 100644 --- a/source/Hack-Regular.ufo/glyphs/integral.glif +++ b/source/Hack-Regular.ufo/glyphs/integral.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -43,7 +43,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/integralbt.glif b/source/Hack-Regular.ufo/glyphs/integralbt.glif index d71ef3452..e70d2a431 100644 --- a/source/Hack-Regular.ufo/glyphs/integralbt.glif +++ b/source/Hack-Regular.ufo/glyphs/integralbt.glif @@ -1,10 +1,10 @@ - + - + @@ -19,17 +19,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/integraltp.glif b/source/Hack-Regular.ufo/glyphs/integraltp.glif index f9891bd88..e08d7da8c 100644 --- a/source/Hack-Regular.ufo/glyphs/integraltp.glif +++ b/source/Hack-Regular.ufo/glyphs/integraltp.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/intersection.glif b/source/Hack-Regular.ufo/glyphs/intersection.glif index cdd9f1fd8..d83268eb8 100644 --- a/source/Hack-Regular.ufo/glyphs/intersection.glif +++ b/source/Hack-Regular.ufo/glyphs/intersection.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -28,13 +28,13 @@ - + - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/invbullet.glif b/source/Hack-Regular.ufo/glyphs/invbullet.glif index a3eb0a7ae..44022180d 100644 --- a/source/Hack-Regular.ufo/glyphs/invbullet.glif +++ b/source/Hack-Regular.ufo/glyphs/invbullet.glif @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/invcircle.glif b/source/Hack-Regular.ufo/glyphs/invcircle.glif index 6f676c198..73f1d490e 100644 --- a/source/Hack-Regular.ufo/glyphs/invcircle.glif +++ b/source/Hack-Regular.ufo/glyphs/invcircle.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/iogonek.glif b/source/Hack-Regular.ufo/glyphs/iogonek.glif index 68d9a102a..127fec28a 100644 --- a/source/Hack-Regular.ufo/glyphs/iogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/iogonek.glif @@ -1,38 +1,38 @@ - + - + - + - - + + - + - + - + @@ -41,24 +41,24 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/iota.glif b/source/Hack-Regular.ufo/glyphs/iota.glif index 2465c0d34..9db033c8a 100644 --- a/source/Hack-Regular.ufo/glyphs/iota.glif +++ b/source/Hack-Regular.ufo/glyphs/iota.glif @@ -1,24 +1,24 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/iotadieresis.glif b/source/Hack-Regular.ufo/glyphs/iotadieresis.glif index 34967c6b1..fb8f52550 100644 --- a/source/Hack-Regular.ufo/glyphs/iotadieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/iotadieresis.glif @@ -1,60 +1,60 @@ - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/iotadieresistonos.glif b/source/Hack-Regular.ufo/glyphs/iotadieresistonos.glif index 84b41ca72..73d2566c8 100644 --- a/source/Hack-Regular.ufo/glyphs/iotadieresistonos.glif +++ b/source/Hack-Regular.ufo/glyphs/iotadieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,57 +10,57 @@ - + - + - + - + - + - - + + - - + + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/iotatonos.glif b/source/Hack-Regular.ufo/glyphs/iotatonos.glif index fb5a6c82b..35883d365 100644 --- a/source/Hack-Regular.ufo/glyphs/iotatonos.glif +++ b/source/Hack-Regular.ufo/glyphs/iotatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -24,7 +24,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/itilde.glif b/source/Hack-Regular.ufo/glyphs/itilde.glif index 41cf51f2f..0a209efdb 100644 --- a/source/Hack-Regular.ufo/glyphs/itilde.glif +++ b/source/Hack-Regular.ufo/glyphs/itilde.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -40,13 +40,13 @@ - + - + @@ -57,7 +57,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/j.glif b/source/Hack-Regular.ufo/glyphs/j.glif index dddd415b4..cc465cf51 100644 --- a/source/Hack-Regular.ufo/glyphs/j.glif +++ b/source/Hack-Regular.ufo/glyphs/j.glif @@ -1,5 +1,5 @@ - + @@ -39,9 +39,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/jcircumflex.glif b/source/Hack-Regular.ufo/glyphs/jcircumflex.glif index eebc0d042..6f5fe9b9a 100644 --- a/source/Hack-Regular.ufo/glyphs/jcircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/jcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/k.glif b/source/Hack-Regular.ufo/glyphs/k.glif index bb2f6008b..b1c168a42 100644 --- a/source/Hack-Regular.ufo/glyphs/k.glif +++ b/source/Hack-Regular.ufo/glyphs/k.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/kappa.glif b/source/Hack-Regular.ufo/glyphs/kappa.glif index 107f8c81e..a7e7356d1 100644 --- a/source/Hack-Regular.ufo/glyphs/kappa.glif +++ b/source/Hack-Regular.ufo/glyphs/kappa.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/kgreenlandic.glif b/source/Hack-Regular.ufo/glyphs/kgreenlandic.glif index 126c5d68c..f1373165c 100644 --- a/source/Hack-Regular.ufo/glyphs/kgreenlandic.glif +++ b/source/Hack-Regular.ufo/glyphs/kgreenlandic.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/l.glif b/source/Hack-Regular.ufo/glyphs/l.glif index ee650dcdb..92d5ceb59 100644 --- a/source/Hack-Regular.ufo/glyphs/l.glif +++ b/source/Hack-Regular.ufo/glyphs/l.glif @@ -1,5 +1,5 @@ - + @@ -21,9 +21,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/lacute.glif b/source/Hack-Regular.ufo/glyphs/lacute.glif index 730b64969..6b35138a9 100644 --- a/source/Hack-Regular.ufo/glyphs/lacute.glif +++ b/source/Hack-Regular.ufo/glyphs/lacute.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -21,7 +21,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/lambda.glif b/source/Hack-Regular.ufo/glyphs/lambda.glif index 13c16c13d..ed985f922 100644 --- a/source/Hack-Regular.ufo/glyphs/lambda.glif +++ b/source/Hack-Regular.ufo/glyphs/lambda.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/layerinfo.plist b/source/Hack-Regular.ufo/glyphs/layerinfo.plist new file mode 100644 index 000000000..0c67376eb --- /dev/null +++ b/source/Hack-Regular.ufo/glyphs/layerinfo.plist @@ -0,0 +1,5 @@ + + + + + diff --git a/source/Hack-Regular.ufo/glyphs/lcaron.glif b/source/Hack-Regular.ufo/glyphs/lcaron.glif index 244fe7d3b..3d9f213e8 100644 --- a/source/Hack-Regular.ufo/glyphs/lcaron.glif +++ b/source/Hack-Regular.ufo/glyphs/lcaron.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,7 +15,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ldot.glif b/source/Hack-Regular.ufo/glyphs/ldot.glif index df3ed5c7a..b2d84576e 100644 --- a/source/Hack-Regular.ufo/glyphs/ldot.glif +++ b/source/Hack-Regular.ufo/glyphs/ldot.glif @@ -1,10 +1,10 @@ - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/less.glif b/source/Hack-Regular.ufo/glyphs/less.glif index 708f7b41b..f69a55b5d 100644 --- a/source/Hack-Regular.ufo/glyphs/less.glif +++ b/source/Hack-Regular.ufo/glyphs/less.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/lessequal.glif b/source/Hack-Regular.ufo/glyphs/lessequal.glif index 579f938f3..20aa154aa 100644 --- a/source/Hack-Regular.ufo/glyphs/lessequal.glif +++ b/source/Hack-Regular.ufo/glyphs/lessequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/lfblock.glif b/source/Hack-Regular.ufo/glyphs/lfblock.glif index 479d7a6a4..a5f8c99cd 100644 --- a/source/Hack-Regular.ufo/glyphs/lfblock.glif +++ b/source/Hack-Regular.ufo/glyphs/lfblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/lira.glif b/source/Hack-Regular.ufo/glyphs/lira.glif index 9b411d8ec..a8aee8885 100644 --- a/source/Hack-Regular.ufo/glyphs/lira.glif +++ b/source/Hack-Regular.ufo/glyphs/lira.glif @@ -1,5 +1,5 @@ - + @@ -17,17 +17,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/logicaland.glif b/source/Hack-Regular.ufo/glyphs/logicaland.glif index 301a644c5..bf3b706b5 100644 --- a/source/Hack-Regular.ufo/glyphs/logicaland.glif +++ b/source/Hack-Regular.ufo/glyphs/logicaland.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/logicalnot.glif b/source/Hack-Regular.ufo/glyphs/logicalnot.glif index 84962a17b..cb4d3f9cd 100644 --- a/source/Hack-Regular.ufo/glyphs/logicalnot.glif +++ b/source/Hack-Regular.ufo/glyphs/logicalnot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/logicalor.glif b/source/Hack-Regular.ufo/glyphs/logicalor.glif index 4ae815258..62c85e6c2 100644 --- a/source/Hack-Regular.ufo/glyphs/logicalor.glif +++ b/source/Hack-Regular.ufo/glyphs/logicalor.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/longs.glif b/source/Hack-Regular.ufo/glyphs/longs.glif index fcce6a960..d46b7dfcf 100644 --- a/source/Hack-Regular.ufo/glyphs/longs.glif +++ b/source/Hack-Regular.ufo/glyphs/longs.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/lozenge.glif b/source/Hack-Regular.ufo/glyphs/lozenge.glif index 88d12a8f8..4252cd2f9 100644 --- a/source/Hack-Regular.ufo/glyphs/lozenge.glif +++ b/source/Hack-Regular.ufo/glyphs/lozenge.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/lslash.glif b/source/Hack-Regular.ufo/glyphs/lslash.glif index 795b2030b..2d4d35d3d 100644 --- a/source/Hack-Regular.ufo/glyphs/lslash.glif +++ b/source/Hack-Regular.ufo/glyphs/lslash.glif @@ -1,16 +1,16 @@ - + - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ltshade.glif b/source/Hack-Regular.ufo/glyphs/ltshade.glif index 80c634926..d044e38f7 100644 --- a/source/Hack-Regular.ufo/glyphs/ltshade.glif +++ b/source/Hack-Regular.ufo/glyphs/ltshade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/m.glif b/source/Hack-Regular.ufo/glyphs/m.glif index 01b5f1527..35ead17e3 100644 --- a/source/Hack-Regular.ufo/glyphs/m.glif +++ b/source/Hack-Regular.ufo/glyphs/m.glif @@ -1,5 +1,5 @@ - + @@ -57,9 +57,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/macron.glif b/source/Hack-Regular.ufo/glyphs/macron.glif index a539284f2..30844fdc9 100644 --- a/source/Hack-Regular.ufo/glyphs/macron.glif +++ b/source/Hack-Regular.ufo/glyphs/macron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/millisecond.glif b/source/Hack-Regular.ufo/glyphs/millisecond.glif index f7d2d6a51..b2e365840 100644 --- a/source/Hack-Regular.ufo/glyphs/millisecond.glif +++ b/source/Hack-Regular.ufo/glyphs/millisecond.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/minus.glif b/source/Hack-Regular.ufo/glyphs/minus.glif index 93f5769bb..d76106efb 100644 --- a/source/Hack-Regular.ufo/glyphs/minus.glif +++ b/source/Hack-Regular.ufo/glyphs/minus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/minute.glif b/source/Hack-Regular.ufo/glyphs/minute.glif index 4882dcf9e..68772aa09 100644 --- a/source/Hack-Regular.ufo/glyphs/minute.glif +++ b/source/Hack-Regular.ufo/glyphs/minute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/multiply.glif b/source/Hack-Regular.ufo/glyphs/multiply.glif index 1d9b4fbd6..3c9831f81 100644 --- a/source/Hack-Regular.ufo/glyphs/multiply.glif +++ b/source/Hack-Regular.ufo/glyphs/multiply.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/musicalnote.glif b/source/Hack-Regular.ufo/glyphs/musicalnote.glif index 4a24eed2a..fdb4d8c56 100644 --- a/source/Hack-Regular.ufo/glyphs/musicalnote.glif +++ b/source/Hack-Regular.ufo/glyphs/musicalnote.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/n.glif b/source/Hack-Regular.ufo/glyphs/n.glif index 9c95278a6..e7344f338 100644 --- a/source/Hack-Regular.ufo/glyphs/n.glif +++ b/source/Hack-Regular.ufo/glyphs/n.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/nacute.glif b/source/Hack-Regular.ufo/glyphs/nacute.glif index 7be08198d..ec9cbede3 100644 --- a/source/Hack-Regular.ufo/glyphs/nacute.glif +++ b/source/Hack-Regular.ufo/glyphs/nacute.glif @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ - + @@ -24,10 +24,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/napostrophe.glif b/source/Hack-Regular.ufo/glyphs/napostrophe.glif index fd288942a..240e1484e 100644 --- a/source/Hack-Regular.ufo/glyphs/napostrophe.glif +++ b/source/Hack-Regular.ufo/glyphs/napostrophe.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ncaron.glif b/source/Hack-Regular.ufo/glyphs/ncaron.glif index 18dcf0b9f..3875e756d 100644 --- a/source/Hack-Regular.ufo/glyphs/ncaron.glif +++ b/source/Hack-Regular.ufo/glyphs/ncaron.glif @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -27,10 +27,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/nine.glif b/source/Hack-Regular.ufo/glyphs/nine.glif index 45721b6ce..4c5a9552f 100644 --- a/source/Hack-Regular.ufo/glyphs/nine.glif +++ b/source/Hack-Regular.ufo/glyphs/nine.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -29,25 +29,25 @@ - + - + - + - + @@ -55,25 +55,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/nine.subs.glif b/source/Hack-Regular.ufo/glyphs/nine.subs.glif index dc6f55506..c131296c2 100644 --- a/source/Hack-Regular.ufo/glyphs/nine.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/nine.subs.glif @@ -1,45 +1,45 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/notelement.glif b/source/Hack-Regular.ufo/glyphs/notelement.glif index 81411c9ce..7825f2d8f 100644 --- a/source/Hack-Regular.ufo/glyphs/notelement.glif +++ b/source/Hack-Regular.ufo/glyphs/notelement.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/notequal.glif b/source/Hack-Regular.ufo/glyphs/notequal.glif index d0f2c40a9..9ed3d2fc4 100644 --- a/source/Hack-Regular.ufo/glyphs/notequal.glif +++ b/source/Hack-Regular.ufo/glyphs/notequal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/notsubset.glif b/source/Hack-Regular.ufo/glyphs/notsubset.glif index 139055197..4a163ffd0 100644 --- a/source/Hack-Regular.ufo/glyphs/notsubset.glif +++ b/source/Hack-Regular.ufo/glyphs/notsubset.glif @@ -1,5 +1,5 @@ - + @@ -11,10 +11,10 @@ - + - + @@ -30,10 +30,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ntilde.glif b/source/Hack-Regular.ufo/glyphs/ntilde.glif index 3a2366fd3..5da3e5f57 100644 --- a/source/Hack-Regular.ufo/glyphs/ntilde.glif +++ b/source/Hack-Regular.ufo/glyphs/ntilde.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -36,7 +36,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -75,13 +75,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/nu.glif b/source/Hack-Regular.ufo/glyphs/nu.glif index b5ed30b4f..50dda542c 100644 --- a/source/Hack-Regular.ufo/glyphs/nu.glif +++ b/source/Hack-Regular.ufo/glyphs/nu.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -19,7 +19,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/numbersign.glif b/source/Hack-Regular.ufo/glyphs/numbersign.glif index e1e48c4bb..ab45eee58 100644 --- a/source/Hack-Regular.ufo/glyphs/numbersign.glif +++ b/source/Hack-Regular.ufo/glyphs/numbersign.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/o.glif b/source/Hack-Regular.ufo/glyphs/o.glif index 55fe12550..3e127f162 100644 --- a/source/Hack-Regular.ufo/glyphs/o.glif +++ b/source/Hack-Regular.ufo/glyphs/o.glif @@ -1,5 +1,5 @@ - + @@ -33,9 +33,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/oacute.glif b/source/Hack-Regular.ufo/glyphs/oacute.glif index 56adc977d..5d3508818 100644 --- a/source/Hack-Regular.ufo/glyphs/oacute.glif +++ b/source/Hack-Regular.ufo/glyphs/oacute.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + @@ -36,25 +36,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/obreve.glif b/source/Hack-Regular.ufo/glyphs/obreve.glif index bbf55f691..bc425f46b 100644 --- a/source/Hack-Regular.ufo/glyphs/obreve.glif +++ b/source/Hack-Regular.ufo/glyphs/obreve.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + @@ -56,7 +56,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ocircumflex.glif b/source/Hack-Regular.ufo/glyphs/ocircumflex.glif index ff093c6c2..187f7d32a 100644 --- a/source/Hack-Regular.ufo/glyphs/ocircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/ocircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,25 +13,25 @@ - + - + - + - + @@ -39,25 +39,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/odieresis.glif b/source/Hack-Regular.ufo/glyphs/odieresis.glif index 17a651507..86cc82366 100644 --- a/source/Hack-Regular.ufo/glyphs/odieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/odieresis.glif @@ -1,64 +1,64 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -66,25 +66,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/oe.glif b/source/Hack-Regular.ufo/glyphs/oe.glif index 4949f0daf..ab38e2616 100644 --- a/source/Hack-Regular.ufo/glyphs/oe.glif +++ b/source/Hack-Regular.ufo/glyphs/oe.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,13 +25,13 @@ - + - + @@ -40,7 +40,7 @@ - + @@ -53,7 +53,7 @@ - + @@ -64,22 +64,22 @@ - + - + - + - + @@ -93,13 +93,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ogonek.glif b/source/Hack-Regular.ufo/glyphs/ogonek.glif index 326f2f342..676780e7e 100644 --- a/source/Hack-Regular.ufo/glyphs/ogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/ogonek.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + @@ -26,16 +26,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ograve.glif b/source/Hack-Regular.ufo/glyphs/ograve.glif index 942daa9be..f7d1297a0 100644 --- a/source/Hack-Regular.ufo/glyphs/ograve.glif +++ b/source/Hack-Regular.ufo/glyphs/ograve.glif @@ -1,5 +1,5 @@ - + @@ -10,25 +10,25 @@ - + - + - + - + @@ -36,25 +36,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ohorn.glif b/source/Hack-Regular.ufo/glyphs/ohorn.glif index de6c7c6ad..af81bfc66 100644 --- a/source/Hack-Regular.ufo/glyphs/ohorn.glif +++ b/source/Hack-Regular.ufo/glyphs/ohorn.glif @@ -1,5 +1,5 @@ - + @@ -7,49 +7,49 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ohungarumlaut.glif b/source/Hack-Regular.ufo/glyphs/ohungarumlaut.glif index 770bd2a5a..8b236a2f8 100644 --- a/source/Hack-Regular.ufo/glyphs/ohungarumlaut.glif +++ b/source/Hack-Regular.ufo/glyphs/ohungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,30 +16,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/omacron.glif b/source/Hack-Regular.ufo/glyphs/omacron.glif index 045089a1b..d9168868a 100644 --- a/source/Hack-Regular.ufo/glyphs/omacron.glif +++ b/source/Hack-Regular.ufo/glyphs/omacron.glif @@ -1,5 +1,5 @@ - + @@ -10,30 +10,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/omega.glif b/source/Hack-Regular.ufo/glyphs/omega.glif index 4574718ff..fea9bcb71 100644 --- a/source/Hack-Regular.ufo/glyphs/omega.glif +++ b/source/Hack-Regular.ufo/glyphs/omega.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/omegatonos.glif b/source/Hack-Regular.ufo/glyphs/omegatonos.glif index 209216bfb..15f3ec8d1 100644 --- a/source/Hack-Regular.ufo/glyphs/omegatonos.glif +++ b/source/Hack-Regular.ufo/glyphs/omegatonos.glif @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ - + - + - + - + @@ -36,13 +36,13 @@ - + - + @@ -50,10 +50,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/omicron.glif b/source/Hack-Regular.ufo/glyphs/omicron.glif index 62b9415b5..219a75556 100644 --- a/source/Hack-Regular.ufo/glyphs/omicron.glif +++ b/source/Hack-Regular.ufo/glyphs/omicron.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/omicrontonos.glif b/source/Hack-Regular.ufo/glyphs/omicrontonos.glif index 562225056..7f146c547 100644 --- a/source/Hack-Regular.ufo/glyphs/omicrontonos.glif +++ b/source/Hack-Regular.ufo/glyphs/omicrontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,30 +10,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/one.glif b/source/Hack-Regular.ufo/glyphs/one.glif index 9908226b7..70986e5b9 100644 --- a/source/Hack-Regular.ufo/glyphs/one.glif +++ b/source/Hack-Regular.ufo/glyphs/one.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/one.subs.glif b/source/Hack-Regular.ufo/glyphs/one.subs.glif index 69bd71f14..cbf56a81b 100644 --- a/source/Hack-Regular.ufo/glyphs/one.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/one.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/onedotenleader.glif b/source/Hack-Regular.ufo/glyphs/onedotenleader.glif index 4279e27eb..442696ebc 100644 --- a/source/Hack-Regular.ufo/glyphs/onedotenleader.glif +++ b/source/Hack-Regular.ufo/glyphs/onedotenleader.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/oneeighth.glif b/source/Hack-Regular.ufo/glyphs/oneeighth.glif index 58b1cb9a0..39108fecf 100644 --- a/source/Hack-Regular.ufo/glyphs/oneeighth.glif +++ b/source/Hack-Regular.ufo/glyphs/oneeighth.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + @@ -32,10 +32,10 @@ - + - + @@ -44,32 +44,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/onehalf.glif b/source/Hack-Regular.ufo/glyphs/onehalf.glif index 816a0be96..8f3079bef 100644 --- a/source/Hack-Regular.ufo/glyphs/onehalf.glif +++ b/source/Hack-Regular.ufo/glyphs/onehalf.glif @@ -1,5 +1,5 @@ - + @@ -30,10 +30,10 @@ - + - + @@ -46,13 +46,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/onequarter.glif b/source/Hack-Regular.ufo/glyphs/onequarter.glif index 5d993cbf3..a160b3c86 100644 --- a/source/Hack-Regular.ufo/glyphs/onequarter.glif +++ b/source/Hack-Regular.ufo/glyphs/onequarter.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/openbullet.glif b/source/Hack-Regular.ufo/glyphs/openbullet.glif index a865861d3..a5a69714a 100644 --- a/source/Hack-Regular.ufo/glyphs/openbullet.glif +++ b/source/Hack-Regular.ufo/glyphs/openbullet.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ordfeminine.glif b/source/Hack-Regular.ufo/glyphs/ordfeminine.glif index 77f7d3b85..fe3f10201 100644 --- a/source/Hack-Regular.ufo/glyphs/ordfeminine.glif +++ b/source/Hack-Regular.ufo/glyphs/ordfeminine.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,7 +24,7 @@ - + @@ -34,16 +34,16 @@ - + - + - + @@ -54,13 +54,13 @@ - + - + @@ -68,7 +68,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ordmasculine.glif b/source/Hack-Regular.ufo/glyphs/ordmasculine.glif index d1a5c8510..a67d2b279 100644 --- a/source/Hack-Regular.ufo/glyphs/ordmasculine.glif +++ b/source/Hack-Regular.ufo/glyphs/ordmasculine.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/orthogonal.glif b/source/Hack-Regular.ufo/glyphs/orthogonal.glif index c52bf58bd..f94efeca9 100644 --- a/source/Hack-Regular.ufo/glyphs/orthogonal.glif +++ b/source/Hack-Regular.ufo/glyphs/orthogonal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/oslash.glif b/source/Hack-Regular.ufo/glyphs/oslash.glif index 5b2590bbb..325fefbde 100644 --- a/source/Hack-Regular.ufo/glyphs/oslash.glif +++ b/source/Hack-Regular.ufo/glyphs/oslash.glif @@ -1,5 +1,5 @@ - + @@ -11,13 +11,13 @@ - + - + @@ -32,13 +32,13 @@ - + - + @@ -54,31 +54,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/oslashacute.glif b/source/Hack-Regular.ufo/glyphs/oslashacute.glif index 67bf9ab32..88bd17ee9 100644 --- a/source/Hack-Regular.ufo/glyphs/oslashacute.glif +++ b/source/Hack-Regular.ufo/glyphs/oslashacute.glif @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ - + - + @@ -26,10 +26,10 @@ - + - + @@ -39,19 +39,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/otilde.glif b/source/Hack-Regular.ufo/glyphs/otilde.glif index c116b6a11..ea933308c 100644 --- a/source/Hack-Regular.ufo/glyphs/otilde.glif +++ b/source/Hack-Regular.ufo/glyphs/otilde.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + - + @@ -33,10 +33,10 @@ - + - + @@ -58,25 +58,25 @@ - + - + - + - + @@ -84,25 +84,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/p.glif b/source/Hack-Regular.ufo/glyphs/p.glif index 6a41da64f..b25b99e5c 100644 --- a/source/Hack-Regular.ufo/glyphs/p.glif +++ b/source/Hack-Regular.ufo/glyphs/p.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/paragraph.glif b/source/Hack-Regular.ufo/glyphs/paragraph.glif index 3a452e8e7..0f3dc7b35 100644 --- a/source/Hack-Regular.ufo/glyphs/paragraph.glif +++ b/source/Hack-Regular.ufo/glyphs/paragraph.glif @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/parenleft.glif b/source/Hack-Regular.ufo/glyphs/parenleft.glif index d2f38b0ab..7ce1cbf37 100644 --- a/source/Hack-Regular.ufo/glyphs/parenleft.glif +++ b/source/Hack-Regular.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + @@ -21,9 +21,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/parenright.glif b/source/Hack-Regular.ufo/glyphs/parenright.glif index f0b23039e..d99c05e77 100644 --- a/source/Hack-Regular.ufo/glyphs/parenright.glif +++ b/source/Hack-Regular.ufo/glyphs/parenright.glif @@ -1,5 +1,5 @@ - + @@ -21,9 +21,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2018-06-04 23:57:45 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2018-06-04 23:57:45 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/partialdiff.glif b/source/Hack-Regular.ufo/glyphs/partialdiff.glif index 66feb3b88..3c297a1b0 100644 --- a/source/Hack-Regular.ufo/glyphs/partialdiff.glif +++ b/source/Hack-Regular.ufo/glyphs/partialdiff.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -25,16 +25,16 @@ - + - + - + @@ -52,13 +52,13 @@ - + - + @@ -66,13 +66,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/percent.glif b/source/Hack-Regular.ufo/glyphs/percent.glif index b737263c6..888aa86ed 100644 --- a/source/Hack-Regular.ufo/glyphs/percent.glif +++ b/source/Hack-Regular.ufo/glyphs/percent.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -25,7 +25,7 @@ - + @@ -33,25 +33,25 @@ - + - + - + - + @@ -65,16 +65,16 @@ - + - + - + @@ -83,7 +83,7 @@ - + @@ -91,19 +91,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/period.glif b/source/Hack-Regular.ufo/glyphs/period.glif index ac5398460..12407b08e 100644 --- a/source/Hack-Regular.ufo/glyphs/period.glif +++ b/source/Hack-Regular.ufo/glyphs/period.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/periodcentered.glif b/source/Hack-Regular.ufo/glyphs/periodcentered.glif index 3f59cf121..121be074e 100644 --- a/source/Hack-Regular.ufo/glyphs/periodcentered.glif +++ b/source/Hack-Regular.ufo/glyphs/periodcentered.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/perthousand.glif b/source/Hack-Regular.ufo/glyphs/perthousand.glif index c613a236d..091931e78 100644 --- a/source/Hack-Regular.ufo/glyphs/perthousand.glif +++ b/source/Hack-Regular.ufo/glyphs/perthousand.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + @@ -53,25 +53,25 @@ - + - + - + - + @@ -79,25 +79,25 @@ - + - + - + - + @@ -105,22 +105,22 @@ - + - + - + - + @@ -128,25 +128,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/peseta.glif b/source/Hack-Regular.ufo/glyphs/peseta.glif index 8c5060797..5eb9cc5ab 100644 --- a/source/Hack-Regular.ufo/glyphs/peseta.glif +++ b/source/Hack-Regular.ufo/glyphs/peseta.glif @@ -1,10 +1,10 @@ - + - + @@ -12,12 +12,12 @@ - + - + @@ -33,7 +33,7 @@ - + @@ -44,48 +44,48 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/phi.glif b/source/Hack-Regular.ufo/glyphs/phi.glif index 86494bef2..d148c6c97 100644 --- a/source/Hack-Regular.ufo/glyphs/phi.glif +++ b/source/Hack-Regular.ufo/glyphs/phi.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -17,17 +17,17 @@ - + - + - + - + @@ -38,13 +38,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/pi.glif b/source/Hack-Regular.ufo/glyphs/pi.glif index f2984a230..c66bce8f6 100644 --- a/source/Hack-Regular.ufo/glyphs/pi.glif +++ b/source/Hack-Regular.ufo/glyphs/pi.glif @@ -1,16 +1,16 @@ - + - + - + @@ -21,7 +21,7 @@ - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/plus.glif b/source/Hack-Regular.ufo/glyphs/plus.glif index 2a463ade1..6a3378ff5 100644 --- a/source/Hack-Regular.ufo/glyphs/plus.glif +++ b/source/Hack-Regular.ufo/glyphs/plus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/plusminus.glif b/source/Hack-Regular.ufo/glyphs/plusminus.glif index d5ac0b452..92c518908 100644 --- a/source/Hack-Regular.ufo/glyphs/plusminus.glif +++ b/source/Hack-Regular.ufo/glyphs/plusminus.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/product.glif b/source/Hack-Regular.ufo/glyphs/product.glif index 2a263063f..8fd878f16 100644 --- a/source/Hack-Regular.ufo/glyphs/product.glif +++ b/source/Hack-Regular.ufo/glyphs/product.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/propersubset.glif b/source/Hack-Regular.ufo/glyphs/propersubset.glif index 2a455601e..a1741e6d8 100644 --- a/source/Hack-Regular.ufo/glyphs/propersubset.glif +++ b/source/Hack-Regular.ufo/glyphs/propersubset.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/propersuperset.glif b/source/Hack-Regular.ufo/glyphs/propersuperset.glif index fc75a3015..a2f81ac1a 100644 --- a/source/Hack-Regular.ufo/glyphs/propersuperset.glif +++ b/source/Hack-Regular.ufo/glyphs/propersuperset.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/proportional.glif b/source/Hack-Regular.ufo/glyphs/proportional.glif index d5236832f..4d5687b18 100644 --- a/source/Hack-Regular.ufo/glyphs/proportional.glif +++ b/source/Hack-Regular.ufo/glyphs/proportional.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -35,7 +35,7 @@ - + @@ -44,10 +44,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/psi.glif b/source/Hack-Regular.ufo/glyphs/psi.glif index 71d4ed0f0..937b7d832 100644 --- a/source/Hack-Regular.ufo/glyphs/psi.glif +++ b/source/Hack-Regular.ufo/glyphs/psi.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/q.glif b/source/Hack-Regular.ufo/glyphs/q.glif index c65cd8015..9035ed520 100644 --- a/source/Hack-Regular.ufo/glyphs/q.glif +++ b/source/Hack-Regular.ufo/glyphs/q.glif @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/question.glif b/source/Hack-Regular.ufo/glyphs/question.glif index 9a7f9e5bf..57d38a3f0 100644 --- a/source/Hack-Regular.ufo/glyphs/question.glif +++ b/source/Hack-Regular.ufo/glyphs/question.glif @@ -1,10 +1,10 @@ - + - + @@ -17,13 +17,13 @@ - + - + @@ -36,13 +36,13 @@ - + - + @@ -55,30 +55,30 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/questiondown.case.glif b/source/Hack-Regular.ufo/glyphs/questiondown.case.glif index 3a86748fc..128692aff 100644 --- a/source/Hack-Regular.ufo/glyphs/questiondown.case.glif +++ b/source/Hack-Regular.ufo/glyphs/questiondown.case.glif @@ -1,27 +1,27 @@ - + - + - + - + - + @@ -29,34 +29,34 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/questiondown.glif b/source/Hack-Regular.ufo/glyphs/questiondown.glif index 643d9e67e..7d6f9574d 100644 --- a/source/Hack-Regular.ufo/glyphs/questiondown.glif +++ b/source/Hack-Regular.ufo/glyphs/questiondown.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -46,14 +46,14 @@ - + - + - + @@ -66,13 +66,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/quotedbl.glif b/source/Hack-Regular.ufo/glyphs/quotedbl.glif index a061881d9..4843ea44a 100644 --- a/source/Hack-Regular.ufo/glyphs/quotedbl.glif +++ b/source/Hack-Regular.ufo/glyphs/quotedbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/quotedblbase.glif b/source/Hack-Regular.ufo/glyphs/quotedblbase.glif index 38cf29562..d8ce3aa23 100644 --- a/source/Hack-Regular.ufo/glyphs/quotedblbase.glif +++ b/source/Hack-Regular.ufo/glyphs/quotedblbase.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/quotedblleft.glif b/source/Hack-Regular.ufo/glyphs/quotedblleft.glif index 5ef4ecf95..c9b8b41de 100644 --- a/source/Hack-Regular.ufo/glyphs/quotedblleft.glif +++ b/source/Hack-Regular.ufo/glyphs/quotedblleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/quotedblright.glif b/source/Hack-Regular.ufo/glyphs/quotedblright.glif index cc848ab10..e0498b1de 100644 --- a/source/Hack-Regular.ufo/glyphs/quotedblright.glif +++ b/source/Hack-Regular.ufo/glyphs/quotedblright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/quoteleft.glif b/source/Hack-Regular.ufo/glyphs/quoteleft.glif index e98c0f4ee..b5f43d9da 100644 --- a/source/Hack-Regular.ufo/glyphs/quoteleft.glif +++ b/source/Hack-Regular.ufo/glyphs/quoteleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/quotereversed.glif b/source/Hack-Regular.ufo/glyphs/quotereversed.glif index 3ccd4036a..31c0b9e92 100644 --- a/source/Hack-Regular.ufo/glyphs/quotereversed.glif +++ b/source/Hack-Regular.ufo/glyphs/quotereversed.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/quoteright.glif b/source/Hack-Regular.ufo/glyphs/quoteright.glif index 85e3b2b61..6e4b27900 100644 --- a/source/Hack-Regular.ufo/glyphs/quoteright.glif +++ b/source/Hack-Regular.ufo/glyphs/quoteright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/quotesinglbase.glif b/source/Hack-Regular.ufo/glyphs/quotesinglbase.glif index 35e44f793..54183f52d 100644 --- a/source/Hack-Regular.ufo/glyphs/quotesinglbase.glif +++ b/source/Hack-Regular.ufo/glyphs/quotesinglbase.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/quotesingle.glif b/source/Hack-Regular.ufo/glyphs/quotesingle.glif index 33d2c4213..3eea5dde4 100644 --- a/source/Hack-Regular.ufo/glyphs/quotesingle.glif +++ b/source/Hack-Regular.ufo/glyphs/quotesingle.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/r.glif b/source/Hack-Regular.ufo/glyphs/r.glif index 6dac79765..464ecc5d4 100644 --- a/source/Hack-Regular.ufo/glyphs/r.glif +++ b/source/Hack-Regular.ufo/glyphs/r.glif @@ -1,5 +1,5 @@ - + @@ -25,9 +25,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/racute.glif b/source/Hack-Regular.ufo/glyphs/racute.glif index 8521e4f97..cb7ed92dd 100644 --- a/source/Hack-Regular.ufo/glyphs/racute.glif +++ b/source/Hack-Regular.ufo/glyphs/racute.glif @@ -1,5 +1,5 @@ - + @@ -15,17 +15,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/radical.glif b/source/Hack-Regular.ufo/glyphs/radical.glif index 57cfb03dc..11b800389 100644 --- a/source/Hack-Regular.ufo/glyphs/radical.glif +++ b/source/Hack-Regular.ufo/glyphs/radical.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/rcaron.glif b/source/Hack-Regular.ufo/glyphs/rcaron.glif index 4be26d40a..4e435bf2b 100644 --- a/source/Hack-Regular.ufo/glyphs/rcaron.glif +++ b/source/Hack-Regular.ufo/glyphs/rcaron.glif @@ -1,5 +1,5 @@ - + @@ -18,17 +18,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/reflexsubset.glif b/source/Hack-Regular.ufo/glyphs/reflexsubset.glif index 94df8e7ca..35ce6b628 100644 --- a/source/Hack-Regular.ufo/glyphs/reflexsubset.glif +++ b/source/Hack-Regular.ufo/glyphs/reflexsubset.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/reflexsuperset.glif b/source/Hack-Regular.ufo/glyphs/reflexsuperset.glif index 6659c78ec..3fd28e63a 100644 --- a/source/Hack-Regular.ufo/glyphs/reflexsuperset.glif +++ b/source/Hack-Regular.ufo/glyphs/reflexsuperset.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/registered.glif b/source/Hack-Regular.ufo/glyphs/registered.glif index f667cacb5..3b2b6f6c5 100644 --- a/source/Hack-Regular.ufo/glyphs/registered.glif +++ b/source/Hack-Regular.ufo/glyphs/registered.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -102,13 +102,13 @@ - + - + @@ -141,13 +141,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/revlogicalnot.glif b/source/Hack-Regular.ufo/glyphs/revlogicalnot.glif index f4b23ea54..05d28b867 100644 --- a/source/Hack-Regular.ufo/glyphs/revlogicalnot.glif +++ b/source/Hack-Regular.ufo/glyphs/revlogicalnot.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/rho.glif b/source/Hack-Regular.ufo/glyphs/rho.glif index 6e192d707..16c663c7f 100644 --- a/source/Hack-Regular.ufo/glyphs/rho.glif +++ b/source/Hack-Regular.ufo/glyphs/rho.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -21,16 +21,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ring.glif b/source/Hack-Regular.ufo/glyphs/ring.glif index 7765ac74e..eaf104b78 100644 --- a/source/Hack-Regular.ufo/glyphs/ring.glif +++ b/source/Hack-Regular.ufo/glyphs/ring.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,19 +30,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/rtblock.glif b/source/Hack-Regular.ufo/glyphs/rtblock.glif index 992039b74..47a5058d3 100644 --- a/source/Hack-Regular.ufo/glyphs/rtblock.glif +++ b/source/Hack-Regular.ufo/glyphs/rtblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ruble.glif b/source/Hack-Regular.ufo/glyphs/ruble.glif index cd7540ec7..85f8cd3ac 100644 --- a/source/Hack-Regular.ufo/glyphs/ruble.glif +++ b/source/Hack-Regular.ufo/glyphs/ruble.glif @@ -1,12 +1,12 @@ - + - + @@ -26,16 +26,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/s.glif b/source/Hack-Regular.ufo/glyphs/s.glif index a0427578a..f67d5bc8a 100644 --- a/source/Hack-Regular.ufo/glyphs/s.glif +++ b/source/Hack-Regular.ufo/glyphs/s.glif @@ -1,5 +1,5 @@ - + @@ -47,9 +47,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/sacute.glif b/source/Hack-Regular.ufo/glyphs/sacute.glif index c1cbd0615..6ec0d38d9 100644 --- a/source/Hack-Regular.ufo/glyphs/sacute.glif +++ b/source/Hack-Regular.ufo/glyphs/sacute.glif @@ -1,5 +1,5 @@ - + @@ -10,17 +10,17 @@ - + - + - + @@ -28,20 +28,20 @@ - + - + - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/scaron.glif b/source/Hack-Regular.ufo/glyphs/scaron.glif index d05f32631..6e7d61e3d 100644 --- a/source/Hack-Regular.ufo/glyphs/scaron.glif +++ b/source/Hack-Regular.ufo/glyphs/scaron.glif @@ -1,5 +1,5 @@ - + @@ -13,26 +13,26 @@ - + - + - + - + - + @@ -43,13 +43,13 @@ - + - + @@ -62,7 +62,7 @@ - + @@ -78,7 +78,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/scedilla.glif b/source/Hack-Regular.ufo/glyphs/scedilla.glif index fcbac57a6..088d1b2c8 100644 --- a/source/Hack-Regular.ufo/glyphs/scedilla.glif +++ b/source/Hack-Regular.ufo/glyphs/scedilla.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,23 +19,23 @@ - + - + - + - + @@ -64,7 +64,7 @@ - + @@ -75,16 +75,16 @@ - + - + - + @@ -94,7 +94,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/scircumflex.glif b/source/Hack-Regular.ufo/glyphs/scircumflex.glif index fe12f84bf..fbe47be50 100644 --- a/source/Hack-Regular.ufo/glyphs/scircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/scircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/second.glif b/source/Hack-Regular.ufo/glyphs/second.glif index 8bf5957fc..e67272ee8 100644 --- a/source/Hack-Regular.ufo/glyphs/second.glif +++ b/source/Hack-Regular.ufo/glyphs/second.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/section.glif b/source/Hack-Regular.ufo/glyphs/section.glif index e8167f178..bcae30238 100644 --- a/source/Hack-Regular.ufo/glyphs/section.glif +++ b/source/Hack-Regular.ufo/glyphs/section.glif @@ -1,10 +1,10 @@ - + - + @@ -14,13 +14,13 @@ - + - + @@ -30,7 +30,7 @@ - + @@ -42,29 +42,29 @@ - + - + - + - + - + @@ -74,7 +74,7 @@ - + @@ -86,7 +86,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -112,7 +112,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/semicolon.glif b/source/Hack-Regular.ufo/glyphs/semicolon.glif index 5accdabec..bd34ff9f3 100644 --- a/source/Hack-Regular.ufo/glyphs/semicolon.glif +++ b/source/Hack-Regular.ufo/glyphs/semicolon.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -36,7 +36,7 @@ - + @@ -45,16 +45,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/seven.glif b/source/Hack-Regular.ufo/glyphs/seven.glif index 684b57118..3d233f546 100644 --- a/source/Hack-Regular.ufo/glyphs/seven.glif +++ b/source/Hack-Regular.ufo/glyphs/seven.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/seven.subs.glif b/source/Hack-Regular.ufo/glyphs/seven.subs.glif index 8fe1b2cd3..7e0a93b07 100644 --- a/source/Hack-Regular.ufo/glyphs/seven.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/seven.subs.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/seveneighths.glif b/source/Hack-Regular.ufo/glyphs/seveneighths.glif index 522f4d39e..9188ee090 100644 --- a/source/Hack-Regular.ufo/glyphs/seveneighths.glif +++ b/source/Hack-Regular.ufo/glyphs/seveneighths.glif @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ - + @@ -28,10 +28,10 @@ - + - + @@ -40,32 +40,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/shade.glif b/source/Hack-Regular.ufo/glyphs/shade.glif index edf408aa9..9b35592e0 100644 --- a/source/Hack-Regular.ufo/glyphs/shade.glif +++ b/source/Hack-Regular.ufo/glyphs/shade.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/sigma.glif b/source/Hack-Regular.ufo/glyphs/sigma.glif index 34f1c4738..b1b28d240 100644 --- a/source/Hack-Regular.ufo/glyphs/sigma.glif +++ b/source/Hack-Regular.ufo/glyphs/sigma.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/similar.glif b/source/Hack-Regular.ufo/glyphs/similar.glif index 888b15b1b..a3375a052 100644 --- a/source/Hack-Regular.ufo/glyphs/similar.glif +++ b/source/Hack-Regular.ufo/glyphs/similar.glif @@ -1,5 +1,5 @@ - + @@ -7,28 +7,28 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/six.glif b/source/Hack-Regular.ufo/glyphs/six.glif index c51469430..4f318524c 100644 --- a/source/Hack-Regular.ufo/glyphs/six.glif +++ b/source/Hack-Regular.ufo/glyphs/six.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -26,7 +26,7 @@ - + @@ -38,33 +38,33 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/six.subs.glif b/source/Hack-Regular.ufo/glyphs/six.subs.glif index 3dbade7f8..c177bbb74 100644 --- a/source/Hack-Regular.ufo/glyphs/six.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/six.subs.glif @@ -1,45 +1,45 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/slash.glif b/source/Hack-Regular.ufo/glyphs/slash.glif index b1bd31785..eb96ac9fd 100644 --- a/source/Hack-Regular.ufo/glyphs/slash.glif +++ b/source/Hack-Regular.ufo/glyphs/slash.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/space.glif b/source/Hack-Regular.ufo/glyphs/space.glif index 6b1fa9261..13665e890 100644 --- a/source/Hack-Regular.ufo/glyphs/space.glif +++ b/source/Hack-Regular.ufo/glyphs/space.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/sterling.glif b/source/Hack-Regular.ufo/glyphs/sterling.glif index 73fab650b..ecf579701 100644 --- a/source/Hack-Regular.ufo/glyphs/sterling.glif +++ b/source/Hack-Regular.ufo/glyphs/sterling.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -29,13 +29,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/suchthat.glif b/source/Hack-Regular.ufo/glyphs/suchthat.glif index 5e8754a96..6a95eb798 100644 --- a/source/Hack-Regular.ufo/glyphs/suchthat.glif +++ b/source/Hack-Regular.ufo/glyphs/suchthat.glif @@ -1,5 +1,5 @@ - + @@ -20,10 +20,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/summation.glif b/source/Hack-Regular.ufo/glyphs/summation.glif index c8abb7c0c..80c2d4267 100644 --- a/source/Hack-Regular.ufo/glyphs/summation.glif +++ b/source/Hack-Regular.ufo/glyphs/summation.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/t.glif b/source/Hack-Regular.ufo/glyphs/t.glif index 80ab218c4..628df388e 100644 --- a/source/Hack-Regular.ufo/glyphs/t.glif +++ b/source/Hack-Regular.ufo/glyphs/t.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/tau.glif b/source/Hack-Regular.ufo/glyphs/tau.glif index aa0e04568..f89452d7f 100644 --- a/source/Hack-Regular.ufo/glyphs/tau.glif +++ b/source/Hack-Regular.ufo/glyphs/tau.glif @@ -1,26 +1,26 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/tbar.glif b/source/Hack-Regular.ufo/glyphs/tbar.glif index 47a546e8c..30d759d47 100644 --- a/source/Hack-Regular.ufo/glyphs/tbar.glif +++ b/source/Hack-Regular.ufo/glyphs/tbar.glif @@ -1,13 +1,13 @@ - + - + - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/tcaron.glif b/source/Hack-Regular.ufo/glyphs/tcaron.glif index dc510c28c..d18dd83e6 100644 --- a/source/Hack-Regular.ufo/glyphs/tcaron.glif +++ b/source/Hack-Regular.ufo/glyphs/tcaron.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + @@ -27,13 +27,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/therefore.glif b/source/Hack-Regular.ufo/glyphs/therefore.glif index d8f51a54e..06ef15899 100644 --- a/source/Hack-Regular.ufo/glyphs/therefore.glif +++ b/source/Hack-Regular.ufo/glyphs/therefore.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/theta.glif b/source/Hack-Regular.ufo/glyphs/theta.glif index 214b5e15f..bb5b3cebb 100644 --- a/source/Hack-Regular.ufo/glyphs/theta.glif +++ b/source/Hack-Regular.ufo/glyphs/theta.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -21,13 +21,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/thorn.glif b/source/Hack-Regular.ufo/glyphs/thorn.glif index acf8ce7c6..db70e24e6 100644 --- a/source/Hack-Regular.ufo/glyphs/thorn.glif +++ b/source/Hack-Regular.ufo/glyphs/thorn.glif @@ -1,5 +1,5 @@ - + @@ -9,16 +9,16 @@ - + - + - + @@ -29,19 +29,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/three.glif b/source/Hack-Regular.ufo/glyphs/three.glif index aaad8b82a..d54f1e618 100644 --- a/source/Hack-Regular.ufo/glyphs/three.glif +++ b/source/Hack-Regular.ufo/glyphs/three.glif @@ -1,10 +1,10 @@ - + - + @@ -17,34 +17,34 @@ - + - + - + - + - + - + - + @@ -57,13 +57,13 @@ - + - + - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/three.subs.glif b/source/Hack-Regular.ufo/glyphs/three.subs.glif index 8c9952c20..6c577a91c 100644 --- a/source/Hack-Regular.ufo/glyphs/three.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/three.subs.glif @@ -1,38 +1,38 @@ - + - + - + - + - + - + - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/threeeighths.glif b/source/Hack-Regular.ufo/glyphs/threeeighths.glif index 09fbe2a3c..cc19c44be 100644 --- a/source/Hack-Regular.ufo/glyphs/threeeighths.glif +++ b/source/Hack-Regular.ufo/glyphs/threeeighths.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + @@ -53,7 +53,7 @@ - + @@ -62,10 +62,10 @@ - + - + @@ -74,35 +74,35 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/threequarters.glif b/source/Hack-Regular.ufo/glyphs/threequarters.glif index f85971c92..76e9d766d 100644 --- a/source/Hack-Regular.ufo/glyphs/threequarters.glif +++ b/source/Hack-Regular.ufo/glyphs/threequarters.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -29,22 +29,22 @@ - + - + - + - + @@ -57,7 +57,7 @@ - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/tilde.glif b/source/Hack-Regular.ufo/glyphs/tilde.glif index 17a290fd4..ecc041475 100644 --- a/source/Hack-Regular.ufo/glyphs/tilde.glif +++ b/source/Hack-Regular.ufo/glyphs/tilde.glif @@ -1,10 +1,10 @@ - + - + @@ -23,7 +23,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/tildecomb.glif b/source/Hack-Regular.ufo/glyphs/tildecomb.glif index d2da71e70..7a4d7efca 100644 --- a/source/Hack-Regular.ufo/glyphs/tildecomb.glif +++ b/source/Hack-Regular.ufo/glyphs/tildecomb.glif @@ -1,6 +1,5 @@ - - + @@ -18,7 +17,7 @@ - + @@ -35,7 +34,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/tonos.glif b/source/Hack-Regular.ufo/glyphs/tonos.glif index 8c60bb154..88f6f906c 100644 --- a/source/Hack-Regular.ufo/glyphs/tonos.glif +++ b/source/Hack-Regular.ufo/glyphs/tonos.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/trademark.glif b/source/Hack-Regular.ufo/glyphs/trademark.glif index 4f4f3e77c..e8a9895d9 100644 --- a/source/Hack-Regular.ufo/glyphs/trademark.glif +++ b/source/Hack-Regular.ufo/glyphs/trademark.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/triagdn.glif b/source/Hack-Regular.ufo/glyphs/triagdn.glif index ae62ad357..4964145af 100644 --- a/source/Hack-Regular.ufo/glyphs/triagdn.glif +++ b/source/Hack-Regular.ufo/glyphs/triagdn.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/triaglf.glif b/source/Hack-Regular.ufo/glyphs/triaglf.glif index 5b464644c..a9eecf67b 100644 --- a/source/Hack-Regular.ufo/glyphs/triaglf.glif +++ b/source/Hack-Regular.ufo/glyphs/triaglf.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/triagrt.glif b/source/Hack-Regular.ufo/glyphs/triagrt.glif index 4fa9ebf0a..76cd2a61c 100644 --- a/source/Hack-Regular.ufo/glyphs/triagrt.glif +++ b/source/Hack-Regular.ufo/glyphs/triagrt.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/triagup.glif b/source/Hack-Regular.ufo/glyphs/triagup.glif index 8b827d704..6a5b3fba1 100644 --- a/source/Hack-Regular.ufo/glyphs/triagup.glif +++ b/source/Hack-Regular.ufo/glyphs/triagup.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/two.glif b/source/Hack-Regular.ufo/glyphs/two.glif index 0023dbc84..998e22537 100644 --- a/source/Hack-Regular.ufo/glyphs/two.glif +++ b/source/Hack-Regular.ufo/glyphs/two.glif @@ -1,10 +1,10 @@ - + - + @@ -19,13 +19,13 @@ - + - + @@ -35,13 +35,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/two.subs.glif b/source/Hack-Regular.ufo/glyphs/two.subs.glif index 5b9ba83d1..57cd68e1b 100644 --- a/source/Hack-Regular.ufo/glyphs/two.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/two.subs.glif @@ -1,5 +1,5 @@ - + @@ -10,20 +10,20 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/twodotenleader.glif b/source/Hack-Regular.ufo/glyphs/twodotenleader.glif index 9e91f1891..24cee1583 100644 --- a/source/Hack-Regular.ufo/glyphs/twodotenleader.glif +++ b/source/Hack-Regular.ufo/glyphs/twodotenleader.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/u.glif b/source/Hack-Regular.ufo/glyphs/u.glif index b9e3b5f68..55ddf72f2 100644 --- a/source/Hack-Regular.ufo/glyphs/u.glif +++ b/source/Hack-Regular.ufo/glyphs/u.glif @@ -1,5 +1,5 @@ - + @@ -27,9 +27,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/uacute.glif b/source/Hack-Regular.ufo/glyphs/uacute.glif index ebab1c86a..ed68cfb33 100644 --- a/source/Hack-Regular.ufo/glyphs/uacute.glif +++ b/source/Hack-Regular.ufo/glyphs/uacute.glif @@ -1,5 +1,5 @@ - + @@ -10,28 +10,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ubreve.glif b/source/Hack-Regular.ufo/glyphs/ubreve.glif index e83391c21..ac5b1f7fd 100644 --- a/source/Hack-Regular.ufo/glyphs/ubreve.glif +++ b/source/Hack-Regular.ufo/glyphs/ubreve.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ucircumflex.glif b/source/Hack-Regular.ufo/glyphs/ucircumflex.glif index 972c8d7d3..cd5200896 100644 --- a/source/Hack-Regular.ufo/glyphs/ucircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/ucircumflex.glif @@ -1,5 +1,5 @@ - + @@ -13,28 +13,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/udieresis.glif b/source/Hack-Regular.ufo/glyphs/udieresis.glif index b22b51c6a..69a68a99e 100644 --- a/source/Hack-Regular.ufo/glyphs/udieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/udieresis.glif @@ -1,67 +1,67 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/ugrave.glif b/source/Hack-Regular.ufo/glyphs/ugrave.glif index 742240070..0e36fc008 100644 --- a/source/Hack-Regular.ufo/glyphs/ugrave.glif +++ b/source/Hack-Regular.ufo/glyphs/ugrave.glif @@ -1,5 +1,5 @@ - + @@ -10,28 +10,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uhorn.glif b/source/Hack-Regular.ufo/glyphs/uhorn.glif index 50df94c41..cb80c1899 100644 --- a/source/Hack-Regular.ufo/glyphs/uhorn.glif +++ b/source/Hack-Regular.ufo/glyphs/uhorn.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -19,28 +19,28 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uhungarumlaut.glif b/source/Hack-Regular.ufo/glyphs/uhungarumlaut.glif index 672238cc6..2b2fe1f10 100644 --- a/source/Hack-Regular.ufo/glyphs/uhungarumlaut.glif +++ b/source/Hack-Regular.ufo/glyphs/uhungarumlaut.glif @@ -1,5 +1,5 @@ - + @@ -16,19 +16,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/umacron.glif b/source/Hack-Regular.ufo/glyphs/umacron.glif index 85a5247d6..62b36a798 100644 --- a/source/Hack-Regular.ufo/glyphs/umacron.glif +++ b/source/Hack-Regular.ufo/glyphs/umacron.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/underscore.glif b/source/Hack-Regular.ufo/glyphs/underscore.glif index 4decaee4e..a39b21d09 100644 --- a/source/Hack-Regular.ufo/glyphs/underscore.glif +++ b/source/Hack-Regular.ufo/glyphs/underscore.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/underscoredbl.glif b/source/Hack-Regular.ufo/glyphs/underscoredbl.glif index 63850617e..afc94109a 100644 --- a/source/Hack-Regular.ufo/glyphs/underscoredbl.glif +++ b/source/Hack-Regular.ufo/glyphs/underscoredbl.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni00A_0.glif b/source/Hack-Regular.ufo/glyphs/uni00A_0.glif index c0979d094..a4b993919 100644 --- a/source/Hack-Regular.ufo/glyphs/uni00A_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni00A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni00A_D_.glif b/source/Hack-Regular.ufo/glyphs/uni00A_D_.glif index 0254fe42b..31f65ec19 100644 --- a/source/Hack-Regular.ufo/glyphs/uni00A_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni00A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni00B_2.glif b/source/Hack-Regular.ufo/glyphs/uni00B_2.glif index ee2f38341..6ef9c90a6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni00B_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni00B_2.glif @@ -1,5 +1,5 @@ - + @@ -11,10 +11,10 @@ - + - + @@ -27,13 +27,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni00B_3.glif b/source/Hack-Regular.ufo/glyphs/uni00B_3.glif index 36a226248..b4d721d40 100644 --- a/source/Hack-Regular.ufo/glyphs/uni00B_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni00B_3.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + @@ -29,22 +29,22 @@ - + - + - + - + @@ -57,7 +57,7 @@ - + @@ -75,7 +75,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni00B_5.glif b/source/Hack-Regular.ufo/glyphs/uni00B_5.glif index 528f3535c..c94936022 100644 --- a/source/Hack-Regular.ufo/glyphs/uni00B_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni00B_5.glif @@ -1,5 +1,5 @@ - + @@ -12,22 +12,22 @@ - + - + - + - + @@ -40,7 +40,7 @@ - + @@ -52,7 +52,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni00B_9.glif b/source/Hack-Regular.ufo/glyphs/uni00B_9.glif index 71411f6ed..ae945b4ce 100644 --- a/source/Hack-Regular.ufo/glyphs/uni00B_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni00B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0122.glif b/source/Hack-Regular.ufo/glyphs/uni0122.glif index ac2cc9435..b308cdfcc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0122.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0122.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0123.glif b/source/Hack-Regular.ufo/glyphs/uni0123.glif index d4097143d..4c84c39d5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0123.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0123.glif @@ -1,5 +1,5 @@ - + @@ -10,47 +10,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0136.glif b/source/Hack-Regular.ufo/glyphs/uni0136.glif index 3c6c54d32..a87d99d48 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0136.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0136.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0137.glif b/source/Hack-Regular.ufo/glyphs/uni0137.glif index 6f504c65d..2860afe08 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0137.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0137.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni013B_.glif b/source/Hack-Regular.ufo/glyphs/uni013B_.glif index db9dec656..0a6fbe54c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni013B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni013B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni013C_.glif b/source/Hack-Regular.ufo/glyphs/uni013C_.glif index 3e0090fd5..9c04565fc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni013C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni013C_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,7 +15,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0145.glif b/source/Hack-Regular.ufo/glyphs/uni0145.glif index 82ad96f3f..c940e6836 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0145.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0145.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0146.glif b/source/Hack-Regular.ufo/glyphs/uni0146.glif index 017f93d35..661753f37 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0146.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0146.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0156.glif b/source/Hack-Regular.ufo/glyphs/uni0156.glif index 0ea615e59..4e4b67360 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0156.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0156.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -20,19 +20,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0157.glif b/source/Hack-Regular.ufo/glyphs/uni0157.glif index e0389afe8..68e124c1a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0157.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0157.glif @@ -1,5 +1,5 @@ - + @@ -9,17 +9,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0162.glif b/source/Hack-Regular.ufo/glyphs/uni0162.glif index ca2aafc74..4cf8b2fba 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0162.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0162.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0163.glif b/source/Hack-Regular.ufo/glyphs/uni0163.glif index c1c8ab335..fd8dea946 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0163.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0163.glif @@ -1,5 +1,5 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni01A_4.glif b/source/Hack-Regular.ufo/glyphs/uni01A_4.glif index 3e11dd7a5..3cc65ac93 100644 --- a/source/Hack-Regular.ufo/glyphs/uni01A_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni01A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0218.glif b/source/Hack-Regular.ufo/glyphs/uni0218.glif index ea69fa576..ce07a8a93 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0218.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0218.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0219.glif b/source/Hack-Regular.ufo/glyphs/uni0219.glif index 9eccb5668..706ccf529 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0219.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0219.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -22,20 +22,20 @@ - + - + - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni021A_.glif b/source/Hack-Regular.ufo/glyphs/uni021A_.glif index 9f7f4c1bd..f0aee3a0e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni021A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni021A_.glif @@ -1,5 +1,5 @@ - + @@ -8,20 +8,20 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni021B_.glif b/source/Hack-Regular.ufo/glyphs/uni021B_.glif index 04208c1a0..abf125994 100644 --- a/source/Hack-Regular.ufo/glyphs/uni021B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni021B_.glif @@ -1,45 +1,45 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0394.glif b/source/Hack-Regular.ufo/glyphs/uni0394.glif index 4425cfe1c..1ce7628ea 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0394.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0394.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni03A_9.glif b/source/Hack-Regular.ufo/glyphs/uni03A_9.glif index 20fff27ad..16a4b0106 100644 --- a/source/Hack-Regular.ufo/glyphs/uni03A_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni03A_9.glif @@ -1,5 +1,5 @@ - + @@ -11,19 +11,19 @@ - + - + - + - + @@ -39,19 +39,19 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni03B_C_.glif b/source/Hack-Regular.ufo/glyphs/uni03B_C_.glif index 5285e2eeb..113141459 100644 --- a/source/Hack-Regular.ufo/glyphs/uni03B_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni03B_C_.glif @@ -1,5 +1,5 @@ - + @@ -9,16 +9,16 @@ - + - + - + - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni03C_2.glif b/source/Hack-Regular.ufo/glyphs/uni03C_2.glif index 06dad9baf..c7fe1e4e0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni03C_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni03C_2.glif @@ -1,5 +1,5 @@ - + @@ -7,32 +7,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni03F_4.glif b/source/Hack-Regular.ufo/glyphs/uni03F_4.glif index 2e6e9b440..dfba47779 100644 --- a/source/Hack-Regular.ufo/glyphs/uni03F_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni03F_4.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -21,13 +21,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni03F_6.glif b/source/Hack-Regular.ufo/glyphs/uni03F_6.glif index 460900847..aae4f62b2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni03F_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni03F_6.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0400.glif b/source/Hack-Regular.ufo/glyphs/uni0400.glif index dcb30207a..dd0cba0e7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0400.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0400.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0401.glif b/source/Hack-Regular.ufo/glyphs/uni0401.glif index 54ae75e3a..cd8ce985a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0401.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0401.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0402.glif b/source/Hack-Regular.ufo/glyphs/uni0402.glif index 13d218df6..5cc524ab7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0402.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0402.glif @@ -1,10 +1,10 @@ - + - + @@ -12,14 +12,14 @@ - + - + - + @@ -46,10 +46,10 @@ - + - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0403.glif b/source/Hack-Regular.ufo/glyphs/uni0403.glif index f56e23305..5c1e678de 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0403.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0403.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0404.glif b/source/Hack-Regular.ufo/glyphs/uni0404.glif index cb86ff49d..7b3638e01 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0404.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0404.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0405.glif b/source/Hack-Regular.ufo/glyphs/uni0405.glif index da37eef85..b58344591 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0405.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0405.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0406.glif b/source/Hack-Regular.ufo/glyphs/uni0406.glif index d8321331a..8a413e6fc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0406.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0406.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0407.glif b/source/Hack-Regular.ufo/glyphs/uni0407.glif index f6439365e..678109bb2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0407.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0407.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + diff --git a/source/Hack-Regular.ufo/glyphs/uni0408.glif b/source/Hack-Regular.ufo/glyphs/uni0408.glif index 61e5af9bc..61124d053 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0408.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0408.glif @@ -1,25 +1,25 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0409.glif b/source/Hack-Regular.ufo/glyphs/uni0409.glif index 4afd86359..e4bd1cf2d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0409.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0409.glif @@ -1,5 +1,5 @@ - + @@ -10,17 +10,17 @@ - + - + - + - + @@ -34,13 +34,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni040A_.glif b/source/Hack-Regular.ufo/glyphs/uni040A_.glif index f6c962205..44cee3991 100644 --- a/source/Hack-Regular.ufo/glyphs/uni040A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni040A_.glif @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ - + - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni040B_.glif b/source/Hack-Regular.ufo/glyphs/uni040B_.glif index 0686724c2..d6b59d87b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni040B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni040B_.glif @@ -1,5 +1,5 @@ - + @@ -19,10 +19,10 @@ - + - + @@ -37,7 +37,7 @@ - + @@ -46,7 +46,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni040C_.glif b/source/Hack-Regular.ufo/glyphs/uni040C_.glif index fb52a258f..3a98bb847 100644 --- a/source/Hack-Regular.ufo/glyphs/uni040C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni040C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni040D_.glif b/source/Hack-Regular.ufo/glyphs/uni040D_.glif index d131d4b9e..8ff43050c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni040D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni040D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni040E_.glif b/source/Hack-Regular.ufo/glyphs/uni040E_.glif index ce678f93b..dbfceab8e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni040E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni040E_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -36,10 +36,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni040F_.glif b/source/Hack-Regular.ufo/glyphs/uni040F_.glif index bca521d65..770468572 100644 --- a/source/Hack-Regular.ufo/glyphs/uni040F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni040F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0410.glif b/source/Hack-Regular.ufo/glyphs/uni0410.glif index b78e6c4d5..c399c6b9a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0410.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0410.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0411.glif b/source/Hack-Regular.ufo/glyphs/uni0411.glif index cdf440130..be6ad3a5e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0411.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0411.glif @@ -1,5 +1,5 @@ - + @@ -15,20 +15,20 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0412.glif b/source/Hack-Regular.ufo/glyphs/uni0412.glif index d8e7083de..71cd4627f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0412.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0412.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0413.glif b/source/Hack-Regular.ufo/glyphs/uni0413.glif index a995bed70..bbf2bbb59 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0413.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0413.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0414.glif b/source/Hack-Regular.ufo/glyphs/uni0414.glif index f3a76e8fb..d4e7d8b3a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0414.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0414.glif @@ -1,14 +1,14 @@ - + - + - + @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0415.glif b/source/Hack-Regular.ufo/glyphs/uni0415.glif index 74d2989f9..a7976af27 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0415.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0415.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0416.glif b/source/Hack-Regular.ufo/glyphs/uni0416.glif index 601a1e7ad..148bf4ee4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0416.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0416.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0417.glif b/source/Hack-Regular.ufo/glyphs/uni0417.glif index 63e6ea34d..dca95cfb2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0417.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0417.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0418.glif b/source/Hack-Regular.ufo/glyphs/uni0418.glif index 2903755eb..0f287f93d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0418.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0418.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0419.glif b/source/Hack-Regular.ufo/glyphs/uni0419.glif index 564de6acf..6860d9f6e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0419.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0419.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni041A_.glif b/source/Hack-Regular.ufo/glyphs/uni041A_.glif index 94af4f9df..d93aff1e1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni041A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni041A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni041B_.glif b/source/Hack-Regular.ufo/glyphs/uni041B_.glif index b283a29c9..770ab1a25 100644 --- a/source/Hack-Regular.ufo/glyphs/uni041B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni041B_.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni041C_.glif b/source/Hack-Regular.ufo/glyphs/uni041C_.glif index 9e7bce47f..98ad5628f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni041C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni041C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni041D_.glif b/source/Hack-Regular.ufo/glyphs/uni041D_.glif index cfb306406..c57808c3e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni041D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni041D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni041E_.glif b/source/Hack-Regular.ufo/glyphs/uni041E_.glif index 6d5b41f1c..40c61b1dd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni041E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni041E_.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni041F_.glif b/source/Hack-Regular.ufo/glyphs/uni041F_.glif index 131f7c5ce..a01d9fd5f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni041F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni041F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0420.glif b/source/Hack-Regular.ufo/glyphs/uni0420.glif index 54f35f938..cc47923ba 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0420.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0420.glif @@ -1,5 +1,5 @@ - + @@ -8,22 +8,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0421.glif b/source/Hack-Regular.ufo/glyphs/uni0421.glif index 34f13df00..297c56d24 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0421.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0421.glif @@ -1,10 +1,10 @@ - + - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0422.glif b/source/Hack-Regular.ufo/glyphs/uni0422.glif index eca262a0c..425924e82 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0422.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0422.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0423.glif b/source/Hack-Regular.ufo/glyphs/uni0423.glif index 47a30f1d2..49b163363 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0423.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0423.glif @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0424.glif b/source/Hack-Regular.ufo/glyphs/uni0424.glif index d95dc192c..816e4e821 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0424.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0424.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0425.glif b/source/Hack-Regular.ufo/glyphs/uni0425.glif index 313a83aa1..101978f43 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0425.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0425.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0426.glif b/source/Hack-Regular.ufo/glyphs/uni0426.glif index 861f4cd94..2b955b28d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0426.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0426.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0427.glif b/source/Hack-Regular.ufo/glyphs/uni0427.glif index e1cb0b85b..d95d18348 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0427.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0427.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0428.glif b/source/Hack-Regular.ufo/glyphs/uni0428.glif index 5c1bc63cf..3c8131f45 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0428.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0428.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0429.glif b/source/Hack-Regular.ufo/glyphs/uni0429.glif index 0b8fe91f6..402927156 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0429.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0429.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni042A_.glif b/source/Hack-Regular.ufo/glyphs/uni042A_.glif index 0b87e9214..cf57ec402 100644 --- a/source/Hack-Regular.ufo/glyphs/uni042A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni042A_.glif @@ -1,5 +1,5 @@ - + @@ -9,23 +9,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni042B_.glif b/source/Hack-Regular.ufo/glyphs/uni042B_.glif index 8adea602e..1b6edfc23 100644 --- a/source/Hack-Regular.ufo/glyphs/uni042B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni042B_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + - + @@ -23,13 +23,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni042C_.glif b/source/Hack-Regular.ufo/glyphs/uni042C_.glif index 484f78975..43f2dca25 100644 --- a/source/Hack-Regular.ufo/glyphs/uni042C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni042C_.glif @@ -1,5 +1,5 @@ - + @@ -7,23 +7,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni042D_.glif b/source/Hack-Regular.ufo/glyphs/uni042D_.glif index 4f96d7353..5ab2721ad 100644 --- a/source/Hack-Regular.ufo/glyphs/uni042D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni042D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,17 +20,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni042E_.glif b/source/Hack-Regular.ufo/glyphs/uni042E_.glif index 88eed5605..33af1e739 100644 --- a/source/Hack-Regular.ufo/glyphs/uni042E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni042E_.glif @@ -1,10 +1,10 @@ - + - + @@ -17,33 +17,33 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni042F_.glif b/source/Hack-Regular.ufo/glyphs/uni042F_.glif index db6866428..6a432d928 100644 --- a/source/Hack-Regular.ufo/glyphs/uni042F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni042F_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0430.glif b/source/Hack-Regular.ufo/glyphs/uni0430.glif index 7c076eb95..15182cd08 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0430.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0430.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,7 +24,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -49,11 +49,11 @@ - + - + @@ -74,13 +74,13 @@ - + - + @@ -88,7 +88,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0431.glif b/source/Hack-Regular.ufo/glyphs/uni0431.glif index 33a1e629c..a308aec7a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0431.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0431.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -44,24 +44,24 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0432.glif b/source/Hack-Regular.ufo/glyphs/uni0432.glif index 4edf58236..c3d839f98 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0432.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0432.glif @@ -1,5 +1,5 @@ - + @@ -8,37 +8,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0433.glif b/source/Hack-Regular.ufo/glyphs/uni0433.glif index 7d7c78ea3..8e653ed9c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0433.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0433.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0434.glif b/source/Hack-Regular.ufo/glyphs/uni0434.glif index 40f910deb..fa99e5309 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0434.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0434.glif @@ -1,14 +1,14 @@ - + - + - + @@ -27,7 +27,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0435.glif b/source/Hack-Regular.ufo/glyphs/uni0435.glif index 019c0cb17..ef186d142 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0435.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0435.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0436.glif b/source/Hack-Regular.ufo/glyphs/uni0436.glif index ffd410b6a..a8a938fd6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0436.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0436.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0437.glif b/source/Hack-Regular.ufo/glyphs/uni0437.glif index 6b121ccc9..bd5116c73 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0437.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0437.glif @@ -1,48 +1,48 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0438.glif b/source/Hack-Regular.ufo/glyphs/uni0438.glif index 46edbe192..169a98775 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0438.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0438.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0439.glif b/source/Hack-Regular.ufo/glyphs/uni0439.glif index 0e8f5f2b1..8bcbaf262 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0439.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0439.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni043A_.glif b/source/Hack-Regular.ufo/glyphs/uni043A_.glif index 77442efb9..9826893ff 100644 --- a/source/Hack-Regular.ufo/glyphs/uni043A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni043A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni043B_.glif b/source/Hack-Regular.ufo/glyphs/uni043B_.glif index abb024716..802c0ec01 100644 --- a/source/Hack-Regular.ufo/glyphs/uni043B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni043B_.glif @@ -1,5 +1,5 @@ - + @@ -11,20 +11,20 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni043C_.glif b/source/Hack-Regular.ufo/glyphs/uni043C_.glif index d59afddd9..7d0fe851d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni043C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni043C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni043D_.glif b/source/Hack-Regular.ufo/glyphs/uni043D_.glif index e12875618..5ab0464b5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni043D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni043D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni043E_.glif b/source/Hack-Regular.ufo/glyphs/uni043E_.glif index 48205d1a4..27d176308 100644 --- a/source/Hack-Regular.ufo/glyphs/uni043E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni043E_.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni043F_.glif b/source/Hack-Regular.ufo/glyphs/uni043F_.glif index 141c97457..04aea60b1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni043F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni043F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0440.glif b/source/Hack-Regular.ufo/glyphs/uni0440.glif index 1000a1479..20b27638a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0440.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0440.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + - + @@ -23,16 +23,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0441.glif b/source/Hack-Regular.ufo/glyphs/uni0441.glif index 21f080352..0471a9c33 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0441.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0441.glif @@ -1,10 +1,10 @@ - + - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0442.glif b/source/Hack-Regular.ufo/glyphs/uni0442.glif index 7fb9e7741..4e0ebfdb5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0442.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0442.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0443.glif b/source/Hack-Regular.ufo/glyphs/uni0443.glif index bbe868618..40ed2c60b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0443.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0443.glif @@ -1,5 +1,5 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0444.glif b/source/Hack-Regular.ufo/glyphs/uni0444.glif index fa1d436f5..eb51e2b27 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0444.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0444.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0445.glif b/source/Hack-Regular.ufo/glyphs/uni0445.glif index 0a671fd3f..b7ac1819c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0445.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0445.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0446.glif b/source/Hack-Regular.ufo/glyphs/uni0446.glif index 1fa388633..3cee3c052 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0446.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0446.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0447.glif b/source/Hack-Regular.ufo/glyphs/uni0447.glif index fc0d8f280..b6b66a006 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0447.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0447.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0448.glif b/source/Hack-Regular.ufo/glyphs/uni0448.glif index 669a8ac4f..2feb456fd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0448.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0448.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0449.glif b/source/Hack-Regular.ufo/glyphs/uni0449.glif index 565686572..0867c53d9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0449.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0449.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni044A_.glif b/source/Hack-Regular.ufo/glyphs/uni044A_.glif index 97b941ca7..36f50c012 100644 --- a/source/Hack-Regular.ufo/glyphs/uni044A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni044A_.glif @@ -1,5 +1,5 @@ - + @@ -9,23 +9,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni044B_.glif b/source/Hack-Regular.ufo/glyphs/uni044B_.glif index d2eb261ef..90cd17f00 100644 --- a/source/Hack-Regular.ufo/glyphs/uni044B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni044B_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + - + @@ -23,13 +23,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni044C_.glif b/source/Hack-Regular.ufo/glyphs/uni044C_.glif index 7148c281e..437e5ebc8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni044C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni044C_.glif @@ -1,5 +1,5 @@ - + @@ -7,23 +7,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni044D_.glif b/source/Hack-Regular.ufo/glyphs/uni044D_.glif index 0cf41ba90..98656de97 100644 --- a/source/Hack-Regular.ufo/glyphs/uni044D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni044D_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,17 +20,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni044E_.glif b/source/Hack-Regular.ufo/glyphs/uni044E_.glif index 1def0e747..e1bfb1fa9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni044E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni044E_.glif @@ -1,10 +1,10 @@ - + - + @@ -17,10 +17,10 @@ - + - + @@ -28,25 +28,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni044F_.glif b/source/Hack-Regular.ufo/glyphs/uni044F_.glif index d634630e7..3cd4dacc5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni044F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni044F_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -25,7 +25,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0450.glif b/source/Hack-Regular.ufo/glyphs/uni0450.glif index d4ccf7129..57ca75dc8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0450.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0450.glif @@ -1,5 +1,5 @@ - + @@ -10,22 +10,22 @@ - + - + - + - + - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0451.glif b/source/Hack-Regular.ufo/glyphs/uni0451.glif index 5d6596895..a00733563 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0451.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0451.glif @@ -1,61 +1,61 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -67,7 +67,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0452.glif b/source/Hack-Regular.ufo/glyphs/uni0452.glif index bc646c550..8f765b54d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0452.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0452.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + @@ -29,10 +29,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0453.glif b/source/Hack-Regular.ufo/glyphs/uni0453.glif index 40e6c20d9..9a3928c83 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0453.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0453.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0454.glif b/source/Hack-Regular.ufo/glyphs/uni0454.glif index 5b8c4e19c..778b8fd86 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0454.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0454.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0455.glif b/source/Hack-Regular.ufo/glyphs/uni0455.glif index bf1bcb25c..96631bf53 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0455.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0455.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -22,20 +22,20 @@ - + - + - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0456.glif b/source/Hack-Regular.ufo/glyphs/uni0456.glif index 4b5821b00..ca7ec4ce8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0456.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0456.glif @@ -1,34 +1,34 @@ - + - + - + - + - - + + - + - + @@ -37,7 +37,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0457.glif b/source/Hack-Regular.ufo/glyphs/uni0457.glif index 2b300434d..eee928f23 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0457.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0457.glif @@ -1,52 +1,52 @@ - + - + - + - + - + - + - + - + - - + + - + - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0458.glif b/source/Hack-Regular.ufo/glyphs/uni0458.glif index e9203d828..bcd11ca6f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0458.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0458.glif @@ -1,22 +1,22 @@ - + - + - + - + - - + + @@ -26,15 +26,15 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0459.glif b/source/Hack-Regular.ufo/glyphs/uni0459.glif index 7e59904ce..9adfffe93 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0459.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0459.glif @@ -1,5 +1,5 @@ - + @@ -11,17 +11,17 @@ - + - + - + - + @@ -32,17 +32,17 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni045A_.glif b/source/Hack-Regular.ufo/glyphs/uni045A_.glif index 7898b1149..6350afac0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni045A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni045A_.glif @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ - + - + @@ -25,13 +25,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni045B_.glif b/source/Hack-Regular.ufo/glyphs/uni045B_.glif index 9f3a2274c..0325a9454 100644 --- a/source/Hack-Regular.ufo/glyphs/uni045B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni045B_.glif @@ -1,5 +1,5 @@ - + @@ -17,7 +17,7 @@ - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni045C_.glif b/source/Hack-Regular.ufo/glyphs/uni045C_.glif index 13f87eb12..c659d0baa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni045C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni045C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni045D_.glif b/source/Hack-Regular.ufo/glyphs/uni045D_.glif index 70df2c2fe..42d93ad65 100644 --- a/source/Hack-Regular.ufo/glyphs/uni045D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni045D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni045E_.glif b/source/Hack-Regular.ufo/glyphs/uni045E_.glif index be877d9b9..2377428dc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni045E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni045E_.glif @@ -1,17 +1,17 @@ - + - + - + @@ -39,10 +39,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni045F_.glif b/source/Hack-Regular.ufo/glyphs/uni045F_.glif index 3d7c9f41e..6e2e11445 100644 --- a/source/Hack-Regular.ufo/glyphs/uni045F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni045F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0462.glif b/source/Hack-Regular.ufo/glyphs/uni0462.glif index ca9e9d846..c760c2e37 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0462.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0462.glif @@ -1,5 +1,5 @@ - + @@ -15,23 +15,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0463.glif b/source/Hack-Regular.ufo/glyphs/uni0463.glif index 2879f5174..67b13e4a9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0463.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0463.glif @@ -1,5 +1,5 @@ - + @@ -15,23 +15,23 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0472.glif b/source/Hack-Regular.ufo/glyphs/uni0472.glif index e216da260..143ea018c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0472.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0472.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -21,13 +21,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0473.glif b/source/Hack-Regular.ufo/glyphs/uni0473.glif index ff7bcdd0d..a70756f5b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0473.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0473.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,13 +24,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0490.glif b/source/Hack-Regular.ufo/glyphs/uni0490.glif index 3902e662d..4eb0b5f1e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0490.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0490.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0491.glif b/source/Hack-Regular.ufo/glyphs/uni0491.glif index 4848093cd..c4799f893 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0491.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0491.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0492.glif b/source/Hack-Regular.ufo/glyphs/uni0492.glif index cc35e05b6..63de97e91 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0492.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0492.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0493.glif b/source/Hack-Regular.ufo/glyphs/uni0493.glif index dd6c9537c..afc94b3ed 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0493.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0493.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0494.glif b/source/Hack-Regular.ufo/glyphs/uni0494.glif index 83e70fd51..ded6f13e7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0494.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0494.glif @@ -1,18 +1,18 @@ - + - + - + - + @@ -21,17 +21,17 @@ - + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0495.glif b/source/Hack-Regular.ufo/glyphs/uni0495.glif index c87517fd1..bdc16c120 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0495.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0495.glif @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -21,14 +21,14 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0496.glif b/source/Hack-Regular.ufo/glyphs/uni0496.glif index ac2ab5a8b..add9381bc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0496.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0496.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0497.glif b/source/Hack-Regular.ufo/glyphs/uni0497.glif index 090257d80..18f90ff78 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0497.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0497.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0498.glif b/source/Hack-Regular.ufo/glyphs/uni0498.glif index 475ffb033..fdf4a520a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0498.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0498.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + @@ -33,32 +33,32 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0499.glif b/source/Hack-Regular.ufo/glyphs/uni0499.glif index 9de242254..3dd72ea93 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0499.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0499.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + @@ -33,32 +33,32 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni049A_.glif b/source/Hack-Regular.ufo/glyphs/uni049A_.glif index 2284ee7ae..9904a3151 100644 --- a/source/Hack-Regular.ufo/glyphs/uni049A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni049A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni049B_.glif b/source/Hack-Regular.ufo/glyphs/uni049B_.glif index c6a5231a9..bf613ad5b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni049B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni049B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_2.glif b/source/Hack-Regular.ufo/glyphs/uni04A_2.glif index bfee4511b..e3a188cb7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_3.glif b/source/Hack-Regular.ufo/glyphs/uni04A_3.glif index 1e262f2a6..592611fe0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_4.glif b/source/Hack-Regular.ufo/glyphs/uni04A_4.glif index b47066396..ecea70a14 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_5.glif b/source/Hack-Regular.ufo/glyphs/uni04A_5.glif index e31d761da..25b30d8d3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_A_.glif b/source/Hack-Regular.ufo/glyphs/uni04A_A_.glif index b24ad6fc1..e3d97c204 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_A_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,29 +20,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_B_.glif b/source/Hack-Regular.ufo/glyphs/uni04A_B_.glif index f36bae536..93f85cd7c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_B_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -20,29 +20,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_C_.glif b/source/Hack-Regular.ufo/glyphs/uni04A_C_.glif index 084fad34a..684baf33d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_D_.glif b/source/Hack-Regular.ufo/glyphs/uni04A_D_.glif index 679698419..66da5c8f3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_E_.glif b/source/Hack-Regular.ufo/glyphs/uni04A_E_.glif index d6caf6c7b..e6ecd3c47 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04A_F_.glif b/source/Hack-Regular.ufo/glyphs/uni04A_F_.glif index b125ea275..0f6043b1b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04A_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04B_0.glif b/source/Hack-Regular.ufo/glyphs/uni04B_0.glif index 5152dac5f..1b1223a1b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04B_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04B_1.glif b/source/Hack-Regular.ufo/glyphs/uni04B_1.glif index b6ed131c9..3fa530e49 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04B_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04B_2.glif b/source/Hack-Regular.ufo/glyphs/uni04B_2.glif index 0cf7ce229..9bd2f8193 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04B_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04B_3.glif b/source/Hack-Regular.ufo/glyphs/uni04B_3.glif index 700342f45..79ab673dc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04B_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04B_A_.glif b/source/Hack-Regular.ufo/glyphs/uni04B_A_.glif index 6cda60d87..76bb9df59 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04B_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04B_A_.glif @@ -1,5 +1,5 @@ - + @@ -29,7 +29,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04B_B_.glif b/source/Hack-Regular.ufo/glyphs/uni04B_B_.glif index 5c03f60e8..5b1539240 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04B_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04B_B_.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_0.glif b/source/Hack-Regular.ufo/glyphs/uni04C_0.glif index 7e92a31c4..94ee7bdb2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_1.glif b/source/Hack-Regular.ufo/glyphs/uni04C_1.glif index c3c4f9db4..f83c5d560 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_1.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_2.glif b/source/Hack-Regular.ufo/glyphs/uni04C_2.glif index 4aa120c49..d87397ddd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_2.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_3.glif b/source/Hack-Regular.ufo/glyphs/uni04C_3.glif index 693acd0bc..0a79861d2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_3.glif @@ -1,18 +1,18 @@ - + - + - + - + @@ -26,11 +26,11 @@ - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_4.glif b/source/Hack-Regular.ufo/glyphs/uni04C_4.glif index 1073b6705..40517d9ae 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_4.glif @@ -1,5 +1,5 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -23,14 +23,14 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_7.glif b/source/Hack-Regular.ufo/glyphs/uni04C_7.glif index 06f844d39..916a3bb0b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_7.glif @@ -1,14 +1,14 @@ - + - + - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_8.glif b/source/Hack-Regular.ufo/glyphs/uni04C_8.glif index 5f1f55d8d..92ab89c07 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_8.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -19,10 +19,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_B_.glif b/source/Hack-Regular.ufo/glyphs/uni04C_B_.glif index 09edac96f..9f08b22ba 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_B_.glif @@ -1,5 +1,5 @@ - + @@ -23,13 +23,13 @@ - + - + - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_C_.glif b/source/Hack-Regular.ufo/glyphs/uni04C_C_.glif index 8c1305477..3478d8773 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_C_.glif @@ -1,5 +1,5 @@ - + @@ -15,19 +15,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04C_F_.glif b/source/Hack-Regular.ufo/glyphs/uni04C_F_.glif index c84fe8060..14a1195f1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04C_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_0.glif b/source/Hack-Regular.ufo/glyphs/uni04D_0.glif index 900fc4229..8c1f572f6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_0.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_1.glif b/source/Hack-Regular.ufo/glyphs/uni04D_1.glif index 70032da32..fe0e82308 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_1.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,13 +20,13 @@ - + - + @@ -37,10 +37,10 @@ - + - + @@ -53,7 +53,7 @@ - + @@ -65,11 +65,11 @@ - + - + @@ -90,13 +90,13 @@ - + - + @@ -104,10 +104,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_2.glif b/source/Hack-Regular.ufo/glyphs/uni04D_2.glif index 69a4c7f58..d22cea45e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_2.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_3.glif b/source/Hack-Regular.ufo/glyphs/uni04D_3.glif index 59bedfa8e..e6f62fb05 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_3.glif @@ -1,52 +1,52 @@ - + - + - + - + - + - + - + - + - - + + - + - + @@ -60,7 +60,7 @@ - + @@ -73,7 +73,7 @@ - + @@ -85,11 +85,11 @@ - + - + @@ -110,13 +110,13 @@ - + - + @@ -124,7 +124,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_4.glif b/source/Hack-Regular.ufo/glyphs/uni04D_4.glif index 0bd32f41d..bdf2afaf3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_5.glif b/source/Hack-Regular.ufo/glyphs/uni04D_5.glif index e64e5e235..bfc467f5c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_5.glif @@ -1,52 +1,52 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -58,25 +58,25 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_6.glif b/source/Hack-Regular.ufo/glyphs/uni04D_6.glif index 4a50e1a10..22a77ab8f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_6.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_7.glif b/source/Hack-Regular.ufo/glyphs/uni04D_7.glif index 7b5abbbc9..89956e058 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_7.glif @@ -1,17 +1,17 @@ - + - + - + @@ -20,22 +20,22 @@ - + - + - + - + - + @@ -47,7 +47,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_8.glif b/source/Hack-Regular.ufo/glyphs/uni04D_8.glif index 1fb748878..b7029f9e0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_8.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_9.glif b/source/Hack-Regular.ufo/glyphs/uni04D_9.glif index a9d869b65..ddf523d83 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_9.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_A_.glif b/source/Hack-Regular.ufo/glyphs/uni04D_A_.glif index 0bf5da9ca..ef70e74cd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_A_.glif @@ -1,70 +1,70 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_B_.glif b/source/Hack-Regular.ufo/glyphs/uni04D_B_.glif index eff0469a7..72c044c86 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_B_.glif @@ -1,70 +1,70 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_C_.glif b/source/Hack-Regular.ufo/glyphs/uni04D_C_.glif index aead3c933..13a012eeb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_C_.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_D_.glif b/source/Hack-Regular.ufo/glyphs/uni04D_D_.glif index eadc3dd89..8ada9cf4f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_D_.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_E_.glif b/source/Hack-Regular.ufo/glyphs/uni04D_E_.glif index 9a631e81c..05fbdfb2f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_E_.glif @@ -1,84 +1,84 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04D_F_.glif b/source/Hack-Regular.ufo/glyphs/uni04D_F_.glif index 64ddc5368..074185ee0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04D_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04D_F_.glif @@ -1,84 +1,84 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_0.glif b/source/Hack-Regular.ufo/glyphs/uni04E_0.glif index 415bcf0e5..d3367a3b1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_0.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_1.glif b/source/Hack-Regular.ufo/glyphs/uni04E_1.glif index 151218407..2548bf058 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_1.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -31,7 +31,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_2.glif b/source/Hack-Regular.ufo/glyphs/uni04E_2.glif index 734ba04bd..ede7a9251 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_3.glif b/source/Hack-Regular.ufo/glyphs/uni04E_3.glif index 4ee3eaee5..2b98536bf 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_4.glif b/source/Hack-Regular.ufo/glyphs/uni04E_4.glif index 88332202c..29d993b64 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_4.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_5.glif b/source/Hack-Regular.ufo/glyphs/uni04E_5.glif index 9a1b3c652..522a87b80 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_5.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_6.glif b/source/Hack-Regular.ufo/glyphs/uni04E_6.glif index 00d008da8..19feb8428 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_6.glif @@ -1,78 +1,78 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_7.glif b/source/Hack-Regular.ufo/glyphs/uni04E_7.glif index 588911137..c2c3e64e2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_7.glif @@ -1,69 +1,69 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_8.glif b/source/Hack-Regular.ufo/glyphs/uni04E_8.glif index 210446cf6..04ddaf23a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_8.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -21,13 +21,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_9.glif b/source/Hack-Regular.ufo/glyphs/uni04E_9.glif index ba622575f..3dabe0551 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_9.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -24,13 +24,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_A_.glif b/source/Hack-Regular.ufo/glyphs/uni04E_A_.glif index cbc1bc068..7b88f5db9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_A_.glif @@ -1,55 +1,55 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - + @@ -57,13 +57,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_B_.glif b/source/Hack-Regular.ufo/glyphs/uni04E_B_.glif index 205788e0c..b2efb7226 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_B_.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -60,13 +60,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_C_.glif b/source/Hack-Regular.ufo/glyphs/uni04E_C_.glif index c258d901d..b84d5b8ae 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_C_.glif @@ -1,53 +1,53 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -56,17 +56,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_D_.glif b/source/Hack-Regular.ufo/glyphs/uni04E_D_.glif index d9189dd00..bd127fcf6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_D_.glif @@ -1,53 +1,53 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -56,17 +56,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_E_.glif b/source/Hack-Regular.ufo/glyphs/uni04E_E_.glif index 1576de763..bbaa5c4f2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_E_.glif @@ -1,5 +1,5 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04E_F_.glif b/source/Hack-Regular.ufo/glyphs/uni04E_F_.glif index c09239cbb..e5e3a3c4c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04E_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04E_F_.glif @@ -1,5 +1,5 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_0.glif b/source/Hack-Regular.ufo/glyphs/uni04F_0.glif index a55b8215a..e77dae061 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_0.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_1.glif b/source/Hack-Regular.ufo/glyphs/uni04F_1.glif index 4d9d9dbcb..7fcd8a97a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_1.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + - + - + @@ -62,7 +62,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_2.glif b/source/Hack-Regular.ufo/glyphs/uni04F_2.glif index fa5b55779..f60ce2e94 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_2.glif @@ -1,5 +1,5 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_3.glif b/source/Hack-Regular.ufo/glyphs/uni04F_3.glif index 184e8d22c..0b49bafb1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_3.glif @@ -1,5 +1,5 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_4.glif b/source/Hack-Regular.ufo/glyphs/uni04F_4.glif index 9f512816e..e4048ec4f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_4.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + @@ -43,16 +43,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_5.glif b/source/Hack-Regular.ufo/glyphs/uni04F_5.glif index c5421a3a2..d65d2baf6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_5.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - - + + @@ -43,16 +43,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_6.glif b/source/Hack-Regular.ufo/glyphs/uni04F_6.glif index 9125605b7..e140436da 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_7.glif b/source/Hack-Regular.ufo/glyphs/uni04F_7.glif index 88a5e7941..9e1c7787c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_8.glif b/source/Hack-Regular.ufo/glyphs/uni04F_8.glif index 8893566f1..6fcd48ee5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_8.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -43,13 +43,13 @@ - + - + - + @@ -59,13 +59,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni04F_9.glif b/source/Hack-Regular.ufo/glyphs/uni04F_9.glif index 79265305d..ea389578c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni04F_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni04F_9.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -43,13 +43,13 @@ - + - + - + @@ -59,13 +59,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0510.glif b/source/Hack-Regular.ufo/glyphs/uni0510.glif index 30317e86f..511de1bfd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0510.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0510.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0511.glif b/source/Hack-Regular.ufo/glyphs/uni0511.glif index c939f5978..8f7de3707 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0511.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0511.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni051A_.glif b/source/Hack-Regular.ufo/glyphs/uni051A_.glif index 767dbfd95..c17a8ebed 100644 --- a/source/Hack-Regular.ufo/glyphs/uni051A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni051A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni051B_.glif b/source/Hack-Regular.ufo/glyphs/uni051B_.glif index 2826caa0c..2d641103c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni051B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni051B_.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + - + @@ -23,16 +23,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni051C_.glif b/source/Hack-Regular.ufo/glyphs/uni051C_.glif index a0b443415..147253d61 100644 --- a/source/Hack-Regular.ufo/glyphs/uni051C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni051C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni051D_.glif b/source/Hack-Regular.ufo/glyphs/uni051D_.glif index 4bc10b8cd..c82013679 100644 --- a/source/Hack-Regular.ufo/glyphs/uni051D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni051D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0531.glif b/source/Hack-Regular.ufo/glyphs/uni0531.glif index 08d8dbfba..e2d197f94 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0531.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0531.glif @@ -1,5 +1,5 @@ - + @@ -10,19 +10,19 @@ - + - + - + - + @@ -35,10 +35,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0532.glif b/source/Hack-Regular.ufo/glyphs/uni0532.glif index 493ea72f9..e77932e8b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0532.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0532.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0533.glif b/source/Hack-Regular.ufo/glyphs/uni0533.glif index 623f41fb7..17c3f081c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0533.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0533.glif @@ -1,5 +1,5 @@ - + @@ -11,16 +11,16 @@ - + - + - + @@ -33,10 +33,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0534.glif b/source/Hack-Regular.ufo/glyphs/uni0534.glif index 545e8e080..3429f681a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0534.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0534.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0535.glif b/source/Hack-Regular.ufo/glyphs/uni0535.glif index 87dbc12c7..4c71a3d1e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0535.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0535.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0536.glif b/source/Hack-Regular.ufo/glyphs/uni0536.glif index b0ffb1bf0..fc1bd06f4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0536.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0536.glif @@ -1,5 +1,5 @@ - + @@ -16,28 +16,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0537.glif b/source/Hack-Regular.ufo/glyphs/uni0537.glif index 46efb5dfc..404e6c2d3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0537.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0537.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0538.glif b/source/Hack-Regular.ufo/glyphs/uni0538.glif index aadc0d173..01ab96ff0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0538.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0538.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0539.glif b/source/Hack-Regular.ufo/glyphs/uni0539.glif index bd4b3203d..6d8dcd8df 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0539.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0539.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,7 +21,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -52,21 +52,21 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni053A_.glif b/source/Hack-Regular.ufo/glyphs/uni053A_.glif index e2cc22bb6..32565739f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni053A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni053A_.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -29,18 +29,18 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni053B_.glif b/source/Hack-Regular.ufo/glyphs/uni053B_.glif index 06a6b2a38..7eef62562 100644 --- a/source/Hack-Regular.ufo/glyphs/uni053B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni053B_.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -21,10 +21,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni053C_.glif b/source/Hack-Regular.ufo/glyphs/uni053C_.glif index e473b32b9..3985b7dc8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni053C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni053C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni053D_.glif b/source/Hack-Regular.ufo/glyphs/uni053D_.glif index 9bfba6621..c69418676 100644 --- a/source/Hack-Regular.ufo/glyphs/uni053D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni053D_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,19 +19,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni053E_.glif b/source/Hack-Regular.ufo/glyphs/uni053E_.glif index 634427759..ad1aeeb4b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni053E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni053E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -24,17 +24,17 @@ - + - + - + @@ -43,7 +43,7 @@ - + @@ -54,13 +54,13 @@ - + - + @@ -69,18 +69,18 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni053F_.glif b/source/Hack-Regular.ufo/glyphs/uni053F_.glif index ba9c6ea8a..7d695212d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni053F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni053F_.glif @@ -1,5 +1,5 @@ - + @@ -7,22 +7,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0540.glif b/source/Hack-Regular.ufo/glyphs/uni0540.glif index 1db4141d1..d5ac307a1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0540.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0540.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0541.glif b/source/Hack-Regular.ufo/glyphs/uni0541.glif index 3943982d0..1fecb9685 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0541.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0541.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,19 +22,19 @@ - + - + - + @@ -46,13 +46,13 @@ - + - + @@ -61,16 +61,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0542.glif b/source/Hack-Regular.ufo/glyphs/uni0542.glif index 1cfb550bd..63d238c60 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0542.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0542.glif @@ -1,13 +1,13 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0543.glif b/source/Hack-Regular.ufo/glyphs/uni0543.glif index a39d51844..3f6b79d87 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0543.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0543.glif @@ -1,16 +1,16 @@ - + - + - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0544.glif b/source/Hack-Regular.ufo/glyphs/uni0544.glif index 0fe9f1362..2ea3fef11 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0544.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0544.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0545.glif b/source/Hack-Regular.ufo/glyphs/uni0545.glif index eb057c1c7..1839fcf76 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0545.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0545.glif @@ -1,10 +1,10 @@ - + - + @@ -14,44 +14,44 @@ - + - + - + - + - + - + - + - + - + - + @@ -60,7 +60,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0546.glif b/source/Hack-Regular.ufo/glyphs/uni0546.glif index bc4e10d2e..b495221dd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0546.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0546.glif @@ -1,16 +1,16 @@ - + - + - + @@ -18,13 +18,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0547.glif b/source/Hack-Regular.ufo/glyphs/uni0547.glif index 711e4397d..8b74503d6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0547.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0547.glif @@ -1,13 +1,13 @@ - + - + - + @@ -29,7 +29,7 @@ - + @@ -38,22 +38,22 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0548.glif b/source/Hack-Regular.ufo/glyphs/uni0548.glif index 8d9f1b0f6..e002548b7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0548.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0548.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0549.glif b/source/Hack-Regular.ufo/glyphs/uni0549.glif index 6acd791b7..c6e296a22 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0549.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0549.glif @@ -1,5 +1,5 @@ - + @@ -18,13 +18,13 @@ - + - + @@ -39,13 +39,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni054A_.glif b/source/Hack-Regular.ufo/glyphs/uni054A_.glif index 4a0a94a0b..46f42f52b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni054A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni054A_.glif @@ -1,10 +1,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni054B_.glif b/source/Hack-Regular.ufo/glyphs/uni054B_.glif index cbdc7c1fe..8883f90d3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni054B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni054B_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -28,22 +28,22 @@ - + - + - + - + @@ -58,13 +58,13 @@ - + - + @@ -73,7 +73,7 @@ - + @@ -82,10 +82,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni054C_.glif b/source/Hack-Regular.ufo/glyphs/uni054C_.glif index cec4912f4..c045f4bdd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni054C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni054C_.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -26,10 +26,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni054D_.glif b/source/Hack-Regular.ufo/glyphs/uni054D_.glif index c962e3bcc..cd6577565 100644 --- a/source/Hack-Regular.ufo/glyphs/uni054D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni054D_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni054E_.glif b/source/Hack-Regular.ufo/glyphs/uni054E_.glif index a5b98b4b7..363cdc155 100644 --- a/source/Hack-Regular.ufo/glyphs/uni054E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni054E_.glif @@ -1,5 +1,5 @@ - + @@ -7,22 +7,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni054F_.glif b/source/Hack-Regular.ufo/glyphs/uni054F_.glif index 6cccb2a82..cb959d2d8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni054F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni054F_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,13 +14,13 @@ - + - + @@ -32,23 +32,23 @@ - + - + - + - + @@ -63,10 +63,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0550.glif b/source/Hack-Regular.ufo/glyphs/uni0550.glif index 5479a2139..ddcb44966 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0550.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0550.glif @@ -1,16 +1,16 @@ - + - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0551.glif b/source/Hack-Regular.ufo/glyphs/uni0551.glif index 13d587048..b271a1394 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0551.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0551.glif @@ -1,5 +1,5 @@ - + @@ -11,31 +11,31 @@ - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + @@ -52,25 +52,25 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0552.glif b/source/Hack-Regular.ufo/glyphs/uni0552.glif index 6e4a75b6a..fbde5ca56 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0552.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0552.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0553.glif b/source/Hack-Regular.ufo/glyphs/uni0553.glif index d3ceed6d7..b421f5b1f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0553.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0553.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0554.glif b/source/Hack-Regular.ufo/glyphs/uni0554.glif index 0e65922d6..19707a6a4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0554.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0554.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + @@ -38,13 +38,13 @@ - + - + @@ -53,10 +53,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0555.glif b/source/Hack-Regular.ufo/glyphs/uni0555.glif index 4d5413184..223f5d997 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0555.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0555.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0556.glif b/source/Hack-Regular.ufo/glyphs/uni0556.glif index 976656a96..0d3a849bc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0556.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0556.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -23,13 +23,13 @@ - + - + @@ -37,7 +37,7 @@ - + @@ -46,7 +46,7 @@ - + @@ -54,7 +54,7 @@ - + @@ -63,7 +63,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0559.glif b/source/Hack-Regular.ufo/glyphs/uni0559.glif index 61d5ec3c4..ad2ce2b8f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0559.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0559.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni055A_.glif b/source/Hack-Regular.ufo/glyphs/uni055A_.glif index 69e6f91f1..8e4c77eba 100644 --- a/source/Hack-Regular.ufo/glyphs/uni055A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni055A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni055B_.glif b/source/Hack-Regular.ufo/glyphs/uni055B_.glif index 8f27de6fa..8ed465580 100644 --- a/source/Hack-Regular.ufo/glyphs/uni055B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni055B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni055C_.glif b/source/Hack-Regular.ufo/glyphs/uni055C_.glif index b0e193890..22eb11e80 100644 --- a/source/Hack-Regular.ufo/glyphs/uni055C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni055C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni055D_.glif b/source/Hack-Regular.ufo/glyphs/uni055D_.glif index b2cb21bca..e142befdf 100644 --- a/source/Hack-Regular.ufo/glyphs/uni055D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni055D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni055E_.glif b/source/Hack-Regular.ufo/glyphs/uni055E_.glif index 25a2fbf1c..28db2d910 100644 --- a/source/Hack-Regular.ufo/glyphs/uni055E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni055E_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,19 +14,19 @@ - + - + - + - + @@ -43,13 +43,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni055F_.glif b/source/Hack-Regular.ufo/glyphs/uni055F_.glif index a0389a6b1..06d11090c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni055F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni055F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0561.glif b/source/Hack-Regular.ufo/glyphs/uni0561.glif index 3bd7a9c8c..db3df3147 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0561.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0561.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + @@ -48,7 +48,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0562.glif b/source/Hack-Regular.ufo/glyphs/uni0562.glif index b3188ebdc..6966b748c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0562.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0562.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0563.glif b/source/Hack-Regular.ufo/glyphs/uni0563.glif index 250749f97..a1d898c73 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0563.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0563.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + @@ -30,19 +30,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0564.glif b/source/Hack-Regular.ufo/glyphs/uni0564.glif index bce2dd94c..a6082cd47 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0564.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0564.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0565.glif b/source/Hack-Regular.ufo/glyphs/uni0565.glif index b0b6c748c..19e83843f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0565.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0565.glif @@ -1,23 +1,23 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0566.glif b/source/Hack-Regular.ufo/glyphs/uni0566.glif index d8311ec52..ff41f50a1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0566.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0566.glif @@ -1,5 +1,5 @@ - + @@ -7,16 +7,16 @@ - + - + - + @@ -28,19 +28,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0567.glif b/source/Hack-Regular.ufo/glyphs/uni0567.glif index 77ce8aa7d..e1c5ab8c3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0567.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0567.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0568.glif b/source/Hack-Regular.ufo/glyphs/uni0568.glif index 251b68126..cc26fb29f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0568.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0568.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0569.glif b/source/Hack-Regular.ufo/glyphs/uni0569.glif index cc6a5d5f8..5a12b9a8c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0569.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0569.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -24,28 +24,28 @@ - + - + - + - + - + - + @@ -58,10 +58,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni056A_.glif b/source/Hack-Regular.ufo/glyphs/uni056A_.glif index f99c56278..972c5bac4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni056A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni056A_.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -29,18 +29,18 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni056B_.glif b/source/Hack-Regular.ufo/glyphs/uni056B_.glif index 87875fd7a..bf6523039 100644 --- a/source/Hack-Regular.ufo/glyphs/uni056B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni056B_.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni056C_.glif b/source/Hack-Regular.ufo/glyphs/uni056C_.glif index fe3da72a5..3a3372c97 100644 --- a/source/Hack-Regular.ufo/glyphs/uni056C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni056C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni056D_.glif b/source/Hack-Regular.ufo/glyphs/uni056D_.glif index b23a29fbb..f36956df6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni056D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni056D_.glif @@ -1,5 +1,5 @@ - + @@ -9,26 +9,26 @@ - + - + - + - + @@ -36,26 +36,26 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni056E_.glif b/source/Hack-Regular.ufo/glyphs/uni056E_.glif index d7b429a3b..a6c961249 100644 --- a/source/Hack-Regular.ufo/glyphs/uni056E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni056E_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -27,7 +27,7 @@ - + @@ -35,23 +35,23 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni056F_.glif b/source/Hack-Regular.ufo/glyphs/uni056F_.glif index 452a7d2a8..ce83e8104 100644 --- a/source/Hack-Regular.ufo/glyphs/uni056F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni056F_.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0570.glif b/source/Hack-Regular.ufo/glyphs/uni0570.glif index aa1fc3c23..1d8019a9b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0570.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0570.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0571.glif b/source/Hack-Regular.ufo/glyphs/uni0571.glif index 32dd2b731..2210669ad 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0571.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0571.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -22,7 +22,7 @@ - + @@ -55,13 +55,13 @@ - + - + @@ -71,10 +71,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0572.glif b/source/Hack-Regular.ufo/glyphs/uni0572.glif index 8a5502547..99ee69859 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0572.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0572.glif @@ -1,13 +1,13 @@ - + - + - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0573.glif b/source/Hack-Regular.ufo/glyphs/uni0573.glif index 5544d609c..aa692c45b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0573.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0573.glif @@ -1,10 +1,10 @@ - + - + @@ -19,17 +19,17 @@ - + - + - + @@ -46,13 +46,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0574.glif b/source/Hack-Regular.ufo/glyphs/uni0574.glif index 8974f14e3..2d92e62c5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0574.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0574.glif @@ -1,22 +1,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0575.glif b/source/Hack-Regular.ufo/glyphs/uni0575.glif index 8dc13da2c..c609216b5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0575.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0575.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0576.glif b/source/Hack-Regular.ufo/glyphs/uni0576.glif index 7b2595a72..fa7ff82a2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0576.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0576.glif @@ -1,13 +1,13 @@ - + - + - + @@ -15,10 +15,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0577.glif b/source/Hack-Regular.ufo/glyphs/uni0577.glif index 99574cbb1..5d63cdffd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0577.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0577.glif @@ -1,10 +1,10 @@ - + - + @@ -19,13 +19,13 @@ - + - + @@ -35,13 +35,13 @@ - + - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0578.glif b/source/Hack-Regular.ufo/glyphs/uni0578.glif index aff957572..882f5f304 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0578.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0578.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0579.glif b/source/Hack-Regular.ufo/glyphs/uni0579.glif index 75b9b13f2..bfbb88842 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0579.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0579.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,7 +19,7 @@ - + @@ -28,7 +28,7 @@ - + @@ -44,13 +44,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni057A_.glif b/source/Hack-Regular.ufo/glyphs/uni057A_.glif index df89307be..d97f77b53 100644 --- a/source/Hack-Regular.ufo/glyphs/uni057A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni057A_.glif @@ -1,5 +1,5 @@ - + @@ -7,49 +7,49 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni057B_.glif b/source/Hack-Regular.ufo/glyphs/uni057B_.glif index 5131d2014..0b71a7b99 100644 --- a/source/Hack-Regular.ufo/glyphs/uni057B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni057B_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,7 +16,7 @@ - + @@ -28,19 +28,19 @@ - + - + - + @@ -58,7 +58,7 @@ - + @@ -66,19 +66,19 @@ - + - + - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni057C_.glif b/source/Hack-Regular.ufo/glyphs/uni057C_.glif index b0473b1ae..eba887985 100644 --- a/source/Hack-Regular.ufo/glyphs/uni057C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni057C_.glif @@ -1,5 +1,5 @@ - + @@ -9,10 +9,10 @@ - + - + @@ -28,16 +28,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni057D_.glif b/source/Hack-Regular.ufo/glyphs/uni057D_.glif index 6fa607602..42a65b00e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni057D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni057D_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni057E_.glif b/source/Hack-Regular.ufo/glyphs/uni057E_.glif index 0cda7d65b..6d2729131 100644 --- a/source/Hack-Regular.ufo/glyphs/uni057E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni057E_.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni057F_.glif b/source/Hack-Regular.ufo/glyphs/uni057F_.glif index a9a3febc8..0f022cc25 100644 --- a/source/Hack-Regular.ufo/glyphs/uni057F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni057F_.glif @@ -1,43 +1,43 @@ - + - + - + - + - + - + - + - + @@ -46,13 +46,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0580.glif b/source/Hack-Regular.ufo/glyphs/uni0580.glif index 6681d3452..06e4e7f0a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0580.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0580.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,10 +18,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0581.glif b/source/Hack-Regular.ufo/glyphs/uni0581.glif index ec1075822..95d42d3b0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0581.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0581.glif @@ -1,50 +1,50 @@ - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0582.glif b/source/Hack-Regular.ufo/glyphs/uni0582.glif index 688c00be3..c8e637fdd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0582.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0582.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0583.glif b/source/Hack-Regular.ufo/glyphs/uni0583.glif index e6c5b3451..beeb6169d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0583.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0583.glif @@ -1,5 +1,5 @@ - + @@ -7,34 +7,34 @@ - + - + - + - + - + - + @@ -49,10 +49,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0584.glif b/source/Hack-Regular.ufo/glyphs/uni0584.glif index 418df7c85..2703a8b2b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0584.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0584.glif @@ -1,5 +1,5 @@ - + @@ -13,16 +13,16 @@ - + - + - + @@ -34,19 +34,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0585.glif b/source/Hack-Regular.ufo/glyphs/uni0585.glif index cb7cd6c46..1fcf064a0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0585.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0585.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0586.glif b/source/Hack-Regular.ufo/glyphs/uni0586.glif index 700eb3336..7a4589edd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0586.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0586.glif @@ -1,5 +1,5 @@ - + @@ -21,18 +21,18 @@ - + - + - + @@ -43,7 +43,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0587.glif b/source/Hack-Regular.ufo/glyphs/uni0587.glif index 1537f2519..b5144b803 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0587.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0587.glif @@ -1,22 +1,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0589.glif b/source/Hack-Regular.ufo/glyphs/uni0589.glif index af26cd1ab..42954e376 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0589.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0589.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni058A_.glif b/source/Hack-Regular.ufo/glyphs/uni058A_.glif index 2b915dae6..f740b2d93 100644 --- a/source/Hack-Regular.ufo/glyphs/uni058A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni058A_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni0E_3F_.glif b/source/Hack-Regular.ufo/glyphs/uni0E_3F_.glif index ba6e28b69..0a1c202e8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni0E_3F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni0E_3F_.glif @@ -1,5 +1,5 @@ - + @@ -13,13 +13,13 @@ - + - + @@ -36,7 +36,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_0.glif b/source/Hack-Regular.ufo/glyphs/uni10D_0.glif index 594acc846..8d1d36061 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_0.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_1.glif b/source/Hack-Regular.ufo/glyphs/uni10D_1.glif index a511283fc..96e2f8c33 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_1.glif @@ -1,13 +1,13 @@ - + - + - + @@ -28,21 +28,21 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_2.glif b/source/Hack-Regular.ufo/glyphs/uni10D_2.glif index 9b047021e..f8040088d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_2.glif @@ -1,59 +1,59 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_3.glif b/source/Hack-Regular.ufo/glyphs/uni10D_3.glif index 8536bdc0f..714ef6959 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_3.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -18,35 +18,35 @@ - + - + - + - + - + - + - - + + - + @@ -56,19 +56,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_4.glif b/source/Hack-Regular.ufo/glyphs/uni10D_4.glif index 28605f5ae..1cc9dab8f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_4.glif @@ -1,47 +1,47 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_5.glif b/source/Hack-Regular.ufo/glyphs/uni10D_5.glif index 2939d89e4..5e2a41b2c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_5.glif @@ -1,62 +1,62 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_6.glif b/source/Hack-Regular.ufo/glyphs/uni10D_6.glif index 87236fac8..498ad95a8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_6.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_7.glif b/source/Hack-Regular.ufo/glyphs/uni10D_7.glif index 25c9db56b..486a36da7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_7.glif @@ -1,52 +1,52 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -55,7 +55,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_8.glif b/source/Hack-Regular.ufo/glyphs/uni10D_8.glif index efa8fd48c..3a62a9f5d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_8.glif @@ -1,5 +1,5 @@ - + @@ -7,26 +7,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_9.glif b/source/Hack-Regular.ufo/glyphs/uni10D_9.glif index 3ce1065f8..1d1ecd0fe 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_9.glif @@ -1,36 +1,36 @@ - + - + - + - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_A_.glif b/source/Hack-Regular.ufo/glyphs/uni10D_A_.glif index 0f9396247..132f82692 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_A_.glif @@ -1,5 +1,5 @@ - + @@ -18,38 +18,38 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_B_.glif b/source/Hack-Regular.ufo/glyphs/uni10D_B_.glif index ed8a24ef2..c8992de24 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_B_.glif @@ -1,24 +1,24 @@ - + - + - + - + - + - + @@ -27,25 +27,25 @@ - + - - + + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_C_.glif b/source/Hack-Regular.ufo/glyphs/uni10D_C_.glif index 10083650c..a38d396de 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_C_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -17,29 +17,29 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_D_.glif b/source/Hack-Regular.ufo/glyphs/uni10D_D_.glif index e78a1e6e8..b4b9fc969 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_D_.glif @@ -1,5 +1,5 @@ - + @@ -7,29 +7,29 @@ - + - + - + - + - + @@ -43,12 +43,12 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_E_.glif b/source/Hack-Regular.ufo/glyphs/uni10D_E_.glif index 35d486dca..9bf2439a9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_E_.glif @@ -1,35 +1,35 @@ - + - + - + - + - + - + - + - + - + @@ -42,14 +42,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10D_F_.glif b/source/Hack-Regular.ufo/glyphs/uni10D_F_.glif index 5f74bce46..4a6768cca 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10D_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10D_F_.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_0.glif b/source/Hack-Regular.ufo/glyphs/uni10E_0.glif index a9ed6d346..6472b6d2f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_0.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -24,22 +24,22 @@ - + - + - + - + @@ -49,12 +49,12 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_1.glif b/source/Hack-Regular.ufo/glyphs/uni10E_1.glif index 7e8d98cac..6158facdd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_1.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_2.glif b/source/Hack-Regular.ufo/glyphs/uni10E_2.glif index f2578eded..b2fa2a9ba 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,15 +16,15 @@ - + - + - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_3.glif b/source/Hack-Regular.ufo/glyphs/uni10E_3.glif index 87a5ef48b..b8f024f18 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_3.glif @@ -1,30 +1,30 @@ - + - + - + - + - + - + - + @@ -39,31 +39,31 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_4.glif b/source/Hack-Regular.ufo/glyphs/uni10E_4.glif index 2b938f025..5bd2dad78 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_4.glif @@ -1,21 +1,21 @@ - + - + - + - + @@ -25,62 +25,62 @@ - + - + - + - + - + - + - + - + - - + + - + - + - + - - + + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_5.glif b/source/Hack-Regular.ufo/glyphs/uni10E_5.glif index b977d5478..3cf2f3c99 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_5.glif @@ -1,50 +1,50 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_6.glif b/source/Hack-Regular.ufo/glyphs/uni10E_6.glif index d84a92631..3180623c6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_6.glif @@ -1,5 +1,5 @@ - + @@ -18,33 +18,33 @@ - + - + - + - + - + - + @@ -54,12 +54,12 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_7.glif b/source/Hack-Regular.ufo/glyphs/uni10E_7.glif index 930e02cb2..3d2282361 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_7.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_8.glif b/source/Hack-Regular.ufo/glyphs/uni10E_8.glif index 0460c1e0e..441a39f20 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_8.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -18,7 +18,7 @@ - + @@ -27,39 +27,39 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_9.glif b/source/Hack-Regular.ufo/glyphs/uni10E_9.glif index 0b56c094d..336b0749e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_9.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,23 +16,23 @@ - + - + - + - + @@ -40,7 +40,7 @@ - + @@ -49,10 +49,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_A_.glif b/source/Hack-Regular.ufo/glyphs/uni10E_A_.glif index 9da2ada2b..a1aa0e1cc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_A_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,25 +16,25 @@ - + - + - + - + - + - + - + @@ -44,14 +44,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_B_.glif b/source/Hack-Regular.ufo/glyphs/uni10E_B_.glif index 99bac6ccb..5dd03e511 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_B_.glif @@ -1,37 +1,37 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_C_.glif b/source/Hack-Regular.ufo/glyphs/uni10E_C_.glif index c881d2487..d863468ab 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_C_.glif @@ -1,65 +1,65 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_D_.glif b/source/Hack-Regular.ufo/glyphs/uni10E_D_.glif index ec485e352..abb17f56f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_D_.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -53,24 +53,24 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_E_.glif b/source/Hack-Regular.ufo/glyphs/uni10E_E_.glif index 8ac160d29..827560d7a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_E_.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10E_F_.glif b/source/Hack-Regular.ufo/glyphs/uni10E_F_.glif index 9672cfd92..6c9ff12c3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10E_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10E_F_.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + - + @@ -37,13 +37,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_0.glif b/source/Hack-Regular.ufo/glyphs/uni10F_0.glif index a11d0755e..5161f69ee 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_0.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + - + @@ -54,14 +54,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_1.glif b/source/Hack-Regular.ufo/glyphs/uni10F_1.glif index 8050e707c..4d0c157b0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_1.glif @@ -1,65 +1,65 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -72,28 +72,28 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_2.glif b/source/Hack-Regular.ufo/glyphs/uni10F_2.glif index 5f0899d57..6e7654802 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_2.glif @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ - + - + - + @@ -35,13 +35,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_3.glif b/source/Hack-Regular.ufo/glyphs/uni10F_3.glif index e41a2c621..b7fc5b53c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_3.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -30,10 +30,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_4.glif b/source/Hack-Regular.ufo/glyphs/uni10F_4.glif index f11134111..0f785ba88 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_4.glif @@ -1,24 +1,24 @@ - + - + - + - + - + @@ -27,20 +27,20 @@ - + - + - + - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_5.glif b/source/Hack-Regular.ufo/glyphs/uni10F_5.glif index de6e61f65..717263b49 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_5.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,13 +16,13 @@ - + - + - + @@ -40,24 +40,24 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_6.glif b/source/Hack-Regular.ufo/glyphs/uni10F_6.glif index f059e4050..5ac1ed736 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_6.glif @@ -1,5 +1,5 @@ - + @@ -12,36 +12,36 @@ - + - + - + - + - + - + - + @@ -52,18 +52,18 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_7.glif b/source/Hack-Regular.ufo/glyphs/uni10F_7.glif index e3cb0d224..447f14606 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_7.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,29 +25,29 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_8.glif b/source/Hack-Regular.ufo/glyphs/uni10F_8.glif index 8d18200f9..a575430d4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_8.glif @@ -1,29 +1,29 @@ - + - + - + - + - + - + - + @@ -32,10 +32,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_9.glif b/source/Hack-Regular.ufo/glyphs/uni10F_9.glif index b207b4d39..1fd9287e6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_9.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + - + @@ -42,13 +42,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_A_.glif b/source/Hack-Regular.ufo/glyphs/uni10F_A_.glif index 91d4a5073..1aaeebb23 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_A_.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -21,26 +21,26 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_B_.glif b/source/Hack-Regular.ufo/glyphs/uni10F_B_.glif index f1c494ed3..919801398 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_B_.glif @@ -1,57 +1,57 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni10F_C_.glif b/source/Hack-Regular.ufo/glyphs/uni10F_C_.glif index a684f3629..288691550 100644 --- a/source/Hack-Regular.ufo/glyphs/uni10F_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni10F_C_.glif @@ -1,17 +1,17 @@ - + - + - + - + @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni1E_B_C_.glif b/source/Hack-Regular.ufo/glyphs/uni1E_B_C_.glif index 9ae14605f..a90ac0a35 100644 --- a/source/Hack-Regular.ufo/glyphs/uni1E_B_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni1E_B_C_.glif @@ -1,10 +1,10 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni1E_B_D_.glif b/source/Hack-Regular.ufo/glyphs/uni1E_B_D_.glif index 716b3505d..21a1fd2a2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni1E_B_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni1E_B_D_.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni1E_F_8.glif b/source/Hack-Regular.ufo/glyphs/uni1E_F_8.glif index 71bf0e73d..78ca882da 100644 --- a/source/Hack-Regular.ufo/glyphs/uni1E_F_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni1E_F_8.glif @@ -1,10 +1,10 @@ - + - + @@ -31,7 +31,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni1E_F_9.glif b/source/Hack-Regular.ufo/glyphs/uni1E_F_9.glif index 2e942f1d0..2a13643dd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni1E_F_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni1E_F_9.glif @@ -1,10 +1,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2000.glif b/source/Hack-Regular.ufo/glyphs/uni2000.glif index d0ebf1f93..fcf33b66d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2000.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2000.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2001.glif b/source/Hack-Regular.ufo/glyphs/uni2001.glif index 2d9044ed7..52cc3eb33 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2001.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2001.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2002.glif b/source/Hack-Regular.ufo/glyphs/uni2002.glif index 118881251..d3ed2c892 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2002.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2002.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2003.glif b/source/Hack-Regular.ufo/glyphs/uni2003.glif index ed1727198..6c33cbbb4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2003.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2003.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2004.glif b/source/Hack-Regular.ufo/glyphs/uni2004.glif index 7760d1614..832cf5e86 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2004.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2004.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2005.glif b/source/Hack-Regular.ufo/glyphs/uni2005.glif index c74724fd0..d3890d22c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2005.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2005.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2006.glif b/source/Hack-Regular.ufo/glyphs/uni2006.glif index 8ebfe7b0f..38d77599d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2006.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2006.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2007.glif b/source/Hack-Regular.ufo/glyphs/uni2007.glif index 9feeb6e4e..efb323052 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2007.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2007.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2008.glif b/source/Hack-Regular.ufo/glyphs/uni2008.glif index ead1bfbab..98b293250 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2008.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2008.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2009.glif b/source/Hack-Regular.ufo/glyphs/uni2009.glif index 6bcafac01..ccc5dddc7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2009.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2009.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni200A_.glif b/source/Hack-Regular.ufo/glyphs/uni200A_.glif index 7f7754a85..e24c197d9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni200A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni200A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2010.glif b/source/Hack-Regular.ufo/glyphs/uni2010.glif index 56693ec0b..85237aa76 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2010.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2010.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2011.glif b/source/Hack-Regular.ufo/glyphs/uni2011.glif index ab5d43ac3..104898622 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2011.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2011.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2015.glif b/source/Hack-Regular.ufo/glyphs/uni2015.glif index d01673ea7..fc386e808 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2015.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2015.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2016.glif b/source/Hack-Regular.ufo/glyphs/uni2016.glif index 0eaa88bdf..2ea9e0cde 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2016.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2016.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni201F_.glif b/source/Hack-Regular.ufo/glyphs/uni201F_.glif index c27ed48b3..838ad5634 100644 --- a/source/Hack-Regular.ufo/glyphs/uni201F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni201F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2023.glif b/source/Hack-Regular.ufo/glyphs/uni2023.glif index 3c0fa939c..f6eb9eae6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2023.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2023.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni202F_.glif b/source/Hack-Regular.ufo/glyphs/uni202F_.glif index 33cb9cc4c..ce697df98 100644 --- a/source/Hack-Regular.ufo/glyphs/uni202F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni202F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2031.glif b/source/Hack-Regular.ufo/glyphs/uni2031.glif index da8a295f8..9041b37a7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2031.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2031.glif @@ -1,36 +1,36 @@ - + - + - + - + - + - + - + - + - + @@ -41,13 +41,13 @@ - + - + - + @@ -59,7 +59,7 @@ - + @@ -71,13 +71,13 @@ - + - + - + @@ -89,7 +89,7 @@ - + @@ -103,13 +103,13 @@ - + - + - + @@ -117,30 +117,30 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2035.glif b/source/Hack-Regular.ufo/glyphs/uni2035.glif index c61a53b43..0b93ea3a4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2035.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2035.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2036.glif b/source/Hack-Regular.ufo/glyphs/uni2036.glif index e5c962e69..7a7c239db 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2036.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2036.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2037.glif b/source/Hack-Regular.ufo/glyphs/uni2037.glif index e3891f0d3..31e1de738 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2037.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2037.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni203D_.glif b/source/Hack-Regular.ufo/glyphs/uni203D_.glif index 8ba776dd4..efa23215f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni203D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni203D_.glif @@ -1,5 +1,5 @@ - + @@ -14,17 +14,17 @@ - + - + - + @@ -32,32 +32,32 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni203E_.glif b/source/Hack-Regular.ufo/glyphs/uni203E_.glif index 6d2082d0e..192075e4b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni203E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni203E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni203F_.glif b/source/Hack-Regular.ufo/glyphs/uni203F_.glif index 4f627beb4..737d32993 100644 --- a/source/Hack-Regular.ufo/glyphs/uni203F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni203F_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2045.glif b/source/Hack-Regular.ufo/glyphs/uni2045.glif index ce0dc432c..c64173be4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2045.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2045.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2046.glif b/source/Hack-Regular.ufo/glyphs/uni2046.glif index 96b995a6a..c33fc0f64 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2046.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2046.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2047.glif b/source/Hack-Regular.ufo/glyphs/uni2047.glif index 8ebc9d484..97301a361 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2047.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2047.glif @@ -1,98 +1,98 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -100,25 +100,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2048.glif b/source/Hack-Regular.ufo/glyphs/uni2048.glif index 9a90c952d..bb49f79d7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2048.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2048.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + @@ -47,25 +47,25 @@ - + - + - + - + - + @@ -73,25 +73,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2049.glif b/source/Hack-Regular.ufo/glyphs/uni2049.glif index d50f7b1a0..015f37970 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2049.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2049.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + @@ -47,25 +47,25 @@ - + - + - + - + @@ -73,25 +73,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni204B_.glif b/source/Hack-Regular.ufo/glyphs/uni204B_.glif index 4ebe45750..c2cfa096f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni204B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni204B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni205F_.glif b/source/Hack-Regular.ufo/glyphs/uni205F_.glif index 94f3ccd11..5eac8ab7f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni205F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni205F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2070.glif b/source/Hack-Regular.ufo/glyphs/uni2070.glif index a759d04b5..9b16ef576 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2070.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2070.glif @@ -1,33 +1,33 @@ - + - + - + - + - + - + - + - + - + @@ -38,13 +38,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2074.glif b/source/Hack-Regular.ufo/glyphs/uni2074.glif index c6713eef1..bfd3e1a7c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2074.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2074.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2075.glif b/source/Hack-Regular.ufo/glyphs/uni2075.glif index 59ba52731..88001e770 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2075.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2075.glif @@ -1,23 +1,23 @@ - + - + - + - + - + @@ -28,10 +28,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2076.glif b/source/Hack-Regular.ufo/glyphs/uni2076.glif index 33dbe0574..8c1bc4c3b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2076.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2076.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2077.glif b/source/Hack-Regular.ufo/glyphs/uni2077.glif index 983d9ab0c..103d2e074 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2077.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2077.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2078.glif b/source/Hack-Regular.ufo/glyphs/uni2078.glif index 0ed90f81f..2d2f821a6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2078.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2078.glif @@ -1,10 +1,10 @@ - + - + @@ -13,10 +13,10 @@ - + - + @@ -25,32 +25,32 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2079.glif b/source/Hack-Regular.ufo/glyphs/uni2079.glif index 52e9fee00..dcd171b9c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2079.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2079.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni207A_.glif b/source/Hack-Regular.ufo/glyphs/uni207A_.glif index 514c23ae1..efd7cca98 100644 --- a/source/Hack-Regular.ufo/glyphs/uni207A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni207A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni207B_.glif b/source/Hack-Regular.ufo/glyphs/uni207B_.glif index 9f2cf7f98..1c049cd17 100644 --- a/source/Hack-Regular.ufo/glyphs/uni207B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni207B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni207C_.glif b/source/Hack-Regular.ufo/glyphs/uni207C_.glif index 81a6b744e..35f9f7665 100644 --- a/source/Hack-Regular.ufo/glyphs/uni207C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni207C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni207D_.glif b/source/Hack-Regular.ufo/glyphs/uni207D_.glif index 5e75ac289..b70dbdafa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni207D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni207D_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni207E_.glif b/source/Hack-Regular.ufo/glyphs/uni207E_.glif index 2f05fa5a4..46d9098f5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni207E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni207E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni208A_.glif b/source/Hack-Regular.ufo/glyphs/uni208A_.glif index ff429d917..f1853f4f1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni208A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni208A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni208B_.glif b/source/Hack-Regular.ufo/glyphs/uni208B_.glif index 156a38d0e..acc31efe9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni208B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni208B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni208C_.glif b/source/Hack-Regular.ufo/glyphs/uni208C_.glif index e4ff3f621..f20c70c76 100644 --- a/source/Hack-Regular.ufo/glyphs/uni208C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni208C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni208D_.glif b/source/Hack-Regular.ufo/glyphs/uni208D_.glif index 7c8df8bc6..fa9cd20ac 100644 --- a/source/Hack-Regular.ufo/glyphs/uni208D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni208D_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni208E_.glif b/source/Hack-Regular.ufo/glyphs/uni208E_.glif index 318feeb3e..7689a3d71 100644 --- a/source/Hack-Regular.ufo/glyphs/uni208E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni208E_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_0.glif b/source/Hack-Regular.ufo/glyphs/uni20A_0.glif index 59132c6aa..9ea2c62c6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_0.glif @@ -1,5 +1,5 @@ - + @@ -7,26 +7,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_2.glif b/source/Hack-Regular.ufo/glyphs/uni20A_2.glif index 06573c1de..c1765db8b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_2.glif @@ -1,26 +1,26 @@ - + - + - + - + - + - + @@ -29,17 +29,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_5.glif b/source/Hack-Regular.ufo/glyphs/uni20A_5.glif index 7bfbc068a..f1b5d42e2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_5.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_6.glif b/source/Hack-Regular.ufo/glyphs/uni20A_6.glif index 47ef421a8..11f9d366b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_8.glif b/source/Hack-Regular.ufo/glyphs/uni20A_8.glif index 0741b9bdd..74842ba0e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_8.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,15 +16,15 @@ - + - + - + @@ -34,48 +34,48 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_9.glif b/source/Hack-Regular.ufo/glyphs/uni20A_9.glif index 5498d0870..ada7b4694 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_A_.glif b/source/Hack-Regular.ufo/glyphs/uni20A_A_.glif index a2dadb738..af28991af 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_A_.glif @@ -1,11 +1,11 @@ - + - + @@ -20,16 +20,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_D_.glif b/source/Hack-Regular.ufo/glyphs/uni20A_D_.glif index ef3cedba0..77fb1190a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_E_.glif b/source/Hack-Regular.ufo/glyphs/uni20A_E_.glif index 410c050a7..900edf57c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20A_F_.glif b/source/Hack-Regular.ufo/glyphs/uni20A_F_.glif index e4d148855..c26f9f2f8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20A_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20A_F_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -30,13 +30,13 @@ - + - + @@ -45,7 +45,7 @@ - + @@ -60,13 +60,13 @@ - + - + @@ -92,29 +92,29 @@ - + - + - + - + - + - + @@ -131,7 +131,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_0.glif b/source/Hack-Regular.ufo/glyphs/uni20B_0.glif index 8b3e16680..191c36bf7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_0.glif @@ -1,5 +1,5 @@ - + @@ -7,50 +7,50 @@ - + - + - + - + - + - + - + - + - + @@ -59,13 +59,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_1.glif b/source/Hack-Regular.ufo/glyphs/uni20B_1.glif index 01d623eb1..086e98be1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_1.glif @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -56,7 +56,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_2.glif b/source/Hack-Regular.ufo/glyphs/uni20B_2.glif index b06a98dc7..07c2514bf 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_2.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -43,7 +43,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_3.glif b/source/Hack-Regular.ufo/glyphs/uni20B_3.glif index 49b2a9422..9ce5c34f9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_4.glif b/source/Hack-Regular.ufo/glyphs/uni20B_4.glif index 2609d5e91..f1e17721a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_4.glif @@ -1,13 +1,13 @@ - + - + - + @@ -26,20 +26,20 @@ - + - + - + - + @@ -55,10 +55,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_5.glif b/source/Hack-Regular.ufo/glyphs/uni20B_5.glif index cad87a445..fdadbb47b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_5.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -40,10 +40,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_7.glif b/source/Hack-Regular.ufo/glyphs/uni20B_7.glif index 5def3749b..7099c5c69 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_7.glif @@ -1,5 +1,5 @@ - + @@ -69,13 +69,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_8.glif b/source/Hack-Regular.ufo/glyphs/uni20B_8.glif index 1f971d003..49e4f19bc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni20B_9.glif b/source/Hack-Regular.ufo/glyphs/uni20B_9.glif index ef5ad8b6c..9ff094a4a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni20B_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni20B_9.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -19,7 +19,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2116.glif b/source/Hack-Regular.ufo/glyphs/uni2116.glif index d0e450d57..bb6026023 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2116.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2116.glif @@ -1,5 +1,5 @@ - + @@ -25,7 +25,7 @@ - + @@ -54,7 +54,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2126.glif b/source/Hack-Regular.ufo/glyphs/uni2126.glif index 0aecc9339..450aaec0d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2126.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2126.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + @@ -24,13 +24,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2150.glif b/source/Hack-Regular.ufo/glyphs/uni2150.glif index 57987bc9f..7a1b071c7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2150.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2150.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2151.glif b/source/Hack-Regular.ufo/glyphs/uni2151.glif index a20e9ffaf..93c040f27 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2151.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2151.glif @@ -1,5 +1,5 @@ - + @@ -23,43 +23,43 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2153.glif b/source/Hack-Regular.ufo/glyphs/uni2153.glif index 6776910f3..e36c7e205 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2153.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2153.glif @@ -1,5 +1,5 @@ - + @@ -23,36 +23,36 @@ - + - + - + - + - + - + - + @@ -61,7 +61,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2154.glif b/source/Hack-Regular.ufo/glyphs/uni2154.glif index ce0545050..efeca867b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2154.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2154.glif @@ -1,5 +1,5 @@ - + @@ -11,20 +11,20 @@ - + - + - + - + @@ -43,36 +43,36 @@ - + - + - + - + - + - + - + @@ -81,7 +81,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2155.glif b/source/Hack-Regular.ufo/glyphs/uni2155.glif index 922ffa08c..492987374 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2155.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2155.glif @@ -1,5 +1,5 @@ - + @@ -23,20 +23,20 @@ - + - + - + - + @@ -47,10 +47,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2156.glif b/source/Hack-Regular.ufo/glyphs/uni2156.glif index 5f2109f83..c05597ed5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2156.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2156.glif @@ -1,5 +1,5 @@ - + @@ -11,20 +11,20 @@ - + - + - + - + @@ -43,20 +43,20 @@ - + - + - + - + @@ -67,10 +67,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2157.glif b/source/Hack-Regular.ufo/glyphs/uni2157.glif index d5eed0af8..edb0fe673 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2157.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2157.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - + @@ -42,7 +42,7 @@ - + @@ -53,20 +53,20 @@ - + - + - + - + @@ -77,10 +77,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2158.glif b/source/Hack-Regular.ufo/glyphs/uni2158.glif index 41671674e..72366dd99 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2158.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2158.glif @@ -1,5 +1,5 @@ - + @@ -28,20 +28,20 @@ - + - + - + - + @@ -52,10 +52,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2159.glif b/source/Hack-Regular.ufo/glyphs/uni2159.glif index 7c3777f70..99403f54e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2159.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2159.glif @@ -1,5 +1,5 @@ - + @@ -23,43 +23,43 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni215A_.glif b/source/Hack-Regular.ufo/glyphs/uni215A_.glif index e91fa98a6..f4ea8e64b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni215A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni215A_.glif @@ -1,23 +1,23 @@ - + - + - + - + @@ -28,10 +28,10 @@ - + - + @@ -42,43 +42,43 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni215F_.glif b/source/Hack-Regular.ufo/glyphs/uni215F_.glif index 8b8b274cd..a9997b2e3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni215F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni215F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2196.glif b/source/Hack-Regular.ufo/glyphs/uni2196.glif index e3c0bce37..efce5435c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2196.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2196.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2197.glif b/source/Hack-Regular.ufo/glyphs/uni2197.glif index 84cd4a6a6..7fb368325 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2197.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2197.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2198.glif b/source/Hack-Regular.ufo/glyphs/uni2198.glif index 1fd0685a6..a62305074 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2198.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2198.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2199.glif b/source/Hack-Regular.ufo/glyphs/uni2199.glif index 739cc5ba7..bf0cff064 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2199.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2199.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni219A_.glif b/source/Hack-Regular.ufo/glyphs/uni219A_.glif index ee6852fcb..6d22997e0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni219A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni219A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni219B_.glif b/source/Hack-Regular.ufo/glyphs/uni219B_.glif index 34c6fea04..5d0edae15 100644 --- a/source/Hack-Regular.ufo/glyphs/uni219B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni219B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni219C_.glif b/source/Hack-Regular.ufo/glyphs/uni219C_.glif index b9d406b2f..e87adefc1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni219C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni219C_.glif @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni219D_.glif b/source/Hack-Regular.ufo/glyphs/uni219D_.glif index 68547b5b4..b3cde608d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni219D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni219D_.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -17,10 +17,10 @@ - + - + @@ -33,10 +33,10 @@ - + - + @@ -45,7 +45,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni219E_.glif b/source/Hack-Regular.ufo/glyphs/uni219E_.glif index d57316d28..cdf491191 100644 --- a/source/Hack-Regular.ufo/glyphs/uni219E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni219E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni219F_.glif b/source/Hack-Regular.ufo/glyphs/uni219F_.glif index 33fdc95ca..248026654 100644 --- a/source/Hack-Regular.ufo/glyphs/uni219F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni219F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_0.glif b/source/Hack-Regular.ufo/glyphs/uni21A_0.glif index 35723ac32..c40648995 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_1.glif b/source/Hack-Regular.ufo/glyphs/uni21A_1.glif index 5cf2c00a6..d4cca99fc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_2.glif b/source/Hack-Regular.ufo/glyphs/uni21A_2.glif index af39b074a..238daa375 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_3.glif b/source/Hack-Regular.ufo/glyphs/uni21A_3.glif index 8c7a57e84..61cccae7b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_4.glif b/source/Hack-Regular.ufo/glyphs/uni21A_4.glif index acffdde08..8d2de8f9b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_5.glif b/source/Hack-Regular.ufo/glyphs/uni21A_5.glif index 4f598ad1d..3d504cfd2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_6.glif b/source/Hack-Regular.ufo/glyphs/uni21A_6.glif index 7d9937a65..e5df636dd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_7.glif b/source/Hack-Regular.ufo/glyphs/uni21A_7.glif index 2a5a32c8c..e7b2af8e0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_9.glif b/source/Hack-Regular.ufo/glyphs/uni21A_9.glif index 12c30011e..e08f94b1e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_9.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -28,13 +28,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_A_.glif b/source/Hack-Regular.ufo/glyphs/uni21A_A_.glif index 651c38c4e..9e1847423 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_A_.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -25,10 +25,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_B_.glif b/source/Hack-Regular.ufo/glyphs/uni21A_B_.glif index 7c3eec4da..5389348f4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_B_.glif @@ -1,5 +1,5 @@ - + @@ -16,19 +16,19 @@ - + - + - + @@ -38,19 +38,19 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_C_.glif b/source/Hack-Regular.ufo/glyphs/uni21A_C_.glif index e6d2db826..202f39662 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_C_.glif @@ -1,5 +1,5 @@ - + @@ -16,19 +16,19 @@ - + - + - + @@ -42,13 +42,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_D_.glif b/source/Hack-Regular.ufo/glyphs/uni21A_D_.glif index 3b5c81e48..166e38250 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_D_.glif @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -84,7 +84,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_E_.glif b/source/Hack-Regular.ufo/glyphs/uni21A_E_.glif index 40332f532..088238c34 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21A_F_.glif b/source/Hack-Regular.ufo/glyphs/uni21A_F_.glif index 27b480124..a49543160 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21A_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_0.glif b/source/Hack-Regular.ufo/glyphs/uni21B_0.glif index a3ffd8175..324054615 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_1.glif b/source/Hack-Regular.ufo/glyphs/uni21B_1.glif index 417564780..b4e5448bd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_2.glif b/source/Hack-Regular.ufo/glyphs/uni21B_2.glif index 844fd2d4c..f7e470221 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_3.glif b/source/Hack-Regular.ufo/glyphs/uni21B_3.glif index 514d96bf5..b086d1277 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_4.glif b/source/Hack-Regular.ufo/glyphs/uni21B_4.glif index 761b1acec..f6568700d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_6.glif b/source/Hack-Regular.ufo/glyphs/uni21B_6.glif index b44449fbe..0603c6d02 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_6.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -23,10 +23,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_7.glif b/source/Hack-Regular.ufo/glyphs/uni21B_7.glif index 3da267ed2..bd29d4318 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_7.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -23,13 +23,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_8.glif b/source/Hack-Regular.ufo/glyphs/uni21B_8.glif index e1661fe03..b84171324 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_9.glif b/source/Hack-Regular.ufo/glyphs/uni21B_9.glif index 79122d8c4..09587b96c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_A_.glif b/source/Hack-Regular.ufo/glyphs/uni21B_A_.glif index dbb77ef13..6731f33e5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_A_.glif @@ -1,35 +1,35 @@ - + - + - + - + - + - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_B_.glif b/source/Hack-Regular.ufo/glyphs/uni21B_B_.glif index fcc534a76..6f161e7b0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_B_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -25,26 +25,26 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_C_.glif b/source/Hack-Regular.ufo/glyphs/uni21B_C_.glif index 8b11354f7..f81e2faa0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_D_.glif b/source/Hack-Regular.ufo/glyphs/uni21B_D_.glif index d66298e53..a8694f030 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_E_.glif b/source/Hack-Regular.ufo/glyphs/uni21B_E_.glif index caf0fafb9..6639222a7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21B_F_.glif b/source/Hack-Regular.ufo/glyphs/uni21B_F_.glif index 1359c7c03..5af991b12 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21B_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21B_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_0.glif b/source/Hack-Regular.ufo/glyphs/uni21C_0.glif index 67b552fe8..72066a27b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_1.glif b/source/Hack-Regular.ufo/glyphs/uni21C_1.glif index ecb2927bf..bc14d5975 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_2.glif b/source/Hack-Regular.ufo/glyphs/uni21C_2.glif index 66b9f7054..f1c7ef5e5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_3.glif b/source/Hack-Regular.ufo/glyphs/uni21C_3.glif index bcffd68f5..f73e7a2db 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_4.glif b/source/Hack-Regular.ufo/glyphs/uni21C_4.glif index 86d543d9d..0238aa456 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_5.glif b/source/Hack-Regular.ufo/glyphs/uni21C_5.glif index db1da371f..1cc6a3aa2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_6.glif b/source/Hack-Regular.ufo/glyphs/uni21C_6.glif index ef997610f..b884c70e7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_7.glif b/source/Hack-Regular.ufo/glyphs/uni21C_7.glif index b58130c14..0f5912d8a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_8.glif b/source/Hack-Regular.ufo/glyphs/uni21C_8.glif index c558dc36f..ac9e7c6cd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_9.glif b/source/Hack-Regular.ufo/glyphs/uni21C_9.glif index 29f9940b0..f902b1ad5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_A_.glif b/source/Hack-Regular.ufo/glyphs/uni21C_A_.glif index 1be45211f..94c249ba1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_B_.glif b/source/Hack-Regular.ufo/glyphs/uni21C_B_.glif index cbf6e465e..e2e6cb513 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_C_.glif b/source/Hack-Regular.ufo/glyphs/uni21C_C_.glif index 57e70d3db..916507062 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_D_.glif b/source/Hack-Regular.ufo/glyphs/uni21C_D_.glif index 081509671..6c2918ce9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_E_.glif b/source/Hack-Regular.ufo/glyphs/uni21C_E_.glif index 8e4d73448..a1e36f66a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21C_F_.glif b/source/Hack-Regular.ufo/glyphs/uni21C_F_.glif index 56a57c79f..aafdf1ec2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21C_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_5.glif b/source/Hack-Regular.ufo/glyphs/uni21D_5.glif index 4fffc9ddf..443b14c69 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_6.glif b/source/Hack-Regular.ufo/glyphs/uni21D_6.glif index 35787241a..93451825c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_7.glif b/source/Hack-Regular.ufo/glyphs/uni21D_7.glif index 9a862170a..c553b699c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_8.glif b/source/Hack-Regular.ufo/glyphs/uni21D_8.glif index aa91d159c..aa424758f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_9.glif b/source/Hack-Regular.ufo/glyphs/uni21D_9.glif index 29fb9ad61..a4dd8d565 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_A_.glif b/source/Hack-Regular.ufo/glyphs/uni21D_A_.glif index 937389035..784ccdc25 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_B_.glif b/source/Hack-Regular.ufo/glyphs/uni21D_B_.glif index 30701043d..953c00066 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_C_.glif b/source/Hack-Regular.ufo/glyphs/uni21D_C_.glif index 8ea9a402a..c3775f439 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21D_D_.glif b/source/Hack-Regular.ufo/glyphs/uni21D_D_.glif index 5e7dd8e7f..08eb408e0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21D_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_0.glif b/source/Hack-Regular.ufo/glyphs/uni21E_0.glif index 93aacbac3..2d057ff75 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_1.glif b/source/Hack-Regular.ufo/glyphs/uni21E_1.glif index fdffc1d3b..73fdc55e6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_2.glif b/source/Hack-Regular.ufo/glyphs/uni21E_2.glif index 360825c25..5a47839ca 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_3.glif b/source/Hack-Regular.ufo/glyphs/uni21E_3.glif index ab43c96e8..a6a50d08f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_4.glif b/source/Hack-Regular.ufo/glyphs/uni21E_4.glif index 1fbef41cd..5989538b9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_5.glif b/source/Hack-Regular.ufo/glyphs/uni21E_5.glif index 80148190b..8a4f2c7f2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_6.glif b/source/Hack-Regular.ufo/glyphs/uni21E_6.glif index 159fbec84..b3c7a9a47 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_7.glif b/source/Hack-Regular.ufo/glyphs/uni21E_7.glif index f6bff6515..90c1a99ea 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_8.glif b/source/Hack-Regular.ufo/glyphs/uni21E_8.glif index 9fbb15657..71d53b152 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_9.glif b/source/Hack-Regular.ufo/glyphs/uni21E_9.glif index 7bda8bb54..fcad226a7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_B_.glif b/source/Hack-Regular.ufo/glyphs/uni21E_B_.glif index 28ef11294..3863f8e21 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_C_.glif b/source/Hack-Regular.ufo/glyphs/uni21E_C_.glif index a2c0e762b..340799a35 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_D_.glif b/source/Hack-Regular.ufo/glyphs/uni21E_D_.glif index 29c469f48..d43de6d58 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_E_.glif b/source/Hack-Regular.ufo/glyphs/uni21E_E_.glif index 9fc2a8caf..028a8094d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21E_F_.glif b/source/Hack-Regular.ufo/glyphs/uni21E_F_.glif index ddb3f2adf..79d79df20 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21E_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21E_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_0.glif b/source/Hack-Regular.ufo/glyphs/uni21F_0.glif index bb47a7abe..14b3ef90f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_1.glif b/source/Hack-Regular.ufo/glyphs/uni21F_1.glif index ee214643b..7f9417370 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_2.glif b/source/Hack-Regular.ufo/glyphs/uni21F_2.glif index b5e39bac3..36dad6924 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_3.glif b/source/Hack-Regular.ufo/glyphs/uni21F_3.glif index 1ee0cd5ff..51350f93d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_4.glif b/source/Hack-Regular.ufo/glyphs/uni21F_4.glif index 87cb1e481..3d3eaccc4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_4.glif @@ -1,5 +1,5 @@ - + @@ -9,7 +9,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_5.glif b/source/Hack-Regular.ufo/glyphs/uni21F_5.glif index 11f4c6ffe..ce55b3310 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_6.glif b/source/Hack-Regular.ufo/glyphs/uni21F_6.glif index 48eba6398..9b10e3144 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_7.glif b/source/Hack-Regular.ufo/glyphs/uni21F_7.glif index 92574d1e4..7215dd41b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_8.glif b/source/Hack-Regular.ufo/glyphs/uni21F_8.glif index fda52b84f..f8925624b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_9.glif b/source/Hack-Regular.ufo/glyphs/uni21F_9.glif index 08b6d4ac5..16879693a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_A_.glif b/source/Hack-Regular.ufo/glyphs/uni21F_A_.glif index 6b4e40ca2..8a0406589 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_B_.glif b/source/Hack-Regular.ufo/glyphs/uni21F_B_.glif index 3cb924cb9..480cdafb5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_C_.glif b/source/Hack-Regular.ufo/glyphs/uni21F_C_.glif index a951ad082..1a767efd2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_D_.glif b/source/Hack-Regular.ufo/glyphs/uni21F_D_.glif index dc986956b..2c6a2e10d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_E_.glif b/source/Hack-Regular.ufo/glyphs/uni21F_E_.glif index 170c7252f..3d16930dc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni21F_F_.glif b/source/Hack-Regular.ufo/glyphs/uni21F_F_.glif index e571b1b2a..12187d47e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni21F_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni21F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2201.glif b/source/Hack-Regular.ufo/glyphs/uni2201.glif index 8bf38ab93..a2e570363 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2201.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2201.glif @@ -1,19 +1,19 @@ - + - + - + - + @@ -23,13 +23,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2204.glif b/source/Hack-Regular.ufo/glyphs/uni2204.glif index 802024750..618da55b1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2204.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2204.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2206.glif b/source/Hack-Regular.ufo/glyphs/uni2206.glif index 289a93b37..a5e6cf56f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2206.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2206.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni220A_.glif b/source/Hack-Regular.ufo/glyphs/uni220A_.glif index 661e99fc4..af2ab6c89 100644 --- a/source/Hack-Regular.ufo/glyphs/uni220A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni220A_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -28,7 +28,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni220C_.glif b/source/Hack-Regular.ufo/glyphs/uni220C_.glif index b831fb7f9..e442a14ba 100644 --- a/source/Hack-Regular.ufo/glyphs/uni220C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni220C_.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -34,7 +34,7 @@ - + @@ -46,7 +46,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni220D_.glif b/source/Hack-Regular.ufo/glyphs/uni220D_.glif index ec75a792d..0506f9075 100644 --- a/source/Hack-Regular.ufo/glyphs/uni220D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni220D_.glif @@ -1,11 +1,11 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni220E_.glif b/source/Hack-Regular.ufo/glyphs/uni220E_.glif index 6daf54592..eeaff1bf1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni220E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni220E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2210.glif b/source/Hack-Regular.ufo/glyphs/uni2210.glif index 71be89b75..d8d7c6b0f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2210.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2210.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2213.glif b/source/Hack-Regular.ufo/glyphs/uni2213.glif index 2497f804e..c389ac106 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2213.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2213.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2215.glif b/source/Hack-Regular.ufo/glyphs/uni2215.glif index edeb670cf..5eaccc566 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2215.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2215.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2218.glif b/source/Hack-Regular.ufo/glyphs/uni2218.glif index 9a2136b9d..3fcb738fb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2218.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2218.glif @@ -1,36 +1,36 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2219.glif b/source/Hack-Regular.ufo/glyphs/uni2219.glif index 77b26254a..c8482bc33 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2219.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2219.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni221B_.glif b/source/Hack-Regular.ufo/glyphs/uni221B_.glif index 7e6f305c6..6d2f90e4b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni221B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni221B_.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni221C_.glif b/source/Hack-Regular.ufo/glyphs/uni221C_.glif index d2fb19210..1324b5da7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni221C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni221C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2223.glif b/source/Hack-Regular.ufo/glyphs/uni2223.glif index e5bcbd570..36daad4e2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2223.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2223.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni222C_.glif b/source/Hack-Regular.ufo/glyphs/uni222C_.glif index 70acd59c9..c9e281820 100644 --- a/source/Hack-Regular.ufo/glyphs/uni222C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni222C_.glif @@ -1,61 +1,61 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni222D_.glif b/source/Hack-Regular.ufo/glyphs/uni222D_.glif index 8e9502f22..63f8ecbfe 100644 --- a/source/Hack-Regular.ufo/glyphs/uni222D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni222D_.glif @@ -1,95 +1,95 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2235.glif b/source/Hack-Regular.ufo/glyphs/uni2235.glif index 04d057827..a52c60c96 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2235.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2235.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2236.glif b/source/Hack-Regular.ufo/glyphs/uni2236.glif index a1235892d..12b8c243a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2236.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2236.glif @@ -1,39 +1,39 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2237.glif b/source/Hack-Regular.ufo/glyphs/uni2237.glif index b592a7d9f..0dcb69299 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2237.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2237.glif @@ -1,75 +1,75 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2238.glif b/source/Hack-Regular.ufo/glyphs/uni2238.glif index 08b977aef..18bf2cfb5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2238.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2238.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2239.glif b/source/Hack-Regular.ufo/glyphs/uni2239.glif index 8415a3ff4..545ac0dfb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2239.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2239.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -28,18 +28,18 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni223A_.glif b/source/Hack-Regular.ufo/glyphs/uni223A_.glif index 97d74463a..f8f6d0f04 100644 --- a/source/Hack-Regular.ufo/glyphs/uni223A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni223A_.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -46,36 +46,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni223B_.glif b/source/Hack-Regular.ufo/glyphs/uni223B_.glif index dcec4dfaf..e2144b5ee 100644 --- a/source/Hack-Regular.ufo/glyphs/uni223B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni223B_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,45 +25,45 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni223D_.glif b/source/Hack-Regular.ufo/glyphs/uni223D_.glif index 9d1483328..55d694409 100644 --- a/source/Hack-Regular.ufo/glyphs/uni223D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni223D_.glif @@ -1,31 +1,31 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2241.glif b/source/Hack-Regular.ufo/glyphs/uni2241.glif index 6cd5bc6fe..9963d6ae2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2241.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2241.glif @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ - + - + @@ -27,14 +27,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2242.glif b/source/Hack-Regular.ufo/glyphs/uni2242.glif index 2bd78d6c5..dc60d7145 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2242.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2242.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -21,21 +21,21 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2243.glif b/source/Hack-Regular.ufo/glyphs/uni2243.glif index 38d73dd70..6f82c3c2a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2243.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2243.glif @@ -1,5 +1,5 @@ - + @@ -7,28 +7,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2244.glif b/source/Hack-Regular.ufo/glyphs/uni2244.glif index bbab26712..6173bb310 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2244.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2244.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -22,7 +22,7 @@ - + @@ -33,14 +33,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2246.glif b/source/Hack-Regular.ufo/glyphs/uni2246.glif index bfd8cac08..04a1ffa8a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2246.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2246.glif @@ -1,5 +1,5 @@ - + @@ -7,28 +7,28 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2247.glif b/source/Hack-Regular.ufo/glyphs/uni2247.glif index a0658a2fa..8133a53b1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2247.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2247.glif @@ -1,5 +1,5 @@ - + @@ -19,14 +19,14 @@ - + - + @@ -36,14 +36,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2249.glif b/source/Hack-Regular.ufo/glyphs/uni2249.glif index 2bff6c7f4..ac1885c90 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2249.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2249.glif @@ -1,5 +1,5 @@ - + @@ -8,28 +8,28 @@ - + - + - + - + @@ -38,31 +38,31 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni224A_.glif b/source/Hack-Regular.ufo/glyphs/uni224A_.glif index 693b06a87..b7b0047a2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni224A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni224A_.glif @@ -1,5 +1,5 @@ - + @@ -7,28 +7,28 @@ - + - + - + - + - + @@ -37,7 +37,7 @@ - + @@ -45,21 +45,21 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni224B_.glif b/source/Hack-Regular.ufo/glyphs/uni224B_.glif index 4372138b6..943cc72a6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni224B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni224B_.glif @@ -1,5 +1,5 @@ - + @@ -7,28 +7,28 @@ - + - + - + - + @@ -37,7 +37,7 @@ - + @@ -45,21 +45,21 @@ - + - + - + @@ -68,7 +68,7 @@ - + @@ -76,21 +76,21 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni224C_.glif b/source/Hack-Regular.ufo/glyphs/uni224C_.glif index e0f5a4d4f..913c62864 100644 --- a/source/Hack-Regular.ufo/glyphs/uni224C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni224C_.glif @@ -1,31 +1,31 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni224D_.glif b/source/Hack-Regular.ufo/glyphs/uni224D_.glif index 442427b0b..eb2d7e33a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni224D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni224D_.glif @@ -1,10 +1,10 @@ - + - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni224E_.glif b/source/Hack-Regular.ufo/glyphs/uni224E_.glif index 75fb9bc1d..2a1132def 100644 --- a/source/Hack-Regular.ufo/glyphs/uni224E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni224E_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -51,7 +51,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni224F_.glif b/source/Hack-Regular.ufo/glyphs/uni224F_.glif index 2b3d36b40..2d78a92fd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni224F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni224F_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2250.glif b/source/Hack-Regular.ufo/glyphs/uni2250.glif index 4f1d635ce..d493b6c12 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2250.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2250.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2251.glif b/source/Hack-Regular.ufo/glyphs/uni2251.glif index c24f38e20..799ef7d92 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2251.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2251.glif @@ -1,34 +1,34 @@ - + - + - + - + - + - + - + - + - + @@ -44,18 +44,18 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2252.glif b/source/Hack-Regular.ufo/glyphs/uni2252.glif index 31056fb4a..bfbcf527d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2252.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2252.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -34,19 +34,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2253.glif b/source/Hack-Regular.ufo/glyphs/uni2253.glif index 9ea56c1b1..750a3c33f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2253.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2253.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -34,18 +34,18 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2254.glif b/source/Hack-Regular.ufo/glyphs/uni2254.glif index 48ea48cce..2167cdbdc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2254.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2254.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + @@ -28,18 +28,18 @@ - + - + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2255.glif b/source/Hack-Regular.ufo/glyphs/uni2255.glif index 50cfccbc8..1e211ffc4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2255.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2255.glif @@ -1,22 +1,22 @@ - + - + - + - - + + - + @@ -28,18 +28,18 @@ - + - + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2256.glif b/source/Hack-Regular.ufo/glyphs/uni2256.glif index 55906f45f..66a0c89a1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2256.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2256.glif @@ -1,5 +1,5 @@ - + @@ -8,7 +8,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -31,14 +31,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2257.glif b/source/Hack-Regular.ufo/glyphs/uni2257.glif index 9cca58ee5..711eabb81 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2257.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2257.glif @@ -1,36 +1,36 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2258.glif b/source/Hack-Regular.ufo/glyphs/uni2258.glif index 5f88f70c7..5ebfcf104 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2258.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2258.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2259.glif b/source/Hack-Regular.ufo/glyphs/uni2259.glif index 63196c84c..7775137f3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2259.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2259.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni225A_.glif b/source/Hack-Regular.ufo/glyphs/uni225A_.glif index c97815dcd..9e89adcb1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni225A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni225A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni225B_.glif b/source/Hack-Regular.ufo/glyphs/uni225B_.glif index 7179fa15d..61a9eea3b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni225B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni225B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni225C_.glif b/source/Hack-Regular.ufo/glyphs/uni225C_.glif index e69041027..b249a3206 100644 --- a/source/Hack-Regular.ufo/glyphs/uni225C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni225C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni225D_.glif b/source/Hack-Regular.ufo/glyphs/uni225D_.glif index d8564f61e..2f31becb0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni225D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni225D_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -27,16 +27,16 @@ - + - + - + @@ -45,21 +45,21 @@ - + - + - + - + - + @@ -68,19 +68,19 @@ - + - + - + - + @@ -88,7 +88,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni225E_.glif b/source/Hack-Regular.ufo/glyphs/uni225E_.glif index 84b5c8eec..b937d3f55 100644 --- a/source/Hack-Regular.ufo/glyphs/uni225E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni225E_.glif @@ -1,5 +1,5 @@ - + @@ -9,13 +9,13 @@ - + - + @@ -24,7 +24,7 @@ - + @@ -33,10 +33,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni225F_.glif b/source/Hack-Regular.ufo/glyphs/uni225F_.glif index 60fbbcf6f..0fa039433 100644 --- a/source/Hack-Regular.ufo/glyphs/uni225F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni225F_.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + @@ -42,15 +42,15 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2262.glif b/source/Hack-Regular.ufo/glyphs/uni2262.glif index c21302c2b..d7043ceda 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2262.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2262.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2263.glif b/source/Hack-Regular.ufo/glyphs/uni2263.glif index 8f87e263c..33027fd94 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2263.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2263.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2266.glif b/source/Hack-Regular.ufo/glyphs/uni2266.glif index ed9852f19..de279956d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2266.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2266.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2267.glif b/source/Hack-Regular.ufo/glyphs/uni2267.glif index f4c695c85..6b85f1573 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2267.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2267.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2268.glif b/source/Hack-Regular.ufo/glyphs/uni2268.glif index 6cdc5bbc5..801c8f16f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2268.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2268.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2269.glif b/source/Hack-Regular.ufo/glyphs/uni2269.glif index 22b7a3b0f..b1f8f9468 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2269.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2269.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni226D_.glif b/source/Hack-Regular.ufo/glyphs/uni226D_.glif index d9de97328..59d8ef725 100644 --- a/source/Hack-Regular.ufo/glyphs/uni226D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni226D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni226E_.glif b/source/Hack-Regular.ufo/glyphs/uni226E_.glif index d176e85a0..e102dc065 100644 --- a/source/Hack-Regular.ufo/glyphs/uni226E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni226E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni226F_.glif b/source/Hack-Regular.ufo/glyphs/uni226F_.glif index 4c90f956a..25459cab1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni226F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni226F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2270.glif b/source/Hack-Regular.ufo/glyphs/uni2270.glif index 45dea8b29..460a3c475 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2270.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2270.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2271.glif b/source/Hack-Regular.ufo/glyphs/uni2271.glif index 0aafba116..766e172d0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2271.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2271.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2272.glif b/source/Hack-Regular.ufo/glyphs/uni2272.glif index 5d2759476..90aac4a3d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2272.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2272.glif @@ -1,5 +1,5 @@ - + @@ -16,28 +16,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2273.glif b/source/Hack-Regular.ufo/glyphs/uni2273.glif index b331ae361..dbb5ebab5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2273.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2273.glif @@ -1,5 +1,5 @@ - + @@ -16,28 +16,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2274.glif b/source/Hack-Regular.ufo/glyphs/uni2274.glif index 6bd521e95..d6fa6023c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2274.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2274.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + @@ -36,14 +36,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2275.glif b/source/Hack-Regular.ufo/glyphs/uni2275.glif index ced951798..5a28ee271 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2275.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2275.glif @@ -1,5 +1,5 @@ - + @@ -37,14 +37,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2276.glif b/source/Hack-Regular.ufo/glyphs/uni2276.glif index 2a52b5667..d63ec34b9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2276.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2276.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2277.glif b/source/Hack-Regular.ufo/glyphs/uni2277.glif index 06cb06f97..60edbeae8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2277.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2277.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2278.glif b/source/Hack-Regular.ufo/glyphs/uni2278.glif index 2c15eac55..d1d9ade44 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2278.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2278.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2279.glif b/source/Hack-Regular.ufo/glyphs/uni2279.glif index c37c8879c..6128c3444 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2279.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2279.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni227A_.glif b/source/Hack-Regular.ufo/glyphs/uni227A_.glif index ddf4bf5d7..cedcaddcc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni227A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni227A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni227B_.glif b/source/Hack-Regular.ufo/glyphs/uni227B_.glif index a191bc3d6..d2daa1720 100644 --- a/source/Hack-Regular.ufo/glyphs/uni227B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni227B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni227C_.glif b/source/Hack-Regular.ufo/glyphs/uni227C_.glif index c29f31b3f..edaa8cb45 100644 --- a/source/Hack-Regular.ufo/glyphs/uni227C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni227C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni227D_.glif b/source/Hack-Regular.ufo/glyphs/uni227D_.glif index dd9f38c25..9af8f9b4d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni227D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni227D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni227E_.glif b/source/Hack-Regular.ufo/glyphs/uni227E_.glif index c3c8d6a61..d74a04d0f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni227E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni227E_.glif @@ -1,5 +1,5 @@ - + @@ -24,28 +24,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni227F_.glif b/source/Hack-Regular.ufo/glyphs/uni227F_.glif index fb4d6ce23..6926391a3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni227F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni227F_.glif @@ -1,5 +1,5 @@ - + @@ -24,28 +24,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2280.glif b/source/Hack-Regular.ufo/glyphs/uni2280.glif index 38b9d6f34..13544a203 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2280.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2280.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2281.glif b/source/Hack-Regular.ufo/glyphs/uni2281.glif index 8f80108f7..fc2c669dd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2281.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2281.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2285.glif b/source/Hack-Regular.ufo/glyphs/uni2285.glif index 2ed583f0f..a76554575 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2285.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2285.glif @@ -1,5 +1,5 @@ - + @@ -21,18 +21,18 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2288.glif b/source/Hack-Regular.ufo/glyphs/uni2288.glif index fc1b64139..c3e7a8fb8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2288.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2288.glif @@ -1,5 +1,5 @@ - + @@ -12,10 +12,10 @@ - + - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2289.glif b/source/Hack-Regular.ufo/glyphs/uni2289.glif index ca9e74717..dce638de2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2289.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2289.glif @@ -1,5 +1,5 @@ - + @@ -16,10 +16,10 @@ - + - + @@ -31,10 +31,10 @@ - + - + @@ -43,10 +43,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni228A_.glif b/source/Hack-Regular.ufo/glyphs/uni228A_.glif index 41876053e..0d23c268f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni228A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni228A_.glif @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ - + - + @@ -22,10 +22,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni228B_.glif b/source/Hack-Regular.ufo/glyphs/uni228B_.glif index a81f4a1f7..39b8591d4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni228B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni228B_.glif @@ -1,5 +1,5 @@ - + @@ -12,22 +12,22 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni228D_.glif b/source/Hack-Regular.ufo/glyphs/uni228D_.glif index 2adae4c02..2b971af65 100644 --- a/source/Hack-Regular.ufo/glyphs/uni228D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni228D_.glif @@ -1,42 +1,42 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni228E_.glif b/source/Hack-Regular.ufo/glyphs/uni228E_.glif index bd4de025b..d476a5790 100644 --- a/source/Hack-Regular.ufo/glyphs/uni228E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni228E_.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni228F_.glif b/source/Hack-Regular.ufo/glyphs/uni228F_.glif index 4f92fb4b1..f7497da43 100644 --- a/source/Hack-Regular.ufo/glyphs/uni228F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni228F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2290.glif b/source/Hack-Regular.ufo/glyphs/uni2290.glif index 33bedbbc1..d74b6e4bc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2290.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2290.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2291.glif b/source/Hack-Regular.ufo/glyphs/uni2291.glif index d502f1b74..12401ec8c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2291.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2291.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2292.glif b/source/Hack-Regular.ufo/glyphs/uni2292.glif index 052f0010d..aedb6a7a2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2292.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2292.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2293.glif b/source/Hack-Regular.ufo/glyphs/uni2293.glif index b6c42bb21..ae2e1cfc9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2293.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2293.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2294.glif b/source/Hack-Regular.ufo/glyphs/uni2294.glif index 9fde1ef65..ea5f786cf 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2294.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2294.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2296.glif b/source/Hack-Regular.ufo/glyphs/uni2296.glif index 58419b04f..1bafeb6dd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2296.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2296.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2298.glif b/source/Hack-Regular.ufo/glyphs/uni2298.glif index b7aaf80a3..2e20e41ab 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2298.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2298.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2299.glif b/source/Hack-Regular.ufo/glyphs/uni2299.glif index 4c104c798..e01218e8c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2299.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2299.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni229A_.glif b/source/Hack-Regular.ufo/glyphs/uni229A_.glif index c6784f846..62c363c79 100644 --- a/source/Hack-Regular.ufo/glyphs/uni229A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni229A_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + @@ -62,36 +62,36 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni229B_.glif b/source/Hack-Regular.ufo/glyphs/uni229B_.glif index 5efc4b8f5..f7d8ab6b5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni229B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni229B_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -57,7 +57,7 @@ - + @@ -66,7 +66,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni229C_.glif b/source/Hack-Regular.ufo/glyphs/uni229C_.glif index 1755c2d88..f3f75b0e2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni229C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni229C_.glif @@ -1,16 +1,16 @@ - + - + - + @@ -19,13 +19,13 @@ - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni229D_.glif b/source/Hack-Regular.ufo/glyphs/uni229D_.glif index 04d110918..5a6401b55 100644 --- a/source/Hack-Regular.ufo/glyphs/uni229D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni229D_.glif @@ -1,31 +1,31 @@ - + - + - + - + - + - + @@ -33,13 +33,13 @@ - + - + @@ -48,13 +48,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni229E_.glif b/source/Hack-Regular.ufo/glyphs/uni229E_.glif index 789907223..1e67e6c85 100644 --- a/source/Hack-Regular.ufo/glyphs/uni229E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni229E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni229F_.glif b/source/Hack-Regular.ufo/glyphs/uni229F_.glif index 37baa426c..3e11b4e61 100644 --- a/source/Hack-Regular.ufo/glyphs/uni229F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni229F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22A_0.glif b/source/Hack-Regular.ufo/glyphs/uni22A_0.glif index 091c78727..d9d5b6ff9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22A_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22A_1.glif b/source/Hack-Regular.ufo/glyphs/uni22A_1.glif index 92956634d..bb6fb70d5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22A_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22A_2.glif b/source/Hack-Regular.ufo/glyphs/uni22A_2.glif index ff6f4772f..9e38ff04f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22A_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22A_3.glif b/source/Hack-Regular.ufo/glyphs/uni22A_3.glif index f1ea1eb18..b942c2d55 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22A_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22A_4.glif b/source/Hack-Regular.ufo/glyphs/uni22A_4.glif index 3976b0e9e..1974a9b0f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22A_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22B_2.glif b/source/Hack-Regular.ufo/glyphs/uni22B_2.glif index aaa260d91..65e8332e5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22B_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22B_3.glif b/source/Hack-Regular.ufo/glyphs/uni22B_3.glif index 9babd93a9..61ae187df 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22B_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22B_4.glif b/source/Hack-Regular.ufo/glyphs/uni22B_4.glif index 8444e673c..d0dab1a7d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22B_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22B_5.glif b/source/Hack-Regular.ufo/glyphs/uni22B_5.glif index ca58abee0..362016c4a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22B_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22B_8.glif b/source/Hack-Regular.ufo/glyphs/uni22B_8.glif index 80abd6c8c..3d6b3a27d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22B_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22B_8.glif @@ -1,10 +1,10 @@ - + - + @@ -13,21 +13,21 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22C_2.glif b/source/Hack-Regular.ufo/glyphs/uni22C_2.glif index 27b252f75..7fa8538c0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22C_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22C_2.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,10 +16,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22C_3.glif b/source/Hack-Regular.ufo/glyphs/uni22C_3.glif index 33b8b1523..4054e4cc1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22C_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22C_3.glif @@ -1,25 +1,25 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22C_4.glif b/source/Hack-Regular.ufo/glyphs/uni22C_4.glif index 2c2cab31a..29294d33f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22C_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22C_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22C_6.glif b/source/Hack-Regular.ufo/glyphs/uni22C_6.glif index 1d9dbbeb1..92117d79e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22C_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22C_D_.glif b/source/Hack-Regular.ufo/glyphs/uni22C_D_.glif index 6f579cd84..84ee152b9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22C_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22C_D_.glif @@ -1,31 +1,31 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22C_E_.glif b/source/Hack-Regular.ufo/glyphs/uni22C_E_.glif index d0e793f63..150b7bba6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22C_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22C_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22C_F_.glif b/source/Hack-Regular.ufo/glyphs/uni22C_F_.glif index 982defd88..d74dfb67e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22C_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22C_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22D_0.glif b/source/Hack-Regular.ufo/glyphs/uni22D_0.glif index f176dc061..f4f66a140 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22D_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22D_0.glif @@ -1,13 +1,13 @@ - + - + - + @@ -16,18 +16,18 @@ - + - + - + - + @@ -36,10 +36,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22D_1.glif b/source/Hack-Regular.ufo/glyphs/uni22D_1.glif index 56260615e..93eb45bb1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22D_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22D_1.glif @@ -1,5 +1,5 @@ - + @@ -8,39 +8,39 @@ - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22D_A_.glif b/source/Hack-Regular.ufo/glyphs/uni22D_A_.glif index 85ddd7c53..240c71b1c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22D_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22D_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22D_B_.glif b/source/Hack-Regular.ufo/glyphs/uni22D_B_.glif index a213ab447..a029c0f6d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22D_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22D_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22D_C_.glif b/source/Hack-Regular.ufo/glyphs/uni22D_C_.glif index 037d47290..b7d7d0499 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22D_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22D_D_.glif b/source/Hack-Regular.ufo/glyphs/uni22D_D_.glif index c2ed23094..fb833a570 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22D_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22D_E_.glif b/source/Hack-Regular.ufo/glyphs/uni22D_E_.glif index 26843d144..c5e18f150 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22D_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22D_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22D_F_.glif b/source/Hack-Regular.ufo/glyphs/uni22D_F_.glif index a45c4191a..168a85978 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22D_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22D_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_0.glif b/source/Hack-Regular.ufo/glyphs/uni22E_0.glif index 731ffde7e..dd0d3cc78 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_1.glif b/source/Hack-Regular.ufo/glyphs/uni22E_1.glif index 3f1f46c49..2ba3f5932 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_2.glif b/source/Hack-Regular.ufo/glyphs/uni22E_2.glif index a8b1e8a74..2de8abb7d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_3.glif b/source/Hack-Regular.ufo/glyphs/uni22E_3.glif index 900ac83eb..b80d8c304 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_4.glif b/source/Hack-Regular.ufo/glyphs/uni22E_4.glif index 061d76e37..ba1c08b12 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_5.glif b/source/Hack-Regular.ufo/glyphs/uni22E_5.glif index ae32d8fd5..b7a5c5807 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_6.glif b/source/Hack-Regular.ufo/glyphs/uni22E_6.glif index 2c2065787..eb15120ab 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_6.glif @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ - + - + @@ -34,14 +34,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_7.glif b/source/Hack-Regular.ufo/glyphs/uni22E_7.glif index 31b869cce..626de7d8e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_7.glif @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ - + - + @@ -35,14 +35,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_8.glif b/source/Hack-Regular.ufo/glyphs/uni22E_8.glif index 4c4ff872f..de0488f3c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_8.glif @@ -1,5 +1,5 @@ - + @@ -28,14 +28,14 @@ - + - + @@ -44,14 +44,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_9.glif b/source/Hack-Regular.ufo/glyphs/uni22E_9.glif index 7976e0d09..b2bd46b1a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_9.glif @@ -1,5 +1,5 @@ - + @@ -28,14 +28,14 @@ - + - + @@ -44,14 +44,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni22E_F_.glif b/source/Hack-Regular.ufo/glyphs/uni22E_F_.glif index 2357efbad..0640f5c6e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni22E_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni22E_F_.glif @@ -1,58 +1,58 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2304.glif b/source/Hack-Regular.ufo/glyphs/uni2304.glif index 8f4b4c116..726565437 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2304.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2304.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2308.glif b/source/Hack-Regular.ufo/glyphs/uni2308.glif index a032d7a82..a567ceca4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2308.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2308.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2309.glif b/source/Hack-Regular.ufo/glyphs/uni2309.glif index d32f63289..9e18158aa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2309.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2309.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni230A_.glif b/source/Hack-Regular.ufo/glyphs/uni230A_.glif index 8ddc5bb0e..a906b7e57 100644 --- a/source/Hack-Regular.ufo/glyphs/uni230A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni230A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni230B_.glif b/source/Hack-Regular.ufo/glyphs/uni230B_.glif index 5e8a61afd..12df02428 100644 --- a/source/Hack-Regular.ufo/glyphs/uni230B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni230B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni239B_.glif b/source/Hack-Regular.ufo/glyphs/uni239B_.glif index 8e7a286f5..92dd2709d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni239B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni239B_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni239C_.glif b/source/Hack-Regular.ufo/glyphs/uni239C_.glif index e0b7ac215..b7089d0e0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni239C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni239C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni239D_.glif b/source/Hack-Regular.ufo/glyphs/uni239D_.glif index 49f77229b..84c78c9eb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni239D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni239D_.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni239E_.glif b/source/Hack-Regular.ufo/glyphs/uni239E_.glif index 02febe357..0238c93ef 100644 --- a/source/Hack-Regular.ufo/glyphs/uni239E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni239E_.glif @@ -1,17 +1,17 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni239F_.glif b/source/Hack-Regular.ufo/glyphs/uni239F_.glif index cea8d54c2..07510cfc1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni239F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni239F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_0.glif b/source/Hack-Regular.ufo/glyphs/uni23A_0.glif index db90ae765..8a823ea5a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_0.glif @@ -1,5 +1,5 @@ - + @@ -7,10 +7,10 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_1.glif b/source/Hack-Regular.ufo/glyphs/uni23A_1.glif index 9e2770007..89c7ab99c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_2.glif b/source/Hack-Regular.ufo/glyphs/uni23A_2.glif index cbc6807f3..0fa4ae110 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_3.glif b/source/Hack-Regular.ufo/glyphs/uni23A_3.glif index 6de0a516e..df508981f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_4.glif b/source/Hack-Regular.ufo/glyphs/uni23A_4.glif index 350891111..faf1762f0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_5.glif b/source/Hack-Regular.ufo/glyphs/uni23A_5.glif index a76e4b4de..f340d4859 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_6.glif b/source/Hack-Regular.ufo/glyphs/uni23A_6.glif index fe1059209..7096df932 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_7.glif b/source/Hack-Regular.ufo/glyphs/uni23A_7.glif index 50c46c41f..2d6f634bb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_7.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_8.glif b/source/Hack-Regular.ufo/glyphs/uni23A_8.glif index d32bb4f98..14b550f70 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_8.glif @@ -1,19 +1,19 @@ - + - + - + - + - + @@ -28,7 +28,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_9.glif b/source/Hack-Regular.ufo/glyphs/uni23A_9.glif index 55509b4db..f767e574e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_9.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_A_.glif b/source/Hack-Regular.ufo/glyphs/uni23A_A_.glif index 7342b0790..27a6b3aac 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_B_.glif b/source/Hack-Regular.ufo/glyphs/uni23A_B_.glif index c79ce929f..d37835bcc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_B_.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_C_.glif b/source/Hack-Regular.ufo/glyphs/uni23A_C_.glif index 9c726c28c..e104a00e2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_C_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,19 +16,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_D_.glif b/source/Hack-Regular.ufo/glyphs/uni23A_D_.glif index 6b59fb48a..1939a626a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_D_.glif @@ -1,5 +1,5 @@ - + @@ -8,13 +8,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni23A_E_.glif b/source/Hack-Regular.ufo/glyphs/uni23A_E_.glif index 73fada53a..832e4acef 100644 --- a/source/Hack-Regular.ufo/glyphs/uni23A_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni23A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2500.glif b/source/Hack-Regular.ufo/glyphs/uni2500.glif index 73488f5b9..4c3c724bd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2500.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2500.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2501.glif b/source/Hack-Regular.ufo/glyphs/uni2501.glif index 407b806a5..b4b7c57cb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2501.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2501.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2502.glif b/source/Hack-Regular.ufo/glyphs/uni2502.glif index fa8872f18..13a2c6442 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2502.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2502.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2503.glif b/source/Hack-Regular.ufo/glyphs/uni2503.glif index 0e067d62b..1e6d150a4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2503.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2503.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2504.glif b/source/Hack-Regular.ufo/glyphs/uni2504.glif index d50a36d0e..5d4329be7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2504.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2504.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2505.glif b/source/Hack-Regular.ufo/glyphs/uni2505.glif index 5ba7c8463..754eec4a6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2505.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2505.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2506.glif b/source/Hack-Regular.ufo/glyphs/uni2506.glif index 5efa3b8d6..f78770484 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2506.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2506.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2507.glif b/source/Hack-Regular.ufo/glyphs/uni2507.glif index 5708e0d89..b4eba2c2b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2507.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2507.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2508.glif b/source/Hack-Regular.ufo/glyphs/uni2508.glif index 36048e87f..24c5f527c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2508.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2508.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2509.glif b/source/Hack-Regular.ufo/glyphs/uni2509.glif index 72288fcc1..5ba4882de 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2509.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2509.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni250A_.glif b/source/Hack-Regular.ufo/glyphs/uni250A_.glif index 326419d4f..cc5657bf8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni250A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni250A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni250B_.glif b/source/Hack-Regular.ufo/glyphs/uni250B_.glif index c3ee89732..62cafe2d5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni250B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni250B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni250C_.glif b/source/Hack-Regular.ufo/glyphs/uni250C_.glif index 3bb58457a..fc997d4f4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni250C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni250C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni250D_.glif b/source/Hack-Regular.ufo/glyphs/uni250D_.glif index c13da916a..e34115b1f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni250D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni250D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni250E_.glif b/source/Hack-Regular.ufo/glyphs/uni250E_.glif index 4c1a00c1f..7696eb5f3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni250E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni250E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni250F_.glif b/source/Hack-Regular.ufo/glyphs/uni250F_.glif index de7ebbd8c..8ce72f96a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni250F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni250F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2510.glif b/source/Hack-Regular.ufo/glyphs/uni2510.glif index ca6ae96b8..b619a2b32 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2510.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2510.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2511.glif b/source/Hack-Regular.ufo/glyphs/uni2511.glif index 730313a7f..49566b695 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2511.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2511.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2512.glif b/source/Hack-Regular.ufo/glyphs/uni2512.glif index 6ac0b73da..57d91c592 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2512.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2512.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2513.glif b/source/Hack-Regular.ufo/glyphs/uni2513.glif index 07da56005..939e456bd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2513.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2513.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2514.glif b/source/Hack-Regular.ufo/glyphs/uni2514.glif index 6ea01e67e..cd4e6db7a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2514.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2514.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2515.glif b/source/Hack-Regular.ufo/glyphs/uni2515.glif index d80bfefe6..8a437d13f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2515.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2515.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2516.glif b/source/Hack-Regular.ufo/glyphs/uni2516.glif index a1e7786d8..a4d2007fb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2516.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2516.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2517.glif b/source/Hack-Regular.ufo/glyphs/uni2517.glif index 80b5b9a16..e1218e29e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2517.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2517.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2518.glif b/source/Hack-Regular.ufo/glyphs/uni2518.glif index 017273e68..837c14e81 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2518.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2518.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2519.glif b/source/Hack-Regular.ufo/glyphs/uni2519.glif index 754033b48..16fd46687 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2519.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2519.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni251A_.glif b/source/Hack-Regular.ufo/glyphs/uni251A_.glif index 0079f5dcb..29771eed8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni251A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni251A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni251B_.glif b/source/Hack-Regular.ufo/glyphs/uni251B_.glif index 0975ba76c..4d876080f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni251B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni251B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni251C_.glif b/source/Hack-Regular.ufo/glyphs/uni251C_.glif index 317eef6ff..035384e8e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni251C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni251C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni251D_.glif b/source/Hack-Regular.ufo/glyphs/uni251D_.glif index 7917d89b5..82133e678 100644 --- a/source/Hack-Regular.ufo/glyphs/uni251D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni251D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni251E_.glif b/source/Hack-Regular.ufo/glyphs/uni251E_.glif index ec76929ee..6f8e608a6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni251E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni251E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni251F_.glif b/source/Hack-Regular.ufo/glyphs/uni251F_.glif index 7951311b3..0ba4a983e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni251F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni251F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2520.glif b/source/Hack-Regular.ufo/glyphs/uni2520.glif index 48b8d811d..d7db40b19 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2520.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2520.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2521.glif b/source/Hack-Regular.ufo/glyphs/uni2521.glif index 9a9189030..99d8e5651 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2521.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2521.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2522.glif b/source/Hack-Regular.ufo/glyphs/uni2522.glif index beec610ae..e46fe28b7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2522.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2522.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2523.glif b/source/Hack-Regular.ufo/glyphs/uni2523.glif index 64dbc41bc..f4dacb474 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2523.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2523.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2524.glif b/source/Hack-Regular.ufo/glyphs/uni2524.glif index e25dd4855..7c1c49f3b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2524.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2524.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2525.glif b/source/Hack-Regular.ufo/glyphs/uni2525.glif index 3a2ba11c6..ebd9cd8f1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2525.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2525.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2526.glif b/source/Hack-Regular.ufo/glyphs/uni2526.glif index b23927ce0..fd5234524 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2526.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2526.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2527.glif b/source/Hack-Regular.ufo/glyphs/uni2527.glif index f08eebe71..f746e9af2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2527.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2527.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2528.glif b/source/Hack-Regular.ufo/glyphs/uni2528.glif index fc50e2952..dddc9bfb3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2528.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2528.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2529.glif b/source/Hack-Regular.ufo/glyphs/uni2529.glif index 4c4a6320d..36019c98c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2529.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2529.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni252A_.glif b/source/Hack-Regular.ufo/glyphs/uni252A_.glif index de1e3f6ca..58ce526ba 100644 --- a/source/Hack-Regular.ufo/glyphs/uni252A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni252A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni252B_.glif b/source/Hack-Regular.ufo/glyphs/uni252B_.glif index 9af4bb7e3..1bb97939d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni252B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni252B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni252C_.glif b/source/Hack-Regular.ufo/glyphs/uni252C_.glif index 71c9aebce..a5ceefa4a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni252C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni252C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni252D_.glif b/source/Hack-Regular.ufo/glyphs/uni252D_.glif index 7870a65dc..3adb19018 100644 --- a/source/Hack-Regular.ufo/glyphs/uni252D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni252D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni252E_.glif b/source/Hack-Regular.ufo/glyphs/uni252E_.glif index 3a5c6d74d..1d2a8974d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni252E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni252E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni252F_.glif b/source/Hack-Regular.ufo/glyphs/uni252F_.glif index 3e6e9d1f0..b4b65ba37 100644 --- a/source/Hack-Regular.ufo/glyphs/uni252F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni252F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2530.glif b/source/Hack-Regular.ufo/glyphs/uni2530.glif index 50e93e19a..c37b0a903 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2530.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2530.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2531.glif b/source/Hack-Regular.ufo/glyphs/uni2531.glif index fe41525b6..ab1daaa5b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2531.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2531.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2532.glif b/source/Hack-Regular.ufo/glyphs/uni2532.glif index 2113c7f6e..d27193aee 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2532.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2532.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2533.glif b/source/Hack-Regular.ufo/glyphs/uni2533.glif index 7158447b9..b2340787d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2533.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2533.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2534.glif b/source/Hack-Regular.ufo/glyphs/uni2534.glif index fc64d96bd..44f1e90ec 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2534.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2534.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2535.glif b/source/Hack-Regular.ufo/glyphs/uni2535.glif index 86b705611..92b5d9fb4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2535.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2535.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2536.glif b/source/Hack-Regular.ufo/glyphs/uni2536.glif index 5ba854889..0bc16e000 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2536.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2536.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2537.glif b/source/Hack-Regular.ufo/glyphs/uni2537.glif index d06adad76..50634f1f0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2537.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2537.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2538.glif b/source/Hack-Regular.ufo/glyphs/uni2538.glif index 63679b811..3fbe88513 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2538.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2538.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2539.glif b/source/Hack-Regular.ufo/glyphs/uni2539.glif index 0aeb1ae5b..871292d9f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2539.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2539.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni253A_.glif b/source/Hack-Regular.ufo/glyphs/uni253A_.glif index d1f9403e1..6f14e3242 100644 --- a/source/Hack-Regular.ufo/glyphs/uni253A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni253A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni253B_.glif b/source/Hack-Regular.ufo/glyphs/uni253B_.glif index 6d1f8b5c9..14fe114d1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni253B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni253B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni253C_.glif b/source/Hack-Regular.ufo/glyphs/uni253C_.glif index 581841704..74676cf9e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni253C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni253C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni253D_.glif b/source/Hack-Regular.ufo/glyphs/uni253D_.glif index f5841e09a..c4b47a679 100644 --- a/source/Hack-Regular.ufo/glyphs/uni253D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni253D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni253E_.glif b/source/Hack-Regular.ufo/glyphs/uni253E_.glif index 7ba89e7b1..5b551a63a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni253E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni253E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni253F_.glif b/source/Hack-Regular.ufo/glyphs/uni253F_.glif index 1fcc62cbd..fefe01919 100644 --- a/source/Hack-Regular.ufo/glyphs/uni253F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni253F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2540.glif b/source/Hack-Regular.ufo/glyphs/uni2540.glif index 8734d3ccf..2ad2367f8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2540.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2540.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2541.glif b/source/Hack-Regular.ufo/glyphs/uni2541.glif index 9bef0eee8..874c8ee08 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2541.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2541.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2542.glif b/source/Hack-Regular.ufo/glyphs/uni2542.glif index ad562119e..99e2e676f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2542.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2542.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2543.glif b/source/Hack-Regular.ufo/glyphs/uni2543.glif index 5166af2b6..0a2c4cf84 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2543.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2543.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2544.glif b/source/Hack-Regular.ufo/glyphs/uni2544.glif index 48e31de5c..58ec46752 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2544.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2544.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2545.glif b/source/Hack-Regular.ufo/glyphs/uni2545.glif index b9f2378bd..b005e36e2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2545.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2545.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2546.glif b/source/Hack-Regular.ufo/glyphs/uni2546.glif index cdaaf29e8..6e0d525bd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2546.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2546.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2547.glif b/source/Hack-Regular.ufo/glyphs/uni2547.glif index fbbbae3de..9dc7aeab4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2547.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2547.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2548.glif b/source/Hack-Regular.ufo/glyphs/uni2548.glif index 3c3e28a92..c34823556 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2548.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2548.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2549.glif b/source/Hack-Regular.ufo/glyphs/uni2549.glif index b3d0471df..5d6be817d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2549.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2549.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni254A_.glif b/source/Hack-Regular.ufo/glyphs/uni254A_.glif index f2328d0bc..01a40ee11 100644 --- a/source/Hack-Regular.ufo/glyphs/uni254A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni254A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni254B_.glif b/source/Hack-Regular.ufo/glyphs/uni254B_.glif index 89e3ecc7c..86d15e211 100644 --- a/source/Hack-Regular.ufo/glyphs/uni254B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni254B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni254C_.glif b/source/Hack-Regular.ufo/glyphs/uni254C_.glif index bf16884c5..0d7049383 100644 --- a/source/Hack-Regular.ufo/glyphs/uni254C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni254C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni254D_.glif b/source/Hack-Regular.ufo/glyphs/uni254D_.glif index 79d4abc50..2f595fd35 100644 --- a/source/Hack-Regular.ufo/glyphs/uni254D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni254D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni254E_.glif b/source/Hack-Regular.ufo/glyphs/uni254E_.glif index 170dcfdd4..7fe74afe7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni254E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni254E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni254F_.glif b/source/Hack-Regular.ufo/glyphs/uni254F_.glif index 7a00fdbf5..598352872 100644 --- a/source/Hack-Regular.ufo/glyphs/uni254F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni254F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2550.glif b/source/Hack-Regular.ufo/glyphs/uni2550.glif index b47e7f6cf..3a3127b08 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2550.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2550.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2551.glif b/source/Hack-Regular.ufo/glyphs/uni2551.glif index 261f33ce0..b86f5797d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2551.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2551.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2552.glif b/source/Hack-Regular.ufo/glyphs/uni2552.glif index 5e8a62bfd..5cf675e17 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2552.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2552.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2553.glif b/source/Hack-Regular.ufo/glyphs/uni2553.glif index 03e805d83..b79ca303d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2553.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2553.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2554.glif b/source/Hack-Regular.ufo/glyphs/uni2554.glif index 97badf786..2dd8ae161 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2554.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2554.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2555.glif b/source/Hack-Regular.ufo/glyphs/uni2555.glif index 94103017c..68866dfb1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2555.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2555.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2556.glif b/source/Hack-Regular.ufo/glyphs/uni2556.glif index b3208e323..cdab621c7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2556.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2556.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2557.glif b/source/Hack-Regular.ufo/glyphs/uni2557.glif index bb82a4b47..e2af7ab8d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2557.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2557.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2558.glif b/source/Hack-Regular.ufo/glyphs/uni2558.glif index 396f9de67..4e262549a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2558.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2558.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2559.glif b/source/Hack-Regular.ufo/glyphs/uni2559.glif index ba1eeeb4e..c122a93c1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2559.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2559.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni255A_.glif b/source/Hack-Regular.ufo/glyphs/uni255A_.glif index 1136c2a8e..f017411f2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni255A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni255A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni255B_.glif b/source/Hack-Regular.ufo/glyphs/uni255B_.glif index 904566700..0d441cda2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni255B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni255B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni255C_.glif b/source/Hack-Regular.ufo/glyphs/uni255C_.glif index fc8692c05..8419d131f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni255C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni255C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni255D_.glif b/source/Hack-Regular.ufo/glyphs/uni255D_.glif index d1873f016..b093d68da 100644 --- a/source/Hack-Regular.ufo/glyphs/uni255D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni255D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni255E_.glif b/source/Hack-Regular.ufo/glyphs/uni255E_.glif index 18076afa2..b1469a4aa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni255E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni255E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni255F_.glif b/source/Hack-Regular.ufo/glyphs/uni255F_.glif index 40de34e6f..a1b53b07d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni255F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni255F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2560.glif b/source/Hack-Regular.ufo/glyphs/uni2560.glif index 256d00fbc..e06097e96 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2560.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2560.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2561.glif b/source/Hack-Regular.ufo/glyphs/uni2561.glif index 217236652..9da45f067 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2561.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2561.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2562.glif b/source/Hack-Regular.ufo/glyphs/uni2562.glif index 852242a73..be486e9ba 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2562.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2562.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2563.glif b/source/Hack-Regular.ufo/glyphs/uni2563.glif index 3135ce979..2f5b42d98 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2563.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2563.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2564.glif b/source/Hack-Regular.ufo/glyphs/uni2564.glif index f38dc6867..b3e049b39 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2564.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2564.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2565.glif b/source/Hack-Regular.ufo/glyphs/uni2565.glif index 32918026a..d73b072df 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2565.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2565.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2566.glif b/source/Hack-Regular.ufo/glyphs/uni2566.glif index 56e6dd721..a94f7d09c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2566.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2566.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2567.glif b/source/Hack-Regular.ufo/glyphs/uni2567.glif index 68b908f96..223af2028 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2567.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2567.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2568.glif b/source/Hack-Regular.ufo/glyphs/uni2568.glif index f549fa3bb..d38e8939e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2568.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2568.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2569.glif b/source/Hack-Regular.ufo/glyphs/uni2569.glif index 1a12528ef..b4e716f26 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2569.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2569.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni256A_.glif b/source/Hack-Regular.ufo/glyphs/uni256A_.glif index 04e260d1f..2ef579caa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni256A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni256A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni256B_.glif b/source/Hack-Regular.ufo/glyphs/uni256B_.glif index 7333d3239..6d45122c3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni256B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni256B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni256C_.glif b/source/Hack-Regular.ufo/glyphs/uni256C_.glif index cd88ad20e..496a383b9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni256C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni256C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni256D_.glif b/source/Hack-Regular.ufo/glyphs/uni256D_.glif index 8760acadf..d93b489d4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni256D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni256D_.glif @@ -1,10 +1,10 @@ - + - + @@ -13,7 +13,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni256E_.glif b/source/Hack-Regular.ufo/glyphs/uni256E_.glif index 8e445e2ab..e58b7c33a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni256E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni256E_.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni256F_.glif b/source/Hack-Regular.ufo/glyphs/uni256F_.glif index 5351c8523..e21cf5a0a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni256F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni256F_.glif @@ -1,20 +1,20 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2570.glif b/source/Hack-Regular.ufo/glyphs/uni2570.glif index 4aa6427df..cd040d380 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2570.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2570.glif @@ -1,19 +1,19 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2571.glif b/source/Hack-Regular.ufo/glyphs/uni2571.glif index 44ff55c93..eef474427 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2571.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2571.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2572.glif b/source/Hack-Regular.ufo/glyphs/uni2572.glif index ca5e423c0..498ab0ee7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2572.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2572.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2573.glif b/source/Hack-Regular.ufo/glyphs/uni2573.glif index 159f35381..8fbf5b682 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2573.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2573.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2574.glif b/source/Hack-Regular.ufo/glyphs/uni2574.glif index e7c84c71f..0e09ba91f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2574.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2574.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2575.glif b/source/Hack-Regular.ufo/glyphs/uni2575.glif index 96e280131..ec944d0a4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2575.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2575.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2576.glif b/source/Hack-Regular.ufo/glyphs/uni2576.glif index 1b39e2a22..11ed02cb6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2576.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2576.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2577.glif b/source/Hack-Regular.ufo/glyphs/uni2577.glif index aa48e51a7..53060389c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2577.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2577.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2578.glif b/source/Hack-Regular.ufo/glyphs/uni2578.glif index 00736562c..0945fca2e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2578.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2578.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2579.glif b/source/Hack-Regular.ufo/glyphs/uni2579.glif index 8c11f2f6e..128bd20e7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2579.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2579.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni257A_.glif b/source/Hack-Regular.ufo/glyphs/uni257A_.glif index b3693128a..a0d9bff9c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni257A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni257A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni257B_.glif b/source/Hack-Regular.ufo/glyphs/uni257B_.glif index 2393151f1..5912156b3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni257B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni257B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni257C_.glif b/source/Hack-Regular.ufo/glyphs/uni257C_.glif index 283219c78..b38ca326b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni257C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni257C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni257D_.glif b/source/Hack-Regular.ufo/glyphs/uni257D_.glif index 194dbdb46..3f8e9ceeb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni257D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni257D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni257E_.glif b/source/Hack-Regular.ufo/glyphs/uni257E_.glif index 2aff928e0..7115d7f36 100644 --- a/source/Hack-Regular.ufo/glyphs/uni257E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni257E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni257F_.glif b/source/Hack-Regular.ufo/glyphs/uni257F_.glif index d48717c62..4d3d7d4d6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni257F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni257F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2581.glif b/source/Hack-Regular.ufo/glyphs/uni2581.glif index 7f60f7225..23e6e5108 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2581.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2581.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2582.glif b/source/Hack-Regular.ufo/glyphs/uni2582.glif index c9478afcc..f8bfb0f42 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2582.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2582.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2583.glif b/source/Hack-Regular.ufo/glyphs/uni2583.glif index b8dcb4bd2..e1857a7c5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2583.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2583.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2585.glif b/source/Hack-Regular.ufo/glyphs/uni2585.glif index acd7aea7e..e9b1c23b3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2585.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2585.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2586.glif b/source/Hack-Regular.ufo/glyphs/uni2586.glif index b5de7913d..ef703250c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2586.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2586.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2587.glif b/source/Hack-Regular.ufo/glyphs/uni2587.glif index 007ee00cc..fd9d448e0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2587.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2587.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2589.glif b/source/Hack-Regular.ufo/glyphs/uni2589.glif index ec9e9d3a4..3117b7dfd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2589.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2589.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni258A_.glif b/source/Hack-Regular.ufo/glyphs/uni258A_.glif index a73454fa8..fd5676311 100644 --- a/source/Hack-Regular.ufo/glyphs/uni258A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni258A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni258B_.glif b/source/Hack-Regular.ufo/glyphs/uni258B_.glif index 72d224b5a..89e6f2c33 100644 --- a/source/Hack-Regular.ufo/glyphs/uni258B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni258B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni258D_.glif b/source/Hack-Regular.ufo/glyphs/uni258D_.glif index b0ef39274..98ff96a34 100644 --- a/source/Hack-Regular.ufo/glyphs/uni258D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni258D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni258E_.glif b/source/Hack-Regular.ufo/glyphs/uni258E_.glif index b4d1a0915..521e1a6bd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni258E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni258E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni258F_.glif b/source/Hack-Regular.ufo/glyphs/uni258F_.glif index 750e2552a..553621be7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni258F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni258F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2594.glif b/source/Hack-Regular.ufo/glyphs/uni2594.glif index d79840b5e..59c332b67 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2594.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2594.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2595.glif b/source/Hack-Regular.ufo/glyphs/uni2595.glif index cda179a58..db5d70a0d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2595.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2595.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2596.glif b/source/Hack-Regular.ufo/glyphs/uni2596.glif index 2efeec59c..f68528753 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2596.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2596.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2597.glif b/source/Hack-Regular.ufo/glyphs/uni2597.glif index 54090d9e5..e57f76e3f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2597.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2597.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2598.glif b/source/Hack-Regular.ufo/glyphs/uni2598.glif index 4ad146ffd..f13d553ef 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2598.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2598.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2599.glif b/source/Hack-Regular.ufo/glyphs/uni2599.glif index b68987725..75dfb6d26 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2599.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2599.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni259A_.glif b/source/Hack-Regular.ufo/glyphs/uni259A_.glif index 37b0c3d80..5c821a0bf 100644 --- a/source/Hack-Regular.ufo/glyphs/uni259A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni259A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni259B_.glif b/source/Hack-Regular.ufo/glyphs/uni259B_.glif index f3ff59173..bc66e342a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni259B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni259B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni259C_.glif b/source/Hack-Regular.ufo/glyphs/uni259C_.glif index 3d3236bb4..8fab417cc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni259C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni259C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni259D_.glif b/source/Hack-Regular.ufo/glyphs/uni259D_.glif index 515a344a5..53ec6e2f6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni259D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni259D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni259E_.glif b/source/Hack-Regular.ufo/glyphs/uni259E_.glif index 2d975680b..59ac6eb46 100644 --- a/source/Hack-Regular.ufo/glyphs/uni259E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni259E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni259F_.glif b/source/Hack-Regular.ufo/glyphs/uni259F_.glif index 6b9499033..2342c43fa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni259F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni259F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_1.glif b/source/Hack-Regular.ufo/glyphs/uni25A_1.glif index c26194bf7..6315b4736 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_2.glif b/source/Hack-Regular.ufo/glyphs/uni25A_2.glif index f2127405e..858066667 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_2.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,19 +25,19 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_3.glif b/source/Hack-Regular.ufo/glyphs/uni25A_3.glif index 36c94bbfe..c042b6bc1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_4.glif b/source/Hack-Regular.ufo/glyphs/uni25A_4.glif index 5e3714ff2..21fdb7759 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_5.glif b/source/Hack-Regular.ufo/glyphs/uni25A_5.glif index 0fbe65d2c..812b2bcc5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_6.glif b/source/Hack-Regular.ufo/glyphs/uni25A_6.glif index c26e2bbc0..6144835f6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_7.glif b/source/Hack-Regular.ufo/glyphs/uni25A_7.glif index ab64b0c85..e6dce2a0d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_8.glif b/source/Hack-Regular.ufo/glyphs/uni25A_8.glif index 401d22e1b..5e76c45f1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_9.glif b/source/Hack-Regular.ufo/glyphs/uni25A_9.glif index 61797e14b..4ed18f324 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_A_.glif b/source/Hack-Regular.ufo/glyphs/uni25A_A_.glif index 959453953..16104d2c6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_B_.glif b/source/Hack-Regular.ufo/glyphs/uni25A_B_.glif index 0b3cb50c9..638b2ab31 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_D_.glif b/source/Hack-Regular.ufo/glyphs/uni25A_D_.glif index b22543c04..2eb4c8ecb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_E_.glif b/source/Hack-Regular.ufo/glyphs/uni25A_E_.glif index 813bd9b32..24040b324 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25A_F_.glif b/source/Hack-Regular.ufo/glyphs/uni25A_F_.glif index 7c8ab6805..fb0cb65b0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25A_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_0.glif b/source/Hack-Regular.ufo/glyphs/uni25B_0.glif index 32067171c..36e07ee33 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_1.glif b/source/Hack-Regular.ufo/glyphs/uni25B_1.glif index accea48ba..880415fd6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_3.glif b/source/Hack-Regular.ufo/glyphs/uni25B_3.glif index fd52a7831..8eeebcbe8 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_4.glif b/source/Hack-Regular.ufo/glyphs/uni25B_4.glif index 2f4c8ad2d..a7300a0c1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_5.glif b/source/Hack-Regular.ufo/glyphs/uni25B_5.glif index 3da52a099..3d8d86a09 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_6.glif b/source/Hack-Regular.ufo/glyphs/uni25B_6.glif index b24ca8021..a353e767f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_7.glif b/source/Hack-Regular.ufo/glyphs/uni25B_7.glif index 0e05e4231..efa8ffeea 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_8.glif b/source/Hack-Regular.ufo/glyphs/uni25B_8.glif index 283363ed9..d95e6bf41 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_9.glif b/source/Hack-Regular.ufo/glyphs/uni25B_9.glif index 6ee625376..385aca318 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_B_.glif b/source/Hack-Regular.ufo/glyphs/uni25B_B_.glif index 129f3d1dc..140725d5b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_D_.glif b/source/Hack-Regular.ufo/glyphs/uni25B_D_.glif index a5beca320..1616d7f0d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_E_.glif b/source/Hack-Regular.ufo/glyphs/uni25B_E_.glif index ab81e1a04..c8b768042 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25B_F_.glif b/source/Hack-Regular.ufo/glyphs/uni25B_F_.glif index ad009b48a..79b3c7447 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25B_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25B_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_0.glif b/source/Hack-Regular.ufo/glyphs/uni25C_0.glif index fc2633cbd..f87fcba59 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_1.glif b/source/Hack-Regular.ufo/glyphs/uni25C_1.glif index 219fd6c09..fa5e5e82b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_2.glif b/source/Hack-Regular.ufo/glyphs/uni25C_2.glif index 93b5430fb..92d86f80b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_3.glif b/source/Hack-Regular.ufo/glyphs/uni25C_3.glif index 426dc11ea..ebc3ff8c4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_5.glif b/source/Hack-Regular.ufo/glyphs/uni25C_5.glif index 8f0472fdc..097675f8b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_6.glif b/source/Hack-Regular.ufo/glyphs/uni25C_6.glif index bbd364d75..0cc721da9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_7.glif b/source/Hack-Regular.ufo/glyphs/uni25C_7.glif index 7dd66189b..aa413a176 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_8.glif b/source/Hack-Regular.ufo/glyphs/uni25C_8.glif index c7309c626..f5ee8c31b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_9.glif b/source/Hack-Regular.ufo/glyphs/uni25C_9.glif index 8fa8f4de4..d332acdad 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_9.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_C_.glif b/source/Hack-Regular.ufo/glyphs/uni25C_C_.glif index 969161cbf..df176d399 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_C_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + @@ -43,14 +43,14 @@ - + - + @@ -59,14 +59,14 @@ - + - + @@ -92,14 +92,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_D_.glif b/source/Hack-Regular.ufo/glyphs/uni25C_D_.glif index edbff584f..0af4260c5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_D_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -81,7 +81,7 @@ - + @@ -90,7 +90,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_E_.glif b/source/Hack-Regular.ufo/glyphs/uni25C_E_.glif index 5a1a8765c..c5f74c61e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_E_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + @@ -56,25 +56,25 @@ - + - + - + - + @@ -88,7 +88,7 @@ - + @@ -100,7 +100,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25C_F_.glif b/source/Hack-Regular.ufo/glyphs/uni25C_F_.glif index 46c39961b..309ec8c30 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25C_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25C_F_.glif @@ -1,10 +1,10 @@ - + - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_0.glif b/source/Hack-Regular.ufo/glyphs/uni25D_0.glif index 718c14e9a..b2dc1c3b4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_0.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_1.glif b/source/Hack-Regular.ufo/glyphs/uni25D_1.glif index bc2550c08..0b5101c8b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_1.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_2.glif b/source/Hack-Regular.ufo/glyphs/uni25D_2.glif index ef60c8abd..351ade671 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_2.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_3.glif b/source/Hack-Regular.ufo/glyphs/uni25D_3.glif index 874e183a5..cca1ef30a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_3.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_4.glif b/source/Hack-Regular.ufo/glyphs/uni25D_4.glif index 0cc033e00..edb500728 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_4.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_5.glif b/source/Hack-Regular.ufo/glyphs/uni25D_5.glif index 9f56ce75e..06acd4559 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_5.glif @@ -1,22 +1,22 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_6.glif b/source/Hack-Regular.ufo/glyphs/uni25D_6.glif index a98f8f614..4416ff83d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_7.glif b/source/Hack-Regular.ufo/glyphs/uni25D_7.glif index 61e4f5dc1..946edb7a2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_A_.glif b/source/Hack-Regular.ufo/glyphs/uni25D_A_.glif index 7857beb74..6d2901ac1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_A_.glif @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ - + @@ -29,7 +29,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_B_.glif b/source/Hack-Regular.ufo/glyphs/uni25D_B_.glif index ab0e28865..aa100b37b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_B_.glif @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_C_.glif b/source/Hack-Regular.ufo/glyphs/uni25D_C_.glif index ab269c712..5e74179ce 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_D_.glif b/source/Hack-Regular.ufo/glyphs/uni25D_D_.glif index 1ea0f735d..669f3e26b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_E_.glif b/source/Hack-Regular.ufo/glyphs/uni25D_E_.glif index 740a2bcbf..3480c12da 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25D_F_.glif b/source/Hack-Regular.ufo/glyphs/uni25D_F_.glif index 10dbdd9ff..dbb34517f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25D_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25D_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_0.glif b/source/Hack-Regular.ufo/glyphs/uni25E_0.glif index 34f9579c1..f06a32ac3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_0.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_1.glif b/source/Hack-Regular.ufo/glyphs/uni25E_1.glif index dae6e6e1e..82314c2f4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_1.glif @@ -1,10 +1,10 @@ - + - + @@ -17,7 +17,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_2.glif b/source/Hack-Regular.ufo/glyphs/uni25E_2.glif index 9812325a2..2273a2640 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_3.glif b/source/Hack-Regular.ufo/glyphs/uni25E_3.glif index 2c0c2bed2..9395dfd74 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_4.glif b/source/Hack-Regular.ufo/glyphs/uni25E_4.glif index 3cdf55d01..d928816df 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_5.glif b/source/Hack-Regular.ufo/glyphs/uni25E_5.glif index cf4b9096d..36495ab5b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_7.glif b/source/Hack-Regular.ufo/glyphs/uni25E_7.glif index 34b659d78..09d1bd3b3 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_8.glif b/source/Hack-Regular.ufo/glyphs/uni25E_8.glif index ff7393846..be563b66d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_9.glif b/source/Hack-Regular.ufo/glyphs/uni25E_9.glif index a4a76e740..a3fe5337a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_A_.glif b/source/Hack-Regular.ufo/glyphs/uni25E_A_.glif index 5b8b31cce..89cb828c5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_B_.glif b/source/Hack-Regular.ufo/glyphs/uni25E_B_.glif index da4f0b67f..9f6d2d523 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_C_.glif b/source/Hack-Regular.ufo/glyphs/uni25E_C_.glif index 6e64bb63c..16c28af2c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_C_.glif @@ -1,5 +1,5 @@ - + @@ -14,16 +14,16 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_D_.glif b/source/Hack-Regular.ufo/glyphs/uni25E_D_.glif index 023c62b95..718ea1d30 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_E_.glif b/source/Hack-Regular.ufo/glyphs/uni25E_E_.glif index 65a848776..08d9455fb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25E_F_.glif b/source/Hack-Regular.ufo/glyphs/uni25E_F_.glif index 018ff748c..c63414932 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25E_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25E_F_.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_0.glif b/source/Hack-Regular.ufo/glyphs/uni25F_0.glif index 95a4712e3..dfa5bb855 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_1.glif b/source/Hack-Regular.ufo/glyphs/uni25F_1.glif index c3724eede..0930ad292 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_2.glif b/source/Hack-Regular.ufo/glyphs/uni25F_2.glif index fd3427be5..cfb1f711c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_3.glif b/source/Hack-Regular.ufo/glyphs/uni25F_3.glif index 333a31b57..8b36f1ebe 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_4.glif b/source/Hack-Regular.ufo/glyphs/uni25F_4.glif index 6b5bdbb8e..8540a59c1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_4.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -30,13 +30,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_5.glif b/source/Hack-Regular.ufo/glyphs/uni25F_5.glif index ee34f5d27..a7100203e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_5.glif @@ -1,10 +1,10 @@ - + - + @@ -16,13 +16,13 @@ - + - + @@ -36,13 +36,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_6.glif b/source/Hack-Regular.ufo/glyphs/uni25F_6.glif index 7a25ab7dd..4a05da63c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_6.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -34,13 +34,13 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_7.glif b/source/Hack-Regular.ufo/glyphs/uni25F_7.glif index 27b1d258e..caa6425eb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_7.glif @@ -1,22 +1,22 @@ - + - + - + - + @@ -30,7 +30,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_8.glif b/source/Hack-Regular.ufo/glyphs/uni25F_8.glif index 9267c054b..a42fa75c0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_9.glif b/source/Hack-Regular.ufo/glyphs/uni25F_9.glif index 1f5a37479..cc8543602 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_A_.glif b/source/Hack-Regular.ufo/glyphs/uni25F_A_.glif index fc9bc6d69..3194c7f3f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_B_.glif b/source/Hack-Regular.ufo/glyphs/uni25F_B_.glif index 3b80d593c..d0c40cedb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_C_.glif b/source/Hack-Regular.ufo/glyphs/uni25F_C_.glif index 3be0a387b..212ba910f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_D_.glif b/source/Hack-Regular.ufo/glyphs/uni25F_D_.glif index 8814150b8..ef2bba730 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_E_.glif b/source/Hack-Regular.ufo/glyphs/uni25F_E_.glif index 00ff683ce..5b20fe01a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni25F_F_.glif b/source/Hack-Regular.ufo/glyphs/uni25F_F_.glif index 32d916c21..1e6646d70 100644 --- a/source/Hack-Regular.ufo/glyphs/uni25F_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni25F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2756.glif b/source/Hack-Regular.ufo/glyphs/uni2756.glif index 518de22d1..9df0b0453 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2756.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2756.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2768.glif b/source/Hack-Regular.ufo/glyphs/uni2768.glif index 864ad86d5..1f463e6a2 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2768.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2768.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,7 +23,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2769.glif b/source/Hack-Regular.ufo/glyphs/uni2769.glif index eca1f2a9b..712627b60 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2769.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2769.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni276A_.glif b/source/Hack-Regular.ufo/glyphs/uni276A_.glif index 80825423e..a7bbe6355 100644 --- a/source/Hack-Regular.ufo/glyphs/uni276A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni276A_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni276B_.glif b/source/Hack-Regular.ufo/glyphs/uni276B_.glif index 0eb0beded..bcada30fa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni276B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni276B_.glif @@ -1,5 +1,5 @@ - + @@ -7,14 +7,14 @@ - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni276C_.glif b/source/Hack-Regular.ufo/glyphs/uni276C_.glif index 52addd269..b56a4991d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni276C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni276C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni276D_.glif b/source/Hack-Regular.ufo/glyphs/uni276D_.glif index 82966ed32..4218e36fa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni276D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni276D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni276E_.glif b/source/Hack-Regular.ufo/glyphs/uni276E_.glif index 6a77d7332..d485f90c0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni276E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni276E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni276F_.glif b/source/Hack-Regular.ufo/glyphs/uni276F_.glif index 55c989008..1d43b367a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni276F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni276F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2770.glif b/source/Hack-Regular.ufo/glyphs/uni2770.glif index 0567c8ac0..283395f94 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2770.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2770.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2771.glif b/source/Hack-Regular.ufo/glyphs/uni2771.glif index f883c2582..07d29a8fb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2771.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2771.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2772.glif b/source/Hack-Regular.ufo/glyphs/uni2772.glif index dfd00782e..b99d6924c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2772.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2772.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2773.glif b/source/Hack-Regular.ufo/glyphs/uni2773.glif index f63652bf3..346235637 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2773.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2773.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2774.glif b/source/Hack-Regular.ufo/glyphs/uni2774.glif index 72b32200a..23049a78c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2774.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2774.glif @@ -1,44 +1,44 @@ - + - + - + - + - + - + - + - - + + - - + + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2775.glif b/source/Hack-Regular.ufo/glyphs/uni2775.glif index 25b5aed81..897e6573c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2775.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2775.glif @@ -1,22 +1,22 @@ - + - + - - + + - - + + @@ -25,7 +25,7 @@ - + @@ -36,7 +36,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2794.glif b/source/Hack-Regular.ufo/glyphs/uni2794.glif index b0de26c62..1f5e538fd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2794.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2794.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2798.glif b/source/Hack-Regular.ufo/glyphs/uni2798.glif index 084bf95b8..9f84df30f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2798.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2798.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2799.glif b/source/Hack-Regular.ufo/glyphs/uni2799.glif index fd35bba38..c7a6570b5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2799.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2799.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni279A_.glif b/source/Hack-Regular.ufo/glyphs/uni279A_.glif index d0c05f97b..b29710137 100644 --- a/source/Hack-Regular.ufo/glyphs/uni279A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni279A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni279B_.glif b/source/Hack-Regular.ufo/glyphs/uni279B_.glif index 9b6df9c0d..a618e85ad 100644 --- a/source/Hack-Regular.ufo/glyphs/uni279B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni279B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni279C_.glif b/source/Hack-Regular.ufo/glyphs/uni279C_.glif index 93380b0af..ff0fa0c6f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni279C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni279C_.glif @@ -1,10 +1,10 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -38,7 +38,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni279D_.glif b/source/Hack-Regular.ufo/glyphs/uni279D_.glif index 1ae260b33..f51191e51 100644 --- a/source/Hack-Regular.ufo/glyphs/uni279D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni279D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni279E_.glif b/source/Hack-Regular.ufo/glyphs/uni279E_.glif index 679ccfabe..d6313a215 100644 --- a/source/Hack-Regular.ufo/glyphs/uni279E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni279E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni279F_.glif b/source/Hack-Regular.ufo/glyphs/uni279F_.glif index 24fe36709..a540979ff 100644 --- a/source/Hack-Regular.ufo/glyphs/uni279F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni279F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_0.glif b/source/Hack-Regular.ufo/glyphs/uni27A_0.glif index 6b4a793e3..8ec5e5084 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_1.glif b/source/Hack-Regular.ufo/glyphs/uni27A_1.glif index 1041b94f2..5e21f8ce0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_2.glif b/source/Hack-Regular.ufo/glyphs/uni27A_2.glif index 029f24815..0ccc5e527 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_3.glif b/source/Hack-Regular.ufo/glyphs/uni27A_3.glif index d4711f359..2965a3167 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_4.glif b/source/Hack-Regular.ufo/glyphs/uni27A_4.glif index 69bef6327..94ecde205 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_5.glif b/source/Hack-Regular.ufo/glyphs/uni27A_5.glif index ee96a1c2f..ece0f2a9f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_5.glif @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_6.glif b/source/Hack-Regular.ufo/glyphs/uni27A_6.glif index 6024d8b8e..3dcd81728 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_6.glif @@ -1,10 +1,10 @@ - + - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_7.glif b/source/Hack-Regular.ufo/glyphs/uni27A_7.glif index 1c79bf547..9d39df232 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_8.glif b/source/Hack-Regular.ufo/glyphs/uni27A_8.glif index dd764c8db..a094d97d6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_9.glif b/source/Hack-Regular.ufo/glyphs/uni27A_9.glif index f0b877ee1..262fcd357 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_A_.glif b/source/Hack-Regular.ufo/glyphs/uni27A_A_.glif index 345e06150..2e60ba1cc 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_B_.glif b/source/Hack-Regular.ufo/glyphs/uni27A_B_.glif index 62e9fe89f..88a6f468b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_C_.glif b/source/Hack-Regular.ufo/glyphs/uni27A_C_.glif index 3d1a83b1c..b4113e177 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_D_.glif b/source/Hack-Regular.ufo/glyphs/uni27A_D_.glif index 13b1bb802..281231dda 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_E_.glif b/source/Hack-Regular.ufo/glyphs/uni27A_E_.glif index bdea22ec6..a95b572ea 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27A_F_.glif b/source/Hack-Regular.ufo/glyphs/uni27A_F_.glif index 88cd18b0a..708af23ed 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27A_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27A_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_1.glif b/source/Hack-Regular.ufo/glyphs/uni27B_1.glif index 82ba4f0e0..489675e77 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_2.glif b/source/Hack-Regular.ufo/glyphs/uni27B_2.glif index 05f3bca69..a0d08e255 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_2.glif @@ -1,10 +1,10 @@ - + - + @@ -22,7 +22,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_3.glif b/source/Hack-Regular.ufo/glyphs/uni27B_3.glif index 1d2cb3677..657ae5689 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_4.glif b/source/Hack-Regular.ufo/glyphs/uni27B_4.glif index dea5dee04..618a221b0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_4.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_4.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_5.glif b/source/Hack-Regular.ufo/glyphs/uni27B_5.glif index 380c91430..ab211ac6b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_6.glif b/source/Hack-Regular.ufo/glyphs/uni27B_6.glif index ad6251718..07616ce99 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_7.glif b/source/Hack-Regular.ufo/glyphs/uni27B_7.glif index 1869da2ba..f174ef931 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_7.glif @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_8.glif b/source/Hack-Regular.ufo/glyphs/uni27B_8.glif index 553d00563..d33d2cd5d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_8.glif @@ -1,5 +1,5 @@ - + @@ -21,10 +21,10 @@ - + - + @@ -41,7 +41,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_9.glif b/source/Hack-Regular.ufo/glyphs/uni27B_9.glif index 9f4a16803..dcb9dda1d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_9.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_A_.glif b/source/Hack-Regular.ufo/glyphs/uni27B_A_.glif index 5a5a86878..b3cdcdcb1 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_A_.glif @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_B_.glif b/source/Hack-Regular.ufo/glyphs/uni27B_B_.glif index b6eab13d1..9be9e3ac9 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_B_.glif @@ -1,5 +1,5 @@ - + @@ -24,7 +24,7 @@ - + @@ -42,7 +42,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_C_.glif b/source/Hack-Regular.ufo/glyphs/uni27B_C_.glif index cdd5f24ba..b961edc04 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_C_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,7 +14,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -84,7 +84,7 @@ - + @@ -97,7 +97,7 @@ - + @@ -111,7 +111,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_D_.glif b/source/Hack-Regular.ufo/glyphs/uni27B_D_.glif index 84f941453..9a5b79d1c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_D_.glif @@ -1,13 +1,13 @@ - + - + - + @@ -92,13 +92,13 @@ - + - + - + @@ -109,7 +109,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27B_E_.glif b/source/Hack-Regular.ufo/glyphs/uni27B_E_.glif index d0a4be9a0..3d63eaf55 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27B_E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27B_E_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27C_2.glif b/source/Hack-Regular.ufo/glyphs/uni27C_2.glif index 8a2461629..a0f2a3e4b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27C_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27C_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27C_5.glif b/source/Hack-Regular.ufo/glyphs/uni27C_5.glif index a2ba3b7ae..c6414b79a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27C_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27C_5.glif @@ -1,41 +1,41 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27C_6.glif b/source/Hack-Regular.ufo/glyphs/uni27C_6.glif index a834b82ef..02e5afd6d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27C_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27C_6.glif @@ -1,5 +1,5 @@ - + @@ -13,38 +13,38 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27D_C_.glif b/source/Hack-Regular.ufo/glyphs/uni27D_C_.glif index d159f3854..5f363ba38 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27D_C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27D_C_.glif @@ -1,16 +1,16 @@ - + - + - + - + @@ -21,16 +21,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27E_0.glif b/source/Hack-Regular.ufo/glyphs/uni27E_0.glif index 2485cb6d3..298a6d061 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27E_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27E_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27E_6.glif b/source/Hack-Regular.ufo/glyphs/uni27E_6.glif index 57410b40f..e808bc18c 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27E_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27E_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27E_7.glif b/source/Hack-Regular.ufo/glyphs/uni27E_7.glif index 3267f1445..640f50a4e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27E_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27E_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27E_8.glif b/source/Hack-Regular.ufo/glyphs/uni27E_8.glif index 2da84bd2d..c1d465542 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27E_8.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27E_8.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27E_9.glif b/source/Hack-Regular.ufo/glyphs/uni27E_9.glif index 897bb78f5..e0c77edce 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27E_9.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27E_9.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27E_A_.glif b/source/Hack-Regular.ufo/glyphs/uni27E_A_.glif index 98ff93e54..0215f5279 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27E_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27E_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27E_B_.glif b/source/Hack-Regular.ufo/glyphs/uni27E_B_.glif index a5da6f1c5..7b55f8b5a 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27E_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27F_5.glif b/source/Hack-Regular.ufo/glyphs/uni27F_5.glif index 494f82ff3..0b0f04fdd 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27F_5.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27F_5.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27F_6.glif b/source/Hack-Regular.ufo/glyphs/uni27F_6.glif index 4f5dcd4e1..72fe90acb 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27F_6.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27F_6.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni27F_7.glif b/source/Hack-Regular.ufo/glyphs/uni27F_7.glif index 8851e19ec..68201ee66 100644 --- a/source/Hack-Regular.ufo/glyphs/uni27F_7.glif +++ b/source/Hack-Regular.ufo/glyphs/uni27F_7.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2987.glif b/source/Hack-Regular.ufo/glyphs/uni2987.glif index a66056872..ff4c78d97 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2987.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2987.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2988.glif b/source/Hack-Regular.ufo/glyphs/uni2988.glif index b010b9ecf..86a5d5efa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2988.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2988.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2997.glif b/source/Hack-Regular.ufo/glyphs/uni2997.glif index 01369fc98..6e1fa2678 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2997.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2997.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2998.glif b/source/Hack-Regular.ufo/glyphs/uni2998.glif index 371d812f2..d8a5da2b6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2998.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2998.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni29E_B_.glif b/source/Hack-Regular.ufo/glyphs/uni29E_B_.glif index dff97d656..419f61c0f 100644 --- a/source/Hack-Regular.ufo/glyphs/uni29E_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni29E_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni29F_A_.glif b/source/Hack-Regular.ufo/glyphs/uni29F_A_.glif index cea9b6bd5..8feaab245 100644 --- a/source/Hack-Regular.ufo/glyphs/uni29F_A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni29F_A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni29F_B_.glif b/source/Hack-Regular.ufo/glyphs/uni29F_B_.glif index 6fb527b22..d754bafa4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni29F_B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni29F_B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2A_00.glif b/source/Hack-Regular.ufo/glyphs/uni2A_00.glif index 4b5ddabad..d0a98016b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2A_00.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2A_00.glif @@ -1,50 +1,50 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2A_2F_.glif b/source/Hack-Regular.ufo/glyphs/uni2A_2F_.glif index 10019de02..95c9c9d81 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2A_2F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2A_2F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2A_6A_.glif b/source/Hack-Regular.ufo/glyphs/uni2A_6A_.glif index 87703ea2b..75a22876d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2A_6A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2A_6A_.glif @@ -1,52 +1,52 @@ - + - + - + - - + + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2A_6B_.glif b/source/Hack-Regular.ufo/glyphs/uni2A_6B_.glif index 9f6d8a1bc..1d2234993 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2A_6B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2A_6B_.glif @@ -1,22 +1,22 @@ - + - + - + - + - + @@ -25,46 +25,46 @@ - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_05.glif b/source/Hack-Regular.ufo/glyphs/uni2B_05.glif index aae2dafb0..1c57ffc1d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_05.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_05.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_06.glif b/source/Hack-Regular.ufo/glyphs/uni2B_06.glif index 8301a2c45..e781b0ca5 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_06.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_06.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_07.glif b/source/Hack-Regular.ufo/glyphs/uni2B_07.glif index 9b1a7e792..94c3f0bc7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_07.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_07.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_08.glif b/source/Hack-Regular.ufo/glyphs/uni2B_08.glif index a1663e612..bf05515aa 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_08.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_08.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_09.glif b/source/Hack-Regular.ufo/glyphs/uni2B_09.glif index 53bd2854b..443a0a27b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_09.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_09.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_0A_.glif b/source/Hack-Regular.ufo/glyphs/uni2B_0A_.glif index 07d99088d..8d7b58520 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_0A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_0A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_0B_.glif b/source/Hack-Regular.ufo/glyphs/uni2B_0B_.glif index 1ff77d49c..40a643378 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_0B_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_0B_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_0C_.glif b/source/Hack-Regular.ufo/glyphs/uni2B_0C_.glif index 7464efd15..e77854f14 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_0C_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_0C_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_0D_.glif b/source/Hack-Regular.ufo/glyphs/uni2B_0D_.glif index 13acb4c41..bd4b267a7 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_0D_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_0D_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_16.glif b/source/Hack-Regular.ufo/glyphs/uni2B_16.glif index 874df6ab1..5a1a56a23 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_16.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_16.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_17.glif b/source/Hack-Regular.ufo/glyphs/uni2B_17.glif index 074464fff..083909981 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_17.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_17.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_18.glif b/source/Hack-Regular.ufo/glyphs/uni2B_18.glif index 1834720d1..91a26a4d4 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_18.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_18.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_19.glif b/source/Hack-Regular.ufo/glyphs/uni2B_19.glif index d47b5b184..41eb9616d 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_19.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_19.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2B_1A_.glif b/source/Hack-Regular.ufo/glyphs/uni2B_1A_.glif index d926e42c8..492f88fb0 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2B_1A_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2B_1A_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2E_18.case.glif b/source/Hack-Regular.ufo/glyphs/uni2E_18.case.glif index f4f59283e..e2f227a6e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2E_18.case.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2E_18.case.glif @@ -1,27 +1,27 @@ - + - + - + - + - + @@ -29,17 +29,17 @@ - + - + - + @@ -58,7 +58,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2E_18.glif b/source/Hack-Regular.ufo/glyphs/uni2E_18.glif index d52e7d151..6764ff93e 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2E_18.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2E_18.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,17 +30,17 @@ - + - + - + @@ -59,7 +59,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2E_1F_.glif b/source/Hack-Regular.ufo/glyphs/uni2E_1F_.glif index 50a94ba02..77d954ce6 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2E_1F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2E_1F_.glif @@ -1,5 +1,5 @@ - + @@ -7,28 +7,28 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2E_22.glif b/source/Hack-Regular.ufo/glyphs/uni2E_22.glif index 29dc0249b..0f4dded51 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2E_22.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2E_22.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2E_23.glif b/source/Hack-Regular.ufo/glyphs/uni2E_23.glif index 9eb77f398..a9a62135b 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2E_23.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2E_23.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2E_24.glif b/source/Hack-Regular.ufo/glyphs/uni2E_24.glif index e16a25634..c573e7018 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2E_24.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2E_24.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2E_25.glif b/source/Hack-Regular.ufo/glyphs/uni2E_25.glif index 6dc435c97..c3327a763 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2E_25.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2E_25.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uni2E_2E_.glif b/source/Hack-Regular.ufo/glyphs/uni2E_2E_.glif index 5352c8760..b78c8d010 100644 --- a/source/Hack-Regular.ufo/glyphs/uni2E_2E_.glif +++ b/source/Hack-Regular.ufo/glyphs/uni2E_2E_.glif @@ -1,10 +1,10 @@ - + - + @@ -14,50 +14,50 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uniE_0A_0.glif b/source/Hack-Regular.ufo/glyphs/uniE_0A_0.glif index 4b063facc..33d485208 100644 --- a/source/Hack-Regular.ufo/glyphs/uniE_0A_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uniE_0A_0.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -23,13 +23,13 @@ - + - + @@ -39,7 +39,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uniE_0A_1.glif b/source/Hack-Regular.ufo/glyphs/uniE_0A_1.glif index 946a5d679..b19d5baaa 100644 --- a/source/Hack-Regular.ufo/glyphs/uniE_0A_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uniE_0A_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uniE_0A_2.glif b/source/Hack-Regular.ufo/glyphs/uniE_0A_2.glif index 64091a334..5c402e4dc 100644 --- a/source/Hack-Regular.ufo/glyphs/uniE_0A_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uniE_0A_2.glif @@ -1,14 +1,14 @@ - + - + - + @@ -18,24 +18,24 @@ - + - + - - + + - + @@ -44,7 +44,7 @@ - + @@ -52,19 +52,19 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uniE_0B_0.glif b/source/Hack-Regular.ufo/glyphs/uniE_0B_0.glif index 4bd3a2543..e4251a395 100644 --- a/source/Hack-Regular.ufo/glyphs/uniE_0B_0.glif +++ b/source/Hack-Regular.ufo/glyphs/uniE_0B_0.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uniE_0B_1.glif b/source/Hack-Regular.ufo/glyphs/uniE_0B_1.glif index 9944a0098..810354d4c 100644 --- a/source/Hack-Regular.ufo/glyphs/uniE_0B_1.glif +++ b/source/Hack-Regular.ufo/glyphs/uniE_0B_1.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uniE_0B_2.glif b/source/Hack-Regular.ufo/glyphs/uniE_0B_2.glif index 77282c49e..8fa0e69e0 100644 --- a/source/Hack-Regular.ufo/glyphs/uniE_0B_2.glif +++ b/source/Hack-Regular.ufo/glyphs/uniE_0B_2.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uniE_0B_3.glif b/source/Hack-Regular.ufo/glyphs/uniE_0B_3.glif index 7f76c4b93..900ebcaf8 100644 --- a/source/Hack-Regular.ufo/glyphs/uniE_0B_3.glif +++ b/source/Hack-Regular.ufo/glyphs/uniE_0B_3.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uniF_E_F_F_.glif b/source/Hack-Regular.ufo/glyphs/uniF_E_F_F_.glif index 3ca2362e7..f5d2cecac 100644 --- a/source/Hack-Regular.ufo/glyphs/uniF_E_F_F_.glif +++ b/source/Hack-Regular.ufo/glyphs/uniF_E_F_F_.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/union.glif b/source/Hack-Regular.ufo/glyphs/union.glif index 36ec35e98..45ea017e6 100644 --- a/source/Hack-Regular.ufo/glyphs/union.glif +++ b/source/Hack-Regular.ufo/glyphs/union.glif @@ -1,10 +1,10 @@ - + - + @@ -13,31 +13,31 @@ - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/universal.glif b/source/Hack-Regular.ufo/glyphs/universal.glif index e0d528b23..f31583690 100644 --- a/source/Hack-Regular.ufo/glyphs/universal.glif +++ b/source/Hack-Regular.ufo/glyphs/universal.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/uogonek.glif b/source/Hack-Regular.ufo/glyphs/uogonek.glif index a3007bcdb..604c62b15 100644 --- a/source/Hack-Regular.ufo/glyphs/uogonek.glif +++ b/source/Hack-Regular.ufo/glyphs/uogonek.glif @@ -1,20 +1,20 @@ - + - + - + - + @@ -22,26 +22,26 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/upblock.glif b/source/Hack-Regular.ufo/glyphs/upblock.glif index dfd4c2b20..360745d3c 100644 --- a/source/Hack-Regular.ufo/glyphs/upblock.glif +++ b/source/Hack-Regular.ufo/glyphs/upblock.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/upsilon.glif b/source/Hack-Regular.ufo/glyphs/upsilon.glif index 1845e838a..f284de7b4 100644 --- a/source/Hack-Regular.ufo/glyphs/upsilon.glif +++ b/source/Hack-Regular.ufo/glyphs/upsilon.glif @@ -1,10 +1,10 @@ - + - + @@ -15,20 +15,20 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/upsilondieresis.glif b/source/Hack-Regular.ufo/glyphs/upsilondieresis.glif index 75c62203f..c84cdfc42 100644 --- a/source/Hack-Regular.ufo/glyphs/upsilondieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/upsilondieresis.glif @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + @@ -51,20 +51,20 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/upsilondieresistonos.glif b/source/Hack-Regular.ufo/glyphs/upsilondieresistonos.glif index 05708ec97..08ada8a31 100644 --- a/source/Hack-Regular.ufo/glyphs/upsilondieresistonos.glif +++ b/source/Hack-Regular.ufo/glyphs/upsilondieresistonos.glif @@ -1,5 +1,5 @@ - + @@ -10,43 +10,43 @@ - + - + - + - + - + - + - - + + - - + + - + - + @@ -57,20 +57,20 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/upsilontonos.glif b/source/Hack-Regular.ufo/glyphs/upsilontonos.glif index 53ef86a70..9d2422253 100644 --- a/source/Hack-Regular.ufo/glyphs/upsilontonos.glif +++ b/source/Hack-Regular.ufo/glyphs/upsilontonos.glif @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ - + @@ -21,20 +21,20 @@ - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/uring.glif b/source/Hack-Regular.ufo/glyphs/uring.glif index 083ef6715..fa96903f7 100644 --- a/source/Hack-Regular.ufo/glyphs/uring.glif +++ b/source/Hack-Regular.ufo/glyphs/uring.glif @@ -1,50 +1,50 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/utilde.glif b/source/Hack-Regular.ufo/glyphs/utilde.glif index 66217c393..846073350 100644 --- a/source/Hack-Regular.ufo/glyphs/utilde.glif +++ b/source/Hack-Regular.ufo/glyphs/utilde.glif @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -34,25 +34,25 @@ - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/v.glif b/source/Hack-Regular.ufo/glyphs/v.glif index 3952e7e07..9c99b4289 100644 --- a/source/Hack-Regular.ufo/glyphs/v.glif +++ b/source/Hack-Regular.ufo/glyphs/v.glif @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/w.glif b/source/Hack-Regular.ufo/glyphs/w.glif index f4cf3e4fa..fa38dce5e 100644 --- a/source/Hack-Regular.ufo/glyphs/w.glif +++ b/source/Hack-Regular.ufo/glyphs/w.glif @@ -1,5 +1,5 @@ - + @@ -20,9 +20,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/wacute.glif b/source/Hack-Regular.ufo/glyphs/wacute.glif index 23760c834..ba1f0dd22 100644 --- a/source/Hack-Regular.ufo/glyphs/wacute.glif +++ b/source/Hack-Regular.ufo/glyphs/wacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/wcircumflex.glif b/source/Hack-Regular.ufo/glyphs/wcircumflex.glif index 97c928e42..59078da2a 100644 --- a/source/Hack-Regular.ufo/glyphs/wcircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/wcircumflex.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/wdieresis.glif b/source/Hack-Regular.ufo/glyphs/wdieresis.glif index f6155dc6a..2aaa37fbe 100644 --- a/source/Hack-Regular.ufo/glyphs/wdieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/wdieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/wgrave.glif b/source/Hack-Regular.ufo/glyphs/wgrave.glif index 9fcb68c75..0ac181128 100644 --- a/source/Hack-Regular.ufo/glyphs/wgrave.glif +++ b/source/Hack-Regular.ufo/glyphs/wgrave.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/x.glif b/source/Hack-Regular.ufo/glyphs/x.glif index efb538ff4..5aff9f2db 100644 --- a/source/Hack-Regular.ufo/glyphs/x.glif +++ b/source/Hack-Regular.ufo/glyphs/x.glif @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/xi.glif b/source/Hack-Regular.ufo/glyphs/xi.glif index 3d5789921..4a717cca2 100644 --- a/source/Hack-Regular.ufo/glyphs/xi.glif +++ b/source/Hack-Regular.ufo/glyphs/xi.glif @@ -1,5 +1,5 @@ - + @@ -7,19 +7,19 @@ - + - + - + @@ -29,20 +29,20 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/y.glif b/source/Hack-Regular.ufo/glyphs/y.glif index 6bc514208..cb78af446 100644 --- a/source/Hack-Regular.ufo/glyphs/y.glif +++ b/source/Hack-Regular.ufo/glyphs/y.glif @@ -1,5 +1,5 @@ - + @@ -35,9 +35,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/yacute.glif b/source/Hack-Regular.ufo/glyphs/yacute.glif index 141e08d8c..3d9cbc1b4 100644 --- a/source/Hack-Regular.ufo/glyphs/yacute.glif +++ b/source/Hack-Regular.ufo/glyphs/yacute.glif @@ -1,5 +1,5 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ycircumflex.glif b/source/Hack-Regular.ufo/glyphs/ycircumflex.glif index 914ff279b..3f7ea78ee 100644 --- a/source/Hack-Regular.ufo/glyphs/ycircumflex.glif +++ b/source/Hack-Regular.ufo/glyphs/ycircumflex.glif @@ -1,5 +1,5 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ydieresis.glif b/source/Hack-Regular.ufo/glyphs/ydieresis.glif index 8c41340d8..502972bc4 100644 --- a/source/Hack-Regular.ufo/glyphs/ydieresis.glif +++ b/source/Hack-Regular.ufo/glyphs/ydieresis.glif @@ -1,40 +1,40 @@ - + - + - + - + - + - + - + - + - + @@ -65,7 +65,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/yen.glif b/source/Hack-Regular.ufo/glyphs/yen.glif index 832bdba72..047d21f58 100644 --- a/source/Hack-Regular.ufo/glyphs/yen.glif +++ b/source/Hack-Regular.ufo/glyphs/yen.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/ygrave.glif b/source/Hack-Regular.ufo/glyphs/ygrave.glif index 5f8841105..ee6f6efdb 100644 --- a/source/Hack-Regular.ufo/glyphs/ygrave.glif +++ b/source/Hack-Regular.ufo/glyphs/ygrave.glif @@ -1,5 +1,5 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/z.glif b/source/Hack-Regular.ufo/glyphs/z.glif index 6c8cb3da3..359e30350 100644 --- a/source/Hack-Regular.ufo/glyphs/z.glif +++ b/source/Hack-Regular.ufo/glyphs/z.glif @@ -1,5 +1,5 @@ - + @@ -17,9 +17,9 @@ - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Regular.ufo/glyphs/zacute.glif b/source/Hack-Regular.ufo/glyphs/zacute.glif index 490e55feb..52261a5aa 100644 --- a/source/Hack-Regular.ufo/glyphs/zacute.glif +++ b/source/Hack-Regular.ufo/glyphs/zacute.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/zcaron.glif b/source/Hack-Regular.ufo/glyphs/zcaron.glif index 23d76e1cb..58b2677be 100644 --- a/source/Hack-Regular.ufo/glyphs/zcaron.glif +++ b/source/Hack-Regular.ufo/glyphs/zcaron.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/zdotaccent.glif b/source/Hack-Regular.ufo/glyphs/zdotaccent.glif index a5b41a797..810fbacd7 100644 --- a/source/Hack-Regular.ufo/glyphs/zdotaccent.glif +++ b/source/Hack-Regular.ufo/glyphs/zdotaccent.glif @@ -1,22 +1,22 @@ - + - + - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/zero.glif b/source/Hack-Regular.ufo/glyphs/zero.glif index 6417327b3..071b8e4e3 100644 --- a/source/Hack-Regular.ufo/glyphs/zero.glif +++ b/source/Hack-Regular.ufo/glyphs/zero.glif @@ -1,28 +1,28 @@ - + - + - + - + - + @@ -30,25 +30,25 @@ - + - + - + - + @@ -62,7 +62,7 @@ - + @@ -74,7 +74,7 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/zero.subs.glif b/source/Hack-Regular.ufo/glyphs/zero.subs.glif index 2992c0a0a..c4470b6fa 100644 --- a/source/Hack-Regular.ufo/glyphs/zero.subs.glif +++ b/source/Hack-Regular.ufo/glyphs/zero.subs.glif @@ -1,32 +1,32 @@ - + - + - + - + - + - + - + - + - + @@ -37,13 +37,13 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/zeta.glif b/source/Hack-Regular.ufo/glyphs/zeta.glif index cc7bdeb41..5a5fc6ecd 100644 --- a/source/Hack-Regular.ufo/glyphs/zeta.glif +++ b/source/Hack-Regular.ufo/glyphs/zeta.glif @@ -1,5 +1,5 @@ - + @@ -7,13 +7,13 @@ - + - + @@ -23,16 +23,16 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/layercontents.plist b/source/Hack-Regular.ufo/layercontents.plist new file mode 100644 index 000000000..cf95d3573 --- /dev/null +++ b/source/Hack-Regular.ufo/layercontents.plist @@ -0,0 +1,10 @@ + + + + + + public.default + glyphs + + + diff --git a/source/Hack-Regular.ufo/metainfo.plist b/source/Hack-Regular.ufo/metainfo.plist index 12a792239..632695b5a 100644 --- a/source/Hack-Regular.ufo/metainfo.plist +++ b/source/Hack-Regular.ufo/metainfo.plist @@ -1,10 +1,10 @@ - + creator - com.schriftgestaltung.GlyphsUFOExport + org.robofab.ufoLib formatVersion - 2 + 3 From 379a409e96ea71bd2497180eb5185908a60bfac8 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 17 Jul 2018 22:58:34 -0400 Subject: [PATCH 174/187] [U+007B, U+007D, bold, braceleft, braceright] adjusted vertical position --- source/Hack-Bold.ufo/glyphs/braceleft.glif | 94 +++++++------- source/Hack-Bold.ufo/glyphs/braceright.glif | 130 ++++++++++---------- 2 files changed, 112 insertions(+), 112 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/braceleft.glif b/source/Hack-Bold.ufo/glyphs/braceleft.glif index 7b3a61e5a..458342c9c 100644 --- a/source/Hack-Bold.ufo/glyphs/braceleft.glif +++ b/source/Hack-Bold.ufo/glyphs/braceleft.glif @@ -1,57 +1,57 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/braceright.glif b/source/Hack-Bold.ufo/glyphs/braceright.glif index c56cc8f9e..f92ab8c61 100644 --- a/source/Hack-Bold.ufo/glyphs/braceright.glif +++ b/source/Hack-Bold.ufo/glyphs/braceright.glif @@ -1,75 +1,75 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c87cd081ff14c0a0931b4c1f0384114c9e4ab5ed Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 17 Jul 2018 22:59:11 -0400 Subject: [PATCH 175/187] [U+005B, U+005D, bold, bracketleft, bracketright] adjusted vertical position --- source/Hack-Bold.ufo/glyphs/bracketleft.glif | 26 +++++++++---------- source/Hack-Bold.ufo/glyphs/bracketright.glif | 26 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/bracketleft.glif b/source/Hack-Bold.ufo/glyphs/bracketleft.glif index fd9034de0..dbf7900fb 100644 --- a/source/Hack-Bold.ufo/glyphs/bracketleft.glif +++ b/source/Hack-Bold.ufo/glyphs/bracketleft.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-Bold.ufo/glyphs/bracketright.glif b/source/Hack-Bold.ufo/glyphs/bracketright.glif index 51690ab69..dcf00a7a6 100644 --- a/source/Hack-Bold.ufo/glyphs/bracketright.glif +++ b/source/Hack-Bold.ufo/glyphs/bracketright.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 88a2e884ebde32ea737f84b093d624c8cf8936a9 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 17 Jul 2018 23:02:23 -0400 Subject: [PATCH 176/187] [U+007B, U+007D, bold-italic, braceleft, braceright] adjusted vertical position --- .../Hack-BoldItalic.ufo/glyphs/braceleft.glif | 122 ++++++++-------- .../glyphs/braceright.glif | 130 +++++++++--------- 2 files changed, 126 insertions(+), 126 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif b/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif index 860b7bb41..aafc29456 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif @@ -1,71 +1,71 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/braceright.glif b/source/Hack-BoldItalic.ufo/glyphs/braceright.glif index 1b0a66b6c..fe5d372f4 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/braceright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/braceright.glif @@ -1,75 +1,75 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From 53502131ac7e3f8e8443c3d826b9bd44372c7fd7 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 17 Jul 2018 23:02:52 -0400 Subject: [PATCH 177/187] [U+005B, U+005D, bold-italic, bracketleft, bracketright] adjust vertical position --- .../glyphs/bracketleft.glif | 26 +++++++++---------- .../glyphs/bracketright.glif | 26 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif b/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif index a8e7bd769..43dcfae0d 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + diff --git a/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif b/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif index a35c8e77c..fecd49160 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif @@ -1,23 +1,23 @@ - + - - - - - - - - + + + + + + + + - - com.schriftgestaltung.Glyphs.lastChange - 2017-07-11 17:15:08 +0000 - + + com.schriftgestaltung.Glyphs.lastChange + 2017-07-11 17:15:08 +0000 + From c1f45d1898bde61f7bb09d0b377cc6d996210d5a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 17 Jul 2018 23:14:55 -0400 Subject: [PATCH 178/187] update to UFO v3 formatting .glif files --- source/Hack-Bold.ufo/glyphs/braceleft.glif | 2 +- source/Hack-Bold.ufo/glyphs/braceright.glif | 2 +- source/Hack-Bold.ufo/glyphs/bracketleft.glif | 2 +- source/Hack-Bold.ufo/glyphs/bracketright.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/braceleft.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/braceright.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/bracketright.glif | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/braceleft.glif b/source/Hack-Bold.ufo/glyphs/braceleft.glif index 458342c9c..473221814 100644 --- a/source/Hack-Bold.ufo/glyphs/braceleft.glif +++ b/source/Hack-Bold.ufo/glyphs/braceleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/braceright.glif b/source/Hack-Bold.ufo/glyphs/braceright.glif index f92ab8c61..9d7d9487a 100644 --- a/source/Hack-Bold.ufo/glyphs/braceright.glif +++ b/source/Hack-Bold.ufo/glyphs/braceright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/bracketleft.glif b/source/Hack-Bold.ufo/glyphs/bracketleft.glif index dbf7900fb..4b40482f1 100644 --- a/source/Hack-Bold.ufo/glyphs/bracketleft.glif +++ b/source/Hack-Bold.ufo/glyphs/bracketleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/bracketright.glif b/source/Hack-Bold.ufo/glyphs/bracketright.glif index dcf00a7a6..743b6ff1b 100644 --- a/source/Hack-Bold.ufo/glyphs/bracketright.glif +++ b/source/Hack-Bold.ufo/glyphs/bracketright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif b/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif index aafc29456..14263513a 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/braceleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/braceright.glif b/source/Hack-BoldItalic.ufo/glyphs/braceright.glif index fe5d372f4..5f3866117 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/braceright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/braceright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif b/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif index 43dcfae0d..9342dadb2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bracketleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif b/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif index fecd49160..3b96e0c0b 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/bracketright.glif @@ -1,5 +1,5 @@ - + From 3a38ff076b4991028516130b1414e8226c35e6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20Mitrovi=C4=87?= Date: Tue, 4 Sep 2018 15:53:17 +0200 Subject: [PATCH 179/187] Add parenleft and parenright with smoother curves --- source/Hack-Bold.ufo/glyphs/parenleft.glif | 6 ++-- source/Hack-Bold.ufo/glyphs/parenright.glif | 30 +++++++++---------- .../Hack-BoldItalic.ufo/glyphs/parenleft.glif | 2 +- .../glyphs/parenright.glif | 4 +-- source/Hack-Italic.ufo/glyphs/parenleft.glif | 6 ++-- source/Hack-Italic.ufo/glyphs/parenright.glif | 6 ++-- source/Hack-Regular.ufo/glyphs/parenleft.glif | 6 ++-- .../Hack-Regular.ufo/glyphs/parenright.glif | 28 ++++++++--------- 8 files changed, 44 insertions(+), 44 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/parenleft.glif b/source/Hack-Bold.ufo/glyphs/parenleft.glif index 84345bcdd..28bcd7d74 100644 --- a/source/Hack-Bold.ufo/glyphs/parenleft.glif +++ b/source/Hack-Bold.ufo/glyphs/parenleft.glif @@ -1,15 +1,15 @@ - + - + - + diff --git a/source/Hack-Bold.ufo/glyphs/parenright.glif b/source/Hack-Bold.ufo/glyphs/parenright.glif index 378768732..dd42adaa5 100644 --- a/source/Hack-Bold.ufo/glyphs/parenright.glif +++ b/source/Hack-Bold.ufo/glyphs/parenright.glif @@ -1,23 +1,23 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif index e96be94d2..2d96c4032 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif index 0a62c87b4..762b21458 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif @@ -1,11 +1,11 @@ - + - + diff --git a/source/Hack-Italic.ufo/glyphs/parenleft.glif b/source/Hack-Italic.ufo/glyphs/parenleft.glif index a517362a8..f34947220 100644 --- a/source/Hack-Italic.ufo/glyphs/parenleft.glif +++ b/source/Hack-Italic.ufo/glyphs/parenleft.glif @@ -1,15 +1,15 @@ - + - + - + diff --git a/source/Hack-Italic.ufo/glyphs/parenright.glif b/source/Hack-Italic.ufo/glyphs/parenright.glif index 4a9dd777e..69b858959 100644 --- a/source/Hack-Italic.ufo/glyphs/parenright.glif +++ b/source/Hack-Italic.ufo/glyphs/parenright.glif @@ -1,15 +1,15 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/parenleft.glif b/source/Hack-Regular.ufo/glyphs/parenleft.glif index 7ce1cbf37..3c9ef23f8 100644 --- a/source/Hack-Regular.ufo/glyphs/parenleft.glif +++ b/source/Hack-Regular.ufo/glyphs/parenleft.glif @@ -1,15 +1,15 @@ - + - + - + diff --git a/source/Hack-Regular.ufo/glyphs/parenright.glif b/source/Hack-Regular.ufo/glyphs/parenright.glif index d99c05e77..090bf8b57 100644 --- a/source/Hack-Regular.ufo/glyphs/parenright.glif +++ b/source/Hack-Regular.ufo/glyphs/parenright.glif @@ -1,23 +1,23 @@ - + - - - - - - - - - - - + + + - - + + + + + + + + + + From eeb942b43cf93a7e8f81e011ae8f25e4b7971f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20Mitrovi=C4=87?= Date: Thu, 20 Sep 2018 17:36:51 +0200 Subject: [PATCH 180/187] Bump parenleft/parenright glyph versions from 1 to 2 --- source/Hack-Bold.ufo/glyphs/parenleft.glif | 2 +- source/Hack-Bold.ufo/glyphs/parenright.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/parenleft.glif | 2 +- source/Hack-BoldItalic.ufo/glyphs/parenright.glif | 2 +- source/Hack-Italic.ufo/glyphs/parenleft.glif | 2 +- source/Hack-Italic.ufo/glyphs/parenright.glif | 2 +- source/Hack-Regular.ufo/glyphs/parenleft.glif | 2 +- source/Hack-Regular.ufo/glyphs/parenright.glif | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/Hack-Bold.ufo/glyphs/parenleft.glif b/source/Hack-Bold.ufo/glyphs/parenleft.glif index 28bcd7d74..940c860b8 100644 --- a/source/Hack-Bold.ufo/glyphs/parenleft.glif +++ b/source/Hack-Bold.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Bold.ufo/glyphs/parenright.glif b/source/Hack-Bold.ufo/glyphs/parenright.glif index dd42adaa5..aa734c241 100644 --- a/source/Hack-Bold.ufo/glyphs/parenright.glif +++ b/source/Hack-Bold.ufo/glyphs/parenright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif index 2d96c4032..e96be94d2 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif index 762b21458..55f67cea0 100644 --- a/source/Hack-BoldItalic.ufo/glyphs/parenright.glif +++ b/source/Hack-BoldItalic.ufo/glyphs/parenright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/parenleft.glif b/source/Hack-Italic.ufo/glyphs/parenleft.glif index f34947220..7bfc688f5 100644 --- a/source/Hack-Italic.ufo/glyphs/parenleft.glif +++ b/source/Hack-Italic.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Italic.ufo/glyphs/parenright.glif b/source/Hack-Italic.ufo/glyphs/parenright.glif index 69b858959..aece2543a 100644 --- a/source/Hack-Italic.ufo/glyphs/parenright.glif +++ b/source/Hack-Italic.ufo/glyphs/parenright.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/parenleft.glif b/source/Hack-Regular.ufo/glyphs/parenleft.glif index 3c9ef23f8..e34b0bef5 100644 --- a/source/Hack-Regular.ufo/glyphs/parenleft.glif +++ b/source/Hack-Regular.ufo/glyphs/parenleft.glif @@ -1,5 +1,5 @@ - + diff --git a/source/Hack-Regular.ufo/glyphs/parenright.glif b/source/Hack-Regular.ufo/glyphs/parenright.glif index 090bf8b57..10e24485e 100644 --- a/source/Hack-Regular.ufo/glyphs/parenright.glif +++ b/source/Hack-Regular.ufo/glyphs/parenright.glif @@ -1,5 +1,5 @@ - + From 762a10c23085399f45a228e7efb50c231db6eb93 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 20 Oct 2018 11:03:32 -0400 Subject: [PATCH 181/187] [build-subsets.sh] fix shellcheck SC2155 error --- build-subsets.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-subsets.sh b/build-subsets.sh index 461dd0a7c..63858fabe 100755 --- a/build-subsets.sh +++ b/build-subsets.sh @@ -15,7 +15,8 @@ # ////////////////////////////////////////////////////////////////////// # set SOURCE_DATE_EPOCH to git commit date/time for reproducible builds -export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) +SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) +export SOURCE_DATE_EPOCH # default build tooling definitions TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" From 3a85a7679cf302bdd01456070971db6bbbd3cfb0 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 20 Oct 2018 11:03:51 -0400 Subject: [PATCH 182/187] [build-ttf.sh] fix shellcheck SC2155 error --- build-ttf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-ttf.sh b/build-ttf.sh index 647045623..258b395dc 100755 --- a/build-ttf.sh +++ b/build-ttf.sh @@ -15,7 +15,8 @@ # set SOURCE_DATE_EPOCH to git commit date/time to support reproducible builds # at any git commit -export SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) +SOURCE_DATE_EPOCH=$(git show -s --format=%ct HEAD) +export SOURCE_DATE_EPOCH # default build tooling definitions TTFAH="$HOME/ttfautohint-build/local/bin/ttfautohint" From 70f48603ea025b7253a1d2ff25106c6c4446c5b0 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 20 Oct 2018 21:31:21 -0400 Subject: [PATCH 183/187] [Pipfile] update to py 3.7 interpreter builds --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4371d5429..2bd392590 100644 --- a/Pipfile +++ b/Pipfile @@ -10,4 +10,4 @@ fontmake = "*" [dev-packages] [requires] -python_version = "3.6" +python_version = "3.7" From e97ee8a9ab6fc82af1fe27755ce10c85f079de5a Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 20 Oct 2018 21:31:47 -0400 Subject: [PATCH 184/187] [Pipfile.lock] update Python build dependencies updates to current PyPI versions --- Pipfile.lock | 206 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 135 insertions(+), 71 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index b25b83aea..6e2d3642b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "60fe748ce602e0ad6290ca1db986d09913e7fdefee286a24b92af07cf8d9bb77" + "sha256": "45cc185d3e6c962acf7cce59e6d2cdd15bd523b412f6eba0aeb4d6d29a79fc86" }, "pipfile-spec": 6, "requires": { - "python_version": "3.6" + "python_version": "3.7" }, "sources": [ { @@ -25,70 +25,128 @@ }, "compreffor": { "hashes": [ - "sha256:02e03207bd74b8792ea51ff8ad7922d246a38886fc9a5ef4a65391cf0095533f", - "sha256:33ae053dcf2545bdcf9eb56d0ebc5ccc8a0bc49374a9fb3af35971c39109cca6", - "sha256:3c0eed769ecfc0da821cb46ee63d2ac4ab4342560d879a5e9ff194c191d72539", - "sha256:55ce6038dac9f58121ec066ccff8ff9cb4704f663f7ab40d5a548885bc949765", - "sha256:56d4997450c1303f3af4666120b8a504d3787900cc6c565851104371b00ea75d", - "sha256:71bb9f86f150bc132cc3a1c9f7d8b1171eb81603d7af79fc98c424780e468c6a", - "sha256:778ae7e6dd8115748fe3a25d80acd9dfe713a847868e083e0c67bc4c6f4aa220", - "sha256:902ce5a0264f17d693f517468d0cf0e33e0713198d485a43b99bb657baa3933c", - "sha256:bf6f12b7804bd3549df31bd5d77fe8ea3723c12d9f5ce697855b5361ab0e9f7a", - "sha256:c9578301995e9e011896a2ee3751419256b33342004b6ea6d34960c51d1463d5", - "sha256:cd503ea6bceb3dbb39c7f99dce1074803f031ba5980157b91e895a740c40f849", - "sha256:ce932125880f337a6d35cfe4ec444f5c3452ab3baa7e790a819f769499b1e2ff", - "sha256:cee7caea337b9396d9680cb847da8ead569c26974c64d80bd4977611b95aa687", - "sha256:d7edd2216462d5c730ea44fabab6369991fe628a30016bc21157a8aeff0cddb6", - "sha256:eac13d9df51e7ed8ef72c9fdfe82cd9fbab4740f63a441834b7a122a561111a2", - "sha256:faa61f3481a33cc93ae3cbd6daa501fec5091528d9465b86202c0ba7989db067", - "sha256:fc0bfb08401998c02c427e3d530d56b4bb185dd098ef6a017d61bc5080752763", - "sha256:fc7d4fb787b91d903733cbd9c1aa0374499d3ed92a2a45cd9d12483aa0203819" + "sha256:115e4482a7c6cc38875d912f6174a33325c0dd897b3a16fec9b691c6ab930dd7", + "sha256:1514e847ccb7ddedfd737a5b4d9288d2373c487ba442df831b53da20b63eca8c", + "sha256:1d920117959f0b1ffd139a750f7871290094047d12aa8d2511522c9054e54a2d", + "sha256:1ef625b544f334ed9e499a7ded0a0f9dfc540ed4c2d97648281d0438981fbd26", + "sha256:2f7f0252022819add4d9d4ff61de0cb3aa798c029715cdf165cea2f4389d9eee", + "sha256:341a5f4e98651ad78833df37cc6ac7551a6c402708642928faf36812ed362c77", + "sha256:3a0d9d58aa52388231b06c82c6179742b5489e7505c22814c727de2515cb13ec", + "sha256:5263d09b9d77a3778a5e912dcf1ec83a380ba1fe2b9677891f02f6fd82859a01", + "sha256:682c5bbd3ce0dc0113d04ef82479a1c8e70c4b59c17be30ba7075f7435696362", + "sha256:6e3027d0247f3c52dbda7bce1143c9e2c7aa4a496c8e0d76d7dc424bfc9a6749", + "sha256:6e53a103b89c3f33e173cc1485652b96a7064438bce7efae571ff5c29312eefb", + "sha256:7056beebec3a64b47300bbcddbf93f3fa6e0d5258767c4b6ea2fdd0cee13ec87", + "sha256:70cec399f09f506ac25c3b9d5c5f05a12c2f921aeab12dbe273df2f9b0441f7b", + "sha256:71e053c6c2227016d6c87bc246d97ad30a91f5f2f63e09a1a0fbab18af425cde", + "sha256:778f7ca8e8584dc20153e9823d4384a5651d33b416d38e25e2288e8be1a243d2", + "sha256:7a94115e4ff16657f9e869a4131f5567cc28732a0b8fae3e18eb669d4b17f9ec", + "sha256:9cc069bef16cd95ca8e500dfd75a5308cb63265ad38e407e45a0dad86a3756e6", + "sha256:9d50df4cae35e1308163654b9b693abb859252d3affd181abb435c579f3fbb5d", + "sha256:b521d33dedd3dc92fe434de96e5e73beed646c752cbf977d9f6cb2030d89b408", + "sha256:c3e2bb069aba38a0f519f6359530d2ddddcc39f0367abc805b7464360567c695", + "sha256:c7635ea46ea2c3811535d1a41f41d41064d0155261c356709aadf4c2ed0e734e", + "sha256:d82f43c5fa02884ea79a348a43b8f2d7d3a1f5c50b04f9fd739dff10c8d6a99b", + "sha256:e845e763c273a05ecfab5d30e479a9b1ce268c5e3c123a884927ca2ad85b284c" ], - "version": "==0.4.6" + "version": "==0.4.6.post1" }, "cu2qu": { "hashes": [ - "sha256:33459f01d1f7ac35db39c6ad0e894984249c7e298974e1ac797e18717b5f5e39", - "sha256:f03a9d0f697bc4334af9cabc4002bfb1fea988bcfe2bffff46530c26b6ba7991" + "sha256:0ab43303bc1e010c285bec278f6a6ffcd395a8a0e9c0443718a0e377ce3e704f", + "sha256:10a0b22254f9781909f77ab1b471ed0120b9de81a221e97053a11cf4bbf4db6f", + "sha256:11a718a57c3e6595eef0fa917ec6c6867e93781cf594e97e753cc37143044755", + "sha256:2260c3c638576945985b6a58de24ee0bf33f20cd2e495d529312eaa648066a5a", + "sha256:3b9c218986b9b779cdc0768b6c901243c93ae2f337feeaf1c80a79eb8c2df81b", + "sha256:4a997dea5a7a07a3649237cefad57aa1134d18687d6268d84190b03d46669218", + "sha256:89c46655ea139568ad2d2ae5778244342eb2f12d19b8d2929a538f2082844dea", + "sha256:8a30c375d1de626db52c36cbaa1ffcad3dee4e741f41a124b2adf11ba47c82b8", + "sha256:8ffda9ab0dec7f6249a93432c274d62a72b9a0ee6787b8027929ced3d6585fb5", + "sha256:b3cd53d909e15e83eccb35537d3b27ee61b97dad7440d7975964a9896bafe648", + "sha256:be920fef28a4dade50c3c0ccfadd813894481ddae4a8a62ff4d4f004bbe192eb", + "sha256:ca9084fec41d20e4a1a506a2984b5f5ebc2a68568b3aa97dab53c47c754dbed9", + "sha256:d6bb169aebda1403c7e08eb68b2c81515f62f1b27f8866e1adb0ad7141470794", + "sha256:d7461fe12ae42ebe4427c1d588270b184c57a6a9667dd5af82e62dc2925bde06", + "sha256:e2fa6dbdfec0515f939685ddbc211a564ce954998d114b43c43a20d6a54e5da4", + "sha256:e321e12fdce96b98e6fa7e25422bda4980181157058dd8925a53fa0d018e5e24", + "sha256:e7ff729c3ad0d9815da70088dc7960fe983594ccfd0704761c5c756320e25867", + "sha256:eb86d5cefed83d15bac7b470719044b003322d476c99b954fbbb3884793a69be", + "sha256:fd75aa7c7f9a0d70daafd250a6d7acc9bbfecd1ec5c4bb4e4b96b8c9b986ed0d" ], - "version": "==1.5.0" + "version": "==1.6.4" }, "defcon": { "hashes": [ - "sha256:77b0becf55b544283bc451c5247cea7ad79f1ef813b1e65b9ef6946906db5543", - "sha256:782824bc0554f7e68c8da5d53729571cb5d9316eb5f95b14ca19953b8b9c01aa" + "sha256:4c1b45c3d8bc24ec2560f355a899f853ddb715b401862e8c99aaefdec8599de0", + "sha256:f9a254b6b112b92bfb92f1a315440904a96c89de7d7f17bf5b72533c98e7ddbc" ], - "version": "==0.5.1" + "version": "==0.5.3" }, "fontmake": { "hashes": [ - "sha256:7d6f012ff61ceb9ab76cf53cd85e70af540b0195fd9520f1e806e2f3c8b6a2a9", - "sha256:b3d8b42523d129c29425c6c8394a040c230b6410806bb5a0055f981974bc604e" + "sha256:718f40f8e1e001f497c9d1269d8ec6399c05375dfbf4df7f885a10139a7cd994", + "sha256:8792da290a94fe9b1b2f74db17a42bcc1c91b113ff11494bbefc799ef42a1a9b" ], "index": "pypi", - "version": "==1.5.0" + "version": "==1.7.5" }, "fontmath": { "hashes": [ - "sha256:1d1424ccbe80e22948c3c12cf9ee377fad9c39ff2edc38b11a12ebfd8ecf4a60", - "sha256:a35dde1d500bcb9d659916aa820f31bc7184fe4950708ffc00450e9ecd6c243f" + "sha256:6d80531c5ccdd2a6f01ce2b97b19aa133ea206a2edab26b3716d9b0306dd0bf5", + "sha256:c0c6dcee170893c252f7753ec21e3a33548f5e8f0b9cdfc2536daff93ec2558a" ], - "version": "==0.4.5" + "version": "==0.4.7" }, "fonttools": { "hashes": [ - "sha256:a1ab542526347b33be5c62421081de02dc839481e9f37245a8cbe4d078284327", - "sha256:a81b57be6c9b556065d7f67a9ba4eb050c5074590f933d4902cd6ef331865aee" + "sha256:755a2d44fe080d4720bf3398b78d68ff3345f7fd1f0213e654eedccbe5315596", + "sha256:95e86519b18183dc3c230e9b2233a69add3f631ec43c8725a553844a7d12c2c4" ], "index": "pypi", - "version": "==3.27.1" + "version": "==3.30.0" }, "glyphslib": { "hashes": [ - "sha256:062506cb854a431794c12f03ba2e6faad247b51feab3d59bebca8bdd10a11217", - "sha256:605a53ad0d5052c6aeaa7a021ccc70f5f0fbaaed87333ca6b12997cb2af255d2" + "sha256:af8192ce12b5dc0eddcc540380a9e7489d32f6f1b2a6221195865bd6f46d7701", + "sha256:f3da4f97eb35654e3a6451ebd6a37f3fa39ccfc34e9fbee323d695e3db25a316" ], - "version": "==2.3.0" + "version": "==3.1.2" + }, + "lxml": { + "hashes": [ + "sha256:02bc220d61f46e9b9d5a53c361ef95e9f5e1d27171cd461dddb17677ae2289a5", + "sha256:22f253b542a342755f6cfc047fe4d3a296515cf9b542bc6e261af45a80b8caf6", + "sha256:2f31145c7ff665b330919bfa44aacd3a0211a76ca7e7b441039d2a0b0451e415", + "sha256:36720698c29e7a9626a0dc802ef8885f8f0239bfd1689628ecd459a061f2807f", + "sha256:438a1b0203545521f6616132bfe0f4bca86f8a401364008b30e2b26ec408ce85", + "sha256:4815892904c336bbaf73dafd54f45f69f4021c22b5bad7332176bbf4fb830568", + "sha256:5be031b0f15ad63910d8e5038b489d95a79929513b3634ad4babf77100602588", + "sha256:5c93ae37c3c588e829b037fdfbd64a6e40c901d3f93f7beed6d724c44829a3ad", + "sha256:60842230678674cdac4a1cf0f707ef12d75b9a4fc4a565add4f710b5fcf185d5", + "sha256:62939a8bb6758d1bf923aa1c13f0bcfa9bf5b2fc0f5fa917a6e25db5fe0cfa4e", + "sha256:75830c06a62fe7b8fe3bbb5f269f0b308f19f3949ac81cfd40062f47c1455faf", + "sha256:81992565b74332c7c1aff6a913a3e906771aa81c9d0c68c68113cffcae45bc53", + "sha256:8c892fb0ee52c594d9a7751c7d7356056a9682674b92cc1c4dc968ff0f30c52f", + "sha256:9d862e3cf4fc1f2837dedce9c42269c8c76d027e49820a548ac89fdcee1e361f", + "sha256:a623965c086a6e91bb703d4da62dabe59fe88888e82c4117d544e11fd74835d6", + "sha256:a7783ab7f6a508b0510490cef9f857b763d796ba7476d9703f89722928d1e113", + "sha256:aab09fbe8abfa3b9ce62aaf45aca2d28726b1b9ee44871dbe644050a2fff4940", + "sha256:abf181934ac3ef193832fb973fd7f6149b5c531903c2ec0f1220941d73eee601", + "sha256:ae07fa0c115733fce1e9da96a3ac3fa24801742ca17e917e0c79d63a01eeb843", + "sha256:b9c78242219f674ab645ec571c9a95d70f381319a23911941cd2358a8e0521cf", + "sha256:bccb267678b870d9782c3b44d0cefe3ba0e329f9af8c946d32bf3778e7a4f271", + "sha256:c4df4d27f4c93b2cef74579f00b1d3a31a929c7d8023f870c4b476f03a274db4", + "sha256:caf0e50b546bb60dfa99bb18dfa6748458a83131ecdceaf5c071d74907e7e78a", + "sha256:d3266bd3ac59ac4edcd5fa75165dee80b94a3e5c91049df5f7c057ccf097551c", + "sha256:db0d213987bcd4e6d41710fb4532b22315b0d8fb439ff901782234456556aed1", + "sha256:dbbd5cf7690a40a9f0a9325ab480d0fccf46d16b378eefc08e195d84299bfae1", + "sha256:e16e07a0ec3a75b5ee61f2b1003c35696738f937dc8148fbda9fe2147ccb6e61", + "sha256:e175a006725c7faadbe69e791877d09936c0ef2cf49d01b60a6c1efcb0e8be6f", + "sha256:edd9c13a97f6550f9da2236126bb51c092b3b1ce6187f2bd966533ad794bbb5e", + "sha256:fa39ea60d527fbdd94215b5e5552f1c6a912624521093f1384a491a8ad89ad8b" + ], + "markers": "extra == 'lxml'", + "version": "==4.2.5" }, "mutatormath": { "hashes": [ @@ -99,47 +157,53 @@ }, "pyclipper": { "hashes": [ - "sha256:013dc2a39722914e2399a7608012c21da81c0e719e4aee958d0cbf3f603094ac", - "sha256:04337a635dc5cd6a17bc9a85f778eeb4b9569bb9a87d789005d1b7e86dadf8ca", - "sha256:191f12cd9ec385d44f181786d250d29b07c515c0b2d6e28d91fe482649d0525b", - "sha256:19beee2f26f6037f7d42aac0acc216d73bd2cc6dc36a6fc0565767de5080b4ba", - "sha256:1c9c298039727c1896c013d7b25bcddd8e778b4f06d8d20c019b0a4679c26446", - "sha256:209a770d211e760b33c8b8af60dc475ad16aea68a5f1f80e66128ce5da7bcb27", - "sha256:30823cd4f27345ef303ea6c1ec7a964fa43067063a76e31cfea032954c648039", - "sha256:3f11e87f0b82bccc6de57eead2628ca419694352e8b843bcd228eec9c9357680", - "sha256:3fa17ca0bb2b78c22efd1844a13789d351b51516a54b9cd8c482afef9c2cff04", - "sha256:5726921e921990915f441ad91304280b26a0d5e70882d503da4e741425100c5e", - "sha256:5ef5c5633c1783836837b7b198c35dec54d9506d9ff5695b4293fe96de8b5481", - "sha256:75d03cf5e6fc6c18329e51e9f1662d9d21c37f99692438761022f5ced7300ebc", - "sha256:79b2b1bf113045481d3f418e692f15e089b2053574accfc951fd9d0b73132204", - "sha256:8794d4f29a650854f503fc63f96a06baec30c604771149b474db92499edc8072", - "sha256:8f09d9eac721726eb7db9bd94597d1910e472a4d08dcb2adb715700124827d3e", - "sha256:9f67c98a51ed0296046f8448ecc25a8d61ab97c55b4281984b2bbfa883813c7b", - "sha256:a1bb42a403e1cfcaaf826384647faa6039c163b4a4a9960c194f37ee48148c00", - "sha256:b06076efafb1e3d4f14b63e8da69da34f883eb541844df108f2629866f42d02a", - "sha256:b685844cc5eb196fbbcd1970e37a6216e257683bba82e4c81030dc7060c027fd", - "sha256:bf23b1343411d977b82ea018189c8c9b84f9da5ea74a3e8c9444e71318a51488", - "sha256:c158f2eab791ce072190188b82dba131475337a6ca5db3a63c78454d21ab989a", - "sha256:d3da370f6947c54e1146784d5deda0ab789f2184a2e189a8e05aaa2cfd9ed82b", - "sha256:e0cd47d425dfa2e1f9da74eeca5b0b568b439d5fa397fbf2979ac2c33eb1772a", - "sha256:e938e1a13f10d1770602ad505c00d7cad3e685adc4548c041ae2d56ca04b4dba", - "sha256:ea169703d1c7a53f6eb8fcbe8ec4057db7064fabbdc402be3bc016218b72c0d5" + "sha256:0b37d39bd9d4f330918de20c169e7d74108217a752533ec6ac54c6a8825adcec", + "sha256:0d99acc5618faf8772164a3a067c1d1abd4513cf66b7b7a8d7adaa150a18376d", + "sha256:4c4e9a643f6866f1ea4361b83a6a5c6a0d64e6a391a286e79b7f0844c2ae3c2a", + "sha256:567947b8e31de852be32941872a72e843e679af8cf0826108be0a4c6108792a3", + "sha256:623ab16641e4e408359420d615c6a395cb3da23a559a20e57402bebb216bd125", + "sha256:6aa4bce5111e0bd2c50d452d940ddd87ef6c2632b2da6952fe2dec4f5e103173", + "sha256:747bfd3e219d5f2c45e50d874ea6da4ae746b3a4601f28566fd29a6ab0966a7a", + "sha256:78ebe32ccb6807bc8eac652ec9a7875dfa229e947b686a107acaf69259da3d8d", + "sha256:7ecf2cc782ab3e3d33120aa3fc9da1bfd72155c6ad2ee358d14b81865dda2d65", + "sha256:888e04d29717e9c47336c814094bd9523b3ec9ed371ce91dfa60636aae1de6f6", + "sha256:8a8b6018d53fcce291f78dedca19994f82695eed3a2c9eff275691d4ed9aab51", + "sha256:8bb79a30fd6078e589b39c164acd969d3f5f942a566b7e951c941f6d5c7106fe", + "sha256:8f8ff492926c2d865bc58121bc15438e8698d8a9b7751b67892ef3516838d462", + "sha256:abfb4c65937494bb5a3bb5fb3cf44cdb33ac88805effcd702afdb0d7bfb1803f", + "sha256:acfbfe2a3e236a474100393661291681419ec89e74fb6a51db5325ddd280ab9a", + "sha256:b03d1dcac192412a1f7125500dcd09baa0ccf9c27f1300870e80981907197583", + "sha256:ba98f5472d6066386367a3e8d44c327b5438e746a7faf356e6b116338fe6492e", + "sha256:bb89da8a321a9662330f18c1f8a88dd44966160e7a9e25c86ca16fbc1be31c0d", + "sha256:bed37f2d2517e18976aa24477cce319fd48efa8fbafe9407101c599ba4a2b481", + "sha256:c0fb993da9ef2ce62a9f62dcb14fff16f90bae57c073d8d4187072490eb41a68", + "sha256:c964d5808aa5e44aae9500e70d3f08d5191edf6a355e183d8c6fb8f43dde77ad", + "sha256:d6a2186a8a85121ee2732bd28c2243dd0451d8095d5e8426351b845fa409b974", + "sha256:db6d0580bac8a642a31b0e07f220d3c94fe2dda39f559abc2d12713bff7dd3d0", + "sha256:de693b6da86fbb69bf224bc89abfe479df205e827e20b4a431b03e37b2b5ee34", + "sha256:e17d8d1adc834112ee8b092661da6231f7cfba9700297069c6b5bce71c07b9b4", + "sha256:f064528ffb7486b1b2b21f833c729a63e5331e2e6073dfbc73b1d5e96a4d00a2", + "sha256:f5e003f9ec3ced16691b7b0dbee39318aba3787ba85d01ef1f6627592c3ff75d", + "sha256:fae29ba16ec075794c50242005be07fc3d5615b0cf3a86e2b60c1123446b574c" ], - "version": "==1.1.0" + "version": "==1.1.0.post1" }, "ufo2ft": { "hashes": [ - "sha256:21f640612f6cdbc55ecc53712473dacaaed5b6f4c3eeef63dd26df3c13118858", - "sha256:6ce60f07290ee627e8e407305ee9d2215a34ac6450f7e9c7abc6267f8d5c7f3f" + "sha256:2620b46d1af5f5c41a0b9de858505400d1daee76e70d55cab93340bade218e14", + "sha256:cec69976ba679ebdbed51cd4fdbfdbf148363acc5cbc6373950717eb95f3542b" ], - "version": "==2.0.0" + "version": "==2.4.0" }, "ufolib": { + "extras": [ + "lxml" + ], "hashes": [ - "sha256:0cead288602914f6c3fcad6e7b704f2d27797658eaba8637b48cd64784e807f7", - "sha256:34fd6a7492350526beac0d108a6cf8f6059c629150300a864a91837f7a351e1f" + "sha256:079cfbfb0dbaf27347d8a818c494856853ee9f21e83d724cf99d572c8bdf5726", + "sha256:2bc337a78b104e554e3e75c7c99fa1c8b305e2f82022743a34d5c77e2bca29e5" ], - "version": "==2.1.1" + "version": "==2.3.2" } }, "develop": {} From ac48920c7e766b284ff7d11fff9ef91b1b568dcc Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 20 Oct 2018 22:15:56 -0400 Subject: [PATCH 185/187] [Control Instructions Files TTFA] change glyph name format Convert away from production names following changes made in fontmake compiler dependencies. The compiler respects UFO *.glif file specified name values as default with change in tooling that we made in e97ee8a9ab6fc82af1fe27755ce10c85f079de5a --- .../tt-hinting/Hack-Bold-TA.txt | 24 +++++++-------- .../tt-hinting/Hack-BoldItalic-TA.txt | 2 +- .../tt-hinting/Hack-Italic-TA.txt | 20 ++++++------- .../tt-hinting/Hack-Regular-TA.txt | 30 +++++++++---------- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/postbuild_processing/tt-hinting/Hack-Bold-TA.txt b/postbuild_processing/tt-hinting/Hack-Bold-TA.txt index 618a452fe..9cca51caa 100644 --- a/postbuild_processing/tt-hinting/Hack-Bold-TA.txt +++ b/postbuild_processing/tt-hinting/Hack-Bold-TA.txt @@ -1,21 +1,21 @@ # U+0021 exclam glyph ID 580 -uni0021 touch 22,23,24,25 y -0.5 @14 +exclam touch 22,23,24,25 y -0.5 @14 # U+0025 percent glyph ID 762 -uni0025 touch 0,1,16 y 0.75 @10,11 -uni0025 touch 23,24,25 y 0.25 @10,11 -uni0025 touch 17,18,32,46,47,48 y 0.5 @10,11 -uni0025 touch 57,58,71 y -0.25 @10,11 -uni0025 touch 33,34,35,36 y 0.5 @10,11 -uni0025 touch 63,64,65 y 0.75 @10,11 +percent touch 0,1,16 y 0.75 @10,11 +percent touch 23,24,25 y 0.25 @10,11 +percent touch 17,18,32,46,47,48 y 0.5 @10,11 +percent touch 57,58,71 y -0.25 @10,11 +percent touch 33,34,35,36 y 0.5 @10,11 +percent touch 63,64,65 y 0.75 @10,11 -uni0025 touch 23,24,25,63,64,65 y 0.5 @14 -uni0025 touch 17,18,32,57,58,71 y -0.5 @14 +percent touch 23,24,25,63,64,65 y 0.5 @14 +percent touch 17,18,32,57,58,71 y -0.5 @14 # U+002B plus glyph ID 765 -uni002B touch 0,1,2,3,6,7,8,9 y 0.5 @10,11 +plus touch 0,1,2,3,6,7,8,9 y 0.5 @10,11 # U+0038 eight glyph ID 556 -uni0038 touch 41,42,43 y 0.25 @12,13,14 -uni0038 touch 34,35,48 y -0.25 @12,13,14 +eight touch 41,42,43 y 0.25 @12,13,14 +eight touch 34,35,48 y -0.25 @12,13,14 diff --git a/postbuild_processing/tt-hinting/Hack-BoldItalic-TA.txt b/postbuild_processing/tt-hinting/Hack-BoldItalic-TA.txt index 0dcb4a20b..9c046061f 100644 --- a/postbuild_processing/tt-hinting/Hack-BoldItalic-TA.txt +++ b/postbuild_processing/tt-hinting/Hack-BoldItalic-TA.txt @@ -1,4 +1,4 @@ # U+002B plus glyph ID 751 -uni002B touch 0,1,2,3,6,7,8,9 y 0.5 @10,11 +plus touch 0,1,2,3,6,7,8,9 y 0.5 @10,11 diff --git a/postbuild_processing/tt-hinting/Hack-Italic-TA.txt b/postbuild_processing/tt-hinting/Hack-Italic-TA.txt index b3058ac22..d0ddab2d9 100644 --- a/postbuild_processing/tt-hinting/Hack-Italic-TA.txt +++ b/postbuild_processing/tt-hinting/Hack-Italic-TA.txt @@ -7,15 +7,15 @@ # bar touch 0,3 y -1 @ 10,14 # # U+0025 percent glyph 750 -uni0025 touch 0,1,21,22,23,39 y 0.5 @10 -uni0025 touch 40 y 0.75 @10 -uni0025 touch 41,42,43 y 0.5 @10 -uni0025 touch 51,52,53,72,73,74 y 0.5 @10 +percent touch 0,1,21,22,23,39 y 0.5 @10 +percent touch 40 y 0.75 @10 +percent touch 41,42,43 y 0.5 @10 +percent touch 51,52,53,72,73,74 y 0.5 @10 -uni0025 touch 40,43 y -0.75 @11 -uni0025 touch 41,42 y 0.75 @11 +percent touch 40,43 y -0.75 @11 +percent touch 41,42 y 0.75 @11 -uni0025 touch 0,1,21,22,23,39 y -0.25 @14 -uni0025 touch 8,9,10,30,31,32 y 0.25 @14 -uni0025 touch 51,52,53,72,73,74 y -0.5 @14 -uni0025 touch 40,41,42,43 y -0.25 @14 +percent touch 0,1,21,22,23,39 y -0.25 @14 +percent touch 8,9,10,30,31,32 y 0.25 @14 +percent touch 51,52,53,72,73,74 y -0.5 @14 +percent touch 40,41,42,43 y -0.25 @14 diff --git a/postbuild_processing/tt-hinting/Hack-Regular-TA.txt b/postbuild_processing/tt-hinting/Hack-Regular-TA.txt index e3c4a31f6..af7f7706b 100644 --- a/postbuild_processing/tt-hinting/Hack-Regular-TA.txt +++ b/postbuild_processing/tt-hinting/Hack-Regular-TA.txt @@ -1,25 +1,25 @@ # U+0023 numbersign glyph ID 582 -uni0023 touch 0,1,2,3,18,19,20,21,22,23,24,25,26,27,28,31 x 0.25 @ 13 +numbersign touch 0,1,2,3,18,19,20,21,22,23,24,25,26,27,28,31 x 0.25 @ 13 # U+0025 percent glyph 761 -uni0025 touch 0,1,21,22,23,39 y 0.5 @10 -uni0025 touch 40 y 0.75 @10 -uni0025 touch 41,42,43 y 0.5 @10 -uni0025 touch 51,52,53,70,71,72 y 0.5 @10 +percent touch 0,1,21,22,23,39 y 0.5 @10 +percent touch 40 y 0.75 @10 +percent touch 41,42,43 y 0.5 @10 +percent touch 51,52,53,70,71,72 y 0.5 @10 -uni0025 touch 40,43 y -0.75 @11 -uni0025 touch 41,42 y 0.75 @11 +percent touch 40,43 y -0.75 @11 +percent touch 41,42 y 0.75 @11 -uni0025 touch 0,1,21,22,23,39 y -0.25 @14 -uni0025 touch 8,9,10,30,31,32 y 0.25 @14 -uni0025 touch 51,52,53,70,71,72 y -0.5 @14 -uni0025 touch 40,41,42,43 y -0.25 @14 +percent touch 0,1,21,22,23,39 y -0.25 @14 +percent touch 8,9,10,30,31,32 y 0.25 @14 +percent touch 51,52,53,70,71,72 y -0.5 @14 +percent touch 40,41,42,43 y -0.25 @14 # U+002B plus glyph ID 764 -uni002B touch 4,5,10,11 y 0.5 @12 -uni002B touch 4,5 y 1.0 @13 +plus touch 4,5,10,11 y 0.5 @12 +plus touch 4,5 y 1.0 @13 # U+0030 zero glyph ID 548 -uni0030 touch 35,36,45,46,47,56 y -0.5 @8 -uni0030 touch 35,36,56 y -1.0 @12,13,14 +zero touch 35,36,45,46,47,56 y -0.5 @8 +zero touch 35,36,56 y -1.0 @12,13,14 From 8d089b6fc5c1c3375cc0a01363e86afb13e452a0 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Tue, 12 Feb 2019 09:44:14 -0500 Subject: [PATCH 186/187] [.gitignore] add .DS_Store --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a1d2d8646..1254c4d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # remove backup FontLab Studio source files *.vfbak + +.DS_Store From 4984a9dc8355764c1a0737d4962ac34f132c109d Mon Sep 17 00:00:00 2001 From: Darren Meyer Date: Wed, 11 Mar 2020 12:38:14 -0500 Subject: [PATCH 187/187] Update macOS Homebrew information for issue-476 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80971e8b6..2419056db 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,12 @@ Some Linux users may find that font rendering is improved on their distro with [ 3. Follow the instructions from your operating system. 4. Enjoy! +Or, if you use [Homebrew](https://brew.sh/) (see the section **Package managers** below): + +``` +$ brew tap homebrew/cask-fonts +$ brew cask install font-hack +``` ### Windows @@ -103,7 +109,7 @@ We are aware of Hack support in the following package managers (with associated - **Debian**: `fonts-hack-ttf` - **Fedora / CentOS**: `dnf-plugins-core :: heliocastro/hack-fonts :: hack-fonts` - **Gentoo Linux**: `media-fonts/hack` -- **Homebrew Cask (OS X)**: `caskroom/fonts/font-hack` +- **Homebrew Cask (macOS)**: cask `font-hack` in tap `homebrew/cask-fonts` - **Open BSD**: `fonts/hack-fonts` - **OpenSUSE**: `hack-fonts` - **Ubuntu**: `fonts-hack-ttf`