From f8029d15d01103deb46e9abf856d3b4b50861cf4 Mon Sep 17 00:00:00 2001
From: RealStickman
Date: Mon, 1 Aug 2022 15:04:05 +0200
Subject: [PATCH] Calibre configuration files
---
.../.config/calibre/conversion/azw3_output.py | 8 +
.../.config/calibre/conversion/comic_input.py | 17 +
.../.config/calibre/conversion/debug.py | 0
.../.config/calibre/conversion/docx_input.py | 5 +
.../.config/calibre/conversion/docx_output.py | 11 +
.../.config/calibre/conversion/epub_output.py | 12 +
.../.config/calibre/conversion/fb2_input.py | 3 +
.../.config/calibre/conversion/fb2_output.py | 4 +
.../.config/calibre/conversion/heuristics.py | 13 +
.../calibre/conversion/htmlz_output.py | 5 +
.../.config/calibre/conversion/kfx_input.py | 3 +
.../calibre/conversion/look_and_feel.py | 26 +
.../.config/calibre/conversion/lrf_output.py | 13 +
.../.config/calibre/conversion/metadata.py | 0
.../.config/calibre/conversion/mobi_output.py | 12 +
.../.config/calibre/conversion/page_setup.py | 8 +
.../.config/calibre/conversion/pdb_output.py | 5 +
.../.config/calibre/conversion/pdf_input.py | 4 +
.../.config/calibre/conversion/pdf_output.py | 26 +
.../.config/calibre/conversion/pmlz_output.py | 5 +
.../.config/calibre/conversion/rb_output.py | 3 +
.../.config/calibre/conversion/rtf_input.py | 3 +
.../calibre/conversion/search_and_replace.py | 9 +
.../.config/calibre/conversion/snb_output.py | 6 +
.../calibre/conversion/structure_detection.py | 9 +
arch-config/.config/calibre/conversion/toc.py | 11 +
.../.config/calibre/conversion/txt_input.py | 7 +
.../.config/calibre/conversion/txt_output.py | 11 +
.../.config/calibre/conversion/txtz_output.py | 11 +
arch-config/.config/calibre/customize.py.json | 20 +
.../.config/calibre/dynamic.pickle.json | 42 +
.../.config/calibre/fonts/scanner_cache.json | 159485 +++++++++++++++
arch-config/.config/calibre/global.py.json | 51 +
arch-config/.config/calibre/gui.json | 274 +
arch-config/.config/calibre/gui.py.json | 78 +
.../calibre/metadata-sources-cache.json | 18 +
arch-config/.config/calibre/mtp_devices.json | 11 +
.../.config/calibre/plugins/DeACSM.zip | Bin 0 -> 849952 bytes
.../plugins/DeACSM/account/activation.xml | 28 +
.../calibre/plugins/DeACSM/account/device.xml | 11 +
.../calibre/plugins/DeACSM/account/devicesalt | 1 +
.../DeACSM/modules/asn1crypto/.gitignore | 13 +
.../plugins/DeACSM/modules/asn1crypto/LICENSE | 19 +
.../modules/asn1crypto/asn1crypto/__init__.py | 47 +
.../modules/asn1crypto/asn1crypto/_errors.py | 54 +
.../modules/asn1crypto/asn1crypto/_inet.py | 170 +
.../modules/asn1crypto/asn1crypto/_int.py | 22 +
.../modules/asn1crypto/asn1crypto/_iri.py | 291 +
.../asn1crypto/asn1crypto/_ordereddict.py | 135 +
.../asn1crypto/asn1crypto/_teletex_codec.py | 331 +
.../modules/asn1crypto/asn1crypto/_types.py | 46 +
.../modules/asn1crypto/asn1crypto/algos.py | 1189 +
.../modules/asn1crypto/asn1crypto/cms.py | 984 +
.../modules/asn1crypto/asn1crypto/core.py | 5672 +
.../modules/asn1crypto/asn1crypto/crl.py | 536 +
.../modules/asn1crypto/asn1crypto/csr.py | 133 +
.../modules/asn1crypto/asn1crypto/keys.py | 1301 +
.../modules/asn1crypto/asn1crypto/ocsp.py | 703 +
.../modules/asn1crypto/asn1crypto/parser.py | 292 +
.../modules/asn1crypto/asn1crypto/pdf.py | 84 +
.../modules/asn1crypto/asn1crypto/pem.py | 222 +
.../modules/asn1crypto/asn1crypto/pkcs12.py | 193 +
.../modules/asn1crypto/asn1crypto/tsp.py | 310 +
.../modules/asn1crypto/asn1crypto/util.py | 878 +
.../modules/asn1crypto/asn1crypto/version.py | 6 +
.../modules/asn1crypto/asn1crypto/x509.py | 3036 +
.../DeACSM/modules/asn1crypto/changelog.md | 458 +
.../DeACSM/modules/asn1crypto/dev/__init__.py | 28 +
.../DeACSM/modules/asn1crypto/dev/_import.py | 116 +
.../DeACSM/modules/asn1crypto/dev/_pep425.py | 205 +
.../DeACSM/modules/asn1crypto/dev/_task.py | 163 +
.../DeACSM/modules/asn1crypto/dev/build.py | 89 +
.../modules/asn1crypto/dev/ci-driver.py | 73 +
.../DeACSM/modules/asn1crypto/dev/ci.py | 57 +
.../modules/asn1crypto/dev/codecov.json | 5 +
.../DeACSM/modules/asn1crypto/dev/coverage.py | 677 +
.../DeACSM/modules/asn1crypto/dev/deps.py | 712 +
.../DeACSM/modules/asn1crypto/dev/lint.py | 38 +
.../modules/asn1crypto/dev/pyenv-install.py | 144 +
.../modules/asn1crypto/dev/python-install.py | 77 +
.../DeACSM/modules/asn1crypto/dev/release.py | 60 +
.../DeACSM/modules/asn1crypto/dev/tests.py | 91 +
.../DeACSM/modules/asn1crypto/dev/version.py | 88 +
.../DeACSM/modules/asn1crypto/readme.md | 267 +
.../DeACSM/modules/asn1crypto/requires/ci | 2 +
.../modules/asn1crypto/requires/coverage | 5 +
.../DeACSM/modules/asn1crypto/requires/lint | 14 +
.../modules/asn1crypto/requires/release | 3 +
.../plugins/DeACSM/modules/asn1crypto/run.py | 8 +
.../DeACSM/modules/asn1crypto/setup.py | 159 +
.../plugins/DeACSM/modules/asn1crypto/tox.ini | 13 +
.../cryptography/cryptography/__about__.py | 15 +
.../cryptography/cryptography/__init__.py | 17 +
.../cryptography/cryptography/exceptions.py | 57 +
.../cryptography/cryptography/fernet.py | 205 +
.../cryptography/hazmat/__init__.py | 10 +
.../cryptography/cryptography/hazmat/_oid.py | 341 +
.../cryptography/hazmat/backends/__init__.py | 11 +
.../hazmat/backends/interfaces.py | 384 +
.../hazmat/backends/openssl/__init__.py | 9 +
.../hazmat/backends/openssl/aead.py | 175 +
.../hazmat/backends/openssl/backend.py | 2311 +
.../hazmat/backends/openssl/ciphers.py | 278 +
.../hazmat/backends/openssl/cmac.py | 80 +
.../hazmat/backends/openssl/decode_asn1.py | 31 +
.../hazmat/backends/openssl/dh.py | 293 +
.../hazmat/backends/openssl/dsa.py | 289 +
.../hazmat/backends/openssl/ec.py | 367 +
.../hazmat/backends/openssl/ed25519.py | 151 +
.../hazmat/backends/openssl/ed448.py | 152 +
.../hazmat/backends/openssl/encode_asn1.py | 18 +
.../hazmat/backends/openssl/hashes.py | 80 +
.../hazmat/backends/openssl/hmac.py | 76 +
.../hazmat/backends/openssl/poly1305.py | 63 +
.../hazmat/backends/openssl/rsa.py | 584 +
.../hazmat/backends/openssl/utils.py | 67 +
.../hazmat/backends/openssl/x25519.py | 128 +
.../hazmat/backends/openssl/x448.py | 112 +
.../hazmat/backends/openssl/x509.py | 45 +
.../cryptography/hazmat/bindings/__init__.py | 3 +
.../hazmat/bindings/_rust/__init__.pyi | 2 +
.../hazmat/bindings/_rust/asn1.pyi | 12 +
.../hazmat/bindings/_rust/ocsp.pyi | 22 +
.../hazmat/bindings/_rust/x509.pyi | 36 +
.../hazmat/bindings/openssl/__init__.py | 3 +
.../hazmat/bindings/openssl/_conditional.py | 354 +
.../hazmat/bindings/openssl/binding.py | 205 +
.../hazmat/primitives/__init__.py | 3 +
.../hazmat/primitives/_asymmetric.py | 17 +
.../hazmat/primitives/_cipheralgorithm.py | 38 +
.../hazmat/primitives/_serialization.py | 55 +
.../hazmat/primitives/asymmetric/__init__.py | 35 +
.../hazmat/primitives/asymmetric/dh.py | 241 +
.../hazmat/primitives/asymmetric/dsa.py | 300 +
.../hazmat/primitives/asymmetric/ec.py | 537 +
.../hazmat/primitives/asymmetric/ed25519.py | 92 +
.../hazmat/primitives/asymmetric/ed448.py | 87 +
.../hazmat/primitives/asymmetric/padding.py | 75 +
.../hazmat/primitives/asymmetric/rsa.py | 427 +
.../hazmat/primitives/asymmetric/types.py | 40 +
.../hazmat/primitives/asymmetric/utils.py | 22 +
.../hazmat/primitives/asymmetric/x25519.py | 81 +
.../hazmat/primitives/asymmetric/x448.py | 81 +
.../hazmat/primitives/ciphers/__init__.py | 27 +
.../hazmat/primitives/ciphers/aead.py | 291 +
.../hazmat/primitives/ciphers/algorithms.py | 168 +
.../hazmat/primitives/ciphers/base.py | 211 +
.../hazmat/primitives/ciphers/modes.py | 247 +
.../cryptography/hazmat/primitives/cmac.py | 60 +
.../hazmat/primitives/constant_time.py | 13 +
.../cryptography/hazmat/primitives/hashes.py | 257 +
.../cryptography/hazmat/primitives/hmac.py | 69 +
.../hazmat/primitives/kdf/__init__.py | 22 +
.../hazmat/primitives/kdf/concatkdf.py | 131 +
.../hazmat/primitives/kdf/hkdf.py | 103 +
.../hazmat/primitives/kdf/kbkdf.py | 258 +
.../hazmat/primitives/kdf/pbkdf2.py | 65 +
.../hazmat/primitives/kdf/scrypt.py | 74 +
.../hazmat/primitives/kdf/x963kdf.py | 66 +
.../cryptography/hazmat/primitives/keywrap.py | 180 +
.../cryptography/hazmat/primitives/padding.py | 224 +
.../hazmat/primitives/poly1305.py | 56 +
.../primitives/serialization/__init__.py | 45 +
.../hazmat/primitives/serialization/base.py | 64 +
.../hazmat/primitives/serialization/pkcs12.py | 205 +
.../hazmat/primitives/serialization/pkcs7.py | 160 +
.../hazmat/primitives/serialization/ssh.py | 705 +
.../hazmat/primitives/twofactor/__init__.py | 7 +
.../hazmat/primitives/twofactor/hotp.py | 97 +
.../hazmat/primitives/twofactor/totp.py | 48 +
.../cryptography/cryptography/py.typed | 0
.../cryptography/cryptography/utils.py | 183 +
.../cryptography/x509/__init__.py | 249 +
.../cryptography/cryptography/x509/base.py | 1093 +
.../x509/certificate_transparency.py | 48 +
.../cryptography/x509/extensions.py | 2198 +
.../cryptography/x509/general_name.py | 305 +
.../cryptography/cryptography/x509/name.py | 322 +
.../cryptography/cryptography/x509/ocsp.py | 483 +
.../cryptography/cryptography/x509/oid.py | 32 +
.../plugins/DeACSM/modules/decrypt_win32.exe | Bin 0 -> 12800 bytes
.../plugins/DeACSM/modules/decrypt_win64.exe | Bin 0 -> 17920 bytes
.../plugins/DeACSM/modules/module_id.txt | 1 +
.../plugins/DeACSM/modules/oscrypto/LICENSE | 19 +
.../plugins/DeACSM/modules/oscrypto/PKG-INFO | 382 +
.../DeACSM/modules/oscrypto/changelog.md | 271 +
.../oscrypto/oscrypto.egg-info/LICENSE | 19 +
.../oscrypto/oscrypto.egg-info/PKG-INFO | 382 +
.../oscrypto/oscrypto.egg-info/SOURCES.txt | 92 +
.../oscrypto.egg-info/dependency_links.txt | 1 +
.../oscrypto/oscrypto.egg-info/requires.txt | 1 +
.../oscrypto/oscrypto.egg-info/top_level.txt | 1 +
.../modules/oscrypto/oscrypto/__init__.py | 304 +
.../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 8050 bytes
.../__pycache__/_asn1.cpython-310.pyc | Bin 0 -> 1298 bytes
.../__pycache__/_asymmetric.cpython-310.pyc | Bin 0 -> 21015 bytes
.../__pycache__/_errors.cpython-310.pyc | Bin 0 -> 1081 bytes
.../oscrypto/__pycache__/_ffi.cpython-310.pyc | Bin 0 -> 11200 bytes
.../__pycache__/_rand.cpython-310.pyc | Bin 0 -> 1214 bytes
.../__pycache__/_types.cpython-310.pyc | Bin 0 -> 1197 bytes
.../__pycache__/asymmetric.cpython-310.pyc | Bin 0 -> 8690 bytes
.../__pycache__/errors.cpython-310.pyc | Bin 0 -> 2931 bytes
.../oscrypto/__pycache__/kdf.cpython-310.pyc | Bin 0 -> 5821 bytes
.../oscrypto/__pycache__/keys.cpython-310.pyc | Bin 0 -> 656 bytes
.../__pycache__/symmetric.cpython-310.pyc | Bin 0 -> 987 bytes
.../oscrypto/__pycache__/util.cpython-310.pyc | Bin 0 -> 1565 bytes
.../__pycache__/version.cpython-310.pyc | Bin 0 -> 359 bytes
.../DeACSM/modules/oscrypto/oscrypto/_asn1.py | 80 +
.../modules/oscrypto/oscrypto/_asymmetric.py | 1038 +
.../oscrypto/oscrypto/_cipher_suites.py | 337 +
.../modules/oscrypto/oscrypto/_ecdsa.py | 811 +
.../modules/oscrypto/oscrypto/_errors.py | 50 +
.../DeACSM/modules/oscrypto/oscrypto/_ffi.py | 437 +
.../DeACSM/modules/oscrypto/oscrypto/_int.py | 35 +
.../oscrypto/oscrypto/_linux_bsd/__init__.py | 0
.../oscrypto/_linux_bsd/trust_list.py | 120 +
.../oscrypto/oscrypto/_mac/__init__.py | 0
.../oscrypto/oscrypto/_mac/_common_crypto.py | 24 +
.../oscrypto/_mac/_common_crypto_cffi.py | 29 +
.../oscrypto/_mac/_common_crypto_ctypes.py | 32 +
.../oscrypto/_mac/_core_foundation.py | 228 +
.../oscrypto/_mac/_core_foundation_cffi.py | 375 +
.../oscrypto/_mac/_core_foundation_ctypes.py | 487 +
.../oscrypto/oscrypto/_mac/_security.py | 150 +
.../oscrypto/oscrypto/_mac/_security_cffi.py | 238 +
.../oscrypto/_mac/_security_ctypes.py | 628 +
.../oscrypto/oscrypto/_mac/asymmetric.py | 1983 +
.../oscrypto/oscrypto/_mac/symmetric.py | 757 +
.../modules/oscrypto/oscrypto/_mac/tls.py | 1513 +
.../oscrypto/oscrypto/_mac/trust_list.py | 208 +
.../modules/oscrypto/oscrypto/_mac/util.py | 353 +
.../oscrypto/oscrypto/_openssl/__init__.py | 0
.../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 181 bytes
.../__pycache__/_libcrypto.cpython-310.pyc | Bin 0 -> 2939 bytes
.../_libcrypto_cffi.cpython-310.pyc | Bin 0 -> 8995 bytes
.../__pycache__/asymmetric.cpython-310.pyc | Bin 0 -> 40594 bytes
.../__pycache__/symmetric.cpython-310.pyc | Bin 0 -> 17523 bytes
.../_openssl/__pycache__/util.cpython-310.pyc | Bin 0 -> 5021 bytes
.../oscrypto/oscrypto/_openssl/_libcrypto.py | 131 +
.../oscrypto/_openssl/_libcrypto_cffi.py | 260 +
.../oscrypto/_openssl/_libcrypto_ctypes.py | 692 +
.../oscrypto/oscrypto/_openssl/_libssl.py | 89 +
.../oscrypto/_openssl/_libssl_cffi.py | 99 +
.../oscrypto/_openssl/_libssl_ctypes.py | 260 +
.../oscrypto/oscrypto/_openssl/asymmetric.py | 1872 +
.../oscrypto/oscrypto/_openssl/symmetric.py | 841 +
.../modules/oscrypto/oscrypto/_openssl/tls.py | 1251 +
.../oscrypto/oscrypto/_openssl/util.py | 243 +
.../modules/oscrypto/oscrypto/_pkcs1.py | 740 +
.../modules/oscrypto/oscrypto/_pkcs12.py | 198 +
.../modules/oscrypto/oscrypto/_pkcs5.py | 142 +
.../DeACSM/modules/oscrypto/oscrypto/_rand.py | 45 +
.../DeACSM/modules/oscrypto/oscrypto/_tls.py | 588 +
.../modules/oscrypto/oscrypto/_types.py | 41 +
.../oscrypto/oscrypto/_win/__init__.py | 0
.../oscrypto/oscrypto/_win/_advapi32.py | 165 +
.../oscrypto/oscrypto/_win/_advapi32_cffi.py | 145 +
.../oscrypto/_win/_advapi32_ctypes.py | 295 +
.../modules/oscrypto/oscrypto/_win/_cng.py | 148 +
.../oscrypto/oscrypto/_win/_cng_cffi.py | 120 +
.../oscrypto/oscrypto/_win/_cng_ctypes.py | 263 +
.../oscrypto/oscrypto/_win/_crypt32.py | 73 +
.../oscrypto/oscrypto/_win/_crypt32_cffi.py | 188 +
.../oscrypto/oscrypto/_win/_crypt32_ctypes.py | 276 +
.../modules/oscrypto/oscrypto/_win/_decode.py | 36 +
.../oscrypto/oscrypto/_win/_kernel32.py | 39 +
.../oscrypto/oscrypto/_win/_kernel32_cffi.py | 44 +
.../oscrypto/_win/_kernel32_ctypes.py | 50 +
.../oscrypto/oscrypto/_win/_secur32.py | 145 +
.../oscrypto/oscrypto/_win/_secur32_cffi.py | 129 +
.../oscrypto/oscrypto/_win/_secur32_ctypes.py | 198 +
.../oscrypto/oscrypto/_win/asymmetric.py | 3520 +
.../oscrypto/oscrypto/_win/symmetric.py | 1166 +
.../modules/oscrypto/oscrypto/_win/tls.py | 1593 +
.../oscrypto/oscrypto/_win/trust_list.py | 226 +
.../modules/oscrypto/oscrypto/_win/util.py | 180 +
.../modules/oscrypto/oscrypto/asymmetric.py | 458 +
.../modules/oscrypto/oscrypto/errors.py | 111 +
.../DeACSM/modules/oscrypto/oscrypto/kdf.py | 261 +
.../DeACSM/modules/oscrypto/oscrypto/keys.py | 24 +
.../modules/oscrypto/oscrypto/symmetric.py | 72 +
.../DeACSM/modules/oscrypto/oscrypto/tls.py | 32 +
.../modules/oscrypto/oscrypto/trust_list.py | 347 +
.../DeACSM/modules/oscrypto/oscrypto/util.py | 63 +
.../modules/oscrypto/oscrypto/version.py | 6 +
.../plugins/DeACSM/modules/oscrypto/readme.md | 356 +
.../plugins/DeACSM/modules/oscrypto/setup.cfg | 4 +
.../plugins/DeACSM/modules/oscrypto/setup.py | 157 +
.../plugins/DeACSM/modules/pyasn1/CHANGES.rst | 716 +
.../plugins/DeACSM/modules/pyasn1/LICENSE.rst | 24 +
.../plugins/DeACSM/modules/pyasn1/MANIFEST.in | 5 +
.../plugins/DeACSM/modules/pyasn1/PKG-INFO | 35 +
.../plugins/DeACSM/modules/pyasn1/README.md | 184 +
.../plugins/DeACSM/modules/pyasn1/TODO.rst | 92 +
.../DeACSM/modules/pyasn1/docs/Makefile | 192 +
.../pyasn1/docs/source/.static/logo.svg | 95 +
.../modules/pyasn1/docs/source/changelog.rst | 6 +
.../DeACSM/modules/pyasn1/docs/source/conf.py | 326 +
.../modules/pyasn1/docs/source/contents.rst | 161 +
.../modules/pyasn1/docs/source/download.rst | 27 +
.../pyasn1/docs/source/example-use-case.rst | 193 +
.../modules/pyasn1/docs/source/license.rst | 6 +
.../docs/source/pyasn1/codec/ber/contents.rst | 7 +
.../docs/source/pyasn1/codec/cer/contents.rst | 7 +
.../docs/source/pyasn1/codec/der/contents.rst | 7 +
.../source/pyasn1/codec/native/contents.rst | 7 +
.../pyasn1/docs/source/pyasn1/contents.rst | 228 +
.../docs/source/pyasn1/error/contents.rst | 60 +
.../docs/source/pyasn1/type/base/asn1type.rst | 10 +
.../pyasn1/type/base/constructedasn1type.rst | 10 +
.../docs/source/pyasn1/type/base/contents.rst | 20 +
.../docs/source/pyasn1/type/base/novalue.rst | 6 +
.../pyasn1/type/base/simpleasn1type.rst | 10 +
.../source/pyasn1/type/char/bmpstring.rst | 19 +
.../docs/source/pyasn1/type/char/contents.rst | 30 +
.../source/pyasn1/type/char/generalstring.rst | 20 +
.../source/pyasn1/type/char/graphicstring.rst | 20 +
.../source/pyasn1/type/char/ia5string.rst | 19 +
.../source/pyasn1/type/char/iso646string.rst | 19 +
.../source/pyasn1/type/char/numericstring.rst | 19 +
.../pyasn1/type/char/printablestring.rst | 20 +
.../source/pyasn1/type/char/t61string.rst | 19 +
.../source/pyasn1/type/char/teletexstring.rst | 21 +
.../pyasn1/type/char/universalstring.rst | 19 +
.../source/pyasn1/type/char/utf8string.rst | 19 +
.../pyasn1/type/char/videotexstring.rst | 20 +
.../source/pyasn1/type/char/visiblestring.rst | 20 +
.../type/constraint/constraintsexclusion.rst | 10 +
.../constraint/constraintsintersection.rst | 10 +
.../type/constraint/constraintsunion.rst | 10 +
.../type/constraint/containedsubtype.rst | 10 +
.../pyasn1/type/constraint/contents.rst | 68 +
.../type/constraint/permittedalphabet.rst | 10 +
.../pyasn1/type/constraint/singlevalue.rst | 10 +
.../pyasn1/type/constraint/valuerange.rst | 10 +
.../pyasn1/type/constraint/valuesize.rst | 10 +
.../pyasn1/type/constraint/withcomponents.rst | 16 +
.../source/pyasn1/type/namedtype/contents.rst | 40 +
.../type/namedtype/defaultednamedtype.rst | 20 +
.../pyasn1/type/namedtype/namedtype.rst | 20 +
.../pyasn1/type/namedtype/namedtypes.rst | 15 +
.../type/namedtype/optionalnamedtype.rst | 20 +
.../source/pyasn1/type/namedval/contents.rst | 43 +
.../source/pyasn1/type/namedval/namedval.rst | 13 +
.../source/pyasn1/type/opentype/contents.rst | 114 +
.../source/pyasn1/type/opentype/opentype.rst | 12 +
.../docs/source/pyasn1/type/tag/contents.rst | 54 +
.../docs/source/pyasn1/type/tag/tag.rst | 18 +
.../docs/source/pyasn1/type/tag/tagmap.rst | 14 +
.../docs/source/pyasn1/type/tag/tagset.rst | 14 +
.../docs/source/pyasn1/type/univ/any.rst | 22 +
.../source/pyasn1/type/univ/bitstring.rst | 17 +
.../docs/source/pyasn1/type/univ/boolean.rst | 17 +
.../docs/source/pyasn1/type/univ/choice.rst | 19 +
.../docs/source/pyasn1/type/univ/contents.rst | 34 +
.../source/pyasn1/type/univ/enumerated.rst | 18 +
.../docs/source/pyasn1/type/univ/integer.rst | 19 +
.../docs/source/pyasn1/type/univ/null.rst | 17 +
.../pyasn1/type/univ/objectidentifier.rst | 17 +
.../source/pyasn1/type/univ/octetstring.rst | 19 +
.../docs/source/pyasn1/type/univ/real.rst | 17 +
.../docs/source/pyasn1/type/univ/sequence.rst | 20 +
.../source/pyasn1/type/univ/sequenceof.rst | 19 +
.../docs/source/pyasn1/type/univ/set.rst | 20 +
.../docs/source/pyasn1/type/univ/setof.rst | 19 +
.../source/pyasn1/type/useful/contents.rst | 15 +
.../pyasn1/type/useful/generalizedtime.rst | 37 +
.../pyasn1/type/useful/objectdescriptor.rst | 20 +
.../source/pyasn1/type/useful/utctime.rst | 34 +
.../DeACSM/modules/pyasn1/docs/tutorial.rst | 1778 +
.../modules/pyasn1/pyasn1.egg-info/PKG-INFO | 35 +
.../pyasn1/pyasn1.egg-info/SOURCES.txt | 161 +
.../pyasn1.egg-info/dependency_links.txt | 1 +
.../pyasn1/pyasn1.egg-info/top_level.txt | 1 +
.../modules/pyasn1/pyasn1.egg-info/zip-safe | 1 +
.../DeACSM/modules/pyasn1/pyasn1/__init__.py | 7 +
.../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 323 bytes
.../pyasn1/__pycache__/debug.cpython-310.pyc | Bin 0 -> 4489 bytes
.../pyasn1/__pycache__/error.cpython-310.pyc | Bin 0 -> 2821 bytes
.../modules/pyasn1/pyasn1/codec/__init__.py | 1 +
.../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 174 bytes
.../pyasn1/pyasn1/codec/ber/__init__.py | 1 +
.../ber/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 178 bytes
.../ber/__pycache__/decoder.cpython-310.pyc | Bin 0 -> 29353 bytes
.../codec/ber/__pycache__/eoo.cpython-310.pyc | Bin 0 -> 789 bytes
.../pyasn1/pyasn1/codec/ber/decoder.py | 1682 +
.../pyasn1/pyasn1/codec/ber/encoder.py | 890 +
.../modules/pyasn1/pyasn1/codec/ber/eoo.py | 28 +
.../pyasn1/pyasn1/codec/cer/__init__.py | 1 +
.../cer/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 178 bytes
.../cer/__pycache__/decoder.cpython-310.pyc | Bin 0 -> 1635 bytes
.../pyasn1/pyasn1/codec/cer/decoder.py | 114 +
.../pyasn1/pyasn1/codec/cer/encoder.py | 313 +
.../pyasn1/pyasn1/codec/der/__init__.py | 1 +
.../der/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 178 bytes
.../der/__pycache__/decoder.cpython-310.pyc | Bin 0 -> 1064 bytes
.../pyasn1/pyasn1/codec/der/decoder.py | 94 +
.../pyasn1/pyasn1/codec/der/encoder.py | 107 +
.../pyasn1/pyasn1/codec/native/__init__.py | 1 +
.../pyasn1/pyasn1/codec/native/decoder.py | 213 +
.../pyasn1/pyasn1/codec/native/encoder.py | 256 +
.../modules/pyasn1/pyasn1/compat/__init__.py | 1 +
.../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 175 bytes
.../compat/__pycache__/binary.cpython-310.pyc | Bin 0 -> 576 bytes
.../__pycache__/calling.cpython-310.pyc | Bin 0 -> 462 bytes
.../__pycache__/dateandtime.cpython-310.pyc | Bin 0 -> 584 bytes
.../__pycache__/integer.cpython-310.pyc | Bin 0 -> 2299 bytes
.../compat/__pycache__/octets.cpython-310.pyc | Bin 0 -> 1885 bytes
.../compat/__pycache__/string.cpython-310.pyc | Bin 0 -> 579 bytes
.../modules/pyasn1/pyasn1/compat/binary.py | 33 +
.../modules/pyasn1/pyasn1/compat/calling.py | 20 +
.../pyasn1/pyasn1/compat/dateandtime.py | 22 +
.../modules/pyasn1/pyasn1/compat/integer.py | 110 +
.../modules/pyasn1/pyasn1/compat/octets.py | 46 +
.../modules/pyasn1/pyasn1/compat/string.py | 26 +
.../DeACSM/modules/pyasn1/pyasn1/debug.py | 157 +
.../DeACSM/modules/pyasn1/pyasn1/error.py | 75 +
.../modules/pyasn1/pyasn1/type/__init__.py | 1 +
.../type/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 173 bytes
.../type/__pycache__/base.cpython-310.pyc | Bin 0 -> 22244 bytes
.../type/__pycache__/char.cpython-310.pyc | Bin 0 -> 7020 bytes
.../__pycache__/constraint.cpython-310.pyc | Bin 0 -> 23980 bytes
.../type/__pycache__/error.cpython-310.pyc | Bin 0 -> 389 bytes
.../__pycache__/namedtype.cpython-310.pyc | Bin 0 -> 18683 bytes
.../type/__pycache__/namedval.cpython-310.pyc | Bin 0 -> 5481 bytes
.../type/__pycache__/tag.cpython-310.pyc | Bin 0 -> 10204 bytes
.../type/__pycache__/tagmap.cpython-310.pyc | Bin 0 -> 3306 bytes
.../type/__pycache__/univ.cpython-310.pyc | Bin 0 -> 93945 bytes
.../type/__pycache__/useful.cpython-310.pyc | Bin 0 -> 4494 bytes
.../DeACSM/modules/pyasn1/pyasn1/type/base.py | 707 +
.../DeACSM/modules/pyasn1/pyasn1/type/char.py | 335 +
.../modules/pyasn1/pyasn1/type/constraint.py | 756 +
.../modules/pyasn1/pyasn1/type/error.py | 11 +
.../modules/pyasn1/pyasn1/type/namedtype.py | 561 +
.../modules/pyasn1/pyasn1/type/namedval.py | 192 +
.../modules/pyasn1/pyasn1/type/opentype.py | 104 +
.../DeACSM/modules/pyasn1/pyasn1/type/tag.py | 335 +
.../modules/pyasn1/pyasn1/type/tagmap.py | 96 +
.../DeACSM/modules/pyasn1/pyasn1/type/univ.py | 3321 +
.../modules/pyasn1/pyasn1/type/useful.py | 191 +
.../plugins/DeACSM/modules/pyasn1/setup.cfg | 10 +
.../plugins/DeACSM/modules/pyasn1/setup.py | 121 +
.../DeACSM/modules/pyasn1/tests/__init__.py | 1 +
.../DeACSM/modules/pyasn1/tests/__main__.py | 22 +
.../DeACSM/modules/pyasn1/tests/base.py | 23 +
.../modules/pyasn1/tests/codec/__init__.py | 1 +
.../modules/pyasn1/tests/codec/__main__.py | 22 +
.../pyasn1/tests/codec/ber/__init__.py | 1 +
.../pyasn1/tests/codec/ber/__main__.py | 20 +
.../pyasn1/tests/codec/ber/test_decoder.py | 1620 +
.../pyasn1/tests/codec/ber/test_encoder.py | 1503 +
.../pyasn1/tests/codec/cer/__init__.py | 1 +
.../pyasn1/tests/codec/cer/__main__.py | 20 +
.../pyasn1/tests/codec/cer/test_decoder.py | 373 +
.../pyasn1/tests/codec/cer/test_encoder.py | 961 +
.../pyasn1/tests/codec/der/__init__.py | 1 +
.../pyasn1/tests/codec/der/__main__.py | 20 +
.../pyasn1/tests/codec/der/test_decoder.py | 373 +
.../pyasn1/tests/codec/der/test_encoder.py | 650 +
.../pyasn1/tests/codec/native/__init__.py | 1 +
.../pyasn1/tests/codec/native/__main__.py | 19 +
.../pyasn1/tests/codec/native/test_decoder.py | 125 +
.../pyasn1/tests/codec/native/test_encoder.py | 146 +
.../modules/pyasn1/tests/compat/__init__.py | 1 +
.../modules/pyasn1/tests/compat/__main__.py | 21 +
.../pyasn1/tests/compat/test_binary.py | 56 +
.../pyasn1/tests/compat/test_integer.py | 53 +
.../pyasn1/tests/compat/test_octets.py | 117 +
.../DeACSM/modules/pyasn1/tests/test_debug.py | 42 +
.../modules/pyasn1/tests/type/__init__.py | 1 +
.../modules/pyasn1/tests/type/__main__.py | 26 +
.../modules/pyasn1/tests/type/test_char.py | 175 +
.../pyasn1/tests/type/test_constraint.py | 425 +
.../pyasn1/tests/type/test_namedtype.py | 140 +
.../pyasn1/tests/type/test_namedval.py | 58 +
.../pyasn1/tests/type/test_opentype.py | 106 +
.../modules/pyasn1/tests/type/test_tag.py | 138 +
.../modules/pyasn1/tests/type/test_univ.py | 2208 +
.../modules/pyasn1/tests/type/test_useful.py | 143 +
.../plugins/DeACSM/modules/rsa/CHANGELOG.md | 235 +
.../plugins/DeACSM/modules/rsa/LICENSE | 13 +
.../plugins/DeACSM/modules/rsa/PKG-INFO | 72 +
.../plugins/DeACSM/modules/rsa/README.md | 43 +
.../plugins/DeACSM/modules/rsa/pyproject.toml | 57 +
.../DeACSM/modules/rsa/rsa/__init__.py | 60 +
.../rsa/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 1061 bytes
.../rsa/__pycache__/common.cpython-310.pyc | Bin 0 -> 4276 bytes
.../rsa/rsa/__pycache__/core.cpython-310.pyc | Bin 0 -> 1298 bytes
.../rsa/rsa/__pycache__/key.cpython-310.pyc | Bin 0 -> 25218 bytes
.../rsa/rsa/__pycache__/pem.cpython-310.pyc | Bin 0 -> 2864 bytes
.../rsa/rsa/__pycache__/pkcs1.cpython-310.pyc | Bin 0 -> 12500 bytes
.../rsa/rsa/__pycache__/prime.cpython-310.pyc | Bin 0 -> 3876 bytes
.../rsa/__pycache__/randnum.cpython-310.pyc | Bin 0 -> 1766 bytes
.../rsa/__pycache__/transform.cpython-310.pyc | Bin 0 -> 1853 bytes
.../plugins/DeACSM/modules/rsa/rsa/_compat.py | 48 +
.../plugins/DeACSM/modules/rsa/rsa/asn1.py | 52 +
.../plugins/DeACSM/modules/rsa/rsa/cli.py | 321 +
.../plugins/DeACSM/modules/rsa/rsa/common.py | 184 +
.../plugins/DeACSM/modules/rsa/rsa/core.py | 53 +
.../plugins/DeACSM/modules/rsa/rsa/key.py | 859 +
.../DeACSM/modules/rsa/rsa/parallel.py | 96 +
.../plugins/DeACSM/modules/rsa/rsa/pem.py | 134 +
.../plugins/DeACSM/modules/rsa/rsa/pkcs1.py | 484 +
.../DeACSM/modules/rsa/rsa/pkcs1_v2.py | 100 +
.../plugins/DeACSM/modules/rsa/rsa/prime.py | 198 +
.../plugins/DeACSM/modules/rsa/rsa/py.typed | 1 +
.../plugins/DeACSM/modules/rsa/rsa/randnum.py | 95 +
.../DeACSM/modules/rsa/rsa/transform.py | 72 +
.../plugins/DeACSM/modules/rsa/rsa/util.py | 97 +
.../plugins/DeACSM/modules/rsa/setup.py | 39 +
arch-config/.config/calibre/plugins/DeDRM.zip | Bin 0 -> 379780 bytes
.../DeDRM_Adobe Digital Editions Key_Help.htm | 60 +
.../calibre/plugins/DeDRM/help/DeDRM_Help.htm | 79 +
.../DeDRM_Kindle for Mac and PC Key_Help.htm | 59 +
.../plugins/DeDRM/libraryfiles/adobekey.py | 626 +
.../plugins/DeDRM/libraryfiles/kindlekey.py | 1087 +
.../DeDRM/libraryfiles/libalfcrypto32.so | Bin 0 -> 23859 bytes
.../DeDRM/libraryfiles/libalfcrypto64.so | Bin 0 -> 33417 bytes
.../plugins/DeDRM/libraryfiles/subasyncio.py | 148 +
.../.config/calibre/plugins/KFX Input.zip | Bin 0 -> 1177166 bytes
.../.config/calibre/plugins/Obok DeDRM.zip | Bin 0 -> 72046 bytes
.../.config/calibre/plugins/deacsm.json | 7 +
.../.config/calibre/plugins/dedrm.json | 43 +
.../resources/images/mimetypes/kfx.png | Bin 0 -> 22435 bytes
.../.config/calibre/tweak_book_gui.json | 153 +
.../.config/calibre/viewer-webengine.json | 188 +
...a819d97d50379e7319ca38c18b2c2cec41fed.json | 1 +
...e41b167e467c851160902fda74266e0ac2c83.json | 1 +
...0ce53d1b3194be2f484b9fad183a70289507f.json | 1 +
...278cdcaf07ed128d36792df38dd9b25353753.json | 1 +
...6201bff15e8b7fc989bfa88dee2d23dc2834a.json | 1 +
...c3d80be26c8c53c5c8b493349689193a5995c.json | 1 +
...472a6fdab7351a8c2de2d6542e662520591e2.json | 1 +
...46ad2a5af1676c6483a5904d30c37a24db518.json | 1 +
...977fe86bc2cea9c7a61a83fa696311e90a98f.json | 1 +
...919395c90c1c601070be213fde6bc9660c730.json | 1 +
...7cfe1700f4fd9f9c8d368ddc67a0099a7b79d.json | 1 +
...ab8f92f2c7b8b256c5ddd9061e44f2369a029.json | 1 +
...8a4ceef96cb27175e2faa27f16c55fe36ad96.json | 1 +
...eeecfeb37a55a60ff044e8cf6d45aab09b103.json | 1 +
...b6e58520078af55b4c85721bfec5aae562791.json | 1 +
...a38f889beab8d4bdf42e951ec01999da457fd.json | 1 +
...2670ed47f556d89dfd9fbd10c07e8f8ccc87d.json | 1 +
...872441f097be212f018278d9d0e1cc465e4ba.json | 1 +
...73baab35450648ca0edb4afe65587ef25c6cf.json | 1 +
545 files changed, 260130 insertions(+)
create mode 100644 arch-config/.config/calibre/conversion/azw3_output.py
create mode 100644 arch-config/.config/calibre/conversion/comic_input.py
create mode 100644 arch-config/.config/calibre/conversion/debug.py
create mode 100644 arch-config/.config/calibre/conversion/docx_input.py
create mode 100644 arch-config/.config/calibre/conversion/docx_output.py
create mode 100644 arch-config/.config/calibre/conversion/epub_output.py
create mode 100644 arch-config/.config/calibre/conversion/fb2_input.py
create mode 100644 arch-config/.config/calibre/conversion/fb2_output.py
create mode 100644 arch-config/.config/calibre/conversion/heuristics.py
create mode 100644 arch-config/.config/calibre/conversion/htmlz_output.py
create mode 100644 arch-config/.config/calibre/conversion/kfx_input.py
create mode 100644 arch-config/.config/calibre/conversion/look_and_feel.py
create mode 100644 arch-config/.config/calibre/conversion/lrf_output.py
create mode 100644 arch-config/.config/calibre/conversion/metadata.py
create mode 100644 arch-config/.config/calibre/conversion/mobi_output.py
create mode 100644 arch-config/.config/calibre/conversion/page_setup.py
create mode 100644 arch-config/.config/calibre/conversion/pdb_output.py
create mode 100644 arch-config/.config/calibre/conversion/pdf_input.py
create mode 100644 arch-config/.config/calibre/conversion/pdf_output.py
create mode 100644 arch-config/.config/calibre/conversion/pmlz_output.py
create mode 100644 arch-config/.config/calibre/conversion/rb_output.py
create mode 100644 arch-config/.config/calibre/conversion/rtf_input.py
create mode 100644 arch-config/.config/calibre/conversion/search_and_replace.py
create mode 100644 arch-config/.config/calibre/conversion/snb_output.py
create mode 100644 arch-config/.config/calibre/conversion/structure_detection.py
create mode 100644 arch-config/.config/calibre/conversion/toc.py
create mode 100644 arch-config/.config/calibre/conversion/txt_input.py
create mode 100644 arch-config/.config/calibre/conversion/txt_output.py
create mode 100644 arch-config/.config/calibre/conversion/txtz_output.py
create mode 100644 arch-config/.config/calibre/customize.py.json
create mode 100644 arch-config/.config/calibre/dynamic.pickle.json
create mode 100644 arch-config/.config/calibre/fonts/scanner_cache.json
create mode 100644 arch-config/.config/calibre/global.py.json
create mode 100644 arch-config/.config/calibre/gui.json
create mode 100644 arch-config/.config/calibre/gui.py.json
create mode 100644 arch-config/.config/calibre/metadata-sources-cache.json
create mode 100644 arch-config/.config/calibre/mtp_devices.json
create mode 100644 arch-config/.config/calibre/plugins/DeACSM.zip
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/account/activation.xml
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/account/device.xml
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/account/devicesalt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/.gitignore
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/LICENSE
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/_errors.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/_inet.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/_int.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/_iri.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/_ordereddict.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/_teletex_codec.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/_types.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/algos.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/cms.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/core.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/crl.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/csr.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/keys.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/ocsp.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/parser.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/pdf.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/pem.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/pkcs12.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/tsp.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/util.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/version.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/asn1crypto/x509.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/changelog.md
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/_import.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/_pep425.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/_task.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/build.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/ci-driver.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/ci.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/codecov.json
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/coverage.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/deps.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/lint.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/pyenv-install.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/python-install.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/release.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/tests.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/dev/version.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/readme.md
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/requires/ci
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/requires/coverage
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/requires/lint
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/requires/release
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/run.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/setup.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/asn1crypto/tox.ini
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/__about__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/exceptions.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/fernet.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/_oid.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/interfaces.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/aead.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/backend.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/ciphers.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/cmac.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/decode_asn1.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/dh.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/dsa.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/ec.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/ed25519.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/ed448.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/encode_asn1.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/hashes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/hmac.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/poly1305.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/rsa.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/utils.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/x25519.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/x448.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/backends/openssl/x509.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/bindings/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/bindings/_rust/__init__.pyi
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/bindings/_rust/asn1.pyi
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/bindings/_rust/ocsp.pyi
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/bindings/_rust/x509.pyi
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/bindings/openssl/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/bindings/openssl/_conditional.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/bindings/openssl/binding.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/_asymmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/_cipheralgorithm.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/_serialization.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/dh.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/dsa.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/ec.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/ed25519.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/ed448.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/padding.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/rsa.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/types.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/utils.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/x25519.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/asymmetric/x448.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/ciphers/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/ciphers/aead.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/ciphers/algorithms.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/ciphers/base.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/ciphers/modes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/cmac.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/constant_time.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/hashes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/hmac.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/kdf/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/kdf/concatkdf.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/kdf/hkdf.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/kdf/kbkdf.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/kdf/pbkdf2.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/kdf/scrypt.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/kdf/x963kdf.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/keywrap.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/padding.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/poly1305.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/serialization/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/serialization/base.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/serialization/pkcs12.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/serialization/pkcs7.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/serialization/ssh.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/twofactor/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/twofactor/hotp.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/hazmat/primitives/twofactor/totp.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/py.typed
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/utils.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/x509/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/x509/base.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/x509/certificate_transparency.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/x509/extensions.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/x509/general_name.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/x509/name.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/x509/ocsp.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/cryptography/cryptography/x509/oid.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/decrypt_win32.exe
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/decrypt_win64.exe
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/module_id.txt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/LICENSE
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/PKG-INFO
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/changelog.md
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto.egg-info/LICENSE
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto.egg-info/PKG-INFO
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto.egg-info/SOURCES.txt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto.egg-info/dependency_links.txt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto.egg-info/requires.txt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto.egg-info/top_level.txt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/_asn1.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/_asymmetric.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/_errors.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/_ffi.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/_rand.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/_types.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/asymmetric.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/errors.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/kdf.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/keys.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/symmetric.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/util.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/__pycache__/version.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asn1.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_cipher_suites.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_ecdsa.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_errors.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_ffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_int.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_linux_bsd/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_linux_bsd/trust_list.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_common_crypto.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_common_crypto_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_common_crypto_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_core_foundation.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_core_foundation_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_core_foundation_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_security.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_security_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/_security_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/asymmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/symmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/tls.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/trust_list.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/__pycache__/_libcrypto.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/__pycache__/_libcrypto_cffi.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/__pycache__/asymmetric.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/__pycache__/symmetric.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/__pycache__/util.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libssl.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libssl_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libssl_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/asymmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/symmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/tls.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/util.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_pkcs1.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_pkcs12.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_pkcs5.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_rand.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_tls.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_types.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_advapi32.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_advapi32_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_advapi32_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_cng.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_cng_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_cng_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_crypt32.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_crypt32_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_crypt32_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_decode.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_kernel32.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_kernel32_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_kernel32_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_secur32.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_secur32_cffi.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/_secur32_ctypes.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/asymmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/symmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/tls.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/trust_list.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_win/util.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/asymmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/errors.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/symmetric.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/tls.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/trust_list.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/version.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/readme.md
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/setup.cfg
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/oscrypto/setup.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/CHANGES.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/LICENSE.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/MANIFEST.in
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/PKG-INFO
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/README.md
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/TODO.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/Makefile
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/.static/logo.svg
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/changelog.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/conf.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/download.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/example-use-case.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/license.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/codec/ber/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/codec/cer/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/codec/der/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/codec/native/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/error/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/base/asn1type.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/base/constructedasn1type.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/base/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/base/novalue.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/base/simpleasn1type.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/bmpstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/generalstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/graphicstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/ia5string.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/iso646string.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/numericstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/printablestring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/t61string.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/teletexstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/universalstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/utf8string.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/videotexstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/char/visiblestring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/constraintsexclusion.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/constraintsintersection.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/constraintsunion.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/containedsubtype.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/permittedalphabet.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/singlevalue.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/valuerange.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/valuesize.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/constraint/withcomponents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/namedtype/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/namedtype/defaultednamedtype.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/namedtype/namedtype.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/namedtype/namedtypes.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/namedtype/optionalnamedtype.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/namedval/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/namedval/namedval.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/opentype/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/opentype/opentype.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/tag/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/tag/tag.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/tag/tagmap.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/tag/tagset.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/any.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/bitstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/boolean.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/choice.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/enumerated.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/integer.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/null.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/objectidentifier.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/octetstring.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/real.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/sequence.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/sequenceof.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/set.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/univ/setof.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/useful/contents.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/useful/generalizedtime.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/useful/objectdescriptor.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/source/pyasn1/type/useful/utctime.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/docs/tutorial.rst
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1.egg-info/PKG-INFO
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1.egg-info/SOURCES.txt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1.egg-info/dependency_links.txt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1.egg-info/top_level.txt
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1.egg-info/zip-safe
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/__pycache__/debug.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/__pycache__/error.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/ber/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/ber/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/ber/__pycache__/decoder.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/ber/__pycache__/eoo.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/ber/decoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/ber/encoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/ber/eoo.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/cer/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/cer/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/cer/__pycache__/decoder.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/cer/decoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/cer/encoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/der/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/der/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/der/__pycache__/decoder.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/der/decoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/der/encoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/native/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/native/decoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/codec/native/encoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/__pycache__/binary.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/__pycache__/calling.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/__pycache__/dateandtime.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/__pycache__/integer.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/__pycache__/octets.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/__pycache__/string.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/binary.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/calling.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/dateandtime.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/integer.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/octets.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/compat/string.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/debug.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/error.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/base.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/char.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/constraint.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/error.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/namedtype.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/namedval.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/tag.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/tagmap.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/univ.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/__pycache__/useful.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/base.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/char.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/constraint.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/error.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/namedtype.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/namedval.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/opentype.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/tag.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/tagmap.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/univ.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/pyasn1/type/useful.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/setup.cfg
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/setup.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/__main__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/base.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/__main__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/ber/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/ber/__main__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/ber/test_decoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/ber/test_encoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/cer/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/cer/__main__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/cer/test_decoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/cer/test_encoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/der/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/der/__main__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/der/test_decoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/der/test_encoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/native/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/native/__main__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/native/test_decoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/codec/native/test_encoder.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/compat/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/compat/__main__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/compat/test_binary.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/compat/test_integer.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/compat/test_octets.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/test_debug.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/__main__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/test_char.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/test_constraint.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/test_namedtype.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/test_namedval.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/test_opentype.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/test_tag.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/test_univ.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/pyasn1/tests/type/test_useful.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/CHANGELOG.md
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/LICENSE
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/PKG-INFO
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/README.md
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/pyproject.toml
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__init__.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/__init__.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/common.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/core.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/key.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/pem.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/pkcs1.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/prime.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/randnum.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/__pycache__/transform.cpython-310.pyc
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/_compat.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/asn1.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/cli.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/common.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/core.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/key.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/parallel.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/pem.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/pkcs1.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/pkcs1_v2.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/prime.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/py.typed
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/randnum.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/transform.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/rsa/util.py
create mode 100644 arch-config/.config/calibre/plugins/DeACSM/modules/rsa/setup.py
create mode 100644 arch-config/.config/calibre/plugins/DeDRM.zip
create mode 100644 arch-config/.config/calibre/plugins/DeDRM/help/DeDRM_Adobe Digital Editions Key_Help.htm
create mode 100644 arch-config/.config/calibre/plugins/DeDRM/help/DeDRM_Help.htm
create mode 100644 arch-config/.config/calibre/plugins/DeDRM/help/DeDRM_Kindle for Mac and PC Key_Help.htm
create mode 100644 arch-config/.config/calibre/plugins/DeDRM/libraryfiles/adobekey.py
create mode 100644 arch-config/.config/calibre/plugins/DeDRM/libraryfiles/kindlekey.py
create mode 100644 arch-config/.config/calibre/plugins/DeDRM/libraryfiles/libalfcrypto32.so
create mode 100644 arch-config/.config/calibre/plugins/DeDRM/libraryfiles/libalfcrypto64.so
create mode 100644 arch-config/.config/calibre/plugins/DeDRM/libraryfiles/subasyncio.py
create mode 100644 arch-config/.config/calibre/plugins/KFX Input.zip
create mode 100644 arch-config/.config/calibre/plugins/Obok DeDRM.zip
create mode 100644 arch-config/.config/calibre/plugins/deacsm.json
create mode 100644 arch-config/.config/calibre/plugins/dedrm.json
create mode 100644 arch-config/.config/calibre/resources/images/mimetypes/kfx.png
create mode 100644 arch-config/.config/calibre/tweak_book_gui.json
create mode 100644 arch-config/.config/calibre/viewer-webengine.json
create mode 100644 arch-config/.config/calibre/viewer/annots/1a3f45127d236f66728de58065fa819d97d50379e7319ca38c18b2c2cec41fed.json
create mode 100644 arch-config/.config/calibre/viewer/annots/323e3aebcccadd1251dc5c74cc3e41b167e467c851160902fda74266e0ac2c83.json
create mode 100644 arch-config/.config/calibre/viewer/annots/375dce2b6dd890702c707025d4c0ce53d1b3194be2f484b9fad183a70289507f.json
create mode 100644 arch-config/.config/calibre/viewer/annots/39551ab0625d16e5483f5b200ef278cdcaf07ed128d36792df38dd9b25353753.json
create mode 100644 arch-config/.config/calibre/viewer/annots/515ca70abfe74873f88b4f33ab46201bff15e8b7fc989bfa88dee2d23dc2834a.json
create mode 100644 arch-config/.config/calibre/viewer/annots/537a4a02fa3afa022b8258b27efc3d80be26c8c53c5c8b493349689193a5995c.json
create mode 100644 arch-config/.config/calibre/viewer/annots/5e6e196c7de66b99978f5076791472a6fdab7351a8c2de2d6542e662520591e2.json
create mode 100644 arch-config/.config/calibre/viewer/annots/62766be925c64650a5743737a9146ad2a5af1676c6483a5904d30c37a24db518.json
create mode 100644 arch-config/.config/calibre/viewer/annots/6277a9a5e76b3df3f1f6690d12a977fe86bc2cea9c7a61a83fa696311e90a98f.json
create mode 100644 arch-config/.config/calibre/viewer/annots/69344a19d0fa1e3356cd3b9c249919395c90c1c601070be213fde6bc9660c730.json
create mode 100644 arch-config/.config/calibre/viewer/annots/91ece147862b5dc7f4c8c7100b27cfe1700f4fd9f9c8d368ddc67a0099a7b79d.json
create mode 100644 arch-config/.config/calibre/viewer/annots/9eae537242b56d7f96f1c919938ab8f92f2c7b8b256c5ddd9061e44f2369a029.json
create mode 100644 arch-config/.config/calibre/viewer/annots/b1e555b5fdc24ec9fdae02f3d478a4ceef96cb27175e2faa27f16c55fe36ad96.json
create mode 100644 arch-config/.config/calibre/viewer/annots/ba4deddd25f6c1ff1f3609fe687eeecfeb37a55a60ff044e8cf6d45aab09b103.json
create mode 100644 arch-config/.config/calibre/viewer/annots/bb6ff6c545446b34489ec0b2563b6e58520078af55b4c85721bfec5aae562791.json
create mode 100644 arch-config/.config/calibre/viewer/annots/bd8eede3da68f1a90f0260abd50a38f889beab8d4bdf42e951ec01999da457fd.json
create mode 100644 arch-config/.config/calibre/viewer/annots/bdb9a7c1c41b9e0650416865db52670ed47f556d89dfd9fbd10c07e8f8ccc87d.json
create mode 100644 arch-config/.config/calibre/viewer/annots/f48170ca14b5b4468d26845abc2872441f097be212f018278d9d0e1cc465e4ba.json
create mode 100644 arch-config/.config/calibre/viewer/annots/fc73b570a3fdc5f1fe7ca9c889f73baab35450648ca0edb4afe65587ef25c6cf.json
diff --git a/arch-config/.config/calibre/conversion/azw3_output.py b/arch-config/.config/calibre/conversion/azw3_output.py
new file mode 100644
index 00000000..681a2974
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/azw3_output.py
@@ -0,0 +1,8 @@
+json:{
+ "prefer_author_sort": false,
+ "toc_title": null,
+ "mobi_toc_at_start": false,
+ "dont_compress": false,
+ "no_inline_toc": false,
+ "share_not_sync": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/comic_input.py b/arch-config/.config/calibre/conversion/comic_input.py
new file mode 100644
index 00000000..c3bde18c
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/comic_input.py
@@ -0,0 +1,17 @@
+json:{
+ "colors": 0,
+ "dont_normalize": false,
+ "keep_aspect_ratio": false,
+ "right2left": false,
+ "despeckle": false,
+ "no_sort": false,
+ "no_process": false,
+ "landscape": false,
+ "dont_sharpen": false,
+ "disable_trim": false,
+ "wide": false,
+ "output_format": "png",
+ "dont_grayscale": false,
+ "comic_image_size": null,
+ "dont_add_comic_pages_to_toc": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/debug.py b/arch-config/.config/calibre/conversion/debug.py
new file mode 100644
index 00000000..e69de29b
diff --git a/arch-config/.config/calibre/conversion/docx_input.py b/arch-config/.config/calibre/conversion/docx_input.py
new file mode 100644
index 00000000..ffa08773
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/docx_input.py
@@ -0,0 +1,5 @@
+json:{
+ "docx_no_cover": false,
+ "docx_no_pagebreaks_between_notes": false,
+ "docx_inline_subsup": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/docx_output.py b/arch-config/.config/calibre/conversion/docx_output.py
new file mode 100644
index 00000000..41c1d268
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/docx_output.py
@@ -0,0 +1,11 @@
+json:{
+ "docx_page_size": "letter",
+ "docx_custom_page_size": null,
+ "docx_no_cover": false,
+ "docx_no_toc": false,
+ "docx_page_margin_left": 72.0,
+ "docx_page_margin_top": 72.0,
+ "docx_page_margin_right": 72.0,
+ "docx_page_margin_bottom": 72.0,
+ "preserve_cover_aspect_ratio": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/epub_output.py b/arch-config/.config/calibre/conversion/epub_output.py
new file mode 100644
index 00000000..cce8e2cf
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/epub_output.py
@@ -0,0 +1,12 @@
+json:{
+ "dont_split_on_page_breaks": false,
+ "flow_size": 0,
+ "no_default_epub_cover": false,
+ "no_svg_cover": false,
+ "epub_inline_toc": false,
+ "epub_toc_at_end": false,
+ "toc_title": null,
+ "preserve_cover_aspect_ratio": false,
+ "epub_flatten": false,
+ "epub_version": "3"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/fb2_input.py b/arch-config/.config/calibre/conversion/fb2_input.py
new file mode 100644
index 00000000..8d80593c
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/fb2_input.py
@@ -0,0 +1,3 @@
+json:{
+ "no_inline_fb2_toc": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/fb2_output.py b/arch-config/.config/calibre/conversion/fb2_output.py
new file mode 100644
index 00000000..c5559969
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/fb2_output.py
@@ -0,0 +1,4 @@
+json:{
+ "sectionize": "files",
+ "fb2_genre": "antique"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/heuristics.py b/arch-config/.config/calibre/conversion/heuristics.py
new file mode 100644
index 00000000..d5bd50c4
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/heuristics.py
@@ -0,0 +1,13 @@
+json:{
+ "enable_heuristics": false,
+ "markup_chapter_headings": true,
+ "italicize_common_cases": true,
+ "fix_indents": true,
+ "html_unwrap_factor": 0.4,
+ "unwrap_lines": true,
+ "delete_blank_paragraphs": true,
+ "format_scene_breaks": true,
+ "replace_scene_breaks": "",
+ "dehyphenate": true,
+ "renumber_headings": true
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/htmlz_output.py b/arch-config/.config/calibre/conversion/htmlz_output.py
new file mode 100644
index 00000000..a756f397
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/htmlz_output.py
@@ -0,0 +1,5 @@
+json:{
+ "htmlz_css_type": "class",
+ "htmlz_class_style": "external",
+ "htmlz_title_filename": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/kfx_input.py b/arch-config/.config/calibre/conversion/kfx_input.py
new file mode 100644
index 00000000..69e74354
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/kfx_input.py
@@ -0,0 +1,3 @@
+json:{
+ "allow_conversion_with_errors": true
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/look_and_feel.py b/arch-config/.config/calibre/conversion/look_and_feel.py
new file mode 100644
index 00000000..eaecbe36
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/look_and_feel.py
@@ -0,0 +1,26 @@
+json:{
+ "change_justification": "original",
+ "extra_css": null,
+ "base_font_size": 0.0,
+ "font_size_mapping": null,
+ "line_height": 0.0,
+ "minimum_line_height": 120.0,
+ "embed_font_family": null,
+ "embed_all_fonts": false,
+ "subset_embedded_fonts": false,
+ "smarten_punctuation": false,
+ "unsmarten_punctuation": false,
+ "disable_font_rescaling": false,
+ "insert_blank_line": false,
+ "remove_paragraph_spacing": false,
+ "remove_paragraph_spacing_indent_size": 1.5,
+ "insert_blank_line_size": 0.5,
+ "input_encoding": null,
+ "filter_css": "",
+ "expand_css": false,
+ "asciiize": false,
+ "keep_ligatures": false,
+ "linearize_tables": false,
+ "transform_css_rules": "[]",
+ "transform_html_rules": "[]"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/lrf_output.py b/arch-config/.config/calibre/conversion/lrf_output.py
new file mode 100644
index 00000000..10bd26df
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/lrf_output.py
@@ -0,0 +1,13 @@
+json:{
+ "wordspace": 2.5,
+ "header": false,
+ "header_format": "%t by %a",
+ "minimum_indent": 0.0,
+ "serif_family": null,
+ "render_tables_as_images": false,
+ "sans_family": null,
+ "mono_family": null,
+ "text_size_multiplier_for_rendered_tables": 1.0,
+ "autorotation": false,
+ "header_separation": 0.0
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/metadata.py b/arch-config/.config/calibre/conversion/metadata.py
new file mode 100644
index 00000000..e69de29b
diff --git a/arch-config/.config/calibre/conversion/mobi_output.py b/arch-config/.config/calibre/conversion/mobi_output.py
new file mode 100644
index 00000000..f9c99dcb
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/mobi_output.py
@@ -0,0 +1,12 @@
+json:{
+ "prefer_author_sort": false,
+ "toc_title": null,
+ "mobi_keep_original_images": false,
+ "mobi_ignore_margins": false,
+ "mobi_toc_at_start": false,
+ "dont_compress": false,
+ "no_inline_toc": false,
+ "share_not_sync": false,
+ "personal_doc": "[PDOC]",
+ "mobi_file_type": "old"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/page_setup.py b/arch-config/.config/calibre/conversion/page_setup.py
new file mode 100644
index 00000000..d4b5cfa0
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/page_setup.py
@@ -0,0 +1,8 @@
+json:{
+ "margin_top": 5.0,
+ "margin_left": 5.0,
+ "margin_right": 5.0,
+ "margin_bottom": 5.0,
+ "input_profile": "default",
+ "output_profile": "tablet"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/pdb_output.py b/arch-config/.config/calibre/conversion/pdb_output.py
new file mode 100644
index 00000000..2a92babe
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/pdb_output.py
@@ -0,0 +1,5 @@
+json:{
+ "format": "doc",
+ "inline_toc": false,
+ "pdb_output_encoding": "cp1252"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/pdf_input.py b/arch-config/.config/calibre/conversion/pdf_input.py
new file mode 100644
index 00000000..f2a2b156
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/pdf_input.py
@@ -0,0 +1,4 @@
+json:{
+ "no_images": false,
+ "unwrap_factor": 0.45
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/pdf_output.py b/arch-config/.config/calibre/conversion/pdf_output.py
new file mode 100644
index 00000000..b84c5206
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/pdf_output.py
@@ -0,0 +1,26 @@
+json:{
+ "use_profile_size": false,
+ "paper_size": "letter",
+ "custom_size": null,
+ "pdf_hyphenate": false,
+ "preserve_cover_aspect_ratio": false,
+ "pdf_serif_family": "Nimbus Roman",
+ "unit": "inch",
+ "pdf_sans_family": "Nimbus Sans [UKWN]",
+ "pdf_mono_family": "Nimbus Mono PS",
+ "pdf_standard_font": "serif",
+ "pdf_default_font_size": 20,
+ "pdf_mono_font_size": 16,
+ "pdf_page_numbers": false,
+ "pdf_footer_template": null,
+ "pdf_header_template": null,
+ "pdf_add_toc": false,
+ "toc_title": null,
+ "pdf_page_margin_left": 72.0,
+ "pdf_page_margin_top": 72.0,
+ "pdf_page_margin_right": 72.0,
+ "pdf_page_margin_bottom": 72.0,
+ "pdf_use_document_margins": false,
+ "pdf_page_number_map": null,
+ "pdf_odd_even_offset": 0.0
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/pmlz_output.py b/arch-config/.config/calibre/conversion/pmlz_output.py
new file mode 100644
index 00000000..30cf9fe3
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/pmlz_output.py
@@ -0,0 +1,5 @@
+json:{
+ "inline_toc": false,
+ "full_image_depth": false,
+ "pml_output_encoding": "cp1252"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/rb_output.py b/arch-config/.config/calibre/conversion/rb_output.py
new file mode 100644
index 00000000..b2597a89
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/rb_output.py
@@ -0,0 +1,3 @@
+json:{
+ "inline_toc": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/rtf_input.py b/arch-config/.config/calibre/conversion/rtf_input.py
new file mode 100644
index 00000000..b1f4b9a7
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/rtf_input.py
@@ -0,0 +1,3 @@
+json:{
+ "ignore_wmf": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/search_and_replace.py b/arch-config/.config/calibre/conversion/search_and_replace.py
new file mode 100644
index 00000000..374755cc
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/search_and_replace.py
@@ -0,0 +1,9 @@
+json:{
+ "search_replace": "[]",
+ "sr1_search": null,
+ "sr1_replace": null,
+ "sr2_search": null,
+ "sr2_replace": null,
+ "sr3_search": null,
+ "sr3_replace": null
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/snb_output.py b/arch-config/.config/calibre/conversion/snb_output.py
new file mode 100644
index 00000000..febf1fdb
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/snb_output.py
@@ -0,0 +1,6 @@
+json:{
+ "snb_insert_empty_line": false,
+ "snb_dont_indent_first_line": false,
+ "snb_hide_chapter_name": false,
+ "snb_full_screen": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/structure_detection.py b/arch-config/.config/calibre/conversion/structure_detection.py
new file mode 100644
index 00000000..ecd37117
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/structure_detection.py
@@ -0,0 +1,9 @@
+json:{
+ "chapter": "//*[((name()='h1' or name()='h2') and re:test(., '\\s*((chapter|book|section|part)\\s+)|((prolog|prologue|epilogue)(\\s+|$))', 'i')) or @class = 'chapter']",
+ "chapter_mark": "pagebreak",
+ "start_reading_at": null,
+ "remove_first_image": false,
+ "remove_fake_margins": true,
+ "insert_metadata": false,
+ "page_breaks_before": "//*[name()='h1' or name()='h2']"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/toc.py b/arch-config/.config/calibre/conversion/toc.py
new file mode 100644
index 00000000..fbfd23c3
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/toc.py
@@ -0,0 +1,11 @@
+json:{
+ "level1_toc": null,
+ "level2_toc": null,
+ "level3_toc": null,
+ "toc_threshold": 6,
+ "max_toc_links": 50,
+ "no_chapters_in_toc": false,
+ "use_auto_toc": false,
+ "toc_filter": null,
+ "duplicate_links_in_toc": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/txt_input.py b/arch-config/.config/calibre/conversion/txt_input.py
new file mode 100644
index 00000000..663b335e
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/txt_input.py
@@ -0,0 +1,7 @@
+json:{
+ "paragraph_type": "auto",
+ "formatting_type": "auto",
+ "markdown_extensions": "footnotes, tables, toc",
+ "preserve_spaces": false,
+ "txt_in_remove_indents": false
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/txt_output.py b/arch-config/.config/calibre/conversion/txt_output.py
new file mode 100644
index 00000000..18db2d8e
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/txt_output.py
@@ -0,0 +1,11 @@
+json:{
+ "newline": "system",
+ "max_line_length": 0,
+ "force_max_line_length": false,
+ "inline_toc": false,
+ "txt_output_formatting": "plain",
+ "keep_links": false,
+ "keep_image_references": false,
+ "keep_color": false,
+ "txt_output_encoding": "utf-8"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/conversion/txtz_output.py b/arch-config/.config/calibre/conversion/txtz_output.py
new file mode 100644
index 00000000..18db2d8e
--- /dev/null
+++ b/arch-config/.config/calibre/conversion/txtz_output.py
@@ -0,0 +1,11 @@
+json:{
+ "newline": "system",
+ "max_line_length": 0,
+ "force_max_line_length": false,
+ "inline_toc": false,
+ "txt_output_formatting": "plain",
+ "keep_links": false,
+ "keep_image_references": false,
+ "keep_color": false,
+ "txt_output_encoding": "utf-8"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/customize.py.json b/arch-config/.config/calibre/customize.py.json
new file mode 100644
index 00000000..a8f07670
--- /dev/null
+++ b/arch-config/.config/calibre/customize.py.json
@@ -0,0 +1,20 @@
+{
+ "disabled_plugins": {
+ "__class__": "set",
+ "__value__": []
+ },
+ "enabled_plugins": {
+ "__class__": "set",
+ "__value__": [
+ "DeDRM"
+ ]
+ },
+ "filetype_mapping": {},
+ "plugin_customization": {},
+ "plugins": {
+ "DeACSM": "/home/marc/.config/calibre/plugins/DeACSM.zip",
+ "DeDRM": "/home/marc/.config/calibre/plugins/DeDRM.zip",
+ "KFX Input": "/home/marc/.config/calibre/plugins/KFX Input.zip",
+ "Obok DeDRM": "/home/marc/.config/calibre/plugins/Obok DeDRM.zip"
+ }
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/dynamic.pickle.json b/arch-config/.config/calibre/dynamic.pickle.json
new file mode 100644
index 00000000..c2005d04
--- /dev/null
+++ b/arch-config/.config/calibre/dynamic.pickle.json
@@ -0,0 +1,42 @@
+{
+ "DeDRMexport_Kindle_for_Mac_and_PC_Key_keys": "/home/marc/Downloads/default_key.k4i",
+ "DeDRMimport_Adobe_Digital_Editions_Key_keys": "/home/marc/Nextcloud/backups",
+ "Export ADE activation files": "/home/marc/Nextcloud/backups/adobe_account_backup_uuid_2d6cfbec-33fd-43ca-bcf9-e8b281114a17.zip",
+ "Export ADE keys": "/home/marc/Nextcloud/backups/adobe_uuid_2d6cfbec-33fd-43ca-bcf9-e8b281114a17.der",
+ "add a plugin dialog": "/home/marc/Downloads",
+ "add books dialog dir": "/home/marc/Downloads",
+ "add books dialog dir-last-used-filter-spec-all-files": false,
+ "database location dialog": "/home/marc/Nextcloud/Books",
+ "library_delete_books_again": false,
+ "notified-version-updates": {
+ "__class__": "set",
+ "__value__": [
+ "5.25",
+ "6.0",
+ "5.28",
+ "5.24"
+ ]
+ },
+ "recursive book import root dir dialog": "/home/marc/Nextcloud/Books/Unterhaltung",
+ "save to disk dialog": "/home/marc/Downloads",
+ "sort_history": [
+ [
+ "title",
+ true
+ ],
+ [
+ "series",
+ true
+ ],
+ [
+ "title",
+ true
+ ],
+ [
+ "timestamp",
+ false
+ ]
+ ],
+ "welcome_wizard_device": "default",
+ "welcome_wizard_was_run": true
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/fonts/scanner_cache.json b/arch-config/.config/calibre/fonts/scanner_cache.json
new file mode 100644
index 00000000..23056000
--- /dev/null
+++ b/arch-config/.config/calibre/fonts/scanner_cache.json
@@ -0,0 +1,159485 @@
+{
+ "fonts": {
+ "/home/marc/.local/share/fonts/Unknown Vendor/TrueType/Iosevka/Iosevka_Regular.ttf||261036:1606154803.798966": {
+ "family_name": "Iosevka",
+ "font-family": "Iosevka",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/home/marc/.local/share/fonts/Unknown Vendor/TrueType/Iosevka/Iosevka_Regular.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/home/marc/.local/share/fonts/Unknown Vendor/TrueType/icomoon-feather/icomoon_feather_Regular.ttf||65208:1606154803.797966": {
+ "family_name": "icomoon-feather",
+ "font-family": "icomoon-feather",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "icomoon-feather",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/home/marc/.local/share/fonts/Unknown Vendor/TrueType/icomoon-feather/icomoon_feather_Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/home/marc/.local/share/fonts/all-the-icons.ttf||44732:1649690147.9776103": {
+ "family_name": "all-the-icons",
+ "font-family": "all-the-icons",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "all-the-icons",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/home/marc/.local/share/fonts/all-the-icons.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/home/marc/.local/share/fonts/file-icons.ttf||489672:1649690147.8116393": {
+ "family_name": "file-icons",
+ "font-family": "file-icons",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "file-icons",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/home/marc/.local/share/fonts/file-icons.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/home/marc/.local/share/fonts/fontawesome.ttf||152796:1649690147.5606835": {
+ "family_name": "FontAwesome",
+ "font-family": "FontAwesome",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "FontAwesome Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/home/marc/.local/share/fonts/fontawesome.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/home/marc/.local/share/fonts/material-design-icons.ttf||128180:1649690147.0187786": {
+ "family_name": "Material Icons",
+ "font-family": "Material Icons",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Material Icons",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/home/marc/.local/share/fonts/material-design-icons.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/home/marc/.local/share/fonts/octicons.ttf||52544:1649690147.364718": {
+ "family_name": "github-octicons",
+ "font-family": "github-octicons",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "github-octicons",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/home/marc/.local/share/fonts/octicons.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/home/marc/.local/share/fonts/weathericons.ttf||99564:1649690147.1897485": {
+ "family_name": "Weather Icons",
+ "font-family": "Weather Icons",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Weather Icons Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/home/marc/.local/share/fonts/weathericons.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationMono-Bold.ttf||307996:1633027421.0": {
+ "family_name": "Liberation Mono",
+ "font-family": "Liberation Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Mono Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationMono-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf||284068:1633027421.0": {
+ "family_name": "Liberation Mono",
+ "font-family": "Liberation Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Mono Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationMono-Italic.ttf||281536:1633027421.0": {
+ "family_name": "Liberation Mono",
+ "font-family": "Liberation Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Mono Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationMono-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationMono-Regular.ttf||319508:1633027421.0": {
+ "family_name": "Liberation Mono",
+ "font-family": "Liberation Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationMono-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationSans-Bold.ttf||414456:1633027421.0": {
+ "family_name": "Liberation Sans",
+ "font-family": "Liberation Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Sans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationSans-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationSans-BoldItalic.ttf||408996:1633027421.0": {
+ "family_name": "Liberation Sans",
+ "font-family": "Liberation Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Sans Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationSans-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationSans-Italic.ttf||415816:1633027421.0": {
+ "family_name": "Liberation Sans",
+ "font-family": "Liberation Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Sans Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationSans-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationSans-Regular.ttf||410712:1633027421.0": {
+ "family_name": "Liberation Sans",
+ "font-family": "Liberation Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Sans",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationSans-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationSerif-Bold.ttf||370096:1633027421.0": {
+ "family_name": "Liberation Serif",
+ "font-family": "Liberation Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Serif Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 7,
+ 5,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationSerif-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationSerif-BoldItalic.ttf||376772:1633027421.0": {
+ "family_name": "Liberation Serif",
+ "font-family": "Liberation Serif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Serif Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 3,
+ 6,
+ 5,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationSerif-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationSerif-Italic.ttf||375632:1633027421.0": {
+ "family_name": "Liberation Serif",
+ "font-family": "Liberation Serif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Serif Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 3,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationSerif-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/calibre/fonts/liberation/LiberationSerif-Regular.ttf||393576:1633027421.0": {
+ "family_name": "Liberation Serif",
+ "font-family": "Liberation Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Serif",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/calibre/fonts/liberation/LiberationSerif-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/Distortion Dos Digital.otf||18572:1625256442.0": {
+ "family_name": "Distortion Dos Digital",
+ "font-family": "Distortion Dos Digital",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Distortion Dos Digital",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/Distortion Dos Digital.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/GohaTibebZemen.otf||334284:1598123828.0": {
+ "family_name": "Goha-Tibeb Zemen",
+ "font-family": "Goha-Tibeb Zemen",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Goha-Tibeb Zemen",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/GohaTibebZemen.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/PowerlineSymbols.otf||2264:1638492676.0": {
+ "family_name": "PowerlineSymbols",
+ "font-family": "PowerlineSymbols",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "PowerlineSymbols",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/PowerlineSymbols.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMAdiabene.otf||280464:1598123828.0": {
+ "family_name": "East Syriac Adiabene",
+ "font-family": "East Syriac Adiabene",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "East Syriac Adiabene",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMAdiabene.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMAntioch.otf||106024:1598123828.0": {
+ "family_name": "Estrangelo Antioch",
+ "font-family": "Estrangelo Antioch",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Estrangelo Antioch",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMAntioch.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMBatnan.otf||289840:1598123828.0": {
+ "family_name": "Serto Batnan",
+ "font-family": "Serto Batnan",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Serto Batnan",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMBatnan.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMBatnanBold.otf||308212:1598123828.0": {
+ "family_name": "Serto Batnan",
+ "font-family": "Serto Batnan",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 12,
+ "full_name": "Serto Batnan Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMBatnanBold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMCtesiphon.otf||102104:1598123828.0": {
+ "family_name": "East Syriac Ctesiphon",
+ "font-family": "East Syriac Ctesiphon",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "East Syriac Ctesiphon",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMCtesiphon.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMEdessa.otf||79668:1598123828.0": {
+ "family_name": "Estrangelo Edessa",
+ "font-family": "Estrangelo Edessa",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Estrangelo Edessa",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 3,
+ 8,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMEdessa.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMJerusalem.otf||294696:1598123828.0": {
+ "family_name": "Serto Jerusalem",
+ "font-family": "Serto Jerusalem",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Serto Jerusalem",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMJerusalem.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMJerusalemBold.otf||289584:1598123828.0": {
+ "family_name": "Serto Jerusalem",
+ "font-family": "Serto Jerusalem",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 12,
+ "full_name": "Serto Jerusalem Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMJerusalemBold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMJerusalemItalic.otf||309024:1598123828.0": {
+ "family_name": "Serto Jerusalem",
+ "font-family": "Serto Jerusalem",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Serto Jerusalem Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMJerusalemItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMJerusalemOutline.otf||702612:1598123828.0": {
+ "family_name": "Serto Jerusalem Outline",
+ "font-family": "Serto Jerusalem Outline",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Serto Jerusalem Outline",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMJerusalemOutline.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMKharput.otf||309916:1598123828.0": {
+ "family_name": "Serto Kharput",
+ "font-family": "Serto Kharput",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Serto Kharput",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMKharput.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMMalankara.otf||317316:1598123828.0": {
+ "family_name": "Serto Malankara",
+ "font-family": "Serto Malankara",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Serto Malankara",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMMalankara.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMMardin.otf||290896:1598123828.0": {
+ "family_name": "Serto Mardin",
+ "font-family": "Serto Mardin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Serto Mardin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMMardin.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMMardinBold.otf||289728:1598123828.0": {
+ "family_name": "Serto Mardin",
+ "font-family": "Serto Mardin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 12,
+ "full_name": "Serto Mardin Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMMardinBold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMMidyat.otf||103020:1598123828.0": {
+ "family_name": "Estrangelo Midyat",
+ "font-family": "Estrangelo Midyat",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Estrangelo Midyat",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMMidyat.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMNisibin.otf||105408:1598123828.0": {
+ "family_name": "Estrangelo Nisibin",
+ "font-family": "Estrangelo Nisibin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Estrangelo Nisibin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMNisibin.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMNisibinOutline.otf||642460:1598123828.0": {
+ "family_name": "Estrangelo Nisibin Outline",
+ "font-family": "Estrangelo Nisibin Outline",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Estrangelo Nisibin Outline",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMNisibinOutline.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMQenNeshrin.otf||104056:1598123828.0": {
+ "family_name": "Estrangelo Quenneshrin",
+ "font-family": "Estrangelo Quenneshrin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Estrangelo Quenneshrin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMQenNeshrin.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMTalada.otf||102496:1598123828.0": {
+ "family_name": "Estrangelo Talada",
+ "font-family": "Estrangelo Talada",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Estrangelo Talada",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMTalada.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMTurAbdin.otf||153512:1598123828.0": {
+ "family_name": "Estrangelo TurAbdin",
+ "font-family": "Estrangelo TurAbdin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Estrangelo TurAbdin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMTurAbdin.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMUrhoy.otf||294288:1598123828.0": {
+ "family_name": "Serto Urhoy",
+ "font-family": "Serto Urhoy",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "Serto Urhoy",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMUrhoy.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/OTF/SyrCOMUrhoyBold.otf||294304:1598123828.0": {
+ "family_name": "Serto Urhoy",
+ "font-family": "Serto Urhoy",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 12,
+ "full_name": "Serto Urhoy Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/OTF/SyrCOMUrhoyBold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/1942.ttf||52168:1625256442.0": {
+ "family_name": "1942 report",
+ "font-family": "1942 report",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "1942 report",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/1942.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "1942 report",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Aliquam.ttf||78384:1625256442.0": {
+ "family_name": "Aliquam",
+ "font-family": "Aliquam",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 4,
+ "full_name": "Aliquam UltraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 6,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Aliquam.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "UltraLight",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Aliquamulti.ttf||45784:1625256442.0": {
+ "family_name": "Aliquam",
+ "font-family": "Aliquam",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 4,
+ "full_name": "Aliquam Ultralight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 6,
+ 0,
+ 0,
+ 0,
+ 9,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Aliquamulti.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Ultralight Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/AndaleMo.TTF||105468:1599643855.0": {
+ "family_name": "Andale Mono",
+ "font-family": "Andale Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Andale Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/AndaleMo.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/AriBlk.TTF||117028:1599643855.0": {
+ "family_name": "Arial Black",
+ "font-family": "Arial Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Arial Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 4,
+ 2,
+ 1,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/AriBlk.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Arial.TTF||275572:1599643855.0": {
+ "family_name": "Arial",
+ "font-family": "Arial",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Arial",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Arial.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Arialbd.TTF||286620:1599643855.0": {
+ "family_name": "Arial",
+ "font-family": "Arial",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Arial Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Arialbd.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Arialbi.TTF||224692:1599643855.0": {
+ "family_name": "Arial",
+ "font-family": "Arial",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Arial Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Arialbi.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Ariali.TTF||206132:1599643855.0": {
+ "family_name": "Arial",
+ "font-family": "Arial",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Arial Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Ariali.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Bootcamp-Regular.ttf||14108:1625256442.0": {
+ "family_name": "Bootcamp",
+ "font-family": "Bootcamp",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Bootcamp",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Bootcamp-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Comic.TTF||126364:1599643855.0": {
+ "family_name": "Comic Sans MS",
+ "font-family": "Comic Sans MS",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Comic Sans MS",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 3,
+ 15,
+ 7,
+ 2,
+ 3,
+ 3,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Comic.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Comicbd.TTF||111476:1599643855.0": {
+ "family_name": "Comic Sans MS",
+ "font-family": "Comic Sans MS",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Comic Sans MS Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 3,
+ 15,
+ 9,
+ 2,
+ 3,
+ 3,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Comicbd.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuMathTeXGyre.ttf||577604:1616951817.0": {
+ "family_name": "DejaVu Math TeX Gyre",
+ "font-family": "DejaVu Math TeX Gyre",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "DejaVuMathTeXGyre-Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuMathTeXGyre.ttf",
+ "preferred_family_name": "DejaVu Math TeX Gyre",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSans-Bold.ttf||705684:1616951817.0": {
+ "family_name": "DejaVu Sans",
+ "font-family": "DejaVu Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSans-Bold.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf||643288:1616951817.0": {
+ "family_name": "DejaVu Sans",
+ "font-family": "DejaVu Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Bold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSans-BoldOblique.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "Bold Oblique",
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSans-ExtraLight.ttf||356760:1616951817.0": {
+ "family_name": "DejaVu Sans Light",
+ "font-family": "DejaVu Sans Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSans-ExtraLight.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "ExtraLight",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSans-Oblique.ttf||635412:1616951817.0": {
+ "family_name": "DejaVu Sans",
+ "font-family": "DejaVu Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSans-Oblique.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "Oblique",
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSans.ttf||757076:1616951817.0": {
+ "family_name": "DejaVu Sans",
+ "font-family": "DejaVu Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSans.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "Book",
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSansCondensed-Bold.ttf||703880:1616951817.0": {
+ "family_name": "DejaVu Sans Condensed",
+ "font-family": "DejaVu Sans Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSansCondensed-Bold.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSansCondensed-BoldOblique.ttf||641696:1616951817.0": {
+ "family_name": "DejaVu Sans Condensed",
+ "font-family": "DejaVu Sans Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Condensed Bold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSansCondensed-BoldOblique.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "Condensed Bold Oblique",
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSansCondensed-Oblique.ttf||633824:1616951817.0": {
+ "family_name": "DejaVu Sans Condensed",
+ "font-family": "DejaVu Sans Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Condensed Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSansCondensed-Oblique.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "Condensed Oblique",
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSansCondensed.ttf||755124:1616951817.0": {
+ "family_name": "DejaVu Sans Condensed",
+ "font-family": "DejaVu Sans Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSansCondensed.ttf",
+ "preferred_family_name": "DejaVu Sans",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSansMono-Bold.ttf||331992:1616951817.0": {
+ "family_name": "DejaVu Sans Mono",
+ "font-family": "DejaVu Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSansMono-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSansMono-BoldOblique.ttf||253580:1616951817.0": {
+ "family_name": "DejaVu Sans Mono",
+ "font-family": "DejaVu Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Bold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSansMono-BoldOblique.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSansMono-Oblique.ttf||251932:1616951817.0": {
+ "family_name": "DejaVu Sans Mono",
+ "font-family": "DejaVu Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSansMono-Oblique.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSansMono.ttf||340712:1616951817.0": {
+ "family_name": "DejaVu Sans Mono",
+ "font-family": "DejaVu Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSansMono.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSerif-Bold.ttf||356088:1616951817.0": {
+ "family_name": "DejaVu Serif",
+ "font-family": "DejaVu Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Serif Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 8,
+ 3,
+ 5,
+ 6,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSerif-Bold.ttf",
+ "preferred_family_name": "DejaVu Serif",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSerif-BoldItalic.ttf||358820:1616951817.0": {
+ "family_name": "DejaVu Serif",
+ "font-family": "DejaVu Serif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Serif Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 8,
+ 3,
+ 5,
+ 3,
+ 5,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSerif-BoldItalic.ttf",
+ "preferred_family_name": "DejaVu Serif",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSerif-Italic.ttf||359000:1616951817.0": {
+ "family_name": "DejaVu Serif",
+ "font-family": "DejaVu Serif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Serif Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 3,
+ 5,
+ 3,
+ 5,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSerif-Italic.ttf",
+ "preferred_family_name": "DejaVu Serif",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSerif.ttf||380132:1616951817.0": {
+ "family_name": "DejaVu Serif",
+ "font-family": "DejaVu Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Serif",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 3,
+ 5,
+ 6,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSerif.ttf",
+ "preferred_family_name": "DejaVu Serif",
+ "preferred_subfamily_name": "Book",
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSerifCondensed-Bold.ttf||355220:1616951817.0": {
+ "family_name": "DejaVu Serif Condensed",
+ "font-family": "DejaVu Serif Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Serif Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 8,
+ 6,
+ 5,
+ 6,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSerifCondensed-Bold.ttf",
+ "preferred_family_name": "DejaVu Serif",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSerifCondensed-BoldItalic.ttf||357888:1616951817.0": {
+ "family_name": "DejaVu Serif Condensed",
+ "font-family": "DejaVu Serif Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Serif Condensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 8,
+ 6,
+ 5,
+ 3,
+ 5,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSerifCondensed-BoldItalic.ttf",
+ "preferred_family_name": "DejaVu Serif",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSerifCondensed-Italic.ttf||358324:1616951817.0": {
+ "family_name": "DejaVu Serif Condensed",
+ "font-family": "DejaVu Serif Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Serif Condensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 3,
+ 5,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSerifCondensed-Italic.ttf",
+ "preferred_family_name": "DejaVu Serif",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/DejaVuSerifCondensed.ttf||379296:1616951817.0": {
+ "family_name": "DejaVu Serif Condensed",
+ "font-family": "DejaVu Serif Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Serif Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 6,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/DejaVuSerifCondensed.ttf",
+ "preferred_family_name": "DejaVu Serif",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Delicious Adventures.ttf||41188:1625256442.0": {
+ "family_name": "Delicious Adventures",
+ "font-family": "Delicious Adventures",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Delicious Adventures",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Delicious Adventures.ttf",
+ "preferred_family_name": "Delicious Adventures",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Digital_Readout_Thick_Upright.ttf||27492:1625256442.0": {
+ "family_name": "Digital Readout Thick Upright",
+ "font-family": "Digital Readout Thick Upright",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 2,
+ "full_name": "Digital Readout Thick Upright",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Digital_Readout_Thick_Upright.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraCode-Bold.ttf||319368:1650723952.0": {
+ "family_name": "Fira Code",
+ "font-family": "Fira Code",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Code Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/FiraCode-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraCode-Light.ttf||288380:1650723952.0": {
+ "family_name": "Fira Code Light",
+ "font-family": "Fira Code Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Code Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/FiraCode-Light.ttf",
+ "preferred_family_name": "Fira Code",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraCode-Medium.ttf||283684:1650723952.0": {
+ "family_name": "Fira Code Medium",
+ "font-family": "Fira Code Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Code Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/FiraCode-Medium.ttf",
+ "preferred_family_name": "Fira Code",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraCode-Regular.ttf||289624:1650723952.0": {
+ "family_name": "Fira Code",
+ "font-family": "Fira Code",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Code Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/FiraCode-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraCode-Retina.ttf||285428:1650723952.0": {
+ "family_name": "Fira Code Retina",
+ "font-family": "Fira Code Retina",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Fira Code Retina",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/FiraCode-Retina.ttf",
+ "preferred_family_name": "Fira Code",
+ "preferred_subfamily_name": "Retina",
+ "subfamily_name": "Regular",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraCode-SemiBold.ttf||304248:1650723952.0": {
+ "family_name": "Fira Code SemiBold",
+ "font-family": "Fira Code SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Fira Code SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/FiraCode-SemiBold.ttf",
+ "preferred_family_name": "Fira Code",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Bold.ttf||521312:1593159386.0": {
+ "family_name": "Fira Sans",
+ "font-family": "Fira Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Sans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-BoldItalic.ttf||525912:1593159386.0": {
+ "family_name": "Fira Sans",
+ "font-family": "Fira Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Sans Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Book.ttf||487632:1593159386.0": {
+ "family_name": "Fira Sans Book",
+ "font-family": "Fira Sans Book",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Fira Sans Book",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Book.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Book",
+ "subfamily_name": "Regular",
+ "weight": 350,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-BookItalic.ttf||492648:1593159386.0": {
+ "family_name": "Fira Sans Book",
+ "font-family": "Fira Sans Book",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Fira Sans Book Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-BookItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Book Italic",
+ "subfamily_name": "Italic",
+ "weight": 350,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Eight.ttf||465752:1593159386.0": {
+ "family_name": "Fira Sans Eight",
+ "font-family": "Fira Sans Eight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Eight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Eight.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Eight",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-EightItalic.ttf||476940:1593159386.0": {
+ "family_name": "Fira Sans Eight",
+ "font-family": "Fira Sans Eight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Eight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-EightItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Eight Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-ExtraBold.ttf||528632:1593159386.0": {
+ "family_name": "Fira Sans ExtraBold",
+ "font-family": "Fira Sans ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Fira Sans ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-ExtraBold.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-ExtraBoldItalic.ttf||553344:1593159386.0": {
+ "family_name": "Fira Sans ExtraBold",
+ "font-family": "Fira Sans ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Fira Sans ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-ExtraBoldItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-ExtraLight.ttf||477472:1593159386.0": {
+ "family_name": "Fira Sans ExtraLight",
+ "font-family": "Fira Sans ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-ExtraLight.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-ExtraLightItalic.ttf||482528:1593159386.0": {
+ "family_name": "Fira Sans ExtraLight",
+ "font-family": "Fira Sans ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-ExtraLightItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Four.ttf||461860:1593159386.0": {
+ "family_name": "Fira Sans Four",
+ "font-family": "Fira Sans Four",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Four",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Four.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Four",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-FourItalic.ttf||473492:1593159386.0": {
+ "family_name": "Fira Sans Four",
+ "font-family": "Fira Sans Four",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Four Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-FourItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Four Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Hair.ttf||479128:1593159386.0": {
+ "family_name": "Fira Sans Hair",
+ "font-family": "Fira Sans Hair",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Hair",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Hair.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Hair",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-HairItalic.ttf||486456:1593159386.0": {
+ "family_name": "Fira Sans Hair",
+ "font-family": "Fira Sans Hair",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Hair Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-HairItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Hair Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Heavy.ttf||538924:1593159386.0": {
+ "family_name": "Fira Sans Heavy",
+ "font-family": "Fira Sans Heavy",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Fira Sans Heavy",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Heavy.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-HeavyItalic.ttf||544652:1593159386.0": {
+ "family_name": "Fira Sans Heavy",
+ "font-family": "Fira Sans Heavy",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Fira Sans Heavy Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-HeavyItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Italic.ttf||492148:1593159386.0": {
+ "family_name": "Fira Sans",
+ "font-family": "Fira Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Sans Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Light.ttf||479600:1593159386.0": {
+ "family_name": "Fira Sans Light",
+ "font-family": "Fira Sans Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Sans Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Light.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-LightItalic.ttf||483024:1593159386.0": {
+ "family_name": "Fira Sans Light",
+ "font-family": "Fira Sans Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Sans Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-LightItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Medium.ttf||488960:1593159386.0": {
+ "family_name": "Fira Sans Medium",
+ "font-family": "Fira Sans Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Sans Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Medium.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-MediumItalic.ttf||494048:1593159386.0": {
+ "family_name": "Fira Sans Medium",
+ "font-family": "Fira Sans Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Sans Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-MediumItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Regular.ttf||487472:1593159386.0": {
+ "family_name": "Fira Sans",
+ "font-family": "Fira Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Sans Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-SemiBold.ttf||520896:1593159386.0": {
+ "family_name": "Fira Sans SemiBold",
+ "font-family": "Fira Sans SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Fira Sans SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-SemiBold.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-SemiBoldItalic.ttf||526084:1593159386.0": {
+ "family_name": "Fira Sans SemiBold",
+ "font-family": "Fira Sans SemiBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Fira Sans SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-SemiBoldItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Thin.ttf||473512:1593159386.0": {
+ "family_name": "Fira Sans Thin",
+ "font-family": "Fira Sans Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Thin.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-ThinItalic.ttf||478100:1593159386.0": {
+ "family_name": "Fira Sans Thin",
+ "font-family": "Fira Sans Thin",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-ThinItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Two.ttf||455964:1593159386.0": {
+ "family_name": "Fira Sans Two",
+ "font-family": "Fira Sans Two",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Two",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Two.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Two",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-TwoItalic.ttf||468388:1593159386.0": {
+ "family_name": "Fira Sans Two",
+ "font-family": "Fira Sans Two",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Two Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-TwoItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Two Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-Ultra.ttf||562420:1593159386.0": {
+ "family_name": "Fira Sans Ultra",
+ "font-family": "Fira Sans Ultra",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "950",
+ "fs_type": 0,
+ "full_name": "Fira Sans Ultra",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-Ultra.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Ultra",
+ "subfamily_name": "Regular",
+ "weight": 950,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-UltraItalic.ttf||566704:1593159386.0": {
+ "family_name": "Fira Sans Ultra",
+ "font-family": "Fira Sans Ultra",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "950",
+ "fs_type": 0,
+ "full_name": "Fira Sans Ultra Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-UltraItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "Ultra Italic",
+ "subfamily_name": "Italic",
+ "weight": 950,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-UltraLight.ttf||475288:1593159386.0": {
+ "family_name": "Fira Sans UltraLight",
+ "font-family": "Fira Sans UltraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans UltraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-UltraLight.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "UltraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSans-UltraLightItalic.ttf||481852:1593159386.0": {
+ "family_name": "Fira Sans UltraLight",
+ "font-family": "Fira Sans UltraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans UltraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSans-UltraLightItalic.ttf",
+ "preferred_family_name": "Fira Sans",
+ "preferred_subfamily_name": "UltraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Bold.ttf||530600:1593159386.0": {
+ "family_name": "Fira Sans Compressed",
+ "font-family": "Fira Sans Compressed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-BoldItalic.ttf||535208:1593159386.0": {
+ "family_name": "Fira Sans Compressed",
+ "font-family": "Fira Sans Compressed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Book.ttf||487000:1593159386.0": {
+ "family_name": "Fira Sans Compressed Book",
+ "font-family": "Fira Sans Compressed Book",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Book",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Book.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Book",
+ "subfamily_name": "Regular",
+ "weight": 350,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-BookItalic.ttf||491100:1593159386.0": {
+ "family_name": "Fira Sans Compressed Book",
+ "font-family": "Fira Sans Compressed Book",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Book Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-BookItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Book Italic",
+ "subfamily_name": "Italic",
+ "weight": 350,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Eight.ttf||463848:1593159386.0": {
+ "family_name": "Fira Sans Compressed Eight",
+ "font-family": "Fira Sans Compressed Eight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Eight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Eight.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Eight",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-EightItalic.ttf||474872:1593159386.0": {
+ "family_name": "Fira Sans Compressed Eight",
+ "font-family": "Fira Sans Compressed Eight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Eight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-EightItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Eight Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-ExtraBold.ttf||529924:1593159386.0": {
+ "family_name": "Fira Sans Compressed ExtraBold",
+ "font-family": "Fira Sans Compressed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-ExtraBold.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-ExtraBoldItalic.ttf||534620:1593159386.0": {
+ "family_name": "Fira Sans Compressed ExtraBold",
+ "font-family": "Fira Sans Compressed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-ExtraBoldItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-ExtraLight.ttf||474532:1593159386.0": {
+ "family_name": "Fira Sans Compressed ExtraLight",
+ "font-family": "Fira Sans Compressed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-ExtraLight.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-ExtraLightItalic.ttf||480308:1593159386.0": {
+ "family_name": "Fira Sans Compressed ExtraLight",
+ "font-family": "Fira Sans Compressed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-ExtraLightItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Four.ttf||460140:1593159386.0": {
+ "family_name": "Fira Sans Compressed Four",
+ "font-family": "Fira Sans Compressed Four",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Four",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Four.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Four",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-FourItalic.ttf||472124:1593159386.0": {
+ "family_name": "Fira Sans Compressed Four",
+ "font-family": "Fira Sans Compressed Four",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Four Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-FourItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Four Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Hair.ttf||477448:1593159386.0": {
+ "family_name": "Fira Sans Compressed Hair",
+ "font-family": "Fira Sans Compressed Hair",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Hair",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Hair.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Hair",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-HairItalic.ttf||484648:1593159386.0": {
+ "family_name": "Fira Sans Compressed Hair",
+ "font-family": "Fira Sans Compressed Hair",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Hair Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-HairItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Hair Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Heavy.ttf||550312:1593159386.0": {
+ "family_name": "Fira Sans Compressed Heavy",
+ "font-family": "Fira Sans Compressed Heavy",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Heavy",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Heavy.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-HeavyItalic.ttf||559652:1593159386.0": {
+ "family_name": "Fira Sans Compressed Heavy",
+ "font-family": "Fira Sans Compressed Heavy",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Heavy Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-HeavyItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Italic.ttf||492408:1593159386.0": {
+ "family_name": "Fira Sans Compressed",
+ "font-family": "Fira Sans Compressed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Light.ttf||479196:1593159386.0": {
+ "family_name": "Fira Sans Compressed Light",
+ "font-family": "Fira Sans Compressed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Light.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-LightItalic.ttf||481480:1593159386.0": {
+ "family_name": "Fira Sans Compressed Light",
+ "font-family": "Fira Sans Compressed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-LightItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Medium.ttf||488560:1593159386.0": {
+ "family_name": "Fira Sans Compressed Medium",
+ "font-family": "Fira Sans Compressed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Medium.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-MediumItalic.ttf||492524:1593159386.0": {
+ "family_name": "Fira Sans Compressed Medium",
+ "font-family": "Fira Sans Compressed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-MediumItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Regular.ttf||487628:1593159386.0": {
+ "family_name": "Fira Sans Compressed",
+ "font-family": "Fira Sans Compressed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-SemiBold.ttf||517168:1593159386.0": {
+ "family_name": "Fira Sans Compressed SemiBold",
+ "font-family": "Fira Sans Compressed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-SemiBold.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-SemiBoldItalic.ttf||520848:1593159386.0": {
+ "family_name": "Fira Sans Compressed SemiBold",
+ "font-family": "Fira Sans Compressed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-SemiBoldItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Thin.ttf||471748:1593159386.0": {
+ "family_name": "Fira Sans Compressed Thin",
+ "font-family": "Fira Sans Compressed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Thin.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-ThinItalic.ttf||477000:1593159386.0": {
+ "family_name": "Fira Sans Compressed Thin",
+ "font-family": "Fira Sans Compressed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-ThinItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-Two.ttf||455800:1593159386.0": {
+ "family_name": "Fira Sans Compressed Two",
+ "font-family": "Fira Sans Compressed Two",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Two",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-Two.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Two",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-TwoItalic.ttf||467212:1593159386.0": {
+ "family_name": "Fira Sans Compressed Two",
+ "font-family": "Fira Sans Compressed Two",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed Two Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-TwoItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "Two Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-UltraLight.ttf||473372:1593159386.0": {
+ "family_name": "Fira Sans Compressed UltraLight",
+ "font-family": "Fira Sans Compressed UltraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed UltraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-UltraLight.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "UltraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCompressed-UltraLightItalic.ttf||479812:1593159386.0": {
+ "family_name": "Fira Sans Compressed UltraLight",
+ "font-family": "Fira Sans Compressed UltraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans Compressed UltraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCompressed-UltraLightItalic.ttf",
+ "preferred_family_name": "Fira Sans Compressed",
+ "preferred_subfamily_name": "UltraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Bold.ttf||520940:1593159386.0": {
+ "family_name": "Fira Sans Condensed",
+ "font-family": "Fira Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-BoldItalic.ttf||534712:1593159386.0": {
+ "family_name": "Fira Sans Condensed",
+ "font-family": "Fira Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Book.ttf||486916:1593159386.0": {
+ "family_name": "Fira Sans Condensed Book",
+ "font-family": "Fira Sans Condensed Book",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Book",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Book.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Book",
+ "subfamily_name": "Regular",
+ "weight": 350,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-BookItalic.ttf||492192:1593159386.0": {
+ "family_name": "Fira Sans Condensed Book",
+ "font-family": "Fira Sans Condensed Book",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Book Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-BookItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Book Italic",
+ "subfamily_name": "Italic",
+ "weight": 350,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Eight.ttf||464932:1593159386.0": {
+ "family_name": "Fira Sans Condensed Eight",
+ "font-family": "Fira Sans Condensed Eight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Eight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Eight.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Eight",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-EightItalic.ttf||476060:1593159386.0": {
+ "family_name": "Fira Sans Condensed Eight",
+ "font-family": "Fira Sans Condensed Eight",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Eight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-EightItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Eight Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-ExtraBold.ttf||528592:1593159386.0": {
+ "family_name": "Fira Sans Condensed ExtraBold",
+ "font-family": "Fira Sans Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-ExtraBold.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-ExtraBoldItalic.ttf||552884:1593159386.0": {
+ "family_name": "Fira Sans Condensed ExtraBold",
+ "font-family": "Fira Sans Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-ExtraBoldItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-ExtraLight.ttf||475848:1593159386.0": {
+ "family_name": "Fira Sans Condensed ExtraLight",
+ "font-family": "Fira Sans Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-ExtraLight.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-ExtraLightItalic.ttf||480788:1593159386.0": {
+ "family_name": "Fira Sans Condensed ExtraLight",
+ "font-family": "Fira Sans Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-ExtraLightItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Four.ttf||461164:1593159386.0": {
+ "family_name": "Fira Sans Condensed Four",
+ "font-family": "Fira Sans Condensed Four",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Four",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Four.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Four",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-FourItalic.ttf||472676:1593159386.0": {
+ "family_name": "Fira Sans Condensed Four",
+ "font-family": "Fira Sans Condensed Four",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Four Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-FourItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Four Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Hair.ttf||477848:1593159386.0": {
+ "family_name": "Fira Sans Condensed Hair",
+ "font-family": "Fira Sans Condensed Hair",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Hair",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Hair.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Hair",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-HairItalic.ttf||485812:1593159386.0": {
+ "family_name": "Fira Sans Condensed Hair",
+ "font-family": "Fira Sans Condensed Hair",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Hair Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-HairItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Hair Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Heavy.ttf||549276:1593159386.0": {
+ "family_name": "Fira Sans Condensed Heavy",
+ "font-family": "Fira Sans Condensed Heavy",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Heavy",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Heavy.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-HeavyItalic.ttf||555728:1593159386.0": {
+ "family_name": "Fira Sans Condensed Heavy",
+ "font-family": "Fira Sans Condensed Heavy",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Heavy Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-HeavyItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Italic.ttf||492372:1593159386.0": {
+ "family_name": "Fira Sans Condensed",
+ "font-family": "Fira Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Light.ttf||480492:1593159386.0": {
+ "family_name": "Fira Sans Condensed Light",
+ "font-family": "Fira Sans Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Light.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-LightItalic.ttf||483144:1593159386.0": {
+ "family_name": "Fira Sans Condensed Light",
+ "font-family": "Fira Sans Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-LightItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Medium.ttf||488036:1593159386.0": {
+ "family_name": "Fira Sans Condensed Medium",
+ "font-family": "Fira Sans Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Medium.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-MediumItalic.ttf||493128:1593159386.0": {
+ "family_name": "Fira Sans Condensed Medium",
+ "font-family": "Fira Sans Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-MediumItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Regular.ttf||490328:1593159386.0": {
+ "family_name": "Fira Sans Condensed",
+ "font-family": "Fira Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-SemiBold.ttf||520080:1593159386.0": {
+ "family_name": "Fira Sans Condensed SemiBold",
+ "font-family": "Fira Sans Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-SemiBold.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-SemiBoldItalic.ttf||507052:1593159386.0": {
+ "family_name": "Fira Sans Condensed SemiBold",
+ "font-family": "Fira Sans Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-SemiBoldItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Thin.ttf||472252:1593159386.0": {
+ "family_name": "Fira Sans Condensed Thin",
+ "font-family": "Fira Sans Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Thin.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-ThinItalic.ttf||478228:1593159386.0": {
+ "family_name": "Fira Sans Condensed Thin",
+ "font-family": "Fira Sans Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-ThinItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-Two.ttf||456212:1593159386.0": {
+ "family_name": "Fira Sans Condensed Two",
+ "font-family": "Fira Sans Condensed Two",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Two",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-Two.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Two",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-TwoItalic.ttf||467548:1593159386.0": {
+ "family_name": "Fira Sans Condensed Two",
+ "font-family": "Fira Sans Condensed Two",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed Two Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-TwoItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "Two Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-UltraLight.ttf||474368:1593159386.0": {
+ "family_name": "Fira Sans Condensed UltraLight",
+ "font-family": "Fira Sans Condensed UltraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed UltraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-UltraLight.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "UltraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/FiraSansCondensed-UltraLightItalic.ttf||480536:1593159386.0": {
+ "family_name": "Fira Sans Condensed UltraLight",
+ "font-family": "Fira Sans Condensed UltraLight",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Fira Sans Condensed UltraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/FiraSansCondensed-UltraLightItalic.ttf",
+ "preferred_family_name": "Fira Sans Condensed",
+ "preferred_subfamily_name": "UltraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Georgia.TTF||142964:1599643855.0": {
+ "family_name": "Georgia",
+ "font-family": "Georgia",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Georgia",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 4,
+ 5,
+ 2,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/Georgia.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Georgiab.TTF||139584:1599643855.0": {
+ "family_name": "Georgia",
+ "font-family": "Georgia",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Georgia Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 4,
+ 8,
+ 2,
+ 5,
+ 4,
+ 5,
+ 2,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/Georgiab.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Georgiai.TTF||156668:1599643855.0": {
+ "family_name": "Georgia",
+ "font-family": "Georgia",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Georgia Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 4,
+ 5,
+ 2,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/Georgiai.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Georgiaz.TTF||158796:1599643855.0": {
+ "family_name": "Georgia",
+ "font-family": "Georgia",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Georgia Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 4,
+ 8,
+ 2,
+ 5,
+ 4,
+ 5,
+ 9,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/Georgiaz.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/GohaTibebZemen.ttf||95352:1598123828.0": {
+ "family_name": "Goha-Tibeb Zemen",
+ "font-family": "Goha-Tibeb Zemen",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Goha-Tibeb Zemen",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/GohaTibebZemen.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Hack-Bold.ttf||317628:1593423230.0": {
+ "family_name": "Hack",
+ "font-family": "Hack",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hack Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Hack-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Hack-BoldItalic.ttf||322288:1593423230.0": {
+ "family_name": "Hack",
+ "font-family": "Hack",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hack Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Hack-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Hack-Italic.ttf||316156:1593423230.0": {
+ "family_name": "Hack",
+ "font-family": "Hack",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hack Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Hack-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Hack-Regular.ttf||309408:1593423230.0": {
+ "family_name": "Hack",
+ "font-family": "Hack",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hack Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Hack-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Impact.TTF||136076:1599643855.0": {
+ "family_name": "Impact",
+ "font-family": "Impact",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Impact",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 9,
+ 2,
+ 5,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Impact.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-Black.ttf||110420:1616951293.0": {
+ "family_name": "Inconsolata Black",
+ "font-family": "Inconsolata Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-Black.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-Bold.ttf||109728:1616951293.0": {
+ "family_name": "Inconsolata",
+ "font-family": "Inconsolata",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-Condensed.ttf||108264:1616951293.0": {
+ "family_name": "Inconsolata Condensed",
+ "font-family": "Inconsolata Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-Condensed.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-CondensedBlack.ttf||109588:1616951293.0": {
+ "family_name": "Inconsolata Condensed Black",
+ "font-family": "Inconsolata Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-CondensedBlack.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-CondensedBold.ttf||109696:1616951293.0": {
+ "family_name": "Inconsolata Condensed Bold",
+ "font-family": "Inconsolata Condensed Bold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Condensed Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-CondensedBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-CondensedExtraBold.ttf||109272:1616951293.0": {
+ "family_name": "Inconsolata Condensed ExtraBold",
+ "font-family": "Inconsolata Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-CondensedExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-CondensedExtraLight.ttf||107876:1616951293.0": {
+ "family_name": "Inconsolata Condensed ExtraLight",
+ "font-family": "Inconsolata Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-CondensedExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-CondensedLight.ttf||108656:1616951293.0": {
+ "family_name": "Inconsolata Condensed Light",
+ "font-family": "Inconsolata Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-CondensedLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-CondensedMedium.ttf||109196:1616951293.0": {
+ "family_name": "Inconsolata Condensed Medium",
+ "font-family": "Inconsolata Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-CondensedMedium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-CondensedSemiBold.ttf||109252:1616951293.0": {
+ "family_name": "Inconsolata Condensed SemiBold",
+ "font-family": "Inconsolata Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-CondensedSemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-Expanded.ttf||109708:1616951293.0": {
+ "family_name": "Inconsolata Expanded",
+ "font-family": "Inconsolata Expanded",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Expanded",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-Expanded.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Expanded",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 7,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExpandedBlack.ttf||112092:1616951293.0": {
+ "family_name": "Inconsolata Expanded Black",
+ "font-family": "Inconsolata Expanded Black",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Expanded Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExpandedBlack.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Expanded Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 7,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExpandedBold.ttf||110488:1616951293.0": {
+ "family_name": "Inconsolata Expanded Bold",
+ "font-family": "Inconsolata Expanded Bold",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Expanded Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExpandedBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Expanded Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 7,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExpandedExtraBold.ttf||112016:1616951293.0": {
+ "family_name": "Inconsolata Expanded ExtraBold",
+ "font-family": "Inconsolata Expanded ExtraBold",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata Expanded ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExpandedExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Expanded ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 7,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExpandedExtraLight.ttf||110168:1616951293.0": {
+ "family_name": "Inconsolata Expanded ExtraLight",
+ "font-family": "Inconsolata Expanded ExtraLight",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata Expanded ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExpandedExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Expanded ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 7,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExpandedLight.ttf||110208:1616951293.0": {
+ "family_name": "Inconsolata Expanded Light",
+ "font-family": "Inconsolata Expanded Light",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Expanded Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExpandedLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Expanded Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 7,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExpandedMedium.ttf||110512:1616951293.0": {
+ "family_name": "Inconsolata Expanded Medium",
+ "font-family": "Inconsolata Expanded Medium",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Expanded Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExpandedMedium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Expanded Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 7,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExpandedSemiBold.ttf||110532:1616951293.0": {
+ "family_name": "Inconsolata Expanded SemiBold",
+ "font-family": "Inconsolata Expanded SemiBold",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata Expanded SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExpandedSemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Expanded SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 7,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraBold.ttf||109544:1616951293.0": {
+ "family_name": "Inconsolata ExtraBold",
+ "font-family": "Inconsolata ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraCondensed.ttf||108220:1616951293.0": {
+ "family_name": "Inconsolata Extra Condensed",
+ "font-family": "Inconsolata Extra Condensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraCondensed.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedBlack.ttf||109256:1616951293.0": {
+ "family_name": "Inconsolata Extra Condensed Black",
+ "font-family": "Inconsolata Extra Condensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedBold.ttf||109652:1616951293.0": {
+ "family_name": "Inconsolata Extra Condensed Bold",
+ "font-family": "Inconsolata Extra Condensed Bold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Condensed Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Condensed Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedExtraBold.ttf||108992:1616951293.0": {
+ "family_name": "Inconsolata Extra Condensed ExtraBold",
+ "font-family": "Inconsolata Extra Condensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedExtraLight.ttf||107236:1616951293.0": {
+ "family_name": "Inconsolata Extra Condensed ExtraLight",
+ "font-family": "Inconsolata Extra Condensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedLight.ttf||107940:1616951293.0": {
+ "family_name": "Inconsolata Extra Condensed Light",
+ "font-family": "Inconsolata Extra Condensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedMedium.ttf||108528:1616951293.0": {
+ "family_name": "Inconsolata Extra Condensed Medium",
+ "font-family": "Inconsolata Extra Condensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedSemiBold.ttf||109448:1616951293.0": {
+ "family_name": "Inconsolata Extra Condensed SemiBold",
+ "font-family": "Inconsolata Extra Condensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraExpanded.ttf||109968:1616951293.0": {
+ "family_name": "Inconsolata Extra Expanded",
+ "font-family": "Inconsolata Extra Expanded",
+ "font-stretch": "extra-expanded",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Expanded",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraExpanded.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Expanded",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 8,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedBlack.ttf||113276:1616951293.0": {
+ "family_name": "Inconsolata Extra Expanded Black",
+ "font-family": "Inconsolata Extra Expanded Black",
+ "font-stretch": "extra-expanded",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Expanded Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedBlack.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Expanded Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 8,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedBold.ttf||112776:1616951293.0": {
+ "family_name": "Inconsolata Extra Expanded Bold",
+ "font-family": "Inconsolata Extra Expanded Bold",
+ "font-stretch": "extra-expanded",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Expanded Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Expanded Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 8,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedExtraBold.ttf||112760:1616951293.0": {
+ "family_name": "Inconsolata Extra Expanded ExtraBold",
+ "font-family": "Inconsolata Extra Expanded ExtraBold",
+ "font-stretch": "extra-expanded",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Expanded ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Expanded ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 8,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedExtraLight.ttf||111124:1616951293.0": {
+ "family_name": "Inconsolata Extra Expanded ExtraLight",
+ "font-family": "Inconsolata Extra Expanded ExtraLight",
+ "font-stretch": "extra-expanded",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Expanded ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Expanded ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 8,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedLight.ttf||111720:1616951293.0": {
+ "family_name": "Inconsolata Extra Expanded Light",
+ "font-family": "Inconsolata Extra Expanded Light",
+ "font-stretch": "extra-expanded",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Expanded Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Expanded Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 8,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedMedium.ttf||111508:1616951293.0": {
+ "family_name": "Inconsolata Extra Expanded Medium",
+ "font-family": "Inconsolata Extra Expanded Medium",
+ "font-stretch": "extra-expanded",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Expanded Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedMedium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Expanded Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 8,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedSemiBold.ttf||111444:1616951293.0": {
+ "family_name": "Inconsolata Extra Expanded SemiBold",
+ "font-family": "Inconsolata Extra Expanded SemiBold",
+ "font-stretch": "extra-expanded",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata Extra Expanded SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraExpandedSemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Extra Expanded SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 8,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-ExtraLight.ttf||108108:1616951293.0": {
+ "family_name": "Inconsolata ExtraLight",
+ "font-family": "Inconsolata ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-ExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-Light.ttf||108348:1616951293.0": {
+ "family_name": "Inconsolata Light",
+ "font-family": "Inconsolata Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-Light.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-Medium.ttf||109080:1616951293.0": {
+ "family_name": "Inconsolata Medium",
+ "font-family": "Inconsolata Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-Medium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-Regular.ttf||108684:1616951293.0": {
+ "family_name": "Inconsolata",
+ "font-family": "Inconsolata",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiBold.ttf||109332:1616951293.0": {
+ "family_name": "Inconsolata SemiBold",
+ "font-family": "Inconsolata SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiCondensed.ttf||108612:1616951293.0": {
+ "family_name": "Inconsolata Semi Condensed",
+ "font-family": "Inconsolata Semi Condensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiCondensed.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiCondensedBlack.ttf||111260:1616951293.0": {
+ "family_name": "Inconsolata Semi Condensed Black",
+ "font-family": "Inconsolata Semi Condensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiCondensedBold.ttf||109760:1616951293.0": {
+ "family_name": "Inconsolata Semi Condensed Bold",
+ "font-family": "Inconsolata Semi Condensed Bold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Condensed Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiCondensedBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Condensed Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiCondensedExtraBold.ttf||109992:1616951293.0": {
+ "family_name": "Inconsolata Semi Condensed ExtraBold",
+ "font-family": "Inconsolata Semi Condensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiCondensedExtraLight.ttf||108612:1616951293.0": {
+ "family_name": "Inconsolata Semi Condensed ExtraLight",
+ "font-family": "Inconsolata Semi Condensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiCondensedLight.ttf||109024:1616951293.0": {
+ "family_name": "Inconsolata Semi Condensed Light",
+ "font-family": "Inconsolata Semi Condensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiCondensedLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiCondensedMedium.ttf||109548:1616951293.0": {
+ "family_name": "Inconsolata Semi Condensed Medium",
+ "font-family": "Inconsolata Semi Condensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiCondensedSemiBold.ttf||109000:1616951293.0": {
+ "family_name": "Inconsolata Semi Condensed SemiBold",
+ "font-family": "Inconsolata Semi Condensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiExpanded.ttf||109432:1616951293.0": {
+ "family_name": "Inconsolata Semi Expanded",
+ "font-family": "Inconsolata Semi Expanded",
+ "font-stretch": "semi-expanded",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Expanded",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiExpanded.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Expanded",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 6,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiExpandedBlack.ttf||111976:1616951293.0": {
+ "family_name": "Inconsolata Semi Expanded Black",
+ "font-family": "Inconsolata Semi Expanded Black",
+ "font-stretch": "semi-expanded",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Expanded Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiExpandedBlack.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Expanded Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 6,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiExpandedBold.ttf||110620:1616951293.0": {
+ "family_name": "Inconsolata Semi Expanded Bold",
+ "font-family": "Inconsolata Semi Expanded Bold",
+ "font-stretch": "semi-expanded",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Expanded Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiExpandedBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Expanded Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 6,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiExpandedExtraBold.ttf||110852:1616951293.0": {
+ "family_name": "Inconsolata Semi Expanded ExtraBold",
+ "font-family": "Inconsolata Semi Expanded ExtraBold",
+ "font-stretch": "semi-expanded",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Expanded ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiExpandedExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Expanded ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 6,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiExpandedExtraLight.ttf||110000:1616951293.0": {
+ "family_name": "Inconsolata Semi Expanded ExtraLight",
+ "font-family": "Inconsolata Semi Expanded ExtraLight",
+ "font-stretch": "semi-expanded",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Expanded ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiExpandedExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Expanded ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 6,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiExpandedLight.ttf||108992:1616951293.0": {
+ "family_name": "Inconsolata Semi Expanded Light",
+ "font-family": "Inconsolata Semi Expanded Light",
+ "font-stretch": "semi-expanded",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Expanded Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiExpandedLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Expanded Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 6,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiExpandedMedium.ttf||109772:1616951293.0": {
+ "family_name": "Inconsolata Semi Expanded Medium",
+ "font-family": "Inconsolata Semi Expanded Medium",
+ "font-stretch": "semi-expanded",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Expanded Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiExpandedMedium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Expanded Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 6,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-SemiExpandedSemiBold.ttf||110324:1616951293.0": {
+ "family_name": "Inconsolata Semi Expanded SemiBold",
+ "font-family": "Inconsolata Semi Expanded SemiBold",
+ "font-stretch": "semi-expanded",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata Semi Expanded SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-SemiExpandedSemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Semi Expanded SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 6,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraCondensed.ttf||107420:1616951293.0": {
+ "family_name": "Inconsolata Ultra Condensed",
+ "font-family": "Inconsolata Ultra Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraCondensed.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraCondensedBlack.ttf||109476:1616951293.0": {
+ "family_name": "Inconsolata Ultra Condensed Black",
+ "font-family": "Inconsolata Ultra Condensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraCondensedBlack.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraCondensedBold.ttf||109124:1616951293.0": {
+ "family_name": "Inconsolata Ultra Condensed Bold",
+ "font-family": "Inconsolata Ultra Condensed Bold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Condensed Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraCondensedBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Condensed Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraCondensedExtraBold.ttf||108928:1616951293.0": {
+ "family_name": "Inconsolata Ultra Condensed ExtraBold",
+ "font-family": "Inconsolata Ultra Condensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraCondensedExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraCondensedExtraLight.ttf||107512:1616951293.0": {
+ "family_name": "Inconsolata Ultra Condensed ExtraLight",
+ "font-family": "Inconsolata Ultra Condensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraCondensedExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraCondensedLight.ttf||107468:1616951293.0": {
+ "family_name": "Inconsolata Ultra Condensed Light",
+ "font-family": "Inconsolata Ultra Condensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraCondensedLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraCondensedMedium.ttf||108540:1616951293.0": {
+ "family_name": "Inconsolata Ultra Condensed Medium",
+ "font-family": "Inconsolata Ultra Condensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraCondensedMedium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraCondensedSemiBold.ttf||108580:1616951293.0": {
+ "family_name": "Inconsolata Ultra Condensed SemiBold",
+ "font-family": "Inconsolata Ultra Condensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraCondensedSemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraExpanded.ttf||111600:1616951293.0": {
+ "family_name": "Inconsolata Ultra Expanded",
+ "font-family": "Inconsolata Ultra Expanded",
+ "font-stretch": "ultra-expanded",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Expanded",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraExpanded.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Expanded",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 9,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraExpandedBlack.ttf||113856:1616951293.0": {
+ "family_name": "Inconsolata Ultra Expanded Black",
+ "font-family": "Inconsolata Ultra Expanded Black",
+ "font-stretch": "ultra-expanded",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Expanded Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraExpandedBlack.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Expanded Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 9,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraExpandedBold.ttf||114668:1616951293.0": {
+ "family_name": "Inconsolata Ultra Expanded Bold",
+ "font-family": "Inconsolata Ultra Expanded Bold",
+ "font-stretch": "ultra-expanded",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Expanded Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraExpandedBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Expanded Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 9,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraExpandedExtraBold.ttf||113784:1616951293.0": {
+ "family_name": "Inconsolata Ultra Expanded ExtraBold",
+ "font-family": "Inconsolata Ultra Expanded ExtraBold",
+ "font-stretch": "ultra-expanded",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Expanded ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraExpandedExtraBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Expanded ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 9,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraExpandedExtraLight.ttf||112288:1616951293.0": {
+ "family_name": "Inconsolata Ultra Expanded ExtraLight",
+ "font-family": "Inconsolata Ultra Expanded ExtraLight",
+ "font-stretch": "ultra-expanded",
+ "font-style": "normal",
+ "font-weight": "275",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Expanded ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraExpandedExtraLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Expanded ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 275,
+ "width": 9,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraExpandedLight.ttf||112828:1616951293.0": {
+ "family_name": "Inconsolata Ultra Expanded Light",
+ "font-family": "Inconsolata Ultra Expanded Light",
+ "font-stretch": "ultra-expanded",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Expanded Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraExpandedLight.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Expanded Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 9,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraExpandedMedium.ttf||112656:1616951293.0": {
+ "family_name": "Inconsolata Ultra Expanded Medium",
+ "font-family": "Inconsolata Ultra Expanded Medium",
+ "font-stretch": "ultra-expanded",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Expanded Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraExpandedMedium.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Expanded Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 9,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Inconsolata-UltraExpandedSemiBold.ttf||113444:1616951293.0": {
+ "family_name": "Inconsolata Ultra Expanded SemiBold",
+ "font-family": "Inconsolata Ultra Expanded SemiBold",
+ "font-stretch": "ultra-expanded",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Inconsolata Ultra Expanded SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Inconsolata-UltraExpandedSemiBold.ttf",
+ "preferred_family_name": "Inconsolata",
+ "preferred_subfamily_name": "Ultra Expanded SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 9,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Ligconsolata-Bold.ttf||112048:1616951293.0": {
+ "family_name": "Ligconsolata",
+ "font-family": "Ligconsolata",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ligconsolata Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Ligconsolata-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Ligconsolata-Regular.ttf||112072:1616951293.0": {
+ "family_name": "Ligconsolata",
+ "font-family": "Ligconsolata",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ligconsolata Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Ligconsolata-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-Bold.ttf||224452:1593427773.0": {
+ "family_name": "Open Sans",
+ "font-family": "Open Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Open Sans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-BoldItalic.ttf||213168:1593427773.0": {
+ "family_name": "Open Sans",
+ "font-family": "Open Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Open Sans Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-ExtraBold.ttf||222424:1593427773.0": {
+ "family_name": "Open Sans ExtraBold",
+ "font-family": "Open Sans ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Open Sans ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-ExtraBold.ttf",
+ "preferred_family_name": "Open Sans",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-ExtraBoldItalic.ttf||213336:1593427773.0": {
+ "family_name": "Open Sans ExtraBold",
+ "font-family": "Open Sans ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Open Sans ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-ExtraBoldItalic.ttf",
+ "preferred_family_name": "Open Sans",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-Italic.ttf||212760:1593427773.0": {
+ "family_name": "Open Sans",
+ "font-family": "Open Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Open Sans Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-Light.ttf||222236:1593427773.0": {
+ "family_name": "Open Sans Light",
+ "font-family": "Open Sans Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Open Sans Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-Light.ttf",
+ "preferred_family_name": "Open Sans",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-LightItalic.ttf||213024:1593427773.0": {
+ "family_name": "Open Sans Light",
+ "font-family": "Open Sans Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Open Sans Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-LightItalic.ttf",
+ "preferred_family_name": "Open Sans",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-Regular.ttf||217276:1593427773.0": {
+ "family_name": "Open Sans",
+ "font-family": "Open Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Open Sans Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-SemiBold.ttf||221164:1593427773.0": {
+ "family_name": "Open Sans SemiBold",
+ "font-family": "Open Sans SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Open Sans SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-SemiBold.ttf",
+ "preferred_family_name": "Open Sans",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSans-SemiBoldItalic.ttf||212732:1593427773.0": {
+ "family_name": "Open Sans SemiBold",
+ "font-family": "Open Sans SemiBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Open Sans SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSans-SemiBoldItalic.ttf",
+ "preferred_family_name": "Open Sans",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSansCondensed-Bold.ttf||264856:1593427773.0": {
+ "family_name": "Open Sans Condensed",
+ "font-family": "Open Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Open Sans Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSansCondensed-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSansCondensed-Light.ttf||220940:1593427773.0": {
+ "family_name": "Open Sans Condensed Light",
+ "font-family": "Open Sans Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Open Sans Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSansCondensed-Light.ttf",
+ "preferred_family_name": "Open Sans Condensed",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/OpenSansCondensed-LightItalic.ttf||210720:1593427773.0": {
+ "family_name": "Open Sans Condensed Light",
+ "font-family": "Open Sans Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Open Sans Condensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 3,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/OpenSansCondensed-LightItalic.ttf",
+ "preferred_family_name": "Open Sans Condensed",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Poky.ttf||25192:1625256442.0": {
+ "family_name": "Poky",
+ "font-family": "Poky",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "PokyRegular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Poky.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-Black.ttf||289480:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Roboto Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-Black.ttf",
+ "preferred_family_name": "Roboto",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Black",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-BlackItalic.ttf||310260:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Roboto Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-BlackItalic.ttf",
+ "preferred_family_name": "Roboto",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Black Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-Bold.ttf||288872:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Roboto Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-BoldItalic.ttf||312608:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Roboto Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-Italic.ttf||311960:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Roboto Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-Light.ttf||291788:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Roboto Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-Light.ttf",
+ "preferred_family_name": "Roboto",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Light",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-LightItalic.ttf||315360:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Roboto Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-LightItalic.ttf",
+ "preferred_family_name": "Roboto",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Light Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-Medium.ttf||289080:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Roboto Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-Medium.ttf",
+ "preferred_family_name": "Roboto",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-MediumItalic.ttf||309776:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Roboto Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-MediumItalic.ttf",
+ "preferred_family_name": "Roboto",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Medium Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-Regular.ttf||292752:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Roboto Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-Thin.ttf||294860:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Roboto Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-Thin.ttf",
+ "preferred_family_name": "Roboto",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Thin",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Roboto-ThinItalic.ttf||314240:1593428738.0": {
+ "family_name": "Roboto",
+ "font-family": "Roboto",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Roboto Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/Roboto-ThinItalic.ttf",
+ "preferred_family_name": "Roboto",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Thin Italic",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/RobotoCondensed-Bold.ttf||285996:1593428738.0": {
+ "family_name": "Roboto Condensed",
+ "font-family": "Roboto Condensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Roboto Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/RobotoCondensed-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/RobotoCondensed-BoldItalic.ttf||306884:1593428738.0": {
+ "family_name": "Roboto Condensed",
+ "font-family": "Roboto Condensed",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Roboto Condensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/RobotoCondensed-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/RobotoCondensed-Italic.ttf||309776:1593428738.0": {
+ "family_name": "Roboto Condensed",
+ "font-family": "Roboto Condensed",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Roboto Condensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/RobotoCondensed-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/RobotoCondensed-Light.ttf||286564:1593428738.0": {
+ "family_name": "Roboto Condensed",
+ "font-family": "Roboto Condensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Roboto Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/RobotoCondensed-Light.ttf",
+ "preferred_family_name": "Roboto Condensed",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Light",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/RobotoCondensed-LightItalic.ttf||311400:1593428738.0": {
+ "family_name": "Roboto Condensed",
+ "font-family": "Roboto Condensed",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Roboto Condensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/RobotoCondensed-LightItalic.ttf",
+ "preferred_family_name": "Roboto Condensed",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Light Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/RobotoCondensed-Regular.ttf||287876:1593428738.0": {
+ "family_name": "Roboto Condensed",
+ "font-family": "Roboto Condensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Roboto Condensed Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/RobotoCondensed-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Santana-Black.ttf||54400:1625256442.0": {
+ "family_name": "Santana-Black",
+ "font-family": "Santana-Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Santana-Black",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Santana-Black.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Santana-BlackCondensed.ttf||41592:1625256442.0": {
+ "family_name": "Santana-BlackCondensed",
+ "font-family": "Santana-BlackCondensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Santana-BlackCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 6,
+ 6,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Santana-BlackCondensed.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Santana-Bold.ttf||46520:1625256442.0": {
+ "family_name": "Santana",
+ "font-family": "Santana",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Santana-Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Santana-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Santana-RegularCondensed.ttf||41856:1625256442.0": {
+ "family_name": "Santana-RegularCondensed",
+ "font-family": "Santana-RegularCondensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Santana-RegularCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 6,
+ 4,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Santana-RegularCondensed.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Santana.ttf||44788:1625256442.0": {
+ "family_name": "Santana",
+ "font-family": "Santana",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Santana",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Santana.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/SantanaXtraCondensed.ttf||35716:1625256442.0": {
+ "family_name": "SantanaXtraCondensed",
+ "font-family": "SantanaXtraCondensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "SantanaXtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 8,
+ 4,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/SantanaXtraCondensed.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/StyleBats.TTF||21296:1625256442.0": {
+ "family_name": "StyleBats",
+ "font-family": "StyleBats",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "StyleBats",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/StyleBats.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "CleanCut",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/TechnicalCE.TTF||87232:1625256442.0": {
+ "family_name": "Technical CE",
+ "font-family": "Technical CE",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 1,
+ "full_name": "Technical CE",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/TechnicalCE.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Normal",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Times.TTF||330412:1599643855.0": {
+ "family_name": "Times New Roman",
+ "font-family": "Times New Roman",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Times New Roman",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Times.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Timesbd.TTF||333900:1599643855.0": {
+ "family_name": "Times New Roman",
+ "font-family": "Times New Roman",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Times New Roman Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 7,
+ 5,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Timesbd.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Timesbi.TTF||238612:1599643855.0": {
+ "family_name": "Times New Roman",
+ "font-family": "Times New Roman",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Times New Roman Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 3,
+ 6,
+ 5,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Timesbi.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Timesi.TTF||247092:1599643855.0": {
+ "family_name": "Times New Roman",
+ "font-family": "Times New Roman",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Times New Roman Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 3,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Timesi.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Trebucbd.ttf||123828:1599643855.0": {
+ "family_name": "Trebuchet MS",
+ "font-family": "Trebuchet MS",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Trebuchet MS Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Trebucbd.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Vera.ttf||65932:1593432604.0": {
+ "family_name": "Bitstream Vera Sans",
+ "font-family": "Bitstream Vera Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Vera.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Roman",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraBI.ttf||63208:1593432604.0": {
+ "family_name": "Bitstream Vera Sans",
+ "font-family": "Bitstream Vera Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Bold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraBI.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraBd.ttf||58716:1593432604.0": {
+ "family_name": "Bitstream Vera Sans",
+ "font-family": "Bitstream Vera Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraBd.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraIt.ttf||63684:1593432604.0": {
+ "family_name": "Bitstream Vera Sans",
+ "font-family": "Bitstream Vera Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraIt.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraMoBI.ttf||55032:1593432604.0": {
+ "family_name": "Bitstream Vera Sans Mono",
+ "font-family": "Bitstream Vera Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Bold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraMoBI.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraMoBd.ttf||49052:1593432604.0": {
+ "family_name": "Bitstream Vera Sans Mono",
+ "font-family": "Bitstream Vera Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraMoBd.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraMoIt.ttf||54508:1593432604.0": {
+ "family_name": "Bitstream Vera Sans Mono",
+ "font-family": "Bitstream Vera Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraMoIt.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraMono.ttf||49224:1593432604.0": {
+ "family_name": "Bitstream Vera Sans Mono",
+ "font-family": "Bitstream Vera Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraMono.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Roman",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraSe.ttf||60280:1593432604.0": {
+ "family_name": "Bitstream Vera Serif",
+ "font-family": "Bitstream Vera Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Serif",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 3,
+ 5,
+ 6,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraSe.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Roman",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/VeraSeBd.ttf||58736:1593432604.0": {
+ "family_name": "Bitstream Vera Serif",
+ "font-family": "Bitstream Vera Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Serif Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 6,
+ 8,
+ 3,
+ 5,
+ 6,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/VeraSeBd.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Verdana.TTF||139640:1599643855.0": {
+ "family_name": "Verdana",
+ "font-family": "Verdana",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Verdana",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 3,
+ 5,
+ 4,
+ 4,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Verdana.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Verdanab.TTF||136032:1599643855.0": {
+ "family_name": "Verdana",
+ "font-family": "Verdana",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Verdana Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 5,
+ 4,
+ 4,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Verdanab.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Verdanai.TTF||154264:1599643855.0": {
+ "family_name": "Verdana",
+ "font-family": "Verdana",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Verdana Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 3,
+ 5,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Verdanai.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Verdanaz.TTF||153324:1599643855.0": {
+ "family_name": "Verdana",
+ "font-family": "Verdana",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Verdana Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 5,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/Verdanaz.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/Webdings.TTF||118752:1599643855.0": {
+ "family_name": "Webdings",
+ "font-family": "Webdings",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Webdings",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 5,
+ 3,
+ 1,
+ 2,
+ 1,
+ 5,
+ 9,
+ 6,
+ 7,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/Webdings.TTF",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/calibri.ttf||811052:1634564747.0": {
+ "family_name": "Calibri",
+ "font-family": "Calibri",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Calibri",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 5,
+ 2,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/calibri.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/calibrib.ttf||848720:1634564747.0": {
+ "family_name": "Calibri",
+ "font-family": "Calibri",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Calibri Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 7,
+ 2,
+ 3,
+ 4,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/calibrib.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/calibrii.ttf||853348:1634564747.0": {
+ "family_name": "Calibri",
+ "font-family": "Calibri",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Calibri Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 5,
+ 2,
+ 2,
+ 2,
+ 4,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/calibrii.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/calibriz.ttf||899560:1634564747.0": {
+ "family_name": "Calibri",
+ "font-family": "Calibri",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Calibri Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 7,
+ 2,
+ 3,
+ 4,
+ 4,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/calibriz.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/cambria-math.ttf||1273712:1634564747.0": {
+ "family_name": "Cambria Math",
+ "font-family": "Cambria Math",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Cambria Math",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 4,
+ 5,
+ 3,
+ 5,
+ 4,
+ 6,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/cambria-math.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/cambria.ttf||993912:1634564747.0": {
+ "family_name": "Cambria",
+ "font-family": "Cambria",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Cambria",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 4,
+ 5,
+ 3,
+ 5,
+ 4,
+ 6,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/cambria.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/cambriab.ttf||792488:1634564747.0": {
+ "family_name": "Cambria",
+ "font-family": "Cambria",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Cambria Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 4,
+ 8,
+ 3,
+ 5,
+ 4,
+ 6,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/cambriab.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/cambriai.ttf||827080:1634564747.0": {
+ "family_name": "Cambria",
+ "font-family": "Cambria",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Cambria Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 4,
+ 5,
+ 3,
+ 5,
+ 4,
+ 6,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/cambriai.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/cambriaz.ttf||805864:1634564747.0": {
+ "family_name": "Cambria",
+ "font-family": "Cambria",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Cambria Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 4,
+ 8,
+ 3,
+ 5,
+ 4,
+ 6,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/cambriaz.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/candara.ttf||218504:1634564747.0": {
+ "family_name": "Candara",
+ "font-family": "Candara",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Candara",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 14,
+ 5,
+ 2,
+ 3,
+ 3,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/candara.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/candarab.ttf||226564:1634564747.0": {
+ "family_name": "Candara",
+ "font-family": "Candara",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Candara Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 14,
+ 7,
+ 2,
+ 3,
+ 3,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/candarab.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/candarai.ttf||226604:1634564747.0": {
+ "family_name": "Candara",
+ "font-family": "Candara",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Candara Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 14,
+ 5,
+ 2,
+ 3,
+ 3,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/candarai.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/candaraz.ttf||228304:1634564747.0": {
+ "family_name": "Candara",
+ "font-family": "Candara",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Candara Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 14,
+ 7,
+ 2,
+ 3,
+ 3,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/candaraz.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/consola.ttf||358256:1634564747.0": {
+ "family_name": "Consolas",
+ "font-family": "Consolas",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Consolas",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/consola.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/consolab.ttf||368520:1634564747.0": {
+ "family_name": "Consolas",
+ "font-family": "Consolas",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Consolas Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/consolab.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/consolai.ttf||364864:1634564747.0": {
+ "family_name": "Consolas",
+ "font-family": "Consolas",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Consolas Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/consolai.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/consolaz.ttf||375056:1634564747.0": {
+ "family_name": "Consolas",
+ "font-family": "Consolas",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Consolas Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/consolaz.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/constan.ttf||448768:1634564747.0": {
+ "family_name": "Constantia",
+ "font-family": "Constantia",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Constantia",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 3,
+ 6,
+ 2,
+ 5,
+ 3,
+ 6,
+ 3,
+ 3,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/constan.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/constanb.ttf||450848:1634564747.0": {
+ "family_name": "Constantia",
+ "font-family": "Constantia",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Constantia Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 3,
+ 7,
+ 2,
+ 6,
+ 3,
+ 6,
+ 3,
+ 3,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/constanb.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/constani.ttf||447772:1634564747.0": {
+ "family_name": "Constantia",
+ "font-family": "Constantia",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Constantia Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 3,
+ 6,
+ 2,
+ 5,
+ 3,
+ 6,
+ 10,
+ 3,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/constani.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/constanz.ttf||454588:1634564747.0": {
+ "family_name": "Constantia",
+ "font-family": "Constantia",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Constantia Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 3,
+ 7,
+ 2,
+ 6,
+ 3,
+ 6,
+ 10,
+ 3,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/constanz.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/corbel.ttf||260648:1634564747.0": {
+ "family_name": "Corbel",
+ "font-family": "Corbel",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Corbel",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/corbel.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/corbelb.ttf||274388:1634564747.0": {
+ "family_name": "Corbel",
+ "font-family": "Corbel",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Corbel Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/corbelb.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/corbeli.ttf||269048:1634564747.0": {
+ "family_name": "Corbel",
+ "font-family": "Corbel",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Corbel Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/corbeli.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/corbelz.ttf||279400:1634564747.0": {
+ "family_name": "Corbel",
+ "font-family": "Corbel",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Corbel Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/corbelz.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/cour.ttf||302688:1599643855.0": {
+ "family_name": "Courier New",
+ "font-family": "Courier New",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Courier New",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 7,
+ 3,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/cour.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/courbd.ttf||311508:1599643855.0": {
+ "family_name": "Courier New",
+ "font-family": "Courier New",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Courier New Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 7,
+ 6,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/courbd.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/courbi.ttf||234788:1599643855.0": {
+ "family_name": "Courier New",
+ "font-family": "Courier New",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Courier New Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 7,
+ 6,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/courbi.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/couri.ttf||244156:1599643855.0": {
+ "family_name": "Courier New",
+ "font-family": "Courier New",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Courier New Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/couri.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/desyrel.ttf||90928:1625256442.0": {
+ "family_name": "Desyrel",
+ "font-family": "Desyrel",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Desyrel",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 3,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 3
+ ],
+ "path": "/usr/share/fonts/TTF/desyrel.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/fa-brands-400.ttf||181852:1648385325.0": {
+ "family_name": "Font Awesome 6 Brands Regular",
+ "font-family": "Font Awesome 6 Brands Regular",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Font Awesome 6 Brands Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/fa-brands-400.ttf",
+ "preferred_family_name": "Font Awesome 6 Brands",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/fa-regular-400.ttf||60520:1648385325.0": {
+ "family_name": "Font Awesome 6 Free Regular",
+ "font-family": "Font Awesome 6 Free Regular",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Font Awesome 6 Free Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/fa-regular-400.ttf",
+ "preferred_family_name": "Font Awesome 6 Free",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/fa-solid-900.ttf||388460:1648385325.0": {
+ "family_name": "Font Awesome 6 Free Solid",
+ "font-family": "Font Awesome 6 Free Solid",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Font Awesome 6 Free Solid",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/fa-solid-900.ttf",
+ "preferred_family_name": "Font Awesome 6 Free",
+ "preferred_subfamily_name": "Solid",
+ "subfamily_name": "Solid",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/fa-v4compatibility.ttf||10556:1648385325.0": {
+ "family_name": "Font Awesome v4 Compatibility Regular",
+ "font-family": "Font Awesome v4 Compatibility Regular",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Font Awesome v4 Compatibility Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/fa-v4compatibility.ttf",
+ "preferred_family_name": "Font Awesome v4 Compatibility",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/iosevka-bold.ttf||6082836:1658693493.0": {
+ "family_name": "Iosevka",
+ "font-family": "Iosevka",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-bold.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold"
+ },
+ "/usr/share/fonts/TTF/iosevka-bolditalic.ttf||6315324:1658693493.0": {
+ "family_name": "Iosevka",
+ "font-family": "Iosevka",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-bolditalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-boldoblique.ttf||6299712:1658693493.0": {
+ "family_name": "Iosevka Oblique",
+ "font-family": "Iosevka Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-boldoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Bold Oblique",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extended.ttf||5765816:1658693493.0": {
+ "family_name": "Iosevka Extended",
+ "font-family": "Iosevka Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Extended",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extended.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extended",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedbold.ttf||5794652:1658693493.0": {
+ "family_name": "Iosevka Extended",
+ "font-family": "Iosevka Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Extended",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedbold.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Bold Extended",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedbolditalic.ttf||6009252:1658693493.0": {
+ "family_name": "Iosevka Extended",
+ "font-family": "Iosevka Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Extended Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedbolditalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Bold Extended Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedboldoblique.ttf||5993668:1658693493.0": {
+ "family_name": "Iosevka Extended Oblique",
+ "font-family": "Iosevka Extended Oblique",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Extended Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedboldoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Bold Extended Oblique",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedextrabold.ttf||5807036:1658693493.0": {
+ "family_name": "Iosevka Extrabold Extended",
+ "font-family": "Iosevka Extrabold Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Iosevka Extrabold Extended",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 9,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedextrabold.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extrabold Extended",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extrabold Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedextrabolditalic.ttf||6042792:1658693493.0": {
+ "family_name": "Iosevka Extrabold Extended",
+ "font-family": "Iosevka Extrabold Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Iosevka Extrabold Extended Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 9,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedextrabolditalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extrabold Extended Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extrabold Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedextraboldoblique.ttf||6025664:1658693493.0": {
+ "family_name": "Iosevka XBdExObl",
+ "font-family": "Iosevka XBdExObl",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Iosevka Extrabold Extended Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 9,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedextraboldoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extrabold Extended Oblique",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extrabold Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedextralight.ttf||5631420:1658693493.0": {
+ "family_name": "Iosevka Extralight Extended",
+ "font-family": "Iosevka Extralight Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Extended",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedextralight.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extralight Extended",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedextralightitalic.ttf||5841952:1658693493.0": {
+ "family_name": "Iosevka Extralight Extended",
+ "font-family": "Iosevka Extralight Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Extended Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedextralightitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extralight Extended Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedextralightoblique.ttf||5823892:1658693493.0": {
+ "family_name": "Iosevka XLtExObl",
+ "font-family": "Iosevka XLtExObl",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Extended Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedextralightoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extralight Extended Oblique",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedheavy.ttf||5864860:1658693493.0": {
+ "family_name": "Iosevka Heavy Extended",
+ "font-family": "Iosevka Heavy Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Extended",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedheavy.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Heavy Extended",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedheavyitalic.ttf||6050964:1658693493.0": {
+ "family_name": "Iosevka Heavy Extended",
+ "font-family": "Iosevka Heavy Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Extended Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedheavyitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Heavy Extended Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedheavyoblique.ttf||6043512:1658693493.0": {
+ "family_name": "Iosevka Heavy Extended Oblique",
+ "font-family": "Iosevka Heavy Extended Oblique",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Extended Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedheavyoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Heavy Extended Oblique",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendeditalic.ttf||5989508:1658693493.0": {
+ "family_name": "Iosevka Extended",
+ "font-family": "Iosevka Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Extended Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendeditalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extended Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedlight.ttf||5738532:1658693493.0": {
+ "family_name": "Iosevka Light Extended",
+ "font-family": "Iosevka Light Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Extended",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedlight.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Light Extended",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedlightitalic.ttf||5944888:1658693493.0": {
+ "family_name": "Iosevka Light Extended",
+ "font-family": "Iosevka Light Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Extended Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedlightitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Light Extended Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedlightoblique.ttf||5924116:1658693493.0": {
+ "family_name": "Iosevka Light Extended Oblique",
+ "font-family": "Iosevka Light Extended Oblique",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Extended Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedlightoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Light Extended Oblique",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedmedium.ttf||5713116:1658693493.0": {
+ "family_name": "Iosevka Medium Extended",
+ "font-family": "Iosevka Medium Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Extended",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedmedium.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Medium Extended",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedmediumitalic.ttf||5971156:1658693493.0": {
+ "family_name": "Iosevka Medium Extended",
+ "font-family": "Iosevka Medium Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Extended Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedmediumitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Medium Extended Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedmediumoblique.ttf||5951376:1658693493.0": {
+ "family_name": "Iosevka MdExObl",
+ "font-family": "Iosevka MdExObl",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Extended Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedmediumoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Medium Extended Oblique",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedoblique.ttf||5968620:1658693493.0": {
+ "family_name": "Iosevka Extended Oblique",
+ "font-family": "Iosevka Extended Oblique",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Extended Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extended Oblique",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedsemibold.ttf||5770320:1658693493.0": {
+ "family_name": "Iosevka Semibold Extended",
+ "font-family": "Iosevka Semibold Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Iosevka Semibold Extended",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 7,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedsemibold.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Semibold Extended",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Semibold Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedsemibolditalic.ttf||6008944:1658693493.0": {
+ "family_name": "Iosevka Semibold Extended",
+ "font-family": "Iosevka Semibold Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Iosevka Semibold Extended Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 7,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedsemibolditalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Semibold Extended Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Semibold Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedsemiboldoblique.ttf||5989552:1658693493.0": {
+ "family_name": "Iosevka SmBdExObl",
+ "font-family": "Iosevka SmBdExObl",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Iosevka Semibold Extended Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 7,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedsemiboldoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Semibold Extended Oblique",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Semibold Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedthin.ttf||5568848:1658693493.0": {
+ "family_name": "Iosevka Thin Extended",
+ "font-family": "Iosevka Thin Extended",
+ "font-stretch": "expanded",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Extended",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedthin.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Thin Extended",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Extended"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedthinitalic.ttf||5754300:1658693493.0": {
+ "family_name": "Iosevka Thin Extended",
+ "font-family": "Iosevka Thin Extended",
+ "font-stretch": "expanded",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Extended Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedthinitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Thin Extended Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Extended Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extendedthinoblique.ttf||5734348:1658693493.0": {
+ "family_name": "Iosevka Thin Extended Oblique",
+ "font-family": "Iosevka Thin Extended Oblique",
+ "font-stretch": "expanded",
+ "font-style": "oblique",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Extended Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extendedthinoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Thin Extended Oblique",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 7,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Extended Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extrabold.ttf||6090772:1658693493.0": {
+ "family_name": "Iosevka Extrabold",
+ "font-family": "Iosevka Extrabold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Iosevka Extrabold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 9,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extrabold.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extrabold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extrabold"
+ },
+ "/usr/share/fonts/TTF/iosevka-extrabolditalic.ttf||6339500:1658693493.0": {
+ "family_name": "Iosevka Extrabold",
+ "font-family": "Iosevka Extrabold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Iosevka Extrabold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 9,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extrabolditalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extrabold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extrabold Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extraboldoblique.ttf||6324448:1658693493.0": {
+ "family_name": "Iosevka Extrabold Oblique",
+ "font-family": "Iosevka Extrabold Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Iosevka Extrabold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 9,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extraboldoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extrabold Oblique",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extrabold Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-extralight.ttf||5749876:1658693493.0": {
+ "family_name": "Iosevka Extralight",
+ "font-family": "Iosevka Extralight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extralight.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extralight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight"
+ },
+ "/usr/share/fonts/TTF/iosevka-extralightitalic.ttf||5972652:1658693493.0": {
+ "family_name": "Iosevka Extralight",
+ "font-family": "Iosevka Extralight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extralightitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extralight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-extralightoblique.ttf||5956440:1658693493.0": {
+ "family_name": "Iosevka Extralight Oblique",
+ "font-family": "Iosevka Extralight Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-extralightoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Extralight Oblique",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-heavy.ttf||6083968:1658693493.0": {
+ "family_name": "Iosevka Heavy",
+ "font-family": "Iosevka Heavy",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-heavy.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy"
+ },
+ "/usr/share/fonts/TTF/iosevka-heavyitalic.ttf||6321924:1658693493.0": {
+ "family_name": "Iosevka Heavy",
+ "font-family": "Iosevka Heavy",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-heavyitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-heavyoblique.ttf||6304232:1658693493.0": {
+ "family_name": "Iosevka Heavy Oblique",
+ "font-family": "Iosevka Heavy Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-heavyoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Heavy Oblique",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-italic.ttf||6312348:1658693493.0": {
+ "family_name": "Iosevka",
+ "font-family": "Iosevka",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-italic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-light.ttf||5937616:1658693493.0": {
+ "family_name": "Iosevka Light",
+ "font-family": "Iosevka Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-light.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light"
+ },
+ "/usr/share/fonts/TTF/iosevka-lightitalic.ttf||6156300:1658693493.0": {
+ "family_name": "Iosevka Light",
+ "font-family": "Iosevka Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-lightitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-lightoblique.ttf||6137052:1658693493.0": {
+ "family_name": "Iosevka Light Oblique",
+ "font-family": "Iosevka Light Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-lightoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Light Oblique",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-medium.ttf||6098960:1658693493.0": {
+ "family_name": "Iosevka Medium",
+ "font-family": "Iosevka Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-medium.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium"
+ },
+ "/usr/share/fonts/TTF/iosevka-mediumitalic.ttf||6321056:1658693493.0": {
+ "family_name": "Iosevka Medium",
+ "font-family": "Iosevka Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-mediumitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-mediumoblique.ttf||6304468:1658693493.0": {
+ "family_name": "Iosevka Medium Oblique",
+ "font-family": "Iosevka Medium Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-mediumoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Medium Oblique",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-oblique.ttf||6293880:1658693493.0": {
+ "family_name": "Iosevka Oblique",
+ "font-family": "Iosevka Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-oblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Oblique",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-regular.ttf||6084120:1658693493.0": {
+ "family_name": "Iosevka",
+ "font-family": "Iosevka",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-regular.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Regular"
+ },
+ "/usr/share/fonts/TTF/iosevka-semibold.ttf||6092500:1658693493.0": {
+ "family_name": "Iosevka Semibold",
+ "font-family": "Iosevka Semibold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Iosevka Semibold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 7,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-semibold.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Semibold"
+ },
+ "/usr/share/fonts/TTF/iosevka-semibolditalic.ttf||6323196:1658693493.0": {
+ "family_name": "Iosevka Semibold",
+ "font-family": "Iosevka Semibold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Iosevka Semibold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 7,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-semibolditalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Semibold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Semibold Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-semiboldoblique.ttf||6307072:1658693493.0": {
+ "family_name": "Iosevka Semibold Oblique",
+ "font-family": "Iosevka Semibold Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Iosevka Semibold Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 7,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-semiboldoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Semibold Oblique",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Semibold Oblique"
+ },
+ "/usr/share/fonts/TTF/iosevka-thin.ttf||5763180:1658693493.0": {
+ "family_name": "Iosevka Thin",
+ "font-family": "Iosevka Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-thin.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin"
+ },
+ "/usr/share/fonts/TTF/iosevka-thinitalic.ttf||5951316:1658693493.0": {
+ "family_name": "Iosevka Thin",
+ "font-family": "Iosevka Thin",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-thinitalic.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Italic"
+ },
+ "/usr/share/fonts/TTF/iosevka-thinoblique.ttf||5932748:1658693493.0": {
+ "family_name": "Iosevka Thin Oblique",
+ "font-family": "Iosevka Thin Oblique",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/iosevka-thinoblique.ttf",
+ "preferred_family_name": "Iosevka",
+ "preferred_subfamily_name": "Thin Oblique",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Oblique"
+ },
+ "/usr/share/fonts/TTF/openlogos.ttf||80584:1625256442.0": {
+ "family_name": "OpenLogos",
+ "font-family": "OpenLogos",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "OpenLogos",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/openlogos.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/paskowy.ttf||26404:1625256442.0": {
+ "family_name": "Paskowy",
+ "font-family": "Paskowy",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 2,
+ "full_name": "Paskowy",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/paskowy.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/pf_tempesta_five_condensed.ttf||22312:1625256442.0": {
+ "family_name": "PF Tempesta Five Condensed",
+ "font-family": "PF Tempesta Five Condensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "PF Tempesta Five Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/pf_tempesta_five_condensed.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/space age.ttf||26736:1625256442.0": {
+ "family_name": "Space Age",
+ "font-family": "Space Age",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Space Age",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 0,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 0,
+ 2,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/space age.ttf",
+ "preferred_family_name": "Space Age",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/tahoma.ttf||143884:1604955711.0": {
+ "family_name": "Tahoma",
+ "font-family": "Tahoma",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Tahoma",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 3,
+ 5,
+ 4,
+ 4,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/tahoma.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/tahomabd.ttf||137272:1604955711.0": {
+ "family_name": "Tahoma",
+ "font-family": "Tahoma",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Tahoma Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 5,
+ 4,
+ 4,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/tahomabd.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/trebuc.ttf||126796:1599643855.0": {
+ "family_name": "Trebuchet MS",
+ "font-family": "Trebuchet MS",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Trebuchet MS",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/trebuc.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/trebucbi.ttf||131188:1599643855.0": {
+ "family_name": "Trebuchet MS",
+ "font-family": "Trebuchet MS",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Trebuchet MS Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/trebucbi.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/trebucit.ttf||139288:1599643855.0": {
+ "family_name": "Trebuchet MS",
+ "font-family": "Trebuchet MS",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Trebuchet MS Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/trebucit.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/xirod.ttf||69000:1625256442.0": {
+ "family_name": "Xirod",
+ "font-family": "Xirod",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Xirod-Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 4,
+ 1,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/TTF/xirod.ttf",
+ "preferred_family_name": "Xirod",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/TTF/zekton rg.ttf||86964:1625256442.0": {
+ "family_name": "Zekton Rg",
+ "font-family": "Zekton Rg",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "ZektonRg-Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 8,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/TTF/zekton rg.ttf",
+ "preferred_family_name": "Zekton",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Black.otf||134872:1610835204.0": {
+ "family_name": "Source Code Pro Black",
+ "font-family": "Source Code Pro Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Black.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-BlackIt.otf||112036:1610835204.0": {
+ "family_name": "Source Code Pro Black",
+ "font-family": "Source Code Pro Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-BlackIt.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Bold.otf||134764:1610835204.0": {
+ "family_name": "Source Code Pro",
+ "font-family": "Source Code Pro",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-BoldIt.otf||110648:1610835204.0": {
+ "family_name": "Source Code Pro",
+ "font-family": "Source Code Pro",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-BoldIt.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.otf||127080:1610835204.0": {
+ "family_name": "Source Code Pro ExtraLight",
+ "font-family": "Source Code Pro ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Code Pro ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLightIt.otf||107332:1610835204.0": {
+ "family_name": "Source Code Pro ExtraLight",
+ "font-family": "Source Code Pro ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Code Pro ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLightIt.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-It.otf||108148:1610835204.0": {
+ "family_name": "Source Code Pro",
+ "font-family": "Source Code Pro",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-It.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Light.otf||131784:1610835204.0": {
+ "family_name": "Source Code Pro Light",
+ "font-family": "Source Code Pro Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Light.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-LightIt.otf||108068:1610835204.0": {
+ "family_name": "Source Code Pro Light",
+ "font-family": "Source Code Pro Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-LightIt.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Medium.otf||132096:1610835204.0": {
+ "family_name": "Source Code Pro Medium",
+ "font-family": "Source Code Pro Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Medium.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-MediumIt.otf||108488:1610835204.0": {
+ "family_name": "Source Code Pro Medium",
+ "font-family": "Source Code Pro Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-MediumIt.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Regular.otf||132740:1610835204.0": {
+ "family_name": "Source Code Pro",
+ "font-family": "Source Code Pro",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Code Pro",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Semibold.otf||133404:1610835204.0": {
+ "family_name": "Source Code Pro Semibold",
+ "font-family": "Source Code Pro Semibold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Semibold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Semibold.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-SemiboldIt.otf||109592:1610835204.0": {
+ "family_name": "Source Code Pro Semibold",
+ "font-family": "Source Code Pro Semibold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Source Code Pro Semibold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodePro-SemiboldIt.otf",
+ "preferred_family_name": "Source Code Pro",
+ "preferred_subfamily_name": "Semibold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf||112460:1610835204.0": {
+ "family_name": "Source Code Variable",
+ "font-family": "Source Code Variable",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Code Variable Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Italic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": "Italic Master 0",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf||137124:1610835204.0": {
+ "family_name": "Source Code Variable",
+ "font-family": "Source Code Variable",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Code Variable",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-code-pro/SourceCodeVariable-Roman.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": "Roman Master 0",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Bold.otf||8543504:1622647719.0": {
+ "family_name": "Source Han Sans CN",
+ "font-family": "Source Han Sans CN",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Han Sans CN Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-ExtraLight.otf||7575136:1622647719.0": {
+ "family_name": "Source Han Sans CN ExtraLight",
+ "font-family": "Source Han Sans CN ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Source Han Sans CN ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-ExtraLight.otf",
+ "preferred_family_name": "Source Han Sans CN",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Heavy.otf||8856264:1622647719.0": {
+ "family_name": "Source Han Sans CN Heavy",
+ "font-family": "Source Han Sans CN Heavy",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Han Sans CN Heavy",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Heavy.otf",
+ "preferred_family_name": "Source Han Sans CN",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Light.otf||8299448:1622647719.0": {
+ "family_name": "Source Han Sans CN Light",
+ "font-family": "Source Han Sans CN Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Han Sans CN Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Light.otf",
+ "preferred_family_name": "Source Han Sans CN",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Medium.otf||8345780:1622647719.0": {
+ "family_name": "Source Han Sans CN Medium",
+ "font-family": "Source Han Sans CN Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Source Han Sans CN Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Medium.otf",
+ "preferred_family_name": "Source Han Sans CN",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Normal.otf||8326204:1622647719.0": {
+ "family_name": "Source Han Sans CN Normal",
+ "font-family": "Source Han Sans CN Normal",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Source Han Sans CN Normal",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Normal.otf",
+ "preferred_family_name": "Source Han Sans CN",
+ "preferred_subfamily_name": "Normal",
+ "subfamily_name": "Regular",
+ "weight": 350,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Regular.otf||8331636:1622647719.0": {
+ "family_name": "Source Han Sans CN",
+ "font-family": "Source Han Sans CN",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Han Sans CN",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansCN-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Bold.otf||4656796:1622647719.0": {
+ "family_name": "Source Han Sans JP",
+ "font-family": "Source Han Sans JP",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Han Sans JP Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-ExtraLight.otf||4235524:1622647719.0": {
+ "family_name": "Source Han Sans JP ExtraLight",
+ "font-family": "Source Han Sans JP ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Source Han Sans JP ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-ExtraLight.otf",
+ "preferred_family_name": "Source Han Sans JP",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Heavy.otf||4855572:1622647719.0": {
+ "family_name": "Source Han Sans JP Heavy",
+ "font-family": "Source Han Sans JP Heavy",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Han Sans JP Heavy",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Heavy.otf",
+ "preferred_family_name": "Source Han Sans JP",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Light.otf||4514324:1622647719.0": {
+ "family_name": "Source Han Sans JP Light",
+ "font-family": "Source Han Sans JP Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Han Sans JP Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Light.otf",
+ "preferred_family_name": "Source Han Sans JP",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Medium.otf||4549492:1622647719.0": {
+ "family_name": "Source Han Sans JP Medium",
+ "font-family": "Source Han Sans JP Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Source Han Sans JP Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Medium.otf",
+ "preferred_family_name": "Source Han Sans JP",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Normal.otf||4529712:1622647719.0": {
+ "family_name": "Source Han Sans JP Normal",
+ "font-family": "Source Han Sans JP Normal",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Source Han Sans JP Normal",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Normal.otf",
+ "preferred_family_name": "Source Han Sans JP",
+ "preferred_subfamily_name": "Normal",
+ "subfamily_name": "Regular",
+ "weight": 350,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Regular.otf||4533336:1622647719.0": {
+ "family_name": "Source Han Sans JP",
+ "font-family": "Source Han Sans JP",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Han Sans JP",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansJP-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Bold.otf||4816376:1622647719.0": {
+ "family_name": "Source Han Sans KR",
+ "font-family": "Source Han Sans KR",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Han Sans KR Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-ExtraLight.otf||4254544:1622647719.0": {
+ "family_name": "Source Han Sans KR ExtraLight",
+ "font-family": "Source Han Sans KR ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Source Han Sans KR ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-ExtraLight.otf",
+ "preferred_family_name": "Source Han Sans KR",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Heavy.otf||5033592:1622647719.0": {
+ "family_name": "Source Han Sans KR Heavy",
+ "font-family": "Source Han Sans KR Heavy",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Han Sans KR Heavy",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Heavy.otf",
+ "preferred_family_name": "Source Han Sans KR",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Light.otf||4629396:1622647719.0": {
+ "family_name": "Source Han Sans KR Light",
+ "font-family": "Source Han Sans KR Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Han Sans KR Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Light.otf",
+ "preferred_family_name": "Source Han Sans KR",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Medium.otf||4670160:1622647719.0": {
+ "family_name": "Source Han Sans KR Medium",
+ "font-family": "Source Han Sans KR Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Source Han Sans KR Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Medium.otf",
+ "preferred_family_name": "Source Han Sans KR",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Normal.otf||4651968:1622647719.0": {
+ "family_name": "Source Han Sans KR Normal",
+ "font-family": "Source Han Sans KR Normal",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "350",
+ "fs_type": 0,
+ "full_name": "Source Han Sans KR Normal",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Normal.otf",
+ "preferred_family_name": "Source Han Sans KR",
+ "preferred_subfamily_name": "Normal",
+ "subfamily_name": "Regular",
+ "weight": 350,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Regular.otf||4645048:1622647719.0": {
+ "family_name": "Source Han Sans KR",
+ "font-family": "Source Han Sans KR",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Han Sans KR",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/adobe-source-han-sans/SourceHanSansKR-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-Black.otf||340208:1626253592.0": {
+ "family_name": "Source Sans 3 Black",
+ "font-family": "Source Sans 3 Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-Black.otf",
+ "preferred_family_name": "Source Sans 3",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-BlackIt.otf||244556:1626253592.0": {
+ "family_name": "Source Sans 3 Black",
+ "font-family": "Source Sans 3 Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-BlackIt.otf",
+ "preferred_family_name": "Source Sans 3",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-Bold.otf||349232:1626253592.0": {
+ "family_name": "Source Sans 3",
+ "font-family": "Source Sans 3",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-BoldIt.otf||248036:1626253592.0": {
+ "family_name": "Source Sans 3",
+ "font-family": "Source Sans 3",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-BoldIt.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-ExtraLight.otf||318820:1626253592.0": {
+ "family_name": "Source Sans 3 ExtraLight",
+ "font-family": "Source Sans 3 ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-ExtraLight.otf",
+ "preferred_family_name": "Source Sans 3",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-ExtraLightIt.otf||228120:1626253592.0": {
+ "family_name": "Source Sans 3 ExtraLight",
+ "font-family": "Source Sans 3 ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-ExtraLightIt.otf",
+ "preferred_family_name": "Source Sans 3",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-It.otf||241788:1626253592.0": {
+ "family_name": "Source Sans 3",
+ "font-family": "Source Sans 3",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-It.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-Light.otf||330248:1626253592.0": {
+ "family_name": "Source Sans 3 Light",
+ "font-family": "Source Sans 3 Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-Light.otf",
+ "preferred_family_name": "Source Sans 3",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-LightIt.otf||236764:1626253592.0": {
+ "family_name": "Source Sans 3 Light",
+ "font-family": "Source Sans 3 Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-LightIt.otf",
+ "preferred_family_name": "Source Sans 3",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-Regular.otf||339844:1626253592.0": {
+ "family_name": "Source Sans 3",
+ "font-family": "Source Sans 3",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Sans 3",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-Semibold.otf||343612:1626253592.0": {
+ "family_name": "Source Sans 3 Semibold",
+ "font-family": "Source Sans 3 Semibold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Semibold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-Semibold.otf",
+ "preferred_family_name": "Source Sans 3",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3-SemiboldIt.otf||243680:1626253592.0": {
+ "family_name": "Source Sans 3 Semibold",
+ "font-family": "Source Sans 3 Semibold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 Semibold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3-SemiboldIt.otf",
+ "preferred_family_name": "Source Sans 3",
+ "preferred_subfamily_name": "Semibold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3VF-Italic.otf||290340:1626253592.0": {
+ "family_name": "Source Sans 3 VF",
+ "font-family": "Source Sans 3 VF",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 VF Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3VF-Italic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSans3VF-Roman.otf||537360:1626253592.0": {
+ "family_name": "Source Sans 3 VF",
+ "font-family": "Source Sans 3 VF",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Sans 3 VF",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSans3VF-Roman.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": "Roman",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-Black.otf||295500:1626253592.0": {
+ "family_name": "Source Sans Pro Black",
+ "font-family": "Source Sans Pro Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-Black.otf",
+ "preferred_family_name": "Source Sans Pro",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-BlackIt.otf||212660:1626253592.0": {
+ "family_name": "Source Sans Pro Black",
+ "font-family": "Source Sans Pro Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-BlackIt.otf",
+ "preferred_family_name": "Source Sans Pro",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-Bold.otf||298076:1626253592.0": {
+ "family_name": "Source Sans Pro",
+ "font-family": "Source Sans Pro",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-BoldIt.otf||212380:1626253592.0": {
+ "family_name": "Source Sans Pro",
+ "font-family": "Source Sans Pro",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-BoldIt.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-ExtraLight.otf||282200:1626253592.0": {
+ "family_name": "Source Sans Pro ExtraLight",
+ "font-family": "Source Sans Pro ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-ExtraLight.otf",
+ "preferred_family_name": "Source Sans Pro",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-ExtraLightIt.otf||198324:1626253592.0": {
+ "family_name": "Source Sans Pro ExtraLight",
+ "font-family": "Source Sans Pro ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-ExtraLightIt.otf",
+ "preferred_family_name": "Source Sans Pro",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-It.otf||208408:1626253592.0": {
+ "family_name": "Source Sans Pro",
+ "font-family": "Source Sans Pro",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-It.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-Light.otf||290464:1626253592.0": {
+ "family_name": "Source Sans Pro Light",
+ "font-family": "Source Sans Pro Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-Light.otf",
+ "preferred_family_name": "Source Sans Pro",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-LightIt.otf||204752:1626253592.0": {
+ "family_name": "Source Sans Pro Light",
+ "font-family": "Source Sans Pro Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-LightIt.otf",
+ "preferred_family_name": "Source Sans Pro",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-Regular.otf||293200:1626253592.0": {
+ "family_name": "Source Sans Pro",
+ "font-family": "Source Sans Pro",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-Semibold.otf||295952:1626253592.0": {
+ "family_name": "Source Sans Pro Semibold",
+ "font-family": "Source Sans Pro Semibold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Semibold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-Semibold.otf",
+ "preferred_family_name": "Source Sans Pro",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansPro-SemiboldIt.otf||210012:1626253592.0": {
+ "family_name": "Source Sans Pro Semibold",
+ "font-family": "Source Sans Pro Semibold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Source Sans Pro Semibold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansPro-SemiboldIt.otf",
+ "preferred_family_name": "Source Sans Pro",
+ "preferred_subfamily_name": "Semibold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansVariable-Italic.otf||252284:1626253592.0": {
+ "family_name": "Source Sans Variable",
+ "font-family": "Source Sans Variable",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Sans Variable Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansVariable-Italic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/adobe-source-sans/SourceSansVariable-Roman.otf||467920:1626253592.0": {
+ "family_name": "Source Sans Variable",
+ "font-family": "Source Sans Variable",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Source Sans Variable",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 3,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/adobe-source-sans/SourceSansVariable-Roman.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": "Roman",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/awesome-terminal-fonts/devicons-regular.ttf||125484:1616952208.0": {
+ "family_name": "icomoon",
+ "font-family": "icomoon",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "icomoon",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/awesome-terminal-fonts/devicons-regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/awesome-terminal-fonts/fontawesome-regular.ttf||165548:1616952208.0": {
+ "family_name": "FontAwesome",
+ "font-family": "FontAwesome",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "FontAwesome",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/awesome-terminal-fonts/fontawesome-regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/awesome-terminal-fonts/octicons-regular.ttf||35580:1616952208.0": {
+ "family_name": "octicons",
+ "font-family": "octicons",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "octicons",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/awesome-terminal-fonts/octicons-regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/awesome-terminal-fonts/pomicons-regular.ttf||8664:1616952208.0": {
+ "family_name": "Pomodoro",
+ "font-family": "Pomodoro",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Pomodoro",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/awesome-terminal-fonts/pomicons-regular.ttf",
+ "preferred_family_name": "Pomodoro",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/cantarell/Cantarell-VF.otf||170588:1639135458.0": {
+ "family_name": "Cantarell",
+ "font-family": "Cantarell",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Cantarell Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/cantarell/Cantarell-VF.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/carlito/Carlito-Bold.ttf||690516:1616568110.0": {
+ "family_name": "Carlito",
+ "font-family": "Carlito",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Carlito Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 5,
+ 2,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/carlito/Carlito-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/carlito/Carlito-BoldItalic.ttf||816716:1616568110.0": {
+ "family_name": "Carlito",
+ "font-family": "Carlito",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Carlito Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 5,
+ 2,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/carlito/Carlito-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/carlito/Carlito-Italic.ttf||623416:1616568110.0": {
+ "family_name": "Carlito",
+ "font-family": "Carlito",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Carlito Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 5,
+ 2,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/carlito/Carlito-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/carlito/Carlito-Regular.ttf||635996:1616568110.0": {
+ "family_name": "Carlito",
+ "font-family": "Carlito",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Carlito",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 5,
+ 2,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/carlito/Carlito-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidKufi-Bold.ttf||81220:1616720154.0": {
+ "family_name": "Droid Arabic Kufi",
+ "font-family": "Droid Arabic Kufi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Droid Arabic Kufi Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidKufi-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidKufi-Regular.ttf||81224:1616720154.0": {
+ "family_name": "Droid Arabic Kufi",
+ "font-family": "Droid Arabic Kufi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Arabic Kufi",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidKufi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidNaskh-Bold.ttf||94620:1616720154.0": {
+ "family_name": "Droid Arabic Naskh",
+ "font-family": "Droid Arabic Naskh",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Droid Arabic Naskh Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidNaskh-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidNaskh-Regular-SystemUI.ttf||158148:1616720154.0": {
+ "family_name": "Droid Naskh Shift Alt",
+ "font-family": "Droid Naskh Shift Alt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Naskh Shift Alt",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidNaskh-Regular-SystemUI.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidNaskh-Regular.ttf||91340:1616720154.0": {
+ "family_name": "Droid Arabic Naskh",
+ "font-family": "Droid Arabic Naskh",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Arabic Naskh",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidNaskh-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSans-Bold.ttf||194488:1616720154.0": {
+ "family_name": "Droid Sans",
+ "font-family": "Droid Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Droid Sans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSans-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSans.ttf||190776:1616720154.0": {
+ "family_name": "Droid Sans",
+ "font-family": "Droid Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSans.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansArabic.ttf||35880:1616720154.0": {
+ "family_name": "Droid Sans Arabic",
+ "font-family": "Droid Sans Arabic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Arabic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 0,
+ 3,
+ 5,
+ 0,
+ 5,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansArabic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansArmenian.ttf||13856:1616720154.0": {
+ "family_name": "Droid Sans Armenian",
+ "font-family": "Droid Sans Armenian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Armenian",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansArmenian.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansDevanagari-Regular.ttf||123372:1616720154.0": {
+ "family_name": "Droid Sans Devanagari",
+ "font-family": "Droid Sans Devanagari",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Devanagari",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansDevanagari-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansEthiopic-Bold.ttf||222592:1616720154.0": {
+ "family_name": "Droid Sans Ethiopic",
+ "font-family": "Droid Sans Ethiopic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Droid Sans Ethiopic Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansEthiopic-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansEthiopic-Regular.ttf||227928:1616720154.0": {
+ "family_name": "Droid Sans Ethiopic",
+ "font-family": "Droid Sans Ethiopic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Ethiopic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansEthiopic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansFallback.ttf||3838696:1616720154.0": {
+ "family_name": "Droid Sans Fallback",
+ "font-family": "Droid Sans Fallback",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Fallback",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansFallback.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansFallbackFull.ttf||5398328:1616720154.0": {
+ "family_name": "Droid Sans Fallback",
+ "font-family": "Droid Sans Fallback",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Fallback",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansFallbackFull.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansFallbackLegacy.ttf||3081908:1616720154.0": {
+ "family_name": "Droid Sans Fallback",
+ "font-family": "Droid Sans Fallback",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Fallback",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansFallbackLegacy.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansGeorgian.ttf||21096:1616720154.0": {
+ "family_name": "Droid Sans Georgian",
+ "font-family": "Droid Sans Georgian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Georgian",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansGeorgian.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansHebrew-Bold.ttf||30280:1616720154.0": {
+ "family_name": "Droid Sans Hebrew",
+ "font-family": "Droid Sans Hebrew",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 8,
+ "full_name": "Droid Sans Hebrew Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 0,
+ 3,
+ 5,
+ 0,
+ 5,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansHebrew-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansHebrew-Regular.ttf||30024:1616720154.0": {
+ "family_name": "Droid Sans Hebrew",
+ "font-family": "Droid Sans Hebrew",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Hebrew",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 0,
+ 3,
+ 5,
+ 0,
+ 5,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansHebrew-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansJapanese.ttf||1173140:1616720154.0": {
+ "family_name": "Droid Sans Japanese",
+ "font-family": "Droid Sans Japanese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Japanese",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansJapanese.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansMono.ttf||119380:1616720154.0": {
+ "family_name": "Droid Sans Mono",
+ "font-family": "Droid Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansMono.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansTamil-Bold.ttf||36448:1616720154.0": {
+ "family_name": "Droid Sans Tamil",
+ "font-family": "Droid Sans Tamil",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Droid Sans Tamil Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansTamil-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansTamil-Regular.ttf||36308:1616720154.0": {
+ "family_name": "Droid Sans Tamil",
+ "font-family": "Droid Sans Tamil",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Tamil",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansTamil-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSansThai.ttf||35584:1616720154.0": {
+ "family_name": "Droid Sans Thai",
+ "font-family": "Droid Sans Thai",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Thai",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/droid/DroidSansThai.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSerif-Bold.ttf||185228:1616720154.0": {
+ "family_name": "Droid Serif",
+ "font-family": "Droid Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Droid Serif Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 0,
+ 6,
+ 5,
+ 0,
+ 2,
+ 2,
+ 0
+ ],
+ "path": "/usr/share/fonts/droid/DroidSerif-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSerif-BoldItalic.ttf||190304:1616720154.0": {
+ "family_name": "Droid Serif",
+ "font-family": "Droid Serif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Droid Serif Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 0,
+ 6,
+ 5,
+ 0,
+ 9,
+ 2,
+ 0
+ ],
+ "path": "/usr/share/fonts/droid/DroidSerif-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSerif-Italic.ttf||177560:1616720154.0": {
+ "family_name": "Droid Serif",
+ "font-family": "Droid Serif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Serif Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 0,
+ 6,
+ 5,
+ 0,
+ 9,
+ 2,
+ 0
+ ],
+ "path": "/usr/share/fonts/droid/DroidSerif-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/droid/DroidSerif-Regular.ttf||172916:1616720154.0": {
+ "family_name": "Droid Serif",
+ "font-family": "Droid Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Serif",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 0,
+ 6,
+ 5,
+ 0,
+ 2,
+ 2,
+ 0
+ ],
+ "path": "/usr/share/fonts/droid/DroidSerif-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeMono.otf||430884:1589880580.0": {
+ "family_name": "FreeMono",
+ "font-family": "FreeMono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "FreeMono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeMono.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeMonoBold.otf||203376:1589880580.0": {
+ "family_name": "FreeMono",
+ "font-family": "FreeMono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "FreeMono Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 6,
+ 9,
+ 2,
+ 8,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeMonoBold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeMonoBoldOblique.otf||194716:1589880580.0": {
+ "family_name": "FreeMono",
+ "font-family": "FreeMono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "FreeMono Bold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 6,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeMonoBoldOblique.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeMonoOblique.otf||245408:1589880580.0": {
+ "family_name": "FreeMono",
+ "font-family": "FreeMono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "FreeMono Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 15,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeMonoOblique.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeSans.otf||856800:1589880580.0": {
+ "family_name": "FreeSans",
+ "font-family": "FreeSans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "FreeSans",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeSans.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeSansBold.otf||305436:1589880580.0": {
+ "family_name": "FreeSans",
+ "font-family": "FreeSans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "FreeSans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeSansBold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeSansBoldOblique.otf||233476:1589880580.0": {
+ "family_name": "FreeSans",
+ "font-family": "FreeSans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "FreeSans Bold Oblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeSansBoldOblique.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeSansOblique.otf||473976:1589880580.0": {
+ "family_name": "FreeSans",
+ "font-family": "FreeSans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "FreeSans Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeSansOblique.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeSerif.otf||2047320:1589880580.0": {
+ "family_name": "FreeSerif",
+ "font-family": "FreeSerif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "FreeSerif",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeSerif.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeSerifBold.otf||954748:1589880580.0": {
+ "family_name": "FreeSerif",
+ "font-family": "FreeSerif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "FreeSerif Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 7,
+ 5,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeSerifBold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeSerifBoldItalic.otf||425684:1589880580.0": {
+ "family_name": "FreeSerif",
+ "font-family": "FreeSerif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "FreeSerif Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 6,
+ 5,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeSerifBoldItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gnu-free/FreeSerifItalic.otf||597888:1589880580.0": {
+ "family_name": "FreeSerif",
+ "font-family": "FreeSerif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "FreeSerif Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/gnu-free/FreeSerifItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/C059-BdIta.otf||103444:1616704737.0": {
+ "family_name": "C059",
+ "font-family": "C059",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "C059-BdIta",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/C059-BdIta.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/C059-Bold.otf||100692:1616704737.0": {
+ "family_name": "C059",
+ "font-family": "C059",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "C059-Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/C059-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/C059-Italic.otf||101324:1616704737.0": {
+ "family_name": "C059",
+ "font-family": "C059",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "C059-Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/C059-Italic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/C059-Roman.otf||97476:1616704737.0": {
+ "family_name": "C059",
+ "font-family": "C059",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "C059-Roman",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/C059-Roman.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Roman",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/D050000L.otf||29832:1616704737.0": {
+ "family_name": "D050000L",
+ "font-family": "D050000L",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "D050000L",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 1,
+ 1,
+ 6,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ "path": "/usr/share/fonts/gsfonts/D050000L.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusMonoPS-Bold.otf||87520:1616704737.0": {
+ "family_name": "Nimbus Mono PS",
+ "font-family": "Nimbus Mono PS",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "NimbusMonoPS-Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusMonoPS-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusMonoPS-BoldItalic.otf||89580:1616704737.0": {
+ "family_name": "Nimbus Mono PS",
+ "font-family": "Nimbus Mono PS",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "NimbusMonoPS-BoldItalic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusMonoPS-BoldItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusMonoPS-Italic.otf||82648:1616704737.0": {
+ "family_name": "Nimbus Mono PS",
+ "font-family": "Nimbus Mono PS",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "NimbusMonoPS-Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusMonoPS-Italic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusMonoPS-Regular.otf||77936:1616704737.0": {
+ "family_name": "Nimbus Mono PS",
+ "font-family": "Nimbus Mono PS",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "NimbusMonoPS-Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusMonoPS-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusRoman-Bold.otf||100984:1616704737.0": {
+ "family_name": "Nimbus Roman",
+ "font-family": "Nimbus Roman",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "NimbusRoman-Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusRoman-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusRoman-BoldItalic.otf||104772:1616704737.0": {
+ "family_name": "Nimbus Roman",
+ "font-family": "Nimbus Roman",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "NimbusRoman-BoldItalic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusRoman-BoldItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusRoman-Italic.otf||105684:1616704737.0": {
+ "family_name": "Nimbus Roman",
+ "font-family": "Nimbus Roman",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "NimbusRoman-Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusRoman-Italic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusRoman-Regular.otf||98200:1616704737.0": {
+ "family_name": "Nimbus Roman",
+ "font-family": "Nimbus Roman",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "NimbusRoman-Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusRoman-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusSans-Bold.otf||83264:1616704737.0": {
+ "family_name": "Nimbus Sans",
+ "font-family": "Nimbus Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "NimbusSans-Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusSans-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusSans-BoldItalic.otf||95396:1616704737.0": {
+ "family_name": "Nimbus Sans",
+ "font-family": "Nimbus Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "NimbusSans-BoldItalic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusSans-BoldItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusSans-Italic.otf||95244:1616704737.0": {
+ "family_name": "Nimbus Sans",
+ "font-family": "Nimbus Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "NimbusSans-Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusSans-Italic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusSans-Regular.otf||82264:1616704737.0": {
+ "family_name": "Nimbus Sans",
+ "font-family": "Nimbus Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "NimbusSans-Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusSans-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusSansNarrow-Bold.otf||81340:1616704737.0": {
+ "family_name": "Nimbus Sans Narrow",
+ "font-family": "Nimbus Sans Narrow",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "NimbusSansNarrow-Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusSansNarrow-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusSansNarrow-BoldOblique.otf||87956:1616704737.0": {
+ "family_name": "Nimbus Sans Narrow",
+ "font-family": "Nimbus Sans Narrow",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "NimbusSansNarrow-BoldOblique",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusSansNarrow-BoldOblique.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusSansNarrow-Oblique.otf||87068:1616704737.0": {
+ "family_name": "Nimbus Sans Narrow",
+ "font-family": "Nimbus Sans Narrow",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "NimbusSansNarrow-Oblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusSansNarrow-Oblique.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/NimbusSansNarrow-Regular.otf||80864:1616704737.0": {
+ "family_name": "Nimbus Sans Narrow",
+ "font-family": "Nimbus Sans Narrow",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "NimbusSansNarrow-Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/NimbusSansNarrow-Regular.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/P052-Bold.otf||110980:1616704737.0": {
+ "family_name": "P052",
+ "font-family": "P052",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "P052-Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/P052-Bold.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/P052-BoldItalic.otf||110928:1616704737.0": {
+ "family_name": "P052",
+ "font-family": "P052",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "P052-BoldItalic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/P052-BoldItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/P052-Italic.otf||109824:1616704737.0": {
+ "family_name": "P052",
+ "font-family": "P052",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "P052-Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/P052-Italic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/P052-Roman.otf||110236:1616704737.0": {
+ "family_name": "P052",
+ "font-family": "P052",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "P052-Roman",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/P052-Roman.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Roman",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/StandardSymbolsPS.otf||21176:1616704737.0": {
+ "family_name": "Standard Symbols PS",
+ "font-family": "Standard Symbols PS",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Standard Symbols PS",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 5,
+ 5,
+ 1,
+ 2,
+ 1,
+ 7,
+ 6,
+ 2,
+ 5,
+ 7
+ ],
+ "path": "/usr/share/fonts/gsfonts/StandardSymbolsPS.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/URWBookman-Demi.otf||97208:1616704737.0": {
+ "family_name": "URW Bookman",
+ "font-family": "URW Bookman",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 4,
+ "full_name": "URWBookman-Demi",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/URWBookman-Demi.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Demi",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/URWBookman-DemiItalic.otf||101584:1616704737.0": {
+ "family_name": "URW Bookman",
+ "font-family": "URW Bookman",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 4,
+ "full_name": "URWBookman-DemiItalic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/URWBookman-DemiItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Demi Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/URWBookman-Light.otf||98396:1616704737.0": {
+ "family_name": "URW Bookman",
+ "font-family": "URW Bookman",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 4,
+ "full_name": "URWBookman-Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/URWBookman-Light.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Light",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/URWBookman-LightItalic.otf||102764:1616704737.0": {
+ "family_name": "URW Bookman",
+ "font-family": "URW Bookman",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 4,
+ "full_name": "URWBookman-LightItalic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/URWBookman-LightItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Light Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/URWGothic-Book.otf||82968:1616704737.0": {
+ "family_name": "URW Gothic",
+ "font-family": "URW Gothic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "URWGothic-Book",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/URWGothic-Book.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/URWGothic-BookOblique.otf||85336:1616704737.0": {
+ "family_name": "URW Gothic",
+ "font-family": "URW Gothic",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "URWGothic-BookOblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/URWGothic-BookOblique.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/URWGothic-Demi.otf||83580:1616704737.0": {
+ "family_name": "URW Gothic",
+ "font-family": "URW Gothic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 4,
+ "full_name": "URWGothic-Demi",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/URWGothic-Demi.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Demi",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/URWGothic-DemiOblique.otf||86232:1616704737.0": {
+ "family_name": "URW Gothic",
+ "font-family": "URW Gothic",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 4,
+ "full_name": "URWGothic-DemiOblique",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/URWGothic-DemiOblique.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Demi Oblique",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/gsfonts/Z003-MediumItalic.otf||114052:1616704737.0": {
+ "family_name": "Z003",
+ "font-family": "Z003",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "Z003-MediumItalic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 6,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/gsfonts/Z003-MediumItalic.otf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationMono-Bold.ttf||307996:1633027421.0": {
+ "family_name": "Liberation Mono",
+ "font-family": "Liberation Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Mono Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationMono-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf||284068:1633027421.0": {
+ "family_name": "Liberation Mono",
+ "font-family": "Liberation Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Mono Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationMono-Italic.ttf||281536:1633027421.0": {
+ "family_name": "Liberation Mono",
+ "font-family": "Liberation Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Mono Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationMono-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationMono-Regular.ttf||319508:1633027421.0": {
+ "family_name": "Liberation Mono",
+ "font-family": "Liberation Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationMono-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationSans-Bold.ttf||414456:1633027421.0": {
+ "family_name": "Liberation Sans",
+ "font-family": "Liberation Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Sans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationSans-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationSans-BoldItalic.ttf||408996:1633027421.0": {
+ "family_name": "Liberation Sans",
+ "font-family": "Liberation Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Sans Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationSans-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationSans-Italic.ttf||415816:1633027421.0": {
+ "family_name": "Liberation Sans",
+ "font-family": "Liberation Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Sans Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationSans-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationSans-Regular.ttf||410712:1633027421.0": {
+ "family_name": "Liberation Sans",
+ "font-family": "Liberation Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Sans",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationSans-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationSerif-Bold.ttf||370096:1633027421.0": {
+ "family_name": "Liberation Serif",
+ "font-family": "Liberation Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Serif Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 7,
+ 5,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationSerif-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationSerif-BoldItalic.ttf||376772:1633027421.0": {
+ "family_name": "Liberation Serif",
+ "font-family": "Liberation Serif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Liberation Serif Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 3,
+ 6,
+ 5,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationSerif-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationSerif-Italic.ttf||375632:1633027421.0": {
+ "family_name": "Liberation Serif",
+ "font-family": "Liberation Serif",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Serif Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 3,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationSerif-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/liberation/LiberationSerif-Regular.ttf||393576:1633027421.0": {
+ "family_name": "Liberation Serif",
+ "font-family": "Liberation Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Liberation Serif",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/liberation/LiberationSerif-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/3270 Narrow Nerd Font Complete Mono.otf||3381936:1634564302.0": {
+ "family_name": "3270Narrow Nerd Font Mono",
+ "font-family": "3270Narrow Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "3270 Narrow Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/3270 Narrow Nerd Font Complete Mono.otf",
+ "preferred_family_name": "3270Narrow Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/3270 Narrow Nerd Font Complete.otf||2186232:1634564302.0": {
+ "family_name": "3270Narrow Nerd Font",
+ "font-family": "3270Narrow Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "3270 Narrow Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/3270 Narrow Nerd Font Complete.otf",
+ "preferred_family_name": "3270Narrow Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/3270 Semi-Narrow Nerd Font Complete Mono.otf||3375712:1634564302.0": {
+ "family_name": "3270SemiNarrow Nerd Font Mono",
+ "font-family": "3270SemiNarrow Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "3270 Semi-Narrow Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/3270 Semi-Narrow Nerd Font Complete Mono.otf",
+ "preferred_family_name": "3270SemiNarrow Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/3270 Semi-Narrow Nerd Font Complete.otf||2186324:1634564302.0": {
+ "family_name": "3270SemiNarrow Nerd Font",
+ "font-family": "3270SemiNarrow Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "3270 Semi-Narrow Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/3270 Semi-Narrow Nerd Font Complete.otf",
+ "preferred_family_name": "3270SemiNarrow Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/3270-Medium Nerd Font Complete Mono.otf||3387916:1634564302.0": {
+ "family_name": "3270Medium Nerd Font Mono",
+ "font-family": "3270Medium Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "3270-Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/3270-Medium Nerd Font Complete Mono.otf",
+ "preferred_family_name": "3270Medium Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/3270-Medium Nerd Font Complete.otf||2191828:1634564302.0": {
+ "family_name": "3270Medium Nerd Font",
+ "font-family": "3270Medium Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "3270-Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/3270-Medium Nerd Font Complete.otf",
+ "preferred_family_name": "3270Medium Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/AurulentSansMono-Regular Nerd Font Complete Mono.otf||3255588:1634564302.0": {
+ "family_name": "AurulentSansMono Nerd Font Mono",
+ "font-family": "AurulentSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "AurulentSansMono-Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/AurulentSansMono-Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "AurulentSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/AurulentSansMono-Regular Nerd Font Complete.otf||2110108:1634564302.0": {
+ "family_name": "AurulentSansMono Nerd Font",
+ "font-family": "AurulentSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "AurulentSansMono-Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/AurulentSansMono-Regular Nerd Font Complete.otf",
+ "preferred_family_name": "AurulentSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Bold Nerd Font Complete Mono.otf||4244856:1634564302.0": {
+ "family_name": "CodeNewRoman Nerd Font Mono",
+ "font-family": "CodeNewRoman Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Code New Roman Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "CodeNewRoman Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Bold Nerd Font Complete.otf||3128404:1634564302.0": {
+ "family_name": "CodeNewRoman Nerd Font",
+ "font-family": "CodeNewRoman Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Code New Roman Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Bold Nerd Font Complete.otf",
+ "preferred_family_name": "CodeNewRoman Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Italic Nerd Font Complete Mono.otf||4277172:1634564302.0": {
+ "family_name": "CodeNewRoman Nerd Font Mono",
+ "font-family": "CodeNewRoman Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Code New Roman Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "CodeNewRoman Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Italic Nerd Font Complete.otf||3160740:1634564302.0": {
+ "family_name": "CodeNewRoman Nerd Font",
+ "font-family": "CodeNewRoman Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Code New Roman Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Italic Nerd Font Complete.otf",
+ "preferred_family_name": "CodeNewRoman Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Nerd Font Complete Mono.otf||4239312:1634564302.0": {
+ "family_name": "CodeNewRoman Nerd Font Mono",
+ "font-family": "CodeNewRoman Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Code New Roman Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Nerd Font Complete Mono.otf",
+ "preferred_family_name": "CodeNewRoman Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Nerd Font Complete.otf||3122844:1634564302.0": {
+ "family_name": "CodeNewRoman Nerd Font",
+ "font-family": "CodeNewRoman Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Code New Roman Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Code New Roman Nerd Font Complete.otf",
+ "preferred_family_name": "CodeNewRoman Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Droid Sans Mono Nerd Font Complete Mono.otf||3419992:1634564302.0": {
+ "family_name": "DroidSansMono Nerd Font Mono",
+ "font-family": "DroidSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Droid Sans Mono Nerd Font Complete Mono.otf",
+ "preferred_family_name": "DroidSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Droid Sans Mono Nerd Font Complete.otf||2096384:1634564302.0": {
+ "family_name": "DroidSansMono Nerd Font",
+ "font-family": "DroidSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Droid Sans Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Droid Sans Mono Nerd Font Complete.otf",
+ "preferred_family_name": "DroidSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Bold Nerd Font Complete Mono.otf||3471168:1634564302.0": {
+ "family_name": "FiraCode Nerd Font Mono",
+ "font-family": "FiraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Code Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FiraCode Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Bold Nerd Font Complete.otf||2341000:1634564302.0": {
+ "family_name": "FiraCode Nerd Font",
+ "font-family": "FiraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fira Code Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Bold Nerd Font Complete.otf",
+ "preferred_family_name": "FiraCode Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Light Nerd Font Complete Mono.otf||3471744:1634564302.0": {
+ "family_name": "FiraCode Nerd Font Mono",
+ "font-family": "FiraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Code Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Light Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FiraCode Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Light Nerd Font Complete.otf||2338112:1634564302.0": {
+ "family_name": "FiraCode Nerd Font",
+ "font-family": "FiraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fira Code Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Light Nerd Font Complete.otf",
+ "preferred_family_name": "FiraCode Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Medium Nerd Font Complete Mono.otf||3474532:1634564302.0": {
+ "family_name": "FiraCode Nerd Font Mono",
+ "font-family": "FiraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Code Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Medium Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FiraCode Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Medium Nerd Font Complete.otf||2342560:1634564302.0": {
+ "family_name": "FiraCode Nerd Font",
+ "font-family": "FiraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fira Code Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Medium Nerd Font Complete.otf",
+ "preferred_family_name": "FiraCode Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Regular Nerd Font Complete Mono.otf||3475004:1634564302.0": {
+ "family_name": "FiraCode Nerd Font Mono",
+ "font-family": "FiraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Code Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FiraCode Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Regular Nerd Font Complete.otf||2341136:1634564302.0": {
+ "family_name": "FiraCode Nerd Font",
+ "font-family": "FiraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fira Code Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Regular Nerd Font Complete.otf",
+ "preferred_family_name": "FiraCode Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Retina Nerd Font Complete Mono.otf||3471432:1634564302.0": {
+ "family_name": "FiraCode Nerd Font Mono",
+ "font-family": "FiraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Fira Code Retina Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Retina Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FiraCode Nerd Font Mono",
+ "preferred_subfamily_name": "Retina",
+ "subfamily_name": "Regular",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Retina Nerd Font Complete.otf||2338788:1634564302.0": {
+ "family_name": "FiraCode Nerd Font",
+ "font-family": "FiraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Fira Code Retina Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Code Retina Nerd Font Complete.otf",
+ "preferred_family_name": "FiraCode Nerd Font",
+ "preferred_subfamily_name": "Retina",
+ "subfamily_name": "Regular",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Bold Nerd Font Complete Mono.otf||3369324:1634564302.0": {
+ "family_name": "FiraMono Nerd Font Mono",
+ "font-family": "FiraMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Fira Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FiraMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Bold Nerd Font Complete.otf||2188416:1634564302.0": {
+ "family_name": "FiraMono Nerd Font",
+ "font-family": "FiraMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Fira Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Bold Nerd Font Complete.otf",
+ "preferred_family_name": "FiraMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Medium Nerd Font Complete Mono.otf||3367008:1634564302.0": {
+ "family_name": "FiraMono Nerd Font Mono",
+ "font-family": "FiraMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Fira Mono Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Medium Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FiraMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Medium Nerd Font Complete.otf||2185068:1634564302.0": {
+ "family_name": "FiraMono Nerd Font",
+ "font-family": "FiraMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Fira Mono Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Medium Nerd Font Complete.otf",
+ "preferred_family_name": "FiraMono Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Regular Nerd Font Complete Mono.otf||3364984:1634564302.0": {
+ "family_name": "FiraMono Nerd Font Mono",
+ "font-family": "FiraMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Fira Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FiraMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Regular Nerd Font Complete.otf||2182844:1634564302.0": {
+ "family_name": "FiraMono Nerd Font",
+ "font-family": "FiraMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Fira Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fira Mono Regular Nerd Font Complete.otf",
+ "preferred_family_name": "FiraMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Bold Nerd Font Complete Mono.otf||3434540:1634564302.0": {
+ "family_name": "FuraCode Nerd Font Mono",
+ "font-family": "FuraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fura Code Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FuraCode Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Bold Nerd Font Complete.otf||2295024:1634564302.0": {
+ "family_name": "FuraCode Nerd Font",
+ "font-family": "FuraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Fura Code Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Bold Nerd Font Complete.otf",
+ "preferred_family_name": "FuraCode Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Light Nerd Font Complete Mono.otf||3482780:1634564302.0": {
+ "family_name": "FuraCode Nerd Font Mono",
+ "font-family": "FuraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fura Code Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Light Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FuraCode Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Light Nerd Font Complete.otf||2288836:1634564302.0": {
+ "family_name": "FuraCode Nerd Font",
+ "font-family": "FuraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Fura Code Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Light Nerd Font Complete.otf",
+ "preferred_family_name": "FuraCode Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Medium Nerd Font Complete Mono.otf||3485220:1634564302.0": {
+ "family_name": "FuraCode Nerd Font Mono",
+ "font-family": "FuraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fura Code Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Medium Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FuraCode Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Medium Nerd Font Complete.otf||2291728:1634564302.0": {
+ "family_name": "FuraCode Nerd Font",
+ "font-family": "FuraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Fura Code Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Medium Nerd Font Complete.otf",
+ "preferred_family_name": "FuraCode Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Regular Nerd Font Complete Mono.otf||3483680:1634564302.0": {
+ "family_name": "FuraCode Nerd Font Mono",
+ "font-family": "FuraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fura Code Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FuraCode Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Regular Nerd Font Complete.otf||2290112:1634564302.0": {
+ "family_name": "FuraCode Nerd Font",
+ "font-family": "FuraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Fura Code Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Regular Nerd Font Complete.otf",
+ "preferred_family_name": "FuraCode Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Retina Nerd Font Complete Mono.otf||3483588:1634564302.0": {
+ "family_name": "FuraCode Nerd Font Mono",
+ "font-family": "FuraCode Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Fura Code Retina Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Retina Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FuraCode Nerd Font Mono",
+ "preferred_subfamily_name": "Retina",
+ "subfamily_name": "Regular",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Retina Nerd Font Complete.otf||2289900:1634564302.0": {
+ "family_name": "FuraCode Nerd Font",
+ "font-family": "FuraCode Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Fura Code Retina Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Code Retina Nerd Font Complete.otf",
+ "preferred_family_name": "FuraCode Nerd Font",
+ "preferred_subfamily_name": "Retina",
+ "subfamily_name": "Regular",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Bold Nerd Font Complete Mono.otf||3379136:1634564302.0": {
+ "family_name": "FuraMono Nerd Font Mono",
+ "font-family": "FuraMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Fura Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FuraMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Bold Nerd Font Complete.otf||2193528:1634564302.0": {
+ "family_name": "FuraMono Nerd Font",
+ "font-family": "FuraMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Fura Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Bold Nerd Font Complete.otf",
+ "preferred_family_name": "FuraMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Medium Nerd Font Complete Mono.otf||3376832:1634564302.0": {
+ "family_name": "FuraMono Nerd Font Mono",
+ "font-family": "FuraMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Fura Mono Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Medium Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FuraMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Medium Nerd Font Complete.otf||2190180:1634564302.0": {
+ "family_name": "FuraMono Nerd Font",
+ "font-family": "FuraMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Fura Mono Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Medium Nerd Font Complete.otf",
+ "preferred_family_name": "FuraMono Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Regular Nerd Font Complete Mono.otf||3374796:1634564302.0": {
+ "family_name": "FuraMono Nerd Font Mono",
+ "font-family": "FuraMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Fira Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "FuraMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Regular Nerd Font Complete.otf||2187956:1634564302.0": {
+ "family_name": "FuraMono Nerd Font",
+ "font-family": "FuraMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Fira Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Fura Mono Regular Nerd Font Complete.otf",
+ "preferred_family_name": "FuraMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Black Italic Nerd Font Complete Mono.otf||3356444:1634564302.0": {
+ "family_name": "Hasklig Black",
+ "font-family": "Hasklig Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Hasklug Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Black Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Black Italic Nerd Font Complete.otf||2220068:1634564302.0": {
+ "family_name": "Hasklig Black",
+ "font-family": "Hasklig Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Hasklug Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Black Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Black Nerd Font Complete Mono.otf||3383584:1634564302.0": {
+ "family_name": "Hasklig Black",
+ "font-family": "Hasklig Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Hasklug Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Black Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Black Nerd Font Complete.otf||2237332:1634564302.0": {
+ "family_name": "Hasklig Black",
+ "font-family": "Hasklig Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Hasklug Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Black Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Bold Italic Nerd Font Complete Mono.otf||3354252:1634564302.0": {
+ "family_name": "Hasklug Nerd Font Mono",
+ "font-family": "Hasklug Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hasklug Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Bold Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Bold Italic Nerd Font Complete.otf||2218452:1634564302.0": {
+ "family_name": "Hasklug Nerd Font",
+ "font-family": "Hasklug Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hasklug Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Bold Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Bold Nerd Font Complete Mono.otf||3382028:1634564302.0": {
+ "family_name": "Hasklug Nerd Font Mono",
+ "font-family": "Hasklug Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hasklug Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Bold Nerd Font Complete.otf||2236364:1634564302.0": {
+ "family_name": "Hasklug Nerd Font",
+ "font-family": "Hasklug Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hasklug Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Bold Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug ExtraLight Italic Nerd Font Complete Mono.otf||3350044:1634564302.0": {
+ "family_name": "Hasklig ExtraLight",
+ "font-family": "Hasklig ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Hasklug ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug ExtraLight Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug ExtraLight Italic Nerd Font Complete.otf||2214708:1634564302.0": {
+ "family_name": "Hasklig ExtraLight",
+ "font-family": "Hasklig ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Hasklug ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug ExtraLight Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug ExtraLight Nerd Font Complete Mono.otf||3373812:1634564302.0": {
+ "family_name": "Hasklig ExtraLight",
+ "font-family": "Hasklig ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Hasklug ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug ExtraLight Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug ExtraLight Nerd Font Complete.otf||2228640:1634564302.0": {
+ "family_name": "Hasklig ExtraLight",
+ "font-family": "Hasklig ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Hasklug ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug ExtraLight Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Italic Nerd Font Complete Mono.otf||3352312:1634564302.0": {
+ "family_name": "Hasklug Nerd Font Mono",
+ "font-family": "Hasklug Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hasklug Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Italic Nerd Font Complete.otf||2214952:1634564302.0": {
+ "family_name": "Hasklug Nerd Font",
+ "font-family": "Hasklug Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hasklug Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Light Italic Nerd Font Complete Mono.otf||3351740:1634564302.0": {
+ "family_name": "Hasklig Light",
+ "font-family": "Hasklig Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Hasklug Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Light Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Light Italic Nerd Font Complete.otf||2215788:1634564302.0": {
+ "family_name": "Hasklig Light",
+ "font-family": "Hasklig Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Hasklug Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Light Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Light Nerd Font Complete Mono.otf||3378544:1634564302.0": {
+ "family_name": "Hasklig Light",
+ "font-family": "Hasklig Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Hasklug Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Light Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Light Nerd Font Complete.otf||2232732:1634564302.0": {
+ "family_name": "Hasklig Light",
+ "font-family": "Hasklig Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Hasklug Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Light Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Medium Italic Nerd Font Complete Mono.otf||3352600:1634564302.0": {
+ "family_name": "Hasklig Medium",
+ "font-family": "Hasklig Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Hasklug Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Medium Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Medium Italic Nerd Font Complete.otf||2215636:1634564302.0": {
+ "family_name": "Hasklig Medium",
+ "font-family": "Hasklig Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Hasklug Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Medium Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Medium Nerd Font Complete Mono.otf||3378616:1634564302.0": {
+ "family_name": "Hasklig Medium",
+ "font-family": "Hasklig Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Hasklug Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Medium Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Medium Nerd Font Complete.otf||2231788:1634564302.0": {
+ "family_name": "Hasklig Medium",
+ "font-family": "Hasklig Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Hasklug Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Medium Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Nerd Font Complete Mono.otf||3379568:1634564302.0": {
+ "family_name": "Hasklug Nerd Font Mono",
+ "font-family": "Hasklug Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hasklug Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Nerd Font Complete.otf||2232352:1634564302.0": {
+ "family_name": "Hasklug Nerd Font",
+ "font-family": "Hasklug Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hasklug Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Semibold Italic Nerd Font Complete Mono.otf||3353272:1634564302.0": {
+ "family_name": "Hasklig Semibold",
+ "font-family": "Hasklig Semibold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Hasklug Semibold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Semibold Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "Semibold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Semibold Italic Nerd Font Complete.otf||2216376:1634564302.0": {
+ "family_name": "Hasklig Semibold",
+ "font-family": "Hasklig Semibold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Hasklug Semibold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Semibold Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "Semibold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Semibold Nerd Font Complete Mono.otf||3380864:1634564302.0": {
+ "family_name": "Hasklig Semibold",
+ "font-family": "Hasklig Semibold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Hasklug Semibold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Semibold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hasklug Nerd Font Mono",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Semibold Nerd Font Complete.otf||2234124:1634564302.0": {
+ "family_name": "Hasklig Semibold",
+ "font-family": "Hasklig Semibold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Hasklug Semibold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hasklug Semibold Nerd Font Complete.otf",
+ "preferred_family_name": "Hasklug Nerd Font",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Bold Nerd Font Complete Mono.otf||3288816:1634564302.0": {
+ "family_name": "Hurmit Nerd Font Mono",
+ "font-family": "Hurmit Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Hurmit Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hurmit Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Bold Nerd Font Complete.otf||2104364:1634564302.0": {
+ "family_name": "Hurmit Nerd Font",
+ "font-family": "Hurmit Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Hurmit Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Bold Nerd Font Complete.otf",
+ "preferred_family_name": "Hurmit Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Light Nerd Font Complete Mono.otf||3295960:1634564302.0": {
+ "family_name": "Hurmit Nerd Font Mono",
+ "font-family": "Hurmit Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 8,
+ "full_name": "Hurmit Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Light Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hurmit Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "light",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Light Nerd Font Complete.otf||2103168:1634564302.0": {
+ "family_name": "Hurmit Nerd Font",
+ "font-family": "Hurmit Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 8,
+ "full_name": "Hurmit Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Light Nerd Font Complete.otf",
+ "preferred_family_name": "Hurmit Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "light",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Medium Nerd Font Complete Mono.otf||3295816:1634564302.0": {
+ "family_name": "Hurmit Nerd Font Mono",
+ "font-family": "Hurmit Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Hurmit Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Medium Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Hurmit Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Medium Nerd Font Complete.otf||2102016:1634564302.0": {
+ "family_name": "Hurmit Nerd Font",
+ "font-family": "Hurmit Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Hurmit Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Hurmit Medium Nerd Font Complete.otf",
+ "preferred_family_name": "Hurmit Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Bold Nerd Font Complete Mono.otf||3281924:1634564302.0": {
+ "family_name": "Inconsolata Nerd Font Mono",
+ "font-family": "Inconsolata Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Inconsolata Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Bold Nerd Font Complete.otf||2179436:1634564302.0": {
+ "family_name": "Inconsolata Nerd Font",
+ "font-family": "Inconsolata Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Inconsolata Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Bold Nerd Font Complete.otf",
+ "preferred_family_name": "Inconsolata Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Nerd Font Complete Mono.otf||3222768:1634564302.0": {
+ "family_name": "Inconsolata Nerd Font Mono",
+ "font-family": "Inconsolata Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Inconsolata Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Inconsolata Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Nerd Font Complete.otf||2113436:1634564302.0": {
+ "family_name": "Inconsolata Nerd Font",
+ "font-family": "Inconsolata Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Inconsolata Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Nerd Font Complete.otf",
+ "preferred_family_name": "Inconsolata Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Regular Nerd Font Complete Mono.otf||3281652:1634564302.0": {
+ "family_name": "Inconsolata Nerd Font Mono",
+ "font-family": "Inconsolata Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Inconsolata Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Regular Nerd Font Complete.otf||2177972:1634564302.0": {
+ "family_name": "Inconsolata Nerd Font",
+ "font-family": "Inconsolata Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Inconsolata Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Inconsolata Regular Nerd Font Complete.otf",
+ "preferred_family_name": "Inconsolata Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Bold Italic Nerd Font Complete Mono.otf||3246604:1634564302.0": {
+ "family_name": "OpenDyslexic Nerd Font Mono",
+ "font-family": "OpenDyslexic Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "OpenDyslexic Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Bold Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexic Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Bold Italic Nerd Font Complete.otf||2174476:1634564302.0": {
+ "family_name": "OpenDyslexic Nerd Font",
+ "font-family": "OpenDyslexic Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "OpenDyslexic Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Bold Italic Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexic Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Bold Nerd Font Complete Mono.otf||3212100:1634564302.0": {
+ "family_name": "OpenDyslexic Nerd Font Mono",
+ "font-family": "OpenDyslexic Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "OpenDyslexic Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexic Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Bold Nerd Font Complete.otf||2136792:1634564302.0": {
+ "family_name": "OpenDyslexic Nerd Font",
+ "font-family": "OpenDyslexic Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "OpenDyslexic Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Bold Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexic Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Italic Nerd Font Complete Mono.otf||3238404:1634564302.0": {
+ "family_name": "OpenDyslexic Nerd Font Mono",
+ "font-family": "OpenDyslexic Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexic Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexic Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Italic Nerd Font Complete.otf||2165428:1634564302.0": {
+ "family_name": "OpenDyslexic Nerd Font",
+ "font-family": "OpenDyslexic Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexic Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Italic Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexic Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Regular Nerd Font Complete Mono.otf||3207184:1634564302.0": {
+ "family_name": "OpenDyslexic Nerd Font Mono",
+ "font-family": "OpenDyslexic Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexic Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Regular Nerd Font Complete.otf||2139964:1634564302.0": {
+ "family_name": "OpenDyslexic Nerd Font",
+ "font-family": "OpenDyslexic Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexic Regular Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexic Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Bold Italic Nerd Font Complete Mono.otf||3223428:1634564302.0": {
+ "family_name": "OpenDyslexicAlta Nerd Font Mono",
+ "font-family": "OpenDyslexicAlta Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicAlta Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Bold Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexicAlta Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Bold Italic Nerd Font Complete.otf||2177524:1634564302.0": {
+ "family_name": "OpenDyslexicAlta Nerd Font",
+ "font-family": "OpenDyslexicAlta Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicAlta Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Bold Italic Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexicAlta Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Bold Nerd Font Complete Mono.otf||3211260:1634564302.0": {
+ "family_name": "OpenDyslexicAlta Nerd Font Mono",
+ "font-family": "OpenDyslexicAlta Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicAlta Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexicAlta Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Bold Nerd Font Complete.otf||2135940:1634564302.0": {
+ "family_name": "OpenDyslexicAlta Nerd Font",
+ "font-family": "OpenDyslexicAlta Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicAlta Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Bold Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexicAlta Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Italic Nerd Font Complete Mono.otf||3225076:1634564302.0": {
+ "family_name": "OpenDyslexicAlta Nerd Font Mono",
+ "font-family": "OpenDyslexicAlta Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicAlta Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexicAlta Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Italic Nerd Font Complete.otf||2152700:1634564302.0": {
+ "family_name": "OpenDyslexicAlta Nerd Font",
+ "font-family": "OpenDyslexicAlta Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicAlta Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Italic Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexicAlta Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Regular Nerd Font Complete Mono.otf||3201552:1634564302.0": {
+ "family_name": "OpenDyslexicAlta Nerd Font Mono",
+ "font-family": "OpenDyslexicAlta Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicAlta",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexicAlta Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Regular Nerd Font Complete.otf||2133488:1634564302.0": {
+ "family_name": "OpenDyslexicAlta Nerd Font",
+ "font-family": "OpenDyslexicAlta Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicAlta",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicAlta Regular Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexicAlta Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicMono Regular Nerd Font Complete Mono.otf||3204300:1634564302.0": {
+ "family_name": "OpenDyslexicMono Nerd Font Mono",
+ "font-family": "OpenDyslexicMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicMono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicMono Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OpenDyslexicMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicMono Regular Nerd Font Complete.otf||2147744:1634564302.0": {
+ "family_name": "OpenDyslexicMono Nerd Font",
+ "font-family": "OpenDyslexicMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "OpenDyslexicMono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/OpenDyslexicMono Regular Nerd Font Complete.otf",
+ "preferred_family_name": "OpenDyslexicMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Bold Italic Nerd Font Complete Mono.otf||3288712:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Overpass Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Bold Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Bold Italic Nerd Font Complete.otf||2160768:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Overpass Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Bold Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Bold Nerd Font Complete Mono.otf||3246532:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Overpass Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Bold Nerd Font Complete.otf||2157920:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Overpass Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Bold Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraBold Italic Nerd Font Complete Mono.otf||3285888:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Overpass ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraBold Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraBold Italic Nerd Font Complete.otf||2160228:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Overpass ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraBold Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraBold Nerd Font Complete Mono.otf||3282588:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Overpass ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraBold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraBold Nerd Font Complete.otf||2156128:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Overpass ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraBold Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraLight Italic Nerd Font Complete Mono.otf||3293172:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Overpass ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraLight Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraLight Italic Nerd Font Complete.otf||2160464:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Overpass ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraLight Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraLight Nerd Font Complete Mono.otf||3276932:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Overpass ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraLight Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraLight Nerd Font Complete.otf||2158484:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Overpass ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass ExtraLight Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Heavy Italic Nerd Font Complete Mono.otf||3280780:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Overpass Heavy Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 10,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Heavy Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Heavy Italic Nerd Font Complete.otf||2161952:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Overpass Heavy Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 10,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Heavy Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Heavy Nerd Font Complete Mono.otf||3232628:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Overpass Heavy Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 10,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Heavy Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Heavy Nerd Font Complete.otf||2159740:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Overpass Heavy Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 10,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Heavy Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Italic Nerd Font Complete Mono.otf||3293292:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Overpass Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Italic Nerd Font Complete.otf||2160628:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Overpass Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Light Italic Nerd Font Complete Mono.otf||3245908:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Overpass Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Light Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Light Italic Nerd Font Complete.otf||2159524:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Overpass Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Light Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Light Nerd Font Complete Mono.otf||3290920:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Overpass Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Light Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Light Nerd Font Complete.otf||2157264:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Overpass Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Light Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Bold Nerd Font Complete Mono.otf||3251624:1634564302.0": {
+ "family_name": "OverpassMono Nerd Font Mono",
+ "font-family": "OverpassMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Overpass Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OverpassMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Bold Nerd Font Complete.otf||2189856:1634564302.0": {
+ "family_name": "OverpassMono Nerd Font",
+ "font-family": "OverpassMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Overpass Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Bold Nerd Font Complete.otf",
+ "preferred_family_name": "OverpassMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Light Nerd Font Complete Mono.otf||3250736:1634564302.0": {
+ "family_name": "OverpassMono Nerd Font Mono",
+ "font-family": "OverpassMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Overpass Mono Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Light Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OverpassMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Light Nerd Font Complete.otf||2188456:1634564302.0": {
+ "family_name": "OverpassMono Nerd Font",
+ "font-family": "OverpassMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Overpass Mono Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Light Nerd Font Complete.otf",
+ "preferred_family_name": "OverpassMono Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Regular Nerd Font Complete Mono.otf||3251068:1634564302.0": {
+ "family_name": "OverpassMono Nerd Font Mono",
+ "font-family": "OverpassMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Overpass Mono Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OverpassMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Regular Nerd Font Complete.otf||2188844:1634564302.0": {
+ "family_name": "OverpassMono Nerd Font",
+ "font-family": "OverpassMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Overpass Mono Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono Regular Nerd Font Complete.otf",
+ "preferred_family_name": "OverpassMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono SemiBold Nerd Font Complete Mono.otf||3250896:1634564302.0": {
+ "family_name": "OverpassMono Nerd Font Mono",
+ "font-family": "OverpassMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Overpass Mono SemiBold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono SemiBold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "OverpassMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Bold",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono SemiBold Nerd Font Complete.otf||2188672:1634564302.0": {
+ "family_name": "OverpassMono Nerd Font",
+ "font-family": "OverpassMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Overpass Mono SemiBold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Mono SemiBold Nerd Font Complete.otf",
+ "preferred_family_name": "OverpassMono Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Bold",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Regular Nerd Font Complete Mono.otf||3291348:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Overpass Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Regular Nerd Font Complete.otf||2158032:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Overpass Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Regular Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass SemiBold Italic Nerd Font Complete Mono.otf||3284840:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Overpass SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass SemiBold Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass SemiBold Italic Nerd Font Complete.otf||2159628:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Overpass SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass SemiBold Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass SemiBold Nerd Font Complete Mono.otf||3287084:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Overpass SemiBold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass SemiBold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Bold",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass SemiBold Nerd Font Complete.otf||2153536:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Overpass SemiBold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass SemiBold Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Bold",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Thin Italic Nerd Font Complete Mono.otf||3292812:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Overpass Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Thin Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Thin Italic Nerd Font Complete.otf||2159308:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Overpass Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Thin Italic Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Thin Nerd Font Complete Mono.otf||3291976:1634564302.0": {
+ "family_name": "Overpass Nerd Font Mono",
+ "font-family": "Overpass Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Overpass Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Thin Nerd Font Complete Mono.otf",
+ "preferred_family_name": "Overpass Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Thin Nerd Font Complete.otf||2156708:1634564302.0": {
+ "family_name": "Overpass Nerd Font",
+ "font-family": "Overpass Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Overpass Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/Overpass Thin Nerd Font Complete.otf",
+ "preferred_family_name": "Overpass Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Bold Nerd Font Complete Mono.otf||3286576:1634564302.0": {
+ "family_name": "iMWritingDuospace Nerd Font Mono",
+ "font-family": "iMWritingDuospace Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Duospace Bold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Bold Nerd Font Complete Mono.otf",
+ "preferred_family_name": "iMWritingDuospace Nerd Font Mono",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Bold Nerd Font Complete.otf||2197032:1634564302.0": {
+ "family_name": "iMWritingDuospace Nerd Font",
+ "font-family": "iMWritingDuospace Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Duospace Bold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Bold Nerd Font Complete.otf",
+ "preferred_family_name": "iMWritingDuospace Nerd Font",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace BoldItalic Nerd Font Complete Mono.otf||3293796:1634564302.0": {
+ "family_name": "iMWritingDuospace Nerd Font Mono",
+ "font-family": "iMWritingDuospace Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Duospace BoldItalic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace BoldItalic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "iMWritingDuospace Nerd Font Mono",
+ "preferred_subfamily_name": "BoldItalic",
+ "subfamily_name": "Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace BoldItalic Nerd Font Complete.otf||2204136:1634564302.0": {
+ "family_name": "iMWritingDuospace Nerd Font",
+ "font-family": "iMWritingDuospace Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Duospace BoldItalic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace BoldItalic Nerd Font Complete.otf",
+ "preferred_family_name": "iMWritingDuospace Nerd Font",
+ "preferred_subfamily_name": "BoldItalic",
+ "subfamily_name": "Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Italic Nerd Font Complete Mono.otf||3285820:1634564302.0": {
+ "family_name": "iMWritingDuospace Nerd Font Mono",
+ "font-family": "iMWritingDuospace Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Duospace Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Italic Nerd Font Complete Mono.otf",
+ "preferred_family_name": "iMWritingDuospace Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Italic Nerd Font Complete.otf||2196164:1634564302.0": {
+ "family_name": "iMWritingDuospace Nerd Font",
+ "font-family": "iMWritingDuospace Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Duospace Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Italic Nerd Font Complete.otf",
+ "preferred_family_name": "iMWritingDuospace Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Regular Nerd Font Complete Mono.otf||3280464:1634564302.0": {
+ "family_name": "iMWritingDuospace Nerd Font Mono",
+ "font-family": "iMWritingDuospace Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Duospace Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Regular Nerd Font Complete Mono.otf",
+ "preferred_family_name": "iMWritingDuospace Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Regular Nerd Font Complete.otf||2190896:1634564302.0": {
+ "family_name": "iMWritingDuospace Nerd Font",
+ "font-family": "iMWritingDuospace Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Duospace Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": true,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/OTF/iM Writing Duospace Regular Nerd Font Complete.otf",
+ "preferred_family_name": "iMWritingDuospace Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Anonymice Nerd Font Complete Mono.ttf||921848:1634564302.0": {
+ "family_name": "Anonymice Nerd Font Mono",
+ "font-family": "Anonymice Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Anonymice Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 9,
+ 3,
+ 2,
+ 2,
+ 0,
+ 5,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Anonymice Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Anonymice Nerd Font Mono",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Anonymice Nerd Font Complete.ttf||948352:1634564302.0": {
+ "family_name": "Anonymice Nerd Font",
+ "font-family": "Anonymice Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Anonymice Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 9,
+ 3,
+ 2,
+ 2,
+ 0,
+ 5,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Anonymice Nerd Font Complete.ttf",
+ "preferred_family_name": "Anonymice Nerd Font",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Bold Italic Nerd Font Complete Mono.ttf||1235232:1634564302.0": {
+ "family_name": "Arimo Nerd Font Mono",
+ "font-family": "Arimo Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Arimo Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Arimo Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Bold Italic Nerd Font Complete.ttf||1241208:1634564302.0": {
+ "family_name": "Arimo Nerd Font",
+ "font-family": "Arimo Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Arimo Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Arimo Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Bold Nerd Font Complete Mono.ttf||1238332:1634564302.0": {
+ "family_name": "Arimo Nerd Font Mono",
+ "font-family": "Arimo Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Arimo Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Arimo Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Bold Nerd Font Complete.ttf||1244316:1634564302.0": {
+ "family_name": "Arimo Nerd Font",
+ "font-family": "Arimo Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Arimo Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Arimo Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Italic Nerd Font Complete Mono.ttf||1241208:1634564302.0": {
+ "family_name": "Arimo Nerd Font Mono",
+ "font-family": "Arimo Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Arimo Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Arimo Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Italic Nerd Font Complete.ttf||1246756:1634564302.0": {
+ "family_name": "Arimo Nerd Font",
+ "font-family": "Arimo Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Arimo Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Arimo Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Regular Nerd Font Complete Mono.ttf||1235544:1634564302.0": {
+ "family_name": "Arimo Nerd Font Mono",
+ "font-family": "Arimo Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Arimo Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Arimo Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Regular Nerd Font Complete.ttf||1241088:1634564302.0": {
+ "family_name": "Arimo Nerd Font",
+ "font-family": "Arimo Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Arimo Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Arimo Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "Arimo Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Bold Nerd Font Complete Mono.ttf||856332:1634564302.0": {
+ "family_name": "BitstreamVeraSansMono Nerd Font Mono",
+ "font-family": "BitstreamVeraSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BitstreamVeraSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Bold Nerd Font Complete.ttf||876728:1634564302.0": {
+ "family_name": "BitstreamVeraSansMono Nerd Font",
+ "font-family": "BitstreamVeraSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "BitstreamVeraSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete Mono.ttf||862168:1634564302.0": {
+ "family_name": "BitstreamVeraSansMono Nerd Font Mono",
+ "font-family": "BitstreamVeraSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BitstreamVeraSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete.ttf||882564:1634564302.0": {
+ "family_name": "BitstreamVeraSansMono Nerd Font",
+ "font-family": "BitstreamVeraSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Bold Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "BitstreamVeraSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Nerd Font Complete Mono.ttf||856460:1634564302.0": {
+ "family_name": "BitstreamVeraSansMono Nerd Font Mono",
+ "font-family": "BitstreamVeraSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BitstreamVeraSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Roman",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Nerd Font Complete.ttf||876852:1634564302.0": {
+ "family_name": "BitstreamVeraSansMono Nerd Font",
+ "font-family": "BitstreamVeraSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "BitstreamVeraSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Roman",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Oblique Nerd Font Complete Mono.ttf||861604:1634564302.0": {
+ "family_name": "BitstreamVeraSansMono Nerd Font Mono",
+ "font-family": "BitstreamVeraSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BitstreamVeraSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Oblique Nerd Font Complete.ttf||881996:1634564302.0": {
+ "family_name": "BitstreamVeraSansMono Nerd Font",
+ "font-family": "BitstreamVeraSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "Bitstream Vera Sans Mono Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Bitstream Vera Sans Mono Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "BitstreamVeraSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Bold Italic Nerd Font Complete Mono.ttf||887720:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Blex Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Bold Italic Nerd Font Complete.ttf||905656:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Blex Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Bold Nerd Font Complete Mono.ttf||881264:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Blex Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Bold Nerd Font Complete.ttf||899200:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Blex Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono ExtraLight Italic Nerd Font Complete Mono.ttf||887944:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Blex Mono ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono ExtraLight Italic Nerd Font Complete.ttf||905884:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Blex Mono ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono ExtraLight Nerd Font Complete Mono.ttf||879644:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Blex Mono ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono ExtraLight Nerd Font Complete.ttf||897580:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Blex Mono ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Italic Nerd Font Complete Mono.ttf||887128:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Blex Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Italic Nerd Font Complete.ttf||905064:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Blex Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Light Italic Nerd Font Complete Mono.ttf||886668:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Blex Mono Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Light Italic Nerd Font Complete.ttf||904608:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Blex Mono Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Light Nerd Font Complete Mono.ttf||878796:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Blex Mono Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Light Nerd Font Complete.ttf||896732:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Blex Mono Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Light Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Medium Italic Nerd Font Complete Mono.ttf||887220:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Blex Mono Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Medium Italic Nerd Font Complete.ttf||905160:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Blex Mono Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Medium Nerd Font Complete Mono.ttf||880264:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Blex Mono Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Medium Nerd Font Complete.ttf||898200:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Blex Mono Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Nerd Font Complete Mono.ttf||879100:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Blex Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Nerd Font Complete.ttf||897036:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Blex Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono SemiBold Italic Nerd Font Complete Mono.ttf||887536:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Blex Mono SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono SemiBold Italic Nerd Font Complete.ttf||905476:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Blex Mono SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono SemiBold Nerd Font Complete Mono.ttf||880732:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Blex Mono SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono SemiBold Nerd Font Complete.ttf||898668:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Blex Mono SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Text Italic Nerd Font Complete Mono.ttf||886288:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Blex Mono Text Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Text Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "Text Italic",
+ "subfamily_name": "Italic",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Text Italic Nerd Font Complete.ttf||904228:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Blex Mono Text Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Text Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "Text Italic",
+ "subfamily_name": "Italic",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Text Nerd Font Complete Mono.ttf||878984:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Blex Mono Text Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Text Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "Text",
+ "subfamily_name": "Regular",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Text Nerd Font Complete.ttf||896920:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "450",
+ "fs_type": 0,
+ "full_name": "Blex Mono Text Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Text Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "Text",
+ "subfamily_name": "Regular",
+ "weight": 450,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Thin Italic Nerd Font Complete Mono.ttf||889444:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Blex Mono Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Thin Italic Nerd Font Complete.ttf||907384:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Blex Mono Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Thin Nerd Font Complete Mono.ttf||881464:1634564302.0": {
+ "family_name": "BlexMono Nerd Font Mono",
+ "font-family": "BlexMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Blex Mono Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "BlexMono Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Thin Nerd Font Complete.ttf||899400:1634564302.0": {
+ "family_name": "BlexMono Nerd Font",
+ "font-family": "BlexMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Blex Mono Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 5,
+ 2,
+ 3,
+ 0,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Blex Mono Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "BlexMono Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Caskaydia Cove Nerd Font Complete Mono.ttf||886740:1634564302.0": {
+ "family_name": "CaskaydiaCove Nerd Font Mono",
+ "font-family": "CaskaydiaCove Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Caskaydia Cove Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Caskaydia Cove Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "CaskaydiaCove Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Caskaydia Cove Nerd Font Complete.ttf||908392:1634564302.0": {
+ "family_name": "CaskaydiaCove Nerd Font",
+ "font-family": "CaskaydiaCove Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Caskaydia Cove Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Caskaydia Cove Nerd Font Complete.ttf",
+ "preferred_family_name": "CaskaydiaCove Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Bold Italic Nerd Font Complete Mono.ttf||1076988:1634564302.0": {
+ "family_name": "Cousine Nerd Font Mono",
+ "font-family": "Cousine Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Cousine Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Cousine Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Bold Italic Nerd Font Complete.ttf||1109924:1634564302.0": {
+ "family_name": "Cousine Nerd Font",
+ "font-family": "Cousine Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Cousine Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Cousine Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Bold Nerd Font Complete Mono.ttf||1099984:1634564302.0": {
+ "family_name": "Cousine Nerd Font Mono",
+ "font-family": "Cousine Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Cousine Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Cousine Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Bold Nerd Font Complete.ttf||1132916:1634564302.0": {
+ "family_name": "Cousine Nerd Font",
+ "font-family": "Cousine Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Cousine Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Cousine Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Italic Nerd Font Complete Mono.ttf||1075060:1634564302.0": {
+ "family_name": "Cousine Nerd Font Mono",
+ "font-family": "Cousine Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Cousine Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Cousine Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Italic Nerd Font Complete.ttf||1107988:1634564302.0": {
+ "family_name": "Cousine Nerd Font",
+ "font-family": "Cousine Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Cousine Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Cousine Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Regular Nerd Font Complete Mono.ttf||1112204:1634564302.0": {
+ "family_name": "Cousine Nerd Font Mono",
+ "font-family": "Cousine Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Cousine Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Cousine Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Regular Nerd Font Complete.ttf||1145144:1634564302.0": {
+ "family_name": "Cousine Nerd Font",
+ "font-family": "Cousine Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Cousine Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Cousine Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "Cousine Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DaddyTimeMono Nerd Font Complete Mono.ttf||822552:1634564302.0": {
+ "family_name": "DaddyTimeMono Nerd Font Mono",
+ "font-family": "DaddyTimeMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DaddyTimeMono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DaddyTimeMono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "DaddyTimeMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DaddyTimeMono Nerd Font Complete.ttf||843892:1634564302.0": {
+ "family_name": "DaddyTimeMono Nerd Font",
+ "font-family": "DaddyTimeMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DaddyTimeMono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DaddyTimeMono Nerd Font Complete.ttf",
+ "preferred_family_name": "DaddyTimeMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Bold Nerd Font Complete Mono.ttf||1139916:1634564302.0": {
+ "family_name": "DejaVuSansMono Nerd Font Mono",
+ "font-family": "DejaVuSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "DejaVuSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Bold Nerd Font Complete.ttf||1165720:1634564302.0": {
+ "family_name": "DejaVuSansMono Nerd Font",
+ "font-family": "DejaVuSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "DejaVuSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Bold Oblique Nerd Font Complete Mono.ttf||1066760:1634564302.0": {
+ "family_name": "DejaVuSansMono Nerd Font Mono",
+ "font-family": "DejaVuSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Bold Oblique Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Bold Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "DejaVuSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Bold Oblique Nerd Font Complete.ttf||1092268:1634564302.0": {
+ "family_name": "DejaVuSansMono Nerd Font",
+ "font-family": "DejaVuSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Bold Oblique Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Bold Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "DejaVuSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Oblique",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Nerd Font Complete Mono.ttf||1149180:1634564302.0": {
+ "family_name": "DejaVuSansMono Nerd Font Mono",
+ "font-family": "DejaVuSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "DejaVuSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Nerd Font Complete.ttf||1175040:1634564302.0": {
+ "family_name": "DejaVuSansMono Nerd Font",
+ "font-family": "DejaVuSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "DejaVuSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Oblique Nerd Font Complete Mono.ttf||1065500:1634564302.0": {
+ "family_name": "DejaVuSansMono Nerd Font Mono",
+ "font-family": "DejaVuSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "DejaVuSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Oblique Nerd Font Complete.ttf||1091004:1634564302.0": {
+ "family_name": "DejaVuSansMono Nerd Font",
+ "font-family": "DejaVuSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "DejaVu Sans Mono Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/DejaVu Sans Mono Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "DejaVuSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Oblique",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono.ttf||983244:1634564302.0": {
+ "family_name": "FantasqueSansMono Nerd Font Mono",
+ "font-family": "FantasqueSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Fantasque Sans Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "FantasqueSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Bold Italic Nerd Font Complete.ttf||1011544:1634564302.0": {
+ "family_name": "FantasqueSansMono Nerd Font",
+ "font-family": "FantasqueSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Fantasque Sans Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "FantasqueSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Bold Nerd Font Complete Mono.ttf||968336:1634564302.0": {
+ "family_name": "FantasqueSansMono Nerd Font Mono",
+ "font-family": "FantasqueSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Fantasque Sans Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "FantasqueSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Bold Nerd Font Complete.ttf||996640:1634564302.0": {
+ "family_name": "FantasqueSansMono Nerd Font",
+ "font-family": "FantasqueSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Fantasque Sans Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "FantasqueSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Italic Nerd Font Complete Mono.ttf||977564:1634564302.0": {
+ "family_name": "FantasqueSansMono Nerd Font Mono",
+ "font-family": "FantasqueSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Fantasque Sans Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "FantasqueSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Italic Nerd Font Complete.ttf||1005864:1634564302.0": {
+ "family_name": "FantasqueSansMono Nerd Font",
+ "font-family": "FantasqueSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Fantasque Sans Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "FantasqueSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf||972172:1634564302.0": {
+ "family_name": "FantasqueSansMono Nerd Font Mono",
+ "font-family": "FantasqueSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Fantasque Sans Mono Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "FantasqueSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Regular Nerd Font Complete.ttf||1000472:1634564302.0": {
+ "family_name": "FantasqueSansMono Nerd Font",
+ "font-family": "FantasqueSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Fantasque Sans Mono Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Fantasque Sans Mono Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "FantasqueSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Bold Italic Nerd Font Complete Mono.ttf||984876:1634564302.0": {
+ "family_name": "GoMono Nerd Font Mono",
+ "font-family": "GoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Go Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 7,
+ 9,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "GoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Bold Italic Nerd Font Complete.ttf||1005392:1634564302.0": {
+ "family_name": "GoMono Nerd Font",
+ "font-family": "GoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Go Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 7,
+ 9,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "GoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Bold Nerd Font Complete Mono.ttf||976944:1634564302.0": {
+ "family_name": "GoMono Nerd Font Mono",
+ "font-family": "GoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Go Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 7,
+ 9,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "GoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Bold Nerd Font Complete.ttf||997460:1634564302.0": {
+ "family_name": "GoMono Nerd Font",
+ "font-family": "GoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Go Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 7,
+ 9,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "GoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Italic Nerd Font Complete Mono.ttf||981812:1634564302.0": {
+ "family_name": "GoMono Nerd Font Mono",
+ "font-family": "GoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Go Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "GoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Italic Nerd Font Complete.ttf||1002332:1634564302.0": {
+ "family_name": "GoMono Nerd Font",
+ "font-family": "GoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Go Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "GoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Nerd Font Complete Mono.ttf||973024:1634564302.0": {
+ "family_name": "GoMono Nerd Font Mono",
+ "font-family": "GoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Go Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "GoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Nerd Font Complete.ttf||993540:1634564302.0": {
+ "family_name": "GoMono Nerd Font",
+ "font-family": "GoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Go Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 6,
+ 6,
+ 9,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Go Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "GoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/GohuFont Nerd Font Complete Mono.ttf||836928:1634564302.0": {
+ "family_name": "GohuFont Nerd Font Mono",
+ "font-family": "GohuFont Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "GohuFont Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/GohuFont Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "GohuFont Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "14",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/GohuFont Nerd Font Complete.ttf||860720:1634564302.0": {
+ "family_name": "GohuFont Nerd Font",
+ "font-family": "GohuFont Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "GohuFont Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/GohuFont Nerd Font Complete.ttf",
+ "preferred_family_name": "GohuFont Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "14",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Bold Italic Nerd Font Complete Mono.ttf||1694848:1634564302.0": {
+ "family_name": "Hack Nerd Font Mono",
+ "font-family": "Hack Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hack Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Hack Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Bold Italic Nerd Font Complete.ttf||1792180:1634564302.0": {
+ "family_name": "Hack Nerd Font",
+ "font-family": "Hack Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hack Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Hack Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Bold Nerd Font Complete Mono.ttf||1688128:1634564302.0": {
+ "family_name": "Hack Nerd Font Mono",
+ "font-family": "Hack Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hack Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Hack Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Bold Nerd Font Complete.ttf||1789212:1634564302.0": {
+ "family_name": "Hack Nerd Font",
+ "font-family": "Hack Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Hack Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Hack Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Italic Nerd Font Complete Mono.ttf||1645952:1634564302.0": {
+ "family_name": "Hack Nerd Font Mono",
+ "font-family": "Hack Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hack Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Hack Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Italic Nerd Font Complete.ttf||1748544:1634564302.0": {
+ "family_name": "Hack Nerd Font",
+ "font-family": "Hack Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hack Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Hack Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Regular Nerd Font Complete Mono.ttf||1639256:1634564302.0": {
+ "family_name": "Hack Nerd Font Mono",
+ "font-family": "Hack Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hack Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Hack Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Regular Nerd Font Complete.ttf||1741792:1634564302.0": {
+ "family_name": "Hack Nerd Font",
+ "font-family": "Hack Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Hack Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Hack Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "Hack Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Heavy Data Nerd Font Complete Mono.ttf||861788:1634564302.0": {
+ "family_name": "HeavyData Nerd Font Mono",
+ "font-family": "HeavyData Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Heavy Data Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Heavy Data Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "HeavyData Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "HeavyDataNerdFontCompleteM-",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Heavy Data Nerd Font Complete.ttf||862620:1634564302.0": {
+ "family_name": "HeavyData Nerd Font",
+ "font-family": "HeavyData Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Heavy Data Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Heavy Data Nerd Font Complete.ttf",
+ "preferred_family_name": "HeavyData Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "HeavyDataNerdFontComplete-",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Bold Italic Nerd Font Complete Mono.ttf||840096:1634564302.0": {
+ "family_name": "InconsolataLGC Nerd Font Mono",
+ "font-family": "InconsolataLGC Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Inconsolata LGC Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "InconsolataLGC Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "BoldItalic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Bold Italic Nerd Font Complete.ttf||852884:1634564302.0": {
+ "family_name": "InconsolataLGC Nerd Font",
+ "font-family": "InconsolataLGC Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Inconsolata LGC Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "InconsolataLGC Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "BoldItalic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Bold Nerd Font Complete Mono.ttf||835144:1634564302.0": {
+ "family_name": "InconsolataLGC Nerd Font Mono",
+ "font-family": "InconsolataLGC Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Inconsolata LGC Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "InconsolataLGC Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Bold Nerd Font Complete.ttf||847932:1634564302.0": {
+ "family_name": "InconsolataLGC Nerd Font",
+ "font-family": "InconsolataLGC Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Inconsolata LGC Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "InconsolataLGC Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Italic Nerd Font Complete Mono.ttf||838392:1634564302.0": {
+ "family_name": "InconsolataLGC Nerd Font Mono",
+ "font-family": "InconsolataLGC Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Inconsolata LGC Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "InconsolataLGC Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Italic Nerd Font Complete.ttf||859148:1634564302.0": {
+ "family_name": "InconsolataLGC Nerd Font",
+ "font-family": "InconsolataLGC Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Inconsolata LGC Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "InconsolataLGC Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Nerd Font Complete Mono.ttf||834876:1634564302.0": {
+ "family_name": "InconsolataLGC Nerd Font Mono",
+ "font-family": "InconsolataLGC Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Inconsolata LGC Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "InconsolataLGC Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Nerd Font Complete.ttf||854676:1634564302.0": {
+ "family_name": "InconsolataLGC Nerd Font",
+ "font-family": "InconsolataLGC Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Inconsolata LGC Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Inconsolata LGC Nerd Font Complete.ttf",
+ "preferred_family_name": "InconsolataLGC Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/InconsolataGo Bold Nerd Font Complete Mono.ttf||870460:1634564302.0": {
+ "family_name": "InconsolataGo Nerd Font Mono",
+ "font-family": "InconsolataGo Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "InconsolataGo Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/InconsolataGo Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "InconsolataGo Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/InconsolataGo Bold Nerd Font Complete.ttf||907804:1634564302.0": {
+ "family_name": "InconsolataGo Nerd Font",
+ "font-family": "InconsolataGo Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "InconsolataGo Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/InconsolataGo Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "InconsolataGo Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/InconsolataGo Nerd Font Complete Mono.ttf||842264:1634564302.0": {
+ "family_name": "InconsolataGo Nerd Font Mono",
+ "font-family": "InconsolataGo Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "InconsolataGo Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/InconsolataGo Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "InconsolataGo Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/InconsolataGo Nerd Font Complete.ttf||866000:1634564302.0": {
+ "family_name": "InconsolataGo Nerd Font",
+ "font-family": "InconsolataGo Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "InconsolataGo Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/InconsolataGo Nerd Font Complete.ttf",
+ "preferred_family_name": "InconsolataGo Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Italic Nerd Font Complete Mono.ttf||1281924:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Italic Nerd Font Complete.ttf||1312396:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Nerd Font Complete Mono.ttf||1270644:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Nerd Font Complete.ttf||1301112:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Oblique Nerd Font Complete Mono.ttf||1281788:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Oblique Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Bold Oblique",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Oblique Nerd Font Complete.ttf||1312260:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Bold Oblique Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Bold Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Bold Oblique",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Bold Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Italic Nerd Font Complete Mono.ttf||1272596:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Extralight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Italic Nerd Font Complete.ttf||1303068:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Extralight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Nerd Font Complete Mono.ttf||1259352:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Extralight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Nerd Font Complete.ttf||1289824:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Extralight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Oblique Nerd Font Complete Mono.ttf||1272584:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Extralight Oblique",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Oblique Nerd Font Complete.ttf||1303056:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Extralight Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Extralight Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Extralight Oblique",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Extralight Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Italic Nerd Font Complete Mono.ttf||1280600:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Italic Nerd Font Complete.ttf||1311072:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Nerd Font Complete Mono.ttf||1268364:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Nerd Font Complete.ttf||1298832:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Oblique Nerd Font Complete Mono.ttf||1279868:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Oblique Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Heavy Oblique",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Oblique Nerd Font Complete.ttf||1310344:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Heavy Oblique Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Heavy Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Heavy Oblique",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Heavy Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Italic Nerd Font Complete Mono.ttf||1280448:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Italic Nerd Font Complete.ttf||1310920:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Italic Nerd Font Complete Mono.ttf||1279852:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Italic Nerd Font Complete.ttf||1310324:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Nerd Font Complete Mono.ttf||1265764:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Nerd Font Complete.ttf||1296232:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Oblique Nerd Font Complete Mono.ttf||1279356:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Light Oblique",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Oblique Nerd Font Complete.ttf||1309832:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Light Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Light Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Light Oblique",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Light Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Italic Nerd Font Complete Mono.ttf||1281064:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Italic Nerd Font Complete.ttf||1311536:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Nerd Font Complete Mono.ttf||1268068:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Nerd Font Complete.ttf||1298540:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Oblique Nerd Font Complete Mono.ttf||1280680:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Oblique",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Oblique Nerd Font Complete.ttf||1311152:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Medium Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Medium Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Medium Oblique",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Medium Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Nerd Font Complete Mono.ttf||1268512:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Regular"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Nerd Font Complete.ttf||1298984:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Regular"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Oblique Nerd Font Complete Mono.ttf||1280168:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Oblique",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Oblique Nerd Font Complete.ttf||1310640:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Oblique",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Italic Nerd Font Complete Mono.ttf||1278704:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Bold Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Italic Nerd Font Complete.ttf||1309144:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Bold Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Nerd Font Complete Mono.ttf||1266696:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Bold"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Nerd Font Complete.ttf||1297136:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Bold"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Oblique Nerd Font Complete Mono.ttf||1278500:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Bold Oblique Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Bold Oblique",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Bold Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Oblique Nerd Font Complete.ttf||1308940:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Bold Oblique Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Bold Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Bold Oblique",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Bold Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Italic Nerd Font Complete Mono.ttf||1270036:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Extralight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Extralight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Extralight Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Italic Nerd Font Complete.ttf||1300476:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Extralight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Extralight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Extralight Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Nerd Font Complete Mono.ttf||1255820:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Extralight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Extralight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Extralight"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Nerd Font Complete.ttf||1286264:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Extralight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Extralight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Extralight"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Oblique Nerd Font Complete Mono.ttf||1270072:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Extralight Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Extralight Oblique",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Extralight Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Oblique Nerd Font Complete.ttf||1300512:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Extralight Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Extralight Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Extralight Oblique",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Extralight Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Italic Nerd Font Complete Mono.ttf||1278484:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Heavy Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Heavy Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Italic Nerd Font Complete.ttf||1308924:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Heavy Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Heavy Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Heavy Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Nerd Font Complete Mono.ttf||1264464:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Heavy Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Heavy"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Nerd Font Complete.ttf||1294904:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Heavy Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Heavy",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Heavy"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Oblique Nerd Font Complete Mono.ttf||1277716:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Heavy Oblique Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Heavy Oblique",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Heavy Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Oblique Nerd Font Complete.ttf||1308160:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Heavy Oblique Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 10,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Heavy Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Heavy Oblique",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Heavy Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Italic Nerd Font Complete Mono.ttf||1277820:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Italic Nerd Font Complete.ttf||1308260:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Italic Nerd Font Complete Mono.ttf||1277284:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Light Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Italic Nerd Font Complete.ttf||1307724:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Light Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Nerd Font Complete Mono.ttf||1262468:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Light"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Nerd Font Complete.ttf||1292908:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Light"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Oblique Nerd Font Complete Mono.ttf||1276624:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Light Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Light Oblique",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Light Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Oblique Nerd Font Complete.ttf||1307068:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Light Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Light Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Light Oblique",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Light Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Italic Nerd Font Complete Mono.ttf||1277748:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Medium Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Italic Nerd Font Complete.ttf||1308188:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Medium Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Nerd Font Complete Mono.ttf||1263888:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Medium"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Nerd Font Complete.ttf||1294332:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Medium"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Oblique Nerd Font Complete Mono.ttf||1277132:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Medium Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Oblique",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Medium Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Oblique Nerd Font Complete.ttf||1307572:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Medium Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Medium Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Medium Oblique",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Medium Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Nerd Font Complete Mono.ttf||1264264:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Regular"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Nerd Font Complete.ttf||1294704:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Regular"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Oblique Nerd Font Complete Mono.ttf||1277248:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Oblique",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Oblique Nerd Font Complete.ttf||1307688:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Oblique",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Italic Nerd Font Complete Mono.ttf||1265988:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Thin Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Italic Nerd Font Complete.ttf||1296432:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Thin Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Nerd Font Complete Mono.ttf||1253784:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Thin"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Nerd Font Complete.ttf||1284228:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Thin"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Oblique Nerd Font Complete Mono.ttf||1266600:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Thin Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Oblique",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Thin Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Oblique Nerd Font Complete.ttf||1297040:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Term Thin Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Term Thin Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Thin Oblique",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka Term",
+ "wws_subfamily_name": "Thin Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Italic Nerd Font Complete Mono.ttf||1270652:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Italic Nerd Font Complete.ttf||1301128:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Italic"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Nerd Font Complete Mono.ttf||1257344:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Nerd Font Complete.ttf||1287816:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Oblique Nerd Font Complete Mono.ttf||1271204:1634564302.0": {
+ "family_name": "Iosevka Nerd Font Mono",
+ "font-family": "Iosevka Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Iosevka Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Oblique",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Oblique Nerd Font Complete.ttf||1301676:1634564302.0": {
+ "family_name": "Iosevka Nerd Font",
+ "font-family": "Iosevka Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "oblique",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Iosevka Thin Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": true,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Iosevka Thin Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "Iosevka Nerd Font",
+ "preferred_subfamily_name": "Thin Oblique",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": "Iosevka",
+ "wws_subfamily_name": "Thin Oblique"
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Bold Italic Nerd Font Complete Mono.ttf||916584:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font Mono",
+ "font-family": "JetBrainsMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 8,
+ 9,
+ 3,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Bold Italic Nerd Font Complete.ttf||926260:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font",
+ "font-family": "JetBrainsMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 8,
+ 9,
+ 3,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Bold Nerd Font Complete Mono.ttf||909052:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font Mono",
+ "font-family": "JetBrainsMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 8,
+ 9,
+ 3,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Bold Nerd Font Complete.ttf||918020:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font",
+ "font-family": "JetBrainsMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 8,
+ 9,
+ 3,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtBd Ita Nerd Font Complete Mono.ttf||916748:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font Mono",
+ "font-family": "JetBrainsMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono ExtBd Ita Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtBd Ita Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font Mono",
+ "preferred_subfamily_name": "Extra Bold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtBd Ita Nerd Font Complete.ttf||926408:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font",
+ "font-family": "JetBrainsMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono ExtBd Ita Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtBd Ita Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font",
+ "preferred_subfamily_name": "Extra Bold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Extra Bold Nerd Font Complete Mono.ttf||909212:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font Mono",
+ "font-family": "JetBrainsMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Extra Bold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Extra Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font Mono",
+ "preferred_subfamily_name": "Extra Bold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Extra Bold Nerd Font Complete.ttf||918168:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font",
+ "font-family": "JetBrainsMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Extra Bold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Extra Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font",
+ "preferred_subfamily_name": "Extra Bold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtraBold ExBd I Nerd Font Complete Mono.ttf||919148:1634564302.0": {
+ "family_name": "JetBrainsMonoExtraBold Nerd Font Mono",
+ "font-family": "JetBrainsMonoExtraBold Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono ExtraBold ExBd I Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 9,
+ 9,
+ 3,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtraBold ExBd I Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMonoExtraBold Nerd Font Mono",
+ "preferred_subfamily_name": "Extra Bold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtraBold ExBd I Nerd Font Complete.ttf||928820:1634564302.0": {
+ "family_name": "JetBrainsMonoExtraBold Nerd Font",
+ "font-family": "JetBrainsMonoExtraBold Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono ExtraBold ExBd I Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 9,
+ 9,
+ 3,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtraBold ExBd I Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMonoExtraBold Nerd Font",
+ "preferred_subfamily_name": "Extra Bold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtraBold ExtBd Nerd Font Complete Mono.ttf||910572:1634564302.0": {
+ "family_name": "JetBrainsMonoExtraBold Nerd Font Mono",
+ "font-family": "JetBrainsMonoExtraBold Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono ExtraBold ExtBd Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 9,
+ 9,
+ 3,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtraBold ExtBd Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMonoExtraBold Nerd Font Mono",
+ "preferred_subfamily_name": "Extra Bold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtraBold ExtBd Nerd Font Complete.ttf||919544:1634564302.0": {
+ "family_name": "JetBrainsMonoExtraBold Nerd Font",
+ "font-family": "JetBrainsMonoExtraBold Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono ExtraBold ExtBd Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 9,
+ 9,
+ 3,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono ExtraBold ExtBd Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMonoExtraBold Nerd Font",
+ "preferred_subfamily_name": "Extra Bold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Italic Nerd Font Complete Mono.ttf||912148:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font Mono",
+ "font-family": "JetBrainsMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 5,
+ 9,
+ 2,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Italic Nerd Font Complete.ttf||921120:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font",
+ "font-family": "JetBrainsMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 5,
+ 9,
+ 2,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Italic Nerd Font Complete Mono.ttf||914040:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font Mono",
+ "font-family": "JetBrainsMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Italic Nerd Font Complete.ttf||923700:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font",
+ "font-family": "JetBrainsMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Med Ita Nerd Font Complete Mono.ttf||916312:1634564302.0": {
+ "family_name": "JetBrainsMonoMedium Nerd Font Mono",
+ "font-family": "JetBrainsMonoMedium Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Medium Med Ita Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 6,
+ 9,
+ 2,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Med Ita Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMonoMedium Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Med Ita Nerd Font Complete.ttf||925984:1634564302.0": {
+ "family_name": "JetBrainsMonoMedium Nerd Font",
+ "font-family": "JetBrainsMonoMedium Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Medium Med Ita Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 6,
+ 9,
+ 2,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Med Ita Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMonoMedium Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Medium Nerd Font Complete Mono.ttf||908396:1634564302.0": {
+ "family_name": "JetBrainsMonoMedium Nerd Font Mono",
+ "font-family": "JetBrainsMonoMedium Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Medium Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 6,
+ 9,
+ 2,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMonoMedium Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Medium Nerd Font Complete.ttf||917364:1634564302.0": {
+ "family_name": "JetBrainsMonoMedium Nerd Font",
+ "font-family": "JetBrainsMonoMedium Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Medium Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 6,
+ 9,
+ 2,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMonoMedium Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Nerd Font Complete Mono.ttf||907028:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font Mono",
+ "font-family": "JetBrainsMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Nerd Font Complete.ttf||924648:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font",
+ "font-family": "JetBrainsMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Regular Nerd Font Complete Mono.ttf||908656:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font Mono",
+ "font-family": "JetBrainsMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 5,
+ 9,
+ 2,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Regular Nerd Font Complete.ttf||917624:1634564302.0": {
+ "family_name": "JetBrainsMono Nerd Font",
+ "font-family": "JetBrainsMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 4,
+ "full_name": "JetBrains Mono Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 1,
+ 5,
+ 9,
+ 2,
+ 1,
+ 2,
+ 5,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/JetBrains Mono Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "JetBrainsMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton Nerd Font Complete Mono.ttf||873808:1634564302.0": {
+ "family_name": "Lekton Nerd Font Mono",
+ "font-family": "Lekton Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Lekton Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Lekton Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton Nerd Font Complete.ttf||899016:1634564302.0": {
+ "family_name": "Lekton Nerd Font",
+ "font-family": "Lekton Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Lekton Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton Nerd Font Complete.ttf",
+ "preferred_family_name": "Lekton Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton-Bold Nerd Font Complete Mono.ttf||873192:1634564302.0": {
+ "family_name": "Lekton Nerd Font Mono",
+ "font-family": "Lekton Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Lekton-Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton-Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Lekton Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton-Bold Nerd Font Complete.ttf||898396:1634564302.0": {
+ "family_name": "Lekton Nerd Font",
+ "font-family": "Lekton Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Lekton-Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton-Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Lekton Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton-Italic Nerd Font Complete Mono.ttf||794252:1634564302.0": {
+ "family_name": "Lekton Nerd Font Mono",
+ "font-family": "Lekton Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Lekton-Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 6,
+ 3,
+ 0,
+ 0,
+ 9,
+ 0,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton-Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Lekton Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton-Italic Nerd Font Complete.ttf||810328:1634564302.0": {
+ "family_name": "Lekton Nerd Font",
+ "font-family": "Lekton Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Lekton-Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 2,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 6,
+ 3,
+ 0,
+ 0,
+ 9,
+ 0,
+ 3
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Lekton-Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Lekton Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Bold Italic Nerd Font Complete Mono.ttf||1077956:1634564302.0": {
+ "family_name": "LiterationMono Nerd Font Mono",
+ "font-family": "LiterationMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Bold Italic Nerd Font Complete.ttf||1110816:1634564302.0": {
+ "family_name": "LiterationMono Nerd Font",
+ "font-family": "LiterationMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Bold Nerd Font Complete Mono.ttf||1100896:1634564302.0": {
+ "family_name": "LiterationMono Nerd Font Mono",
+ "font-family": "LiterationMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Bold Nerd Font Complete.ttf||1133752:1634564302.0": {
+ "family_name": "LiterationMono Nerd Font",
+ "font-family": "LiterationMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 7,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Italic Nerd Font Complete Mono.ttf||1076208:1634564302.0": {
+ "family_name": "LiterationMono Nerd Font Mono",
+ "font-family": "LiterationMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Italic Nerd Font Complete.ttf||1109060:1634564302.0": {
+ "family_name": "LiterationMono Nerd Font",
+ "font-family": "LiterationMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 9,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Nerd Font Complete Mono.ttf||1112952:1634564302.0": {
+ "family_name": "LiterationMono Nerd Font Mono",
+ "font-family": "LiterationMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Nerd Font Complete.ttf||1145812:1634564302.0": {
+ "family_name": "LiterationMono Nerd Font",
+ "font-family": "LiterationMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 7,
+ 4,
+ 9,
+ 2,
+ 2,
+ 5,
+ 2,
+ 4,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Bold Italic Nerd Font Complete Mono.ttf||1230488:1634564302.0": {
+ "family_name": "LiterationSans Nerd Font Mono",
+ "font-family": "LiterationSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Sans Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationSans Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Bold Italic Nerd Font Complete.ttf||1236404:1634564302.0": {
+ "family_name": "LiterationSans Nerd Font",
+ "font-family": "LiterationSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Sans Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationSans Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Bold Nerd Font Complete Mono.ttf||1233884:1634564302.0": {
+ "family_name": "LiterationSans Nerd Font Mono",
+ "font-family": "LiterationSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Sans Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationSans Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Bold Nerd Font Complete.ttf||1239804:1634564302.0": {
+ "family_name": "LiterationSans Nerd Font",
+ "font-family": "LiterationSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Sans Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationSans Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Italic Nerd Font Complete Mono.ttf||1236588:1634564302.0": {
+ "family_name": "LiterationSans Nerd Font Mono",
+ "font-family": "LiterationSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Sans Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationSans Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Italic Nerd Font Complete.ttf||1242076:1634564302.0": {
+ "family_name": "LiterationSans Nerd Font",
+ "font-family": "LiterationSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Sans Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationSans Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Nerd Font Complete Mono.ttf||1231028:1634564302.0": {
+ "family_name": "LiterationSans Nerd Font Mono",
+ "font-family": "LiterationSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Sans Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationSans Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Nerd Font Complete.ttf||1236512:1634564302.0": {
+ "family_name": "LiterationSans Nerd Font",
+ "font-family": "LiterationSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Sans Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 2,
+ 2,
+ 2,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Sans Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationSans Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Bold Italic Nerd Font Complete Mono.ttf||1191520:1634564302.0": {
+ "family_name": "LiterationSerif Nerd Font Mono",
+ "font-family": "LiterationSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Serif Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 3,
+ 6,
+ 5,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationSerif Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Bold Italic Nerd Font Complete.ttf||1199872:1634564302.0": {
+ "family_name": "LiterationSerif Nerd Font",
+ "font-family": "LiterationSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Serif Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 3,
+ 6,
+ 5,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationSerif Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Bold Nerd Font Complete Mono.ttf||1187848:1634564302.0": {
+ "family_name": "LiterationSerif Nerd Font Mono",
+ "font-family": "LiterationSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Serif Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 7,
+ 5,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationSerif Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Bold Nerd Font Complete.ttf||1193712:1634564302.0": {
+ "family_name": "LiterationSerif Nerd Font",
+ "font-family": "LiterationSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Literation Serif Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 7,
+ 5,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationSerif Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Italic Nerd Font Complete Mono.ttf||1194464:1634564302.0": {
+ "family_name": "LiterationSerif Nerd Font Mono",
+ "font-family": "LiterationSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Serif Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 3,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationSerif Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Italic Nerd Font Complete.ttf||1202796:1634564302.0": {
+ "family_name": "LiterationSerif Nerd Font",
+ "font-family": "LiterationSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Serif Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 3,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationSerif Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Nerd Font Complete Mono.ttf||1208472:1634564302.0": {
+ "family_name": "LiterationSerif Nerd Font Mono",
+ "font-family": "LiterationSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Serif Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "LiterationSerif Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Nerd Font Complete.ttf||1216812:1634564302.0": {
+ "family_name": "LiterationSerif Nerd Font",
+ "font-family": "LiterationSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Literation Serif Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Literation Serif Nerd Font Complete.ttf",
+ "preferred_family_name": "LiterationSerif Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c Nerd Font Complete Mono.ttf||2621380:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 1c Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c Nerd Font Complete.ttf||2640248:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 1c Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c black Nerd Font Complete Mono.ttf||2638804:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "M+ 1c black Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c black Nerd Font Complete.ttf||2656832:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "M+ 1c black Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c black Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c bold Nerd Font Complete Mono.ttf||2629412:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 1c bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c bold Nerd Font Complete.ttf||2648132:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 1c bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c bold Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c heavy Nerd Font Complete Mono.ttf||2637116:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "M+ 1c heavy Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c heavy Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "heavy",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c heavy Nerd Font Complete.ttf||2655792:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "M+ 1c heavy Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c heavy Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "heavy",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c light Nerd Font Complete Mono.ttf||2629964:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 1c light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c light Nerd Font Complete.ttf||2649012:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 1c light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c light Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c medium Nerd Font Complete Mono.ttf||2622032:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 1c medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c medium Nerd Font Complete.ttf||2640888:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 1c medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c medium Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c thin Nerd Font Complete Mono.ttf||2636348:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 1c thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c thin Nerd Font Complete.ttf||2655884:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 1c thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1c thin Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m Nerd Font Complete Mono.ttf||2494652:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 1m Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m Nerd Font Complete.ttf||2533704:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 1m Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m bold Nerd Font Complete Mono.ttf||2501172:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 1m bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m bold Nerd Font Complete.ttf||2540224:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 1m bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m bold Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m light Nerd Font Complete Mono.ttf||2502464:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 1m light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m light Nerd Font Complete.ttf||2541516:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 1m light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m light Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m medium Nerd Font Complete Mono.ttf||2494416:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 1m medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m medium Nerd Font Complete.ttf||2533468:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 1m medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m medium Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m thin Nerd Font Complete Mono.ttf||2509408:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 1m thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m thin Nerd Font Complete.ttf||2548464:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 1m thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1m thin Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn Nerd Font Complete Mono.ttf||2492052:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 1mn Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn Nerd Font Complete.ttf||2531104:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 1mn Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn bold Nerd Font Complete Mono.ttf||2500224:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 1mn bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn bold Nerd Font Complete.ttf||2539276:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 1mn bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn bold Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn light Nerd Font Complete Mono.ttf||2499776:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 1mn light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn light Nerd Font Complete.ttf||2538832:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 1mn light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn light Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn medium Nerd Font Complete Mono.ttf||2493192:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 1mn medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn medium Nerd Font Complete.ttf||2532244:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 1mn medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn medium Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn thin Nerd Font Complete Mono.ttf||2506728:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 1mn thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn thin Nerd Font Complete.ttf||2545780:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 1mn thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1mn thin Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p Nerd Font Complete Mono.ttf||2624084:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 1p Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p Nerd Font Complete.ttf||2641864:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 1p Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p black Nerd Font Complete Mono.ttf||2641156:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "M+ 1p black Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p black Nerd Font Complete.ttf||2658460:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "M+ 1p black Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p black Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p bold Nerd Font Complete Mono.ttf||2632440:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 1p bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p bold Nerd Font Complete.ttf||2649900:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 1p bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p bold Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p heavy Nerd Font Complete Mono.ttf||2640128:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "M+ 1p heavy Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p heavy Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "heavy",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p heavy Nerd Font Complete.ttf||2657488:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "M+ 1p heavy Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p heavy Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "heavy",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p light Nerd Font Complete Mono.ttf||2632072:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 1p light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p light Nerd Font Complete.ttf||2650212:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 1p light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p light Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p medium Nerd Font Complete Mono.ttf||2624676:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 1p medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p medium Nerd Font Complete.ttf||2642272:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 1p medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p medium Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p thin Nerd Font Complete Mono.ttf||2636944:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 1p thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p thin Nerd Font Complete.ttf||2655528:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 1p thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 1p thin Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c Nerd Font Complete Mono.ttf||2621768:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 2c Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c Nerd Font Complete.ttf||2640636:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 2c Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c black Nerd Font Complete Mono.ttf||2643268:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "M+ 2c black Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c black Nerd Font Complete.ttf||2661296:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "M+ 2c black Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c black Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c bold Nerd Font Complete Mono.ttf||2629420:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 2c bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c bold Nerd Font Complete.ttf||2648140:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 2c bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c bold Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c heavy Nerd Font Complete Mono.ttf||2637452:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "M+ 2c heavy Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c heavy Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "heavy",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c heavy Nerd Font Complete.ttf||2656128:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "M+ 2c heavy Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c heavy Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "heavy",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c light Nerd Font Complete Mono.ttf||2629804:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 2c light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c light Nerd Font Complete.ttf||2648852:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 2c light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c light Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c medium Nerd Font Complete Mono.ttf||2621500:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 2c medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c medium Nerd Font Complete.ttf||2640356:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 2c medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c medium Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c thin Nerd Font Complete Mono.ttf||2637908:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 2c thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c thin Nerd Font Complete.ttf||2657444:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 2c thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2c thin Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m Nerd Font Complete Mono.ttf||2494340:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 2m Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m Nerd Font Complete.ttf||2533392:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 2m Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m bold Nerd Font Complete Mono.ttf||2500432:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 2m bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m bold Nerd Font Complete.ttf||2539484:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 2m bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m bold Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m light Nerd Font Complete Mono.ttf||2501412:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 2m light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m light Nerd Font Complete.ttf||2540464:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 2m light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m light Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m medium Nerd Font Complete Mono.ttf||2493156:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 2m medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m medium Nerd Font Complete.ttf||2532208:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 2m medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m medium Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m thin Nerd Font Complete Mono.ttf||2509744:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 2m thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m thin Nerd Font Complete.ttf||2548800:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 2m thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 2,
+ 2,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2m thin Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p Nerd Font Complete Mono.ttf||2624624:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 2p Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p Nerd Font Complete.ttf||2642404:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "M+ 2p Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p black Nerd Font Complete Mono.ttf||2645772:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "M+ 2p black Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p black Nerd Font Complete.ttf||2663076:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "M+ 2p black Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p black Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p bold Nerd Font Complete Mono.ttf||2632696:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 2p bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p bold Nerd Font Complete.ttf||2650156:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "M+ 2p bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p bold Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p heavy Nerd Font Complete Mono.ttf||2640696:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "M+ 2p heavy Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p heavy Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "heavy",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p heavy Nerd Font Complete.ttf||2658056:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "M+ 2p heavy Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p heavy Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "heavy",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p light Nerd Font Complete Mono.ttf||2632016:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 2p light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p light Nerd Font Complete.ttf||2650156:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "M+ 2p light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p light Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p medium Nerd Font Complete Mono.ttf||2624388:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 2p medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p medium Nerd Font Complete.ttf||2641984:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "M+ 2p medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p medium Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p thin Nerd Font Complete Mono.ttf||2638708:1634564302.0": {
+ "family_name": "mplus Nerd Font Mono",
+ "font-family": "mplus Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 2p thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mplus Nerd Font Mono",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p thin Nerd Font Complete.ttf||2657292:1634564302.0": {
+ "family_name": "mplus Nerd Font",
+ "font-family": "mplus Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "M+ 2p thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/M+ 2p thin Nerd Font Complete.ttf",
+ "preferred_family_name": "mplus Nerd Font",
+ "preferred_subfamily_name": "thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Bold Italic Nerd Font Complete Mono.ttf||1249284:1634564302.0": {
+ "family_name": "MesloLGL Nerd Font Mono",
+ "font-family": "MesloLGL Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG L Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGL Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Bold Italic Nerd Font Complete.ttf||1281648:1634564302.0": {
+ "family_name": "MesloLGL Nerd Font",
+ "font-family": "MesloLGL Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG L Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGL Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Bold Nerd Font Complete Mono.ttf||1291032:1634564302.0": {
+ "family_name": "MesloLGL Nerd Font Mono",
+ "font-family": "MesloLGL Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG L Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGL Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Bold Nerd Font Complete.ttf||1323928:1634564302.0": {
+ "family_name": "MesloLGL Nerd Font",
+ "font-family": "MesloLGL Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG L Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGL Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Bold Italic Nerd Font Complete Mono.ttf||1249336:1634564302.0": {
+ "family_name": "MesloLGLDZ Nerd Font Mono",
+ "font-family": "MesloLGLDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG L DZ Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGLDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Bold Italic Nerd Font Complete.ttf||1281700:1634564302.0": {
+ "family_name": "MesloLGLDZ Nerd Font",
+ "font-family": "MesloLGLDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG L DZ Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGLDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Bold Nerd Font Complete Mono.ttf||1291092:1634564302.0": {
+ "family_name": "MesloLGLDZ Nerd Font Mono",
+ "font-family": "MesloLGLDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG L DZ Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGLDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Bold Nerd Font Complete.ttf||1323984:1634564302.0": {
+ "family_name": "MesloLGLDZ Nerd Font",
+ "font-family": "MesloLGLDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG L DZ Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGLDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Italic Nerd Font Complete Mono.ttf||1240616:1634564302.0": {
+ "family_name": "MesloLGLDZ Nerd Font Mono",
+ "font-family": "MesloLGLDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG L DZ Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGLDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Italic Nerd Font Complete.ttf||1273232:1634564302.0": {
+ "family_name": "MesloLGLDZ Nerd Font",
+ "font-family": "MesloLGLDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG L DZ Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGLDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Regular Nerd Font Complete Mono.ttf||1281592:1634564302.0": {
+ "family_name": "MesloLGLDZ Nerd Font Mono",
+ "font-family": "MesloLGLDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG L DZ Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGLDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Regular Nerd Font Complete.ttf||1314740:1634564302.0": {
+ "family_name": "MesloLGLDZ Nerd Font",
+ "font-family": "MesloLGLDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG L DZ Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L DZ Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGLDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Italic Nerd Font Complete Mono.ttf||1240556:1634564302.0": {
+ "family_name": "MesloLGL Nerd Font Mono",
+ "font-family": "MesloLGL Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG L Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGL Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Italic Nerd Font Complete.ttf||1273172:1634564302.0": {
+ "family_name": "MesloLGL Nerd Font",
+ "font-family": "MesloLGL Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG L Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGL Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Regular Nerd Font Complete Mono.ttf||1281536:1634564302.0": {
+ "family_name": "MesloLGL Nerd Font Mono",
+ "font-family": "MesloLGL Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG L Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGL Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Regular Nerd Font Complete.ttf||1314684:1634564302.0": {
+ "family_name": "MesloLGL Nerd Font",
+ "font-family": "MesloLGL Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG L Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG L Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGL Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Bold Italic Nerd Font Complete Mono.ttf||1249248:1634564302.0": {
+ "family_name": "MesloLGM Nerd Font Mono",
+ "font-family": "MesloLGM Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG M Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGM Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Bold Italic Nerd Font Complete.ttf||1281624:1634564302.0": {
+ "family_name": "MesloLGM Nerd Font",
+ "font-family": "MesloLGM Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG M Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGM Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Bold Nerd Font Complete Mono.ttf||1290996:1634564302.0": {
+ "family_name": "MesloLGM Nerd Font Mono",
+ "font-family": "MesloLGM Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG M Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGM Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Bold Nerd Font Complete.ttf||1323904:1634564302.0": {
+ "family_name": "MesloLGM Nerd Font",
+ "font-family": "MesloLGM Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG M Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGM Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Bold Italic Nerd Font Complete Mono.ttf||1249300:1634564302.0": {
+ "family_name": "MesloLGMDZ Nerd Font Mono",
+ "font-family": "MesloLGMDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG M DZ Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGMDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Bold Italic Nerd Font Complete.ttf||1281676:1634564302.0": {
+ "family_name": "MesloLGMDZ Nerd Font",
+ "font-family": "MesloLGMDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG M DZ Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGMDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Bold Nerd Font Complete Mono.ttf||1291056:1634564302.0": {
+ "family_name": "MesloLGMDZ Nerd Font Mono",
+ "font-family": "MesloLGMDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG M DZ Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGMDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Bold Nerd Font Complete.ttf||1323960:1634564302.0": {
+ "family_name": "MesloLGMDZ Nerd Font",
+ "font-family": "MesloLGMDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG M DZ Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGMDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Italic Nerd Font Complete Mono.ttf||1240580:1634564302.0": {
+ "family_name": "MesloLGMDZ Nerd Font Mono",
+ "font-family": "MesloLGMDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG M DZ Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGMDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Italic Nerd Font Complete.ttf||1273208:1634564302.0": {
+ "family_name": "MesloLGMDZ Nerd Font",
+ "font-family": "MesloLGMDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG M DZ Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGMDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Regular Nerd Font Complete Mono.ttf||1281556:1634564302.0": {
+ "family_name": "MesloLGMDZ Nerd Font Mono",
+ "font-family": "MesloLGMDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG M DZ Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGMDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Regular Nerd Font Complete.ttf||1314716:1634564302.0": {
+ "family_name": "MesloLGMDZ Nerd Font",
+ "font-family": "MesloLGMDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG M DZ Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M DZ Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGMDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Italic Nerd Font Complete Mono.ttf||1240520:1634564302.0": {
+ "family_name": "MesloLGM Nerd Font Mono",
+ "font-family": "MesloLGM Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG M Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGM Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Italic Nerd Font Complete.ttf||1273148:1634564302.0": {
+ "family_name": "MesloLGM Nerd Font",
+ "font-family": "MesloLGM Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG M Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGM Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Regular Nerd Font Complete Mono.ttf||1281500:1634564302.0": {
+ "family_name": "MesloLGM Nerd Font Mono",
+ "font-family": "MesloLGM Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG M Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGM Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Regular Nerd Font Complete.ttf||1314660:1634564302.0": {
+ "family_name": "MesloLGM Nerd Font",
+ "font-family": "MesloLGM Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG M Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG M Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGM Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Bold Italic Nerd Font Complete Mono.ttf||1249216:1634564302.0": {
+ "family_name": "MesloLGS Nerd Font Mono",
+ "font-family": "MesloLGS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG S Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Bold Italic Nerd Font Complete.ttf||1281588:1634564302.0": {
+ "family_name": "MesloLGS Nerd Font",
+ "font-family": "MesloLGS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG S Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Bold Nerd Font Complete Mono.ttf||1290964:1634564302.0": {
+ "family_name": "MesloLGS Nerd Font Mono",
+ "font-family": "MesloLGS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG S Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Bold Nerd Font Complete.ttf||1323868:1634564302.0": {
+ "family_name": "MesloLGS Nerd Font",
+ "font-family": "MesloLGS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG S Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Bold Italic Nerd Font Complete Mono.ttf||1249268:1634564302.0": {
+ "family_name": "MesloLGSDZ Nerd Font Mono",
+ "font-family": "MesloLGSDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG S DZ Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGSDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Bold Italic Nerd Font Complete.ttf||1281640:1634564302.0": {
+ "family_name": "MesloLGSDZ Nerd Font",
+ "font-family": "MesloLGSDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG S DZ Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGSDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Bold Nerd Font Complete Mono.ttf||1291024:1634564302.0": {
+ "family_name": "MesloLGSDZ Nerd Font Mono",
+ "font-family": "MesloLGSDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG S DZ Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGSDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Bold Nerd Font Complete.ttf||1323924:1634564302.0": {
+ "family_name": "MesloLGSDZ Nerd Font",
+ "font-family": "MesloLGSDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Meslo LG S DZ Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 6,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGSDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Italic Nerd Font Complete Mono.ttf||1240548:1634564302.0": {
+ "family_name": "MesloLGSDZ Nerd Font Mono",
+ "font-family": "MesloLGSDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG S DZ Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGSDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Italic Nerd Font Complete.ttf||1273172:1634564302.0": {
+ "family_name": "MesloLGSDZ Nerd Font",
+ "font-family": "MesloLGSDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG S DZ Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGSDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Regular Nerd Font Complete Mono.ttf||1281524:1634564302.0": {
+ "family_name": "MesloLGSDZ Nerd Font Mono",
+ "font-family": "MesloLGSDZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG S DZ Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGSDZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Regular Nerd Font Complete.ttf||1314680:1634564302.0": {
+ "family_name": "MesloLGSDZ Nerd Font",
+ "font-family": "MesloLGSDZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG S DZ Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S DZ Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGSDZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Italic Nerd Font Complete Mono.ttf||1240488:1634564302.0": {
+ "family_name": "MesloLGS Nerd Font Mono",
+ "font-family": "MesloLGS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG S Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Italic Nerd Font Complete.ttf||1273112:1634564302.0": {
+ "family_name": "MesloLGS Nerd Font",
+ "font-family": "MesloLGS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG S Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 3,
+ 4,
+ 11,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Regular Nerd Font Complete Mono.ttf||1281468:1634564302.0": {
+ "family_name": "MesloLGS Nerd Font Mono",
+ "font-family": "MesloLGS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG S Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "MesloLGS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Regular Nerd Font Complete.ttf||1314624:1634564302.0": {
+ "family_name": "MesloLGS Nerd Font",
+ "font-family": "MesloLGS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Meslo LG S Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Meslo LG S Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "MesloLGS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Bold Nerd Font Complete Mono.ttf||876660:1634564302.0": {
+ "family_name": "Monoid Nerd Font Mono",
+ "font-family": "Monoid Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Monoid Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Monoid Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Bold Nerd Font Complete.ttf||887316:1634564302.0": {
+ "family_name": "Monoid Nerd Font",
+ "font-family": "Monoid Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Monoid Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Monoid Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Italic Nerd Font Complete Mono.ttf||898736:1634564302.0": {
+ "family_name": "Monoid Nerd Font Mono",
+ "font-family": "Monoid Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Monoid Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Monoid Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Italic Nerd Font Complete.ttf||909392:1634564302.0": {
+ "family_name": "Monoid Nerd Font",
+ "font-family": "Monoid Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Monoid Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Monoid Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Regular Nerd Font Complete Mono.ttf||886300:1634564302.0": {
+ "family_name": "Monoid Nerd Font Mono",
+ "font-family": "Monoid Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Monoid Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Monoid Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Regular Nerd Font Complete.ttf||896956:1634564302.0": {
+ "family_name": "Monoid Nerd Font",
+ "font-family": "Monoid Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Monoid Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "Monoid Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Retina Nerd Font Complete Mono.ttf||884960:1634564302.0": {
+ "family_name": "Monoid Nerd Font Mono",
+ "font-family": "Monoid Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Monoid Retina Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Retina Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Monoid Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Retina",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Retina Nerd Font Complete.ttf||895620:1634564302.0": {
+ "family_name": "Monoid Nerd Font",
+ "font-family": "Monoid Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Monoid Retina Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Monoid Retina Nerd Font Complete.ttf",
+ "preferred_family_name": "Monoid Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Retina",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Emoji Nerd Font Complete Mono.ttf||1266144:1634564302.0": {
+ "family_name": "NotoEmoji Nerd Font Mono",
+ "font-family": "NotoEmoji Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Emoji Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Emoji Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoEmoji Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Emoji Nerd Font Complete.ttf||1254668:1634564302.0": {
+ "family_name": "NotoEmoji Nerd Font",
+ "font-family": "NotoEmoji Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Emoji Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Emoji Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoEmoji Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Mono Nerd Font Complete Mono.ttf||930268:1634564302.0": {
+ "family_name": "NotoMono Nerd Font Mono",
+ "font-family": "NotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Mono Nerd Font Complete.ttf||950828:1634564302.0": {
+ "family_name": "NotoMono Nerd Font",
+ "font-family": "NotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Black Italic Nerd Font Complete Mono.ttf||1279988:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Black Italic Nerd Font Complete.ttf||1291940:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Black Nerd Font Complete Mono.ttf||1261896:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Black Nerd Font Complete.ttf||1272360:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Bold Italic Nerd Font Complete Mono.ttf||1268912:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Bold Italic Nerd Font Complete.ttf||1281884:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Bold Nerd Font Complete Mono.ttf||1251320:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Bold Nerd Font Complete.ttf||1263940:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraBold Italic Nerd Font Complete Mono.ttf||1273028:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraBold Italic Nerd Font Complete.ttf||1286096:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraBold Nerd Font Complete Mono.ttf||1250836:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraBold Nerd Font Complete.ttf||1262592:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraLight Italic Nerd Font Complete Mono.ttf||1250928:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraLight Italic Nerd Font Complete.ttf||1263804:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraLight Nerd Font Complete Mono.ttf||1229932:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraLight Nerd Font Complete.ttf||1242696:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Italic Nerd Font Complete Mono.ttf||1266960:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Italic Nerd Font Complete.ttf||1279836:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Light Italic Nerd Font Complete Mono.ttf||1257132:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Light Italic Nerd Font Complete.ttf||1270012:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Light Nerd Font Complete Mono.ttf||1239652:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Light Nerd Font Complete.ttf||1252432:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Medium Italic Nerd Font Complete Mono.ttf||1265364:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Medium Italic Nerd Font Complete.ttf||1278132:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Medium Nerd Font Complete Mono.ttf||1245584:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Medium Nerd Font Complete.ttf||1258276:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Nerd Font Complete Mono.ttf||1247416:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Nerd Font Complete.ttf||1260208:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed SemiBold Italic Nerd Font Complete Mono.ttf||1268568:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed SemiBold Italic Nerd Font Complete.ttf||1281448:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed SemiBold Nerd Font Complete Mono.ttf||1247520:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed SemiBold Nerd Font Complete.ttf||1260308:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Thin Italic Nerd Font Complete Mono.ttf||1250136:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Thin Italic Nerd Font Complete.ttf||1263024:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Thin Nerd Font Complete Mono.ttf||1231916:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Thin Nerd Font Complete.ttf||1244704:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Condensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Black Italic Nerd Font Complete Mono.ttf||1283316:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Black Italic Nerd Font Complete.ttf||1290232:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Black Nerd Font Complete Mono.ttf||1273232:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Black Nerd Font Complete.ttf||1278796:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Bold Italic Nerd Font Complete Mono.ttf||1268052:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Bold Italic Nerd Font Complete.ttf||1278980:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Bold Nerd Font Complete Mono.ttf||1255700:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Bold Nerd Font Complete.ttf||1262764:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Black Italic Nerd Font Complete Mono.ttf||1279496:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Black Italic Nerd Font Complete.ttf||1291916:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Black Nerd Font Complete Mono.ttf||1260448:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Black Nerd Font Complete.ttf||1272136:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Bold Italic Nerd Font Complete Mono.ttf||1268608:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Bold Italic Nerd Font Complete.ttf||1282280:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Bold Nerd Font Complete Mono.ttf||1248652:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Bold Nerd Font Complete.ttf||1261900:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraBold Italic Nerd Font Complete Mono.ttf||1272540:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraBold Italic Nerd Font Complete.ttf||1285976:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraBold Nerd Font Complete Mono.ttf||1249584:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraBold Nerd Font Complete.ttf||1262328:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraLight Italic Nerd Font Complete Mono.ttf||1250048:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraLight Italic Nerd Font Complete.ttf||1263464:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraLight Nerd Font Complete Mono.ttf||1227604:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraLight Nerd Font Complete.ttf||1241232:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Italic Nerd Font Complete Mono.ttf||1265620:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Italic Nerd Font Complete.ttf||1279108:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Light Italic Nerd Font Complete Mono.ttf||1254936:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Light Italic Nerd Font Complete.ttf||1268428:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Light Nerd Font Complete Mono.ttf||1237836:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Light Nerd Font Complete.ttf||1251564:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Medium Italic Nerd Font Complete Mono.ttf||1263248:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Medium Italic Nerd Font Complete.ttf||1276796:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Medium Nerd Font Complete Mono.ttf||1243536:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Medium Nerd Font Complete.ttf||1257180:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Nerd Font Complete Mono.ttf||1244796:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Nerd Font Complete.ttf||1258472:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed SemiBold Italic Nerd Font Complete Mono.ttf||1267768:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed SemiBold Italic Nerd Font Complete.ttf||1281348:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed SemiBold Nerd Font Complete Mono.ttf||1244416:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed SemiBold Nerd Font Complete.ttf||1258088:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Thin Italic Nerd Font Complete Mono.ttf||1247824:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Thin Italic Nerd Font Complete.ttf||1261244:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Thin Nerd Font Complete Mono.ttf||1229272:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Thin Nerd Font Complete.ttf||1242892:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Condensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraBold Italic Nerd Font Complete Mono.ttf||1270772:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraBold Italic Nerd Font Complete.ttf||1279944:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraBold Nerd Font Complete Mono.ttf||1258660:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraBold Nerd Font Complete.ttf||1264968:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Black Italic Nerd Font Complete Mono.ttf||1279224:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Black Italic Nerd Font Complete.ttf||1292888:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Black Nerd Font Complete Mono.ttf||1256964:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Black Nerd Font Complete.ttf||1269876:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf||1268536:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Bold Italic Nerd Font Complete.ttf||1282112:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Bold Nerd Font Complete Mono.ttf||1244816:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Bold Nerd Font Complete.ttf||1258416:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf||1273192:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf||1286716:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf||1247952:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraBold Nerd Font Complete.ttf||1261500:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf||1249112:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf||1262460:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf||1229328:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraLight Nerd Font Complete.ttf||1242704:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Italic Nerd Font Complete Mono.ttf||1264000:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Italic Nerd Font Complete.ttf||1277404:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Light Italic Nerd Font Complete Mono.ttf||1256712:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Light Italic Nerd Font Complete.ttf||1270008:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Light Nerd Font Complete Mono.ttf||1237116:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Light Nerd Font Complete.ttf||1250500:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf||1265972:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Medium Italic Nerd Font Complete.ttf||1279548:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Medium Nerd Font Complete Mono.ttf||1241140:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Medium Nerd Font Complete.ttf||1254692:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Nerd Font Complete Mono.ttf||1242832:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Nerd Font Complete.ttf||1256312:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf||1265848:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed SemiBold Italic Nerd Font Complete.ttf||1279372:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed SemiBold Nerd Font Complete Mono.ttf||1241904:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed SemiBold Nerd Font Complete.ttf||1255440:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf||1247480:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Thin Italic Nerd Font Complete.ttf||1260876:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Thin Nerd Font Complete Mono.ttf||1227852:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Thin Nerd Font Complete.ttf||1241224:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraLight Italic Nerd Font Complete Mono.ttf||1248960:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraLight Italic Nerd Font Complete.ttf||1261588:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraLight Nerd Font Complete Mono.ttf||1234940:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraLight Nerd Font Complete.ttf||1244260:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Italic Nerd Font Complete Mono.ttf||1264704:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Italic Nerd Font Complete.ttf||1277428:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Light Italic Nerd Font Complete Mono.ttf||1256312:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Light Italic Nerd Font Complete.ttf||1268992:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Light Nerd Font Complete Mono.ttf||1241288:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Light Nerd Font Complete.ttf||1251000:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Medium Italic Nerd Font Complete Mono.ttf||1261212:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Medium Italic Nerd Font Complete.ttf||1273776:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Medium Nerd Font Complete Mono.ttf||1250212:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Medium Nerd Font Complete.ttf||1259932:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Regular Nerd Font Complete Mono.ttf||1252648:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Regular Nerd Font Complete.ttf||1262680:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiBold Italic Nerd Font Complete Mono.ttf||1267688:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiBold Italic Nerd Font Complete.ttf||1279552:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiBold Nerd Font Complete Mono.ttf||1255708:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiBold Nerd Font Complete.ttf||1263420:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Black Italic Nerd Font Complete Mono.ttf||1282336:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Black Italic Nerd Font Complete.ttf||1292408:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Black Nerd Font Complete Mono.ttf||1268396:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Black Nerd Font Complete.ttf||1275800:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Bold Italic Nerd Font Complete Mono.ttf||1270332:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Bold Italic Nerd Font Complete.ttf||1283384:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Bold Nerd Font Complete Mono.ttf||1253972:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Bold Nerd Font Complete.ttf||1264664:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf||1273752:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraBold Italic Nerd Font Complete.ttf||1285636:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraBold Nerd Font Complete Mono.ttf||1253032:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraBold Nerd Font Complete.ttf||1262804:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf||1250712:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraLight Italic Nerd Font Complete.ttf||1264204:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraLight Nerd Font Complete Mono.ttf||1230224:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraLight Nerd Font Complete.ttf||1243232:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Italic Nerd Font Complete Mono.ttf||1267360:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Italic Nerd Font Complete.ttf||1281180:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Light Italic Nerd Font Complete Mono.ttf||1261316:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Light Italic Nerd Font Complete.ttf||1274960:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Light Nerd Font Complete Mono.ttf||1238764:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Light Nerd Font Complete.ttf||1251900:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Medium Italic Nerd Font Complete Mono.ttf||1264116:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Medium Italic Nerd Font Complete.ttf||1277904:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Medium Nerd Font Complete Mono.ttf||1245744:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Medium Nerd Font Complete.ttf||1258456:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Nerd Font Complete Mono.ttf||1246580:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Nerd Font Complete.ttf||1259852:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf||1269384:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed SemiBold Italic Nerd Font Complete.ttf||1283228:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed SemiBold Nerd Font Complete Mono.ttf||1248976:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed SemiBold Nerd Font Complete.ttf||1260916:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Thin Italic Nerd Font Complete Mono.ttf||1249084:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Thin Italic Nerd Font Complete.ttf||1262552:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Thin Nerd Font Complete Mono.ttf||1230676:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Thin Nerd Font Complete.ttf||1243740:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display SemiCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Thin Italic Nerd Font Complete Mono.ttf||1249056:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Thin Italic Nerd Font Complete.ttf||1261484:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Thin Nerd Font Complete Mono.ttf||1235044:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font Mono",
+ "font-family": "NotoSansDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Thin Nerd Font Complete.ttf||1243572:1634564302.0": {
+ "family_name": "NotoSansDisplay Nerd Font",
+ "font-family": "NotoSansDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Display Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansDisplay Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraBold Italic Nerd Font Complete Mono.ttf||1272680:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraBold Italic Nerd Font Complete.ttf||1280132:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraBold Nerd Font Complete Mono.ttf||1259132:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraBold Nerd Font Complete.ttf||1264960:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Black Italic Nerd Font Complete Mono.ttf||1280316:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Black Italic Nerd Font Complete.ttf||1293584:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Black Nerd Font Complete Mono.ttf||1258492:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Black Nerd Font Complete.ttf||1270560:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf||1267452:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Bold Italic Nerd Font Complete.ttf||1280608:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Bold Nerd Font Complete Mono.ttf||1246528:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Bold Nerd Font Complete.ttf||1259432:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf||1273012:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf||1286248:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf||1248884:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraBold Nerd Font Complete.ttf||1261776:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf||1250016:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf||1262808:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf||1231252:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraLight Nerd Font Complete.ttf||1243916:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Italic Nerd Font Complete Mono.ttf||1264640:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Italic Nerd Font Complete.ttf||1277440:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Light Italic Nerd Font Complete Mono.ttf||1257052:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Light Italic Nerd Font Complete.ttf||1269824:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Light Nerd Font Complete Mono.ttf||1239408:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Light Nerd Font Complete.ttf||1252092:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf||1264940:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Medium Italic Nerd Font Complete.ttf||1277968:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Medium Nerd Font Complete Mono.ttf||1243328:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Medium Nerd Font Complete.ttf||1256100:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Nerd Font Complete Mono.ttf||1244984:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Nerd Font Complete.ttf||1257672:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf||1264820:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed SemiBold Italic Nerd Font Complete.ttf||1277904:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed SemiBold Nerd Font Complete Mono.ttf||1244144:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed SemiBold Nerd Font Complete.ttf||1256984:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf||1249504:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Thin Italic Nerd Font Complete.ttf||1262348:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Thin Nerd Font Complete Mono.ttf||1229788:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Thin Nerd Font Complete.ttf||1242472:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraLight Italic Nerd Font Complete Mono.ttf||1253436:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraLight Italic Nerd Font Complete.ttf||1263748:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraLight Nerd Font Complete Mono.ttf||1239684:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraLight Nerd Font Complete.ttf||1246144:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Italic Nerd Font Complete Mono.ttf||1268312:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Italic Nerd Font Complete.ttf||1279024:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Light Italic Nerd Font Complete Mono.ttf||1260536:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Light Italic Nerd Font Complete.ttf||1270980:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Light Nerd Font Complete Mono.ttf||1245952:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Light Nerd Font Complete.ttf||1252524:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Medium Italic Nerd Font Complete Mono.ttf||1265036:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Medium Italic Nerd Font Complete.ttf||1275404:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Medium Nerd Font Complete Mono.ttf||1254980:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Medium Nerd Font Complete.ttf||1261652:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Black Nerd Font Complete Mono.ttf||1257864:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Black Nerd Font Complete.ttf||1261916:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Bold Nerd Font Complete Mono.ttf||1252284:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Bold Nerd Font Complete.ttf||1256332:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Black Nerd Font Complete Mono.ttf||1246788:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Black Nerd Font Complete.ttf||1251884:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Bold Nerd Font Complete Mono.ttf||1243356:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Bold Nerd Font Complete.ttf||1248440:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed ExtraBold Nerd Font Complete Mono.ttf||1243204:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed ExtraBold Nerd Font Complete.ttf||1248316:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed ExtraLight Nerd Font Complete Mono.ttf||1226856:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed ExtraLight Nerd Font Complete.ttf||1231960:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Light Nerd Font Complete Mono.ttf||1233492:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Light Nerd Font Complete.ttf||1238588:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Medium Nerd Font Complete Mono.ttf||1240680:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Medium Nerd Font Complete.ttf||1245788:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Nerd Font Complete Mono.ttf||1240068:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Nerd Font Complete.ttf||1245172:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed SemiBold Nerd Font Complete Mono.ttf||1243724:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed SemiBold Nerd Font Complete.ttf||1248820:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Thin Nerd Font Complete Mono.ttf||1230836:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Thin Nerd Font Complete.ttf||1235940:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Condensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraBold Nerd Font Complete Mono.ttf||1251356:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraBold Nerd Font Complete.ttf||1255416:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Black Nerd Font Complete Mono.ttf||1245456:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Black Nerd Font Complete.ttf||1251564:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Bold Nerd Font Complete Mono.ttf||1243084:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Bold Nerd Font Complete.ttf||1249180:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf||1244304:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed ExtraBold Nerd Font Complete.ttf||1250404:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf||1226248:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed ExtraLight Nerd Font Complete.ttf||1232352:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Light Nerd Font Complete Mono.ttf||1230540:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Light Nerd Font Complete.ttf||1236644:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Medium Nerd Font Complete Mono.ttf||1238348:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Medium Nerd Font Complete.ttf||1244440:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Nerd Font Complete Mono.ttf||1238032:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Nerd Font Complete.ttf||1244156:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed SemiBold Nerd Font Complete Mono.ttf||1238356:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed SemiBold Nerd Font Complete.ttf||1244444:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Thin Nerd Font Complete Mono.ttf||1228676:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Thin Nerd Font Complete.ttf||1234780:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraLight Nerd Font Complete Mono.ttf||1230188:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraLight Nerd Font Complete.ttf||1234240:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Light Nerd Font Complete Mono.ttf||1234984:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Light Nerd Font Complete.ttf||1239028:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Medium Nerd Font Complete Mono.ttf||1242432:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Medium Nerd Font Complete.ttf||1246492:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Regular Nerd Font Complete Mono.ttf||1241316:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Regular Nerd Font Complete.ttf||1245352:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiBold Nerd Font Complete Mono.ttf||1245680:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiBold Nerd Font Complete.ttf||1249724:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Black Nerd Font Complete Mono.ttf||1254316:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Black Nerd Font Complete.ttf||1258944:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Bold Nerd Font Complete Mono.ttf||1243440:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Bold Nerd Font Complete.ttf||1248048:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed ExtraBold Nerd Font Complete Mono.ttf||1243304:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed ExtraBold Nerd Font Complete.ttf||1247932:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed ExtraLight Nerd Font Complete Mono.ttf||1229124:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed ExtraLight Nerd Font Complete.ttf||1233744:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Light Nerd Font Complete Mono.ttf||1234640:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Light Nerd Font Complete.ttf||1239244:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Medium Nerd Font Complete Mono.ttf||1240932:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Medium Nerd Font Complete.ttf||1245544:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Nerd Font Complete Mono.ttf||1238820:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Nerd Font Complete.ttf||1243424:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed SemiBold Nerd Font Complete Mono.ttf||1242584:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed SemiBold Nerd Font Complete.ttf||1247204:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Thin Nerd Font Complete Mono.ttf||1230152:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Thin Nerd Font Complete.ttf||1234764:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono SemiCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Thin Nerd Font Complete Mono.ttf||1233016:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font Mono",
+ "font-family": "NotoSansMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Thin Nerd Font Complete.ttf||1237060:1634564302.0": {
+ "family_name": "NotoSansMono Nerd Font",
+ "font-family": "NotoSansMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Mono Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSansMono Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Regular Nerd Font Complete Mono.ttf||1257540:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Regular Nerd Font Complete.ttf||1264412:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiBold Italic Nerd Font Complete Mono.ttf||1269756:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiBold Italic Nerd Font Complete.ttf||1279844:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiBold Nerd Font Complete Mono.ttf||1258648:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiBold Nerd Font Complete.ttf||1265084:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Black Italic Nerd Font Complete Mono.ttf||1283876:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Black Italic Nerd Font Complete.ttf||1292376:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Black Nerd Font Complete Mono.ttf||1268352:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Black Nerd Font Complete.ttf||1275116:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Bold Italic Nerd Font Complete Mono.ttf||1270396:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Bold Italic Nerd Font Complete.ttf||1283036:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Bold Nerd Font Complete Mono.ttf||1255784:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Bold Nerd Font Complete.ttf||1265620:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf||1275160:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraBold Italic Nerd Font Complete.ttf||1285920:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraBold Nerd Font Complete Mono.ttf||1255496:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraBold Nerd Font Complete.ttf||1263020:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf||1251976:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraLight Italic Nerd Font Complete.ttf||1264812:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraLight Nerd Font Complete Mono.ttf||1233308:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraLight Nerd Font Complete.ttf||1244804:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Italic Nerd Font Complete Mono.ttf||1268664:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Italic Nerd Font Complete.ttf||1281552:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Light Italic Nerd Font Complete Mono.ttf||1263452:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Light Italic Nerd Font Complete.ttf||1276280:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Light Nerd Font Complete Mono.ttf||1242308:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Light Nerd Font Complete.ttf||1253892:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Medium Italic Nerd Font Complete Mono.ttf||1265728:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Medium Italic Nerd Font Complete.ttf||1278628:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Medium Nerd Font Complete Mono.ttf||1248516:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Medium Nerd Font Complete.ttf||1259868:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Nerd Font Complete Mono.ttf||1249484:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Nerd Font Complete.ttf||1261220:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf||1270308:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed SemiBold Italic Nerd Font Complete.ttf||1283112:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed SemiBold Nerd Font Complete Mono.ttf||1252000:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed SemiBold Nerd Font Complete.ttf||1262344:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Thin Italic Nerd Font Complete Mono.ttf||1251664:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Thin Italic Nerd Font Complete.ttf||1264500:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Thin Nerd Font Complete Mono.ttf||1234028:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Thin Nerd Font Complete.ttf||1245452:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans SemiCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Thin Italic Nerd Font Complete Mono.ttf||1253380:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Thin Italic Nerd Font Complete.ttf||1263464:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Thin Nerd Font Complete Mono.ttf||1239284:1634564302.0": {
+ "family_name": "NotoSans Nerd Font Mono",
+ "font-family": "NotoSans Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSans Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Thin Nerd Font Complete.ttf||1245700:1634564302.0": {
+ "family_name": "NotoSans Nerd Font",
+ "font-family": "NotoSans Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Sans Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSans Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Black Italic Nerd Font Complete Mono.ttf||1426924:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Black Italic Nerd Font Complete.ttf||1431820:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Black Nerd Font Complete Mono.ttf||1415700:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Black Nerd Font Complete.ttf||1420388:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Bold Italic Nerd Font Complete Mono.ttf||1407664:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Bold Italic Nerd Font Complete.ttf||1412620:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Bold Nerd Font Complete Mono.ttf||1371912:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Bold Nerd Font Complete.ttf||1376668:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Black Italic Nerd Font Complete Mono.ttf||1411652:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Black Italic Nerd Font Complete.ttf||1418660:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Black Nerd Font Complete Mono.ttf||1382320:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Black Nerd Font Complete.ttf||1388896:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Bold Italic Nerd Font Complete Mono.ttf||1407516:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Bold Italic Nerd Font Complete.ttf||1415212:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Bold Nerd Font Complete Mono.ttf||1379640:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Bold Nerd Font Complete.ttf||1387056:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraBold Italic Nerd Font Complete Mono.ttf||1412304:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraBold Italic Nerd Font Complete.ttf||1419684:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraBold Nerd Font Complete Mono.ttf||1381464:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraBold Nerd Font Complete.ttf||1388356:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraLight Italic Nerd Font Complete Mono.ttf||1373652:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraLight Italic Nerd Font Complete.ttf||1385084:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraLight Nerd Font Complete Mono.ttf||1352156:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraLight Nerd Font Complete.ttf||1363680:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Italic Nerd Font Complete Mono.ttf||1384488:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Italic Nerd Font Complete.ttf||1394304:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Light Italic Nerd Font Complete Mono.ttf||1378252:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Light Italic Nerd Font Complete.ttf||1388808:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Light Nerd Font Complete Mono.ttf||1347328:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Light Nerd Font Complete.ttf||1357752:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Medium Italic Nerd Font Complete Mono.ttf||1391900:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Medium Italic Nerd Font Complete.ttf||1400636:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Medium Nerd Font Complete Mono.ttf||1358544:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Medium Nerd Font Complete.ttf||1367640:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Nerd Font Complete Mono.ttf||1356840:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Nerd Font Complete.ttf||1366680:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed SemiBold Italic Nerd Font Complete Mono.ttf||1406668:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed SemiBold Italic Nerd Font Complete.ttf||1414552:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed SemiBold Nerd Font Complete Mono.ttf||1371616:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed SemiBold Nerd Font Complete.ttf||1379256:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Thin Italic Nerd Font Complete Mono.ttf||1378444:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Thin Italic Nerd Font Complete.ttf||1390260:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Thin Nerd Font Complete Mono.ttf||1368772:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Thin Nerd Font Complete.ttf||1380736:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Condensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Black Italic Nerd Font Complete Mono.ttf||1364360:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Black Italic Nerd Font Complete.ttf||1369212:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Black Nerd Font Complete Mono.ttf||1372012:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Black Nerd Font Complete.ttf||1376696:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Bold Italic Nerd Font Complete Mono.ttf||1348944:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Bold Italic Nerd Font Complete.ttf||1353976:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Bold Nerd Font Complete Mono.ttf||1332480:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Bold Nerd Font Complete.ttf||1337232:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Black Italic Nerd Font Complete Mono.ttf||1354088:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Black Italic Nerd Font Complete.ttf||1361144:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Black Nerd Font Complete Mono.ttf||1337068:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Black Nerd Font Complete.ttf||1343656:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Bold Italic Nerd Font Complete Mono.ttf||1352672:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Bold Italic Nerd Font Complete.ttf||1360352:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Bold Nerd Font Complete Mono.ttf||1337768:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Bold Nerd Font Complete.ttf||1345180:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraBold Italic Nerd Font Complete Mono.ttf||1352108:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraBold Italic Nerd Font Complete.ttf||1359452:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraBold Nerd Font Complete Mono.ttf||1342684:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraBold Nerd Font Complete.ttf||1349576:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraLight Italic Nerd Font Complete Mono.ttf||1348660:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraLight Italic Nerd Font Complete.ttf||1360080:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraLight Nerd Font Complete Mono.ttf||1345008:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraLight Nerd Font Complete.ttf||1356524:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Italic Nerd Font Complete Mono.ttf||1346552:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Italic Nerd Font Complete.ttf||1356492:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Light Italic Nerd Font Complete Mono.ttf||1349180:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Light Italic Nerd Font Complete.ttf||1359712:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Light Nerd Font Complete Mono.ttf||1343092:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Light Nerd Font Complete.ttf||1353568:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Medium Italic Nerd Font Complete Mono.ttf||1349632:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Medium Italic Nerd Font Complete.ttf||1358424:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Medium Nerd Font Complete Mono.ttf||1333276:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Medium Nerd Font Complete.ttf||1342348:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Nerd Font Complete Mono.ttf||1332532:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Nerd Font Complete.ttf||1342352:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed SemiBold Italic Nerd Font Complete Mono.ttf||1350172:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed SemiBold Italic Nerd Font Complete.ttf||1358044:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed SemiBold Nerd Font Complete Mono.ttf||1343956:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed SemiBold Nerd Font Complete.ttf||1351608:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Thin Italic Nerd Font Complete Mono.ttf||1342736:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Thin Italic Nerd Font Complete.ttf||1354560:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Thin Nerd Font Complete Mono.ttf||1339432:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Thin Nerd Font Complete.ttf||1351388:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Condensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraBold Italic Nerd Font Complete Mono.ttf||1354596:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraBold Italic Nerd Font Complete.ttf||1359412:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraBold Nerd Font Complete Mono.ttf||1334364:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraBold Nerd Font Complete.ttf||1339124:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Black Italic Nerd Font Complete Mono.ttf||1348276:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Black Italic Nerd Font Complete.ttf||1358660:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Black Nerd Font Complete Mono.ttf||1335900:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Black Nerd Font Complete.ttf||1345536:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf||1344220:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Bold Italic Nerd Font Complete.ttf||1355752:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Bold Nerd Font Complete Mono.ttf||1338744:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Bold Nerd Font Complete.ttf||1349648:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf||1348036:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf||1358636:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf||1337372:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraBold Nerd Font Complete.ttf||1347512:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf||1342208:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf||1355748:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf||1334752:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraLight Nerd Font Complete.ttf||1348648:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Italic Nerd Font Complete Mono.ttf||1343384:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Italic Nerd Font Complete.ttf||1356120:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Light Italic Nerd Font Complete Mono.ttf||1343096:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Light Italic Nerd Font Complete.ttf||1356324:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Light Nerd Font Complete Mono.ttf||1331384:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Light Nerd Font Complete.ttf||1344776:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf||1340340:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Medium Italic Nerd Font Complete.ttf||1352848:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Medium Nerd Font Complete Mono.ttf||1330580:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Medium Nerd Font Complete.ttf||1343012:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Nerd Font Complete Mono.ttf||1336864:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Nerd Font Complete.ttf||1349620:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf||1340924:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed SemiBold Italic Nerd Font Complete.ttf||1352912:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed SemiBold Nerd Font Complete Mono.ttf||1334044:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed SemiBold Nerd Font Complete.ttf||1345796:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf||1338084:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Thin Italic Nerd Font Complete.ttf||1351872:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Thin Nerd Font Complete Mono.ttf||1332640:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Thin Nerd Font Complete.ttf||1346820:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraLight Italic Nerd Font Complete Mono.ttf||1351972:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraLight Italic Nerd Font Complete.ttf||1357936:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraLight Nerd Font Complete Mono.ttf||1339960:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraLight Nerd Font Complete.ttf||1345136:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Italic Nerd Font Complete Mono.ttf||1348144:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Italic Nerd Font Complete.ttf||1353264:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Light Italic Nerd Font Complete Mono.ttf||1348500:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Light Italic Nerd Font Complete.ttf||1354008:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Light Nerd Font Complete Mono.ttf||1332064:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Light Nerd Font Complete.ttf||1337108:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Medium Italic Nerd Font Complete Mono.ttf||1352372:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Medium Italic Nerd Font Complete.ttf||1357468:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Medium Nerd Font Complete Mono.ttf||1332268:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Medium Nerd Font Complete.ttf||1337120:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Regular Nerd Font Complete Mono.ttf||1325484:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Regular Nerd Font Complete.ttf||1330404:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiBold Italic Nerd Font Complete Mono.ttf||1348808:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiBold Italic Nerd Font Complete.ttf||1353820:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiBold Nerd Font Complete Mono.ttf||1330068:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiBold Nerd Font Complete.ttf||1334876:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Black Italic Nerd Font Complete Mono.ttf||1362504:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Black Italic Nerd Font Complete.ttf||1368328:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Black Nerd Font Complete Mono.ttf||1371920:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Black Nerd Font Complete.ttf||1377380:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Bold Italic Nerd Font Complete Mono.ttf||1351952:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Bold Italic Nerd Font Complete.ttf||1358144:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Bold Nerd Font Complete Mono.ttf||1335088:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Bold Nerd Font Complete.ttf||1341012:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf||1353640:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraBold Italic Nerd Font Complete.ttf||1359480:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraBold Nerd Font Complete Mono.ttf||1340572:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraBold Nerd Font Complete.ttf||1346184:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf||1353516:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraLight Italic Nerd Font Complete.ttf||1361044:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraLight Nerd Font Complete Mono.ttf||1345152:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraLight Nerd Font Complete.ttf||1352132:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Italic Nerd Font Complete Mono.ttf||1351732:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Italic Nerd Font Complete.ttf||1358328:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Light Italic Nerd Font Complete Mono.ttf||1354136:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Light Italic Nerd Font Complete.ttf||1361212:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Light Nerd Font Complete Mono.ttf||1342500:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Light Nerd Font Complete.ttf||1349152:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Medium Italic Nerd Font Complete Mono.ttf||1352268:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Medium Italic Nerd Font Complete.ttf||1358772:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Medium Nerd Font Complete Mono.ttf||1339256:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Medium Nerd Font Complete.ttf||1345504:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Nerd Font Complete Mono.ttf||1339888:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Nerd Font Complete.ttf||1346196:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf||1351424:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed SemiBold Italic Nerd Font Complete.ttf||1357716:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed SemiBold Nerd Font Complete Mono.ttf||1338660:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed SemiBold Nerd Font Complete.ttf||1344752:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Thin Italic Nerd Font Complete Mono.ttf||1348732:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Thin Italic Nerd Font Complete.ttf||1356496:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Thin Nerd Font Complete Mono.ttf||1344752:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Thin Nerd Font Complete.ttf||1352172:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display SemiCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Thin Nerd Font Complete Mono.ttf||1340020:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font Mono",
+ "font-family": "NotoSerifDisplay Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Thin Nerd Font Complete.ttf||1345396:1634564302.0": {
+ "family_name": "NotoSerifDisplay Nerd Font",
+ "font-family": "NotoSerifDisplay Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Display Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerifDisplay Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraBold Italic Nerd Font Complete Mono.ttf||1414608:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraBold Italic Nerd Font Complete.ttf||1419404:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraBold Nerd Font Complete Mono.ttf||1386960:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraBold Nerd Font Complete.ttf||1391708:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Black Italic Nerd Font Complete Mono.ttf||1408296:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Black Italic Nerd Font Complete.ttf||1418636:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Black Nerd Font Complete Mono.ttf||1379672:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Black Nerd Font Complete.ttf||1389308:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf||1405512:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Bold Italic Nerd Font Complete.ttf||1416944:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Bold Nerd Font Complete Mono.ttf||1374568:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Bold Nerd Font Complete.ttf||1385424:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf||1406068:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf||1416588:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf||1379332:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraBold Nerd Font Complete.ttf||1389488:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf||1374204:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf||1387708:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf||1347628:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraLight Nerd Font Complete.ttf||1361512:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Italic Nerd Font Complete Mono.ttf||1381852:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Italic Nerd Font Complete.ttf||1394672:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Light Italic Nerd Font Complete Mono.ttf||1372316:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Light Italic Nerd Font Complete.ttf||1385528:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Light Nerd Font Complete Mono.ttf||1340688:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Light Nerd Font Complete.ttf||1354088:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf||1387956:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Medium Italic Nerd Font Complete.ttf||1400396:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Medium Nerd Font Complete Mono.ttf||1361836:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Medium Nerd Font Complete.ttf||1374256:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Nerd Font Complete Mono.ttf||1349552:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Nerd Font Complete.ttf||1362300:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf||1402440:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed SemiBold Italic Nerd Font Complete.ttf||1414396:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed SemiBold Nerd Font Complete Mono.ttf||1371104:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed SemiBold Nerd Font Complete.ttf||1382844:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf||1383172:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Thin Italic Nerd Font Complete.ttf||1396956:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Thin Nerd Font Complete Mono.ttf||1365368:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Thin Nerd Font Complete.ttf||1379544:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraLight Italic Nerd Font Complete Mono.ttf||1371920:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraLight Italic Nerd Font Complete.ttf||1377912:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraLight Nerd Font Complete Mono.ttf||1351104:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraLight Nerd Font Complete.ttf||1356252:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Italic Nerd Font Complete Mono.ttf||1392752:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Italic Nerd Font Complete.ttf||1397880:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Light Italic Nerd Font Complete Mono.ttf||1378256:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Light Italic Nerd Font Complete.ttf||1383772:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Light Nerd Font Complete Mono.ttf||1363956:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Light Nerd Font Complete.ttf||1369000:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Medium Italic Nerd Font Complete Mono.ttf||1412032:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Medium Italic Nerd Font Complete.ttf||1417108:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Medium Nerd Font Complete Mono.ttf||1371688:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Medium Nerd Font Complete.ttf||1376544:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Regular Nerd Font Complete Mono.ttf||1351860:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Regular Nerd Font Complete.ttf||1356780:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiBold Italic Nerd Font Complete Mono.ttf||1411204:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiBold Italic Nerd Font Complete.ttf||1416232:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiBold Nerd Font Complete Mono.ttf||1371676:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiBold Nerd Font Complete.ttf||1376472:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Black Italic Nerd Font Complete Mono.ttf||1424836:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Black Italic Nerd Font Complete.ttf||1430668:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Black Nerd Font Complete Mono.ttf||1414480:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Black Nerd Font Complete.ttf||1419944:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Black Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Bold Italic Nerd Font Complete Mono.ttf||1408256:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Bold Italic Nerd Font Complete.ttf||1414400:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Bold Nerd Font Complete Mono.ttf||1375880:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Bold Nerd Font Complete.ttf||1381776:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf||1413864:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraBold Italic Nerd Font Complete.ttf||1419664:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraBold Nerd Font Complete Mono.ttf||1384888:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraBold Nerd Font Complete.ttf||1390508:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf||1373616:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraLight Italic Nerd Font Complete.ttf||1381164:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraLight Nerd Font Complete Mono.ttf||1351568:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraLight Nerd Font Complete.ttf||1358544:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Italic Nerd Font Complete Mono.ttf||1392960:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Italic Nerd Font Complete.ttf||1399520:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Light Italic Nerd Font Complete Mono.ttf||1381876:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Light Italic Nerd Font Complete.ttf||1388852:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Light Nerd Font Complete Mono.ttf||1363756:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Light Nerd Font Complete.ttf||1370392:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Light Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Medium Italic Nerd Font Complete Mono.ttf||1393992:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Medium Italic Nerd Font Complete.ttf||1400392:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Medium Nerd Font Complete Mono.ttf||1377188:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Medium Nerd Font Complete.ttf||1383412:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Nerd Font Complete Mono.ttf||1358092:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Nerd Font Complete.ttf||1364420:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf||1410704:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed SemiBold Italic Nerd Font Complete.ttf||1417056:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed SemiBold Nerd Font Complete Mono.ttf||1377016:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed SemiBold Nerd Font Complete.ttf||1383100:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Thin Italic Nerd Font Complete Mono.ttf||1379976:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Thin Italic Nerd Font Complete.ttf||1387760:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Thin Nerd Font Complete Mono.ttf||1372484:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Thin Nerd Font Complete.ttf||1379888:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif SemiCondensed Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Thin Italic Nerd Font Complete Mono.ttf||1386788:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Thin Italic Nerd Font Complete.ttf||1393092:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Thin Nerd Font Complete Mono.ttf||1379060:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font Mono",
+ "font-family": "NotoSerif Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Thin Nerd Font Complete.ttf||1384440:1634564302.0": {
+ "family_name": "NotoSerif Nerd Font",
+ "font-family": "NotoSerif Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Noto Serif Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "NotoSerif Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProFont IIx Nerd Font Complete Mono.ttf||817148:1634564302.0": {
+ "family_name": "ProFontIIx Nerd Font Mono",
+ "font-family": "ProFontIIx Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProFont IIx Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProFont IIx Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "ProFontIIx Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProFont IIx Nerd Font Complete.ttf||827356:1634564302.0": {
+ "family_name": "ProFontIIx Nerd Font",
+ "font-family": "ProFontIIx Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProFont IIx Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProFont IIx Nerd Font Complete.ttf",
+ "preferred_family_name": "ProFontIIx Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProFontWindows Nerd Font Complete Mono.ttf||817648:1634564302.0": {
+ "family_name": "ProFontWindows Nerd Font Mono",
+ "font-family": "ProFontWindows Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProFontWindows Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProFontWindows Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "ProFontWindows Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProFontWindows Nerd Font Complete.ttf||835492:1634564302.0": {
+ "family_name": "ProFontWindows Nerd Font",
+ "font-family": "ProFontWindows Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProFontWindows Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 2,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProFontWindows Nerd Font Complete.ttf",
+ "preferred_family_name": "ProFontWindows Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTT CE Nerd Font Complete Mono.ttf||842468:1634564302.0": {
+ "family_name": "ProggyCleanTTCE Nerd Font Mono",
+ "font-family": "ProggyCleanTTCE Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProggyCleanTT CE Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTT CE Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "ProggyCleanTTCE Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTT CE Nerd Font Complete.ttf||878720:1634564302.0": {
+ "family_name": "ProggyCleanTTCE Nerd Font",
+ "font-family": "ProggyCleanTTCE Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProggyCleanTT CE Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTT CE Nerd Font Complete.ttf",
+ "preferred_family_name": "ProggyCleanTTCE Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTT Nerd Font Complete Mono.ttf||838628:1634564302.0": {
+ "family_name": "ProggyCleanTT Nerd Font Mono",
+ "font-family": "ProggyCleanTT Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProggyCleanTT Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTT Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "ProggyCleanTT Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTT Nerd Font Complete.ttf||874880:1634564302.0": {
+ "family_name": "ProggyCleanTT Nerd Font",
+ "font-family": "ProggyCleanTT Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProggyCleanTT Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTT Nerd Font Complete.ttf",
+ "preferred_family_name": "ProggyCleanTT Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTTSZ Nerd Font Complete Mono.ttf||838680:1634564302.0": {
+ "family_name": "ProggyCleanTTSZ Nerd Font Mono",
+ "font-family": "ProggyCleanTTSZ Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProggyCleanTTSZ Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTTSZ Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "ProggyCleanTTSZ Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTTSZ Nerd Font Complete.ttf||874932:1634564302.0": {
+ "family_name": "ProggyCleanTTSZ Nerd Font",
+ "font-family": "ProggyCleanTTSZ Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "ProggyCleanTTSZ Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 1,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/ProggyCleanTTSZ Nerd Font Complete.ttf",
+ "preferred_family_name": "ProggyCleanTTSZ Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Bold Italic Nerd Font Complete Mono.ttf||943148:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Bold Italic Nerd Font Complete.ttf||964172:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Bold Nerd Font Complete Mono.ttf||935936:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Bold Nerd Font Complete.ttf||956088:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Italic Nerd Font Complete Mono.ttf||941124:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Italic Nerd Font Complete.ttf||962304:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Light Italic Nerd Font Complete Mono.ttf||947904:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Light Italic Nerd Font Complete.ttf||969092:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Light Nerd Font Complete Mono.ttf||940184:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Light Nerd Font Complete.ttf||960508:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Light Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Medium Italic Nerd Font Complete Mono.ttf||943900:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Medium Italic Nerd Font Complete.ttf||964928:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Medium Nerd Font Complete Mono.ttf||935836:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Medium Nerd Font Complete.ttf||955988:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Nerd Font Complete Mono.ttf||935784:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Nerd Font Complete.ttf||956100:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Thin Italic Nerd Font Complete Mono.ttf||941844:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Thin Italic Nerd Font Complete.ttf||963024:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Thin Nerd Font Complete Mono.ttf||939380:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font Mono",
+ "font-family": "RobotoMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Thin Nerd Font Complete.ttf||959692:1634564302.0": {
+ "family_name": "RobotoMono Nerd Font",
+ "font-family": "RobotoMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "250",
+ "fs_type": 0,
+ "full_name": "Roboto Mono Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Roboto Mono Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "RobotoMono Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 250,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Black Italic Nerd Font Complete Mono.ttf||925748:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Black Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Black Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Black Italic Nerd Font Complete.ttf||934716:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Black Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Black Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Black Nerd Font Complete Mono.ttf||959812:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Black Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Black Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Black Nerd Font Complete.ttf||968784:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Black Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Black Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Bold Italic Nerd Font Complete Mono.ttf||925792:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Bold Italic Nerd Font Complete.ttf||934760:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Bold Nerd Font Complete Mono.ttf||959628:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Bold Nerd Font Complete.ttf||968596:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro ExtraLight Italic Nerd Font Complete Mono.ttf||927812:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro ExtraLight Italic Nerd Font Complete.ttf||936780:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro ExtraLight Nerd Font Complete Mono.ttf||961828:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro ExtraLight Nerd Font Complete.ttf||970796:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Italic Nerd Font Complete Mono.ttf||931812:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Italic Nerd Font Complete.ttf||937032:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Light Italic Nerd Font Complete Mono.ttf||927484:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Light Italic Nerd Font Complete.ttf||936452:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Light Nerd Font Complete Mono.ttf||961188:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Light Nerd Font Complete.ttf||970160:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Light Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Medium Italic Nerd Font Complete Mono.ttf||926532:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Medium Italic Nerd Font Complete.ttf||935500:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Medium Nerd Font Complete Mono.ttf||960012:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Medium Nerd Font Complete.ttf||968980:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf||960812:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Nerd Font Complete.ttf||969780:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Semibold Italic Nerd Font Complete Mono.ttf||926084:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Semibold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Semibold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "Semibold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Semibold Italic Nerd Font Complete.ttf||935052:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Semibold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Semibold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "Semibold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Semibold Nerd Font Complete Mono.ttf||959952:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font Mono",
+ "font-family": "SauceCodePro Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Semibold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Semibold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font Mono",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Semibold Nerd Font Complete.ttf||968920:1634564302.0": {
+ "family_name": "SauceCodePro Nerd Font",
+ "font-family": "SauceCodePro Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Sauce Code Pro Semibold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 3,
+ 4,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Sauce Code Pro Semibold Nerd Font Complete.ttf",
+ "preferred_family_name": "SauceCodePro Nerd Font",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Shure Tech Mono Nerd Font Complete Mono.ttf||807404:1634564302.0": {
+ "family_name": "ShureTechMono Nerd Font Mono",
+ "font-family": "ShureTechMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Shure Tech Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Shure Tech Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "ShureTechMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Shure Tech Mono Nerd Font Complete.ttf||820164:1634564302.0": {
+ "family_name": "ShureTechMono Nerd Font",
+ "font-family": "ShureTechMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Shure Tech Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 5,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Shure Tech Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "ShureTechMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Bold Italic Nerd Font Complete Mono.ttf||868220:1634564302.0": {
+ "family_name": "SpaceMono Nerd Font Mono",
+ "font-family": "SpaceMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Space Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 4,
+ 0,
+ 0,
+ 9,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SpaceMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Bold Italic Nerd Font Complete.ttf||876692:1634564302.0": {
+ "family_name": "SpaceMono Nerd Font",
+ "font-family": "SpaceMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Space Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 4,
+ 0,
+ 0,
+ 9,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SpaceMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Bold Nerd Font Complete Mono.ttf||859756:1634564302.0": {
+ "family_name": "SpaceMono Nerd Font Mono",
+ "font-family": "SpaceMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Space Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 3,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SpaceMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Bold Nerd Font Complete.ttf||868228:1634564302.0": {
+ "family_name": "SpaceMono Nerd Font",
+ "font-family": "SpaceMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Space Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 3,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "SpaceMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Italic Nerd Font Complete Mono.ttf||876280:1634564302.0": {
+ "family_name": "SpaceMono Nerd Font Mono",
+ "font-family": "SpaceMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Space Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 9,
+ 0,
+ 0,
+ 9,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SpaceMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Italic Nerd Font Complete.ttf||884752:1634564302.0": {
+ "family_name": "SpaceMono Nerd Font",
+ "font-family": "SpaceMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Space Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 9,
+ 0,
+ 0,
+ 9,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "SpaceMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Nerd Font Complete Mono.ttf||863988:1634564302.0": {
+ "family_name": "SpaceMono Nerd Font Mono",
+ "font-family": "SpaceMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Space Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 4,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "SpaceMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Nerd Font Complete.ttf||872460:1634564302.0": {
+ "family_name": "SpaceMono Nerd Font",
+ "font-family": "SpaceMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Space Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 9,
+ 4,
+ 0,
+ 0,
+ 2,
+ 0,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Space Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "SpaceMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Bold Italic Nerd Font Complete Mono.ttf||863392:1634564302.0": {
+ "family_name": "TerminessTTF Nerd Font Mono",
+ "font-family": "TerminessTTF Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Terminess (TTF) Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "TerminessTTF Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Bold Italic Nerd Font Complete.ttf||879152:1634564302.0": {
+ "family_name": "TerminessTTF Nerd Font",
+ "font-family": "TerminessTTF Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Terminess (TTF) Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "TerminessTTF Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Bold Nerd Font Complete Mono.ttf||849328:1634564302.0": {
+ "family_name": "TerminessTTF Nerd Font Mono",
+ "font-family": "TerminessTTF Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Terminess (TTF) Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "TerminessTTF Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Bold Nerd Font Complete.ttf||865076:1634564302.0": {
+ "family_name": "TerminessTTF Nerd Font",
+ "font-family": "TerminessTTF Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Terminess (TTF) Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "TerminessTTF Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Italic Nerd Font Complete Mono.ttf||862040:1634564302.0": {
+ "family_name": "TerminessTTF Nerd Font Mono",
+ "font-family": "TerminessTTF Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Terminess (TTF) Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "TerminessTTF Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Italic Nerd Font Complete.ttf||877784:1634564302.0": {
+ "family_name": "TerminessTTF Nerd Font",
+ "font-family": "TerminessTTF Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Terminess (TTF) Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "TerminessTTF Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Nerd Font Complete Mono.ttf||848728:1634564302.0": {
+ "family_name": "TerminessTTF Nerd Font Mono",
+ "font-family": "TerminessTTF Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Terminess (TTF) Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "TerminessTTF Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Nerd Font Complete.ttf||864472:1634564302.0": {
+ "family_name": "TerminessTTF Nerd Font",
+ "font-family": "TerminessTTF Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Terminess (TTF) Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Terminess (TTF) Nerd Font Complete.ttf",
+ "preferred_family_name": "TerminessTTF Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Medium",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Bold Italic Nerd Font Complete Mono.ttf||1253736:1634564302.0": {
+ "family_name": "Tinos Nerd Font Mono",
+ "font-family": "Tinos Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Tinos Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 3,
+ 6,
+ 5,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Tinos Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Bold Italic Nerd Font Complete.ttf||1262048:1634564302.0": {
+ "family_name": "Tinos Nerd Font",
+ "font-family": "Tinos Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Tinos Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 3,
+ 6,
+ 5,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Tinos Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Bold Nerd Font Complete Mono.ttf||1250412:1634564302.0": {
+ "family_name": "Tinos Nerd Font Mono",
+ "font-family": "Tinos Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Tinos Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 7,
+ 5,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Tinos Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Bold Nerd Font Complete.ttf||1256240:1634564302.0": {
+ "family_name": "Tinos Nerd Font",
+ "font-family": "Tinos Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Tinos Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 3,
+ 7,
+ 5,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Tinos Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Italic Nerd Font Complete Mono.ttf||1252784:1634564302.0": {
+ "family_name": "Tinos Nerd Font Mono",
+ "font-family": "Tinos Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Tinos Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 3,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Tinos Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Italic Nerd Font Complete.ttf||1261084:1634564302.0": {
+ "family_name": "Tinos Nerd Font",
+ "font-family": "Tinos Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Tinos Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 3,
+ 5,
+ 4,
+ 5,
+ 9,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Tinos Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Nerd Font Complete Mono.ttf||1270968:1634564302.0": {
+ "family_name": "Tinos Nerd Font Mono",
+ "font-family": "Tinos Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Tinos Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Tinos Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Nerd Font Complete.ttf||1279280:1634564302.0": {
+ "family_name": "Tinos Nerd Font",
+ "font-family": "Tinos Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Tinos Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 3,
+ 5,
+ 4,
+ 5,
+ 2,
+ 3,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Tinos Nerd Font Complete.ttf",
+ "preferred_family_name": "Tinos Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Bold Italic Nerd Font Complete Mono.ttf||1035336:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font Mono",
+ "font-family": "Ubuntu Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Bold Italic Nerd Font Complete.ttf||1037292:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font",
+ "font-family": "Ubuntu Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Bold Nerd Font Complete Mono.ttf||1022000:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font Mono",
+ "font-family": "Ubuntu Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Bold Nerd Font Complete.ttf||1023720:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font",
+ "font-family": "Ubuntu Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Condensed Nerd Font Complete Mono.ttf||1035208:1634564302.0": {
+ "family_name": "UbuntuCondensed Nerd Font Mono",
+ "font-family": "UbuntuCondensed Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Condensed Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Condensed Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "UbuntuCondensed Nerd Font Mono",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Condensed Nerd Font Complete.ttf||1044084:1634564302.0": {
+ "family_name": "UbuntuCondensed Nerd Font",
+ "font-family": "UbuntuCondensed Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Condensed Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Condensed Nerd Font Complete.ttf",
+ "preferred_family_name": "UbuntuCondensed Nerd Font",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Italic Nerd Font Complete Mono.ttf||1077108:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font Mono",
+ "font-family": "Ubuntu Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Italic Nerd Font Complete.ttf||1079496:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font",
+ "font-family": "Ubuntu Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Light Italic Nerd Font Complete Mono.ttf||1097420:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font Mono",
+ "font-family": "Ubuntu Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Ubuntu Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Light Italic Nerd Font Complete.ttf||1100044:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font",
+ "font-family": "Ubuntu Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Ubuntu Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Light Nerd Font Complete Mono.ttf||1111820:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font Mono",
+ "font-family": "Ubuntu Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Ubuntu Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Light Nerd Font Complete.ttf||1113740:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font",
+ "font-family": "Ubuntu Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Ubuntu Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Light Nerd Font Complete.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Medium Italic Nerd Font Complete Mono.ttf||1060408:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font Mono",
+ "font-family": "Ubuntu Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Ubuntu Medium Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Medium Italic Nerd Font Complete.ttf||1062560:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font",
+ "font-family": "Ubuntu Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Ubuntu Medium Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Medium Nerd Font Complete Mono.ttf||1035104:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font Mono",
+ "font-family": "Ubuntu Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Ubuntu Medium Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Bold",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Medium Nerd Font Complete.ttf||1036912:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font",
+ "font-family": "Ubuntu Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Ubuntu Medium Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Bold",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Bold Italic Nerd Font Complete Mono.ttf||959312:1634564302.0": {
+ "family_name": "UbuntuMono Nerd Font Mono",
+ "font-family": "UbuntuMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "UbuntuMono Nerd Font Mono",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Bold Italic Nerd Font Complete.ttf||975060:1634564302.0": {
+ "family_name": "UbuntuMono Nerd Font",
+ "font-family": "UbuntuMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "UbuntuMono Nerd Font",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Bold Nerd Font Complete Mono.ttf||934436:1634564302.0": {
+ "family_name": "UbuntuMono Nerd Font Mono",
+ "font-family": "UbuntuMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "UbuntuMono Nerd Font Mono",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Bold Nerd Font Complete.ttf||950184:1634564302.0": {
+ "family_name": "UbuntuMono Nerd Font",
+ "font-family": "UbuntuMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "UbuntuMono Nerd Font",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Italic Nerd Font Complete Mono.ttf||955348:1634564302.0": {
+ "family_name": "UbuntuMono Nerd Font Mono",
+ "font-family": "UbuntuMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "UbuntuMono Nerd Font Mono",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Italic Nerd Font Complete.ttf||971096:1634564302.0": {
+ "family_name": "UbuntuMono Nerd Font",
+ "font-family": "UbuntuMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "UbuntuMono Nerd Font",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Nerd Font Complete Mono.ttf||948792:1634564302.0": {
+ "family_name": "UbuntuMono Nerd Font Mono",
+ "font-family": "UbuntuMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "UbuntuMono Nerd Font Mono",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Nerd Font Complete.ttf||964540:1634564302.0": {
+ "family_name": "UbuntuMono Nerd Font",
+ "font-family": "UbuntuMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Mono Nerd Font Complete.ttf",
+ "preferred_family_name": "UbuntuMono Nerd Font",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Nerd Font Complete Mono.ttf||1048976:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font Mono",
+ "font-family": "Ubuntu Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Nerd Font Complete.ttf||1050820:1634564302.0": {
+ "family_name": "Ubuntu Nerd Font",
+ "font-family": "Ubuntu Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Ubuntu Nerd Font Complete.ttf",
+ "preferred_family_name": "Ubuntu Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Italic Nerd Font Complete Mono.ttf||947028:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Victor Mono Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Italic Nerd Font Complete.ttf||970508:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Victor Mono Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Nerd Font Complete Mono.ttf||918424:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Victor Mono Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Nerd Font Complete.ttf||941836:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Victor Mono Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Oblique Nerd Font Complete Mono.ttf||923516:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Victor Mono Bold Oblique Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Bold Oblique",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Oblique Nerd Font Complete.ttf||946928:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Victor Mono Bold Oblique Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Bold Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Bold Oblique",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Italic Nerd Font Complete Mono.ttf||937816:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 8,
+ "full_name": "Victor Mono ExtraLight Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Italic Nerd Font Complete.ttf||961404:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 8,
+ "full_name": "Victor Mono ExtraLight Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Nerd Font Complete Mono.ttf||911460:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 8,
+ "full_name": "Victor Mono ExtraLight Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Nerd Font Complete.ttf||934872:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 8,
+ "full_name": "Victor Mono ExtraLight Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Oblique Nerd Font Complete Mono.ttf||916444:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 8,
+ "full_name": "Victor Mono ExtraLight Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "ExtraLight Oblique",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Oblique Nerd Font Complete.ttf||939856:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 8,
+ "full_name": "Victor Mono ExtraLight Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 3,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono ExtraLight Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "ExtraLight Oblique",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Italic Nerd Font Complete Mono.ttf||938432:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Victor Mono Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Italic Nerd Font Complete.ttf||962028:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Victor Mono Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Italic Nerd Font Complete Mono.ttf||938012:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 8,
+ "full_name": "Victor Mono Light Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Italic Nerd Font Complete.ttf||961604:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 8,
+ "full_name": "Victor Mono Light Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Nerd Font Complete Mono.ttf||912136:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 8,
+ "full_name": "Victor Mono Light Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Nerd Font Complete.ttf||935552:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 8,
+ "full_name": "Victor Mono Light Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Oblique Nerd Font Complete Mono.ttf||916864:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 8,
+ "full_name": "Victor Mono Light Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Light Oblique",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Oblique Nerd Font Complete.ttf||940276:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 8,
+ "full_name": "Victor Mono Light Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 4,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Light Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Light Oblique",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Italic Nerd Font Complete Mono.ttf||943400:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Victor Mono Medium Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Italic Nerd Font Complete.ttf||966992:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Victor Mono Medium Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Nerd Font Complete Mono.ttf||916280:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Victor Mono Medium Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Nerd Font Complete.ttf||939692:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Victor Mono Medium Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Oblique Nerd Font Complete Mono.ttf||920288:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Victor Mono Medium Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Medium Oblique",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Oblique Nerd Font Complete.ttf||943700:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Victor Mono Medium Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Medium Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Medium Oblique",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Oblique Nerd Font Complete Mono.ttf||917348:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Victor Mono Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Oblique",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Oblique Nerd Font Complete.ttf||940764:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Victor Mono Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Oblique",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Regular Nerd Font Complete Mono.ttf||912928:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Victor Mono Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Regular Nerd Font Complete.ttf||936340:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Victor Mono Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Italic Nerd Font Complete Mono.ttf||943360:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 8,
+ "full_name": "Victor Mono SemiBold Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Italic Nerd Font Complete.ttf||966840:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 8,
+ "full_name": "Victor Mono SemiBold Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Nerd Font Complete Mono.ttf||916836:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 8,
+ "full_name": "Victor Mono SemiBold Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Nerd Font Complete.ttf||940248:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 8,
+ "full_name": "Victor Mono SemiBold Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Oblique Nerd Font Complete Mono.ttf||920392:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 8,
+ "full_name": "Victor Mono SemiBold Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "SemiBold Oblique",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Oblique Nerd Font Complete.ttf||943804:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 8,
+ "full_name": "Victor Mono SemiBold Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 7,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono SemiBold Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "SemiBold Oblique",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Italic Nerd Font Complete Mono.ttf||938708:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 8,
+ "full_name": "Victor Mono Thin Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Italic Nerd Font Complete.ttf||962092:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 8,
+ "full_name": "Victor Mono Thin Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Nerd Font Complete Mono.ttf||911712:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 8,
+ "full_name": "Victor Mono Thin Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Nerd Font Complete.ttf||935124:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 8,
+ "full_name": "Victor Mono Thin Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Oblique Nerd Font Complete Mono.ttf||916804:1634564302.0": {
+ "family_name": "VictorMono Nerd Font Mono",
+ "font-family": "VictorMono Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 8,
+ "full_name": "Victor Mono Thin Oblique Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Oblique Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "VictorMono Nerd Font Mono",
+ "preferred_subfamily_name": "Thin Oblique",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Oblique Nerd Font Complete.ttf||940216:1634564302.0": {
+ "family_name": "VictorMono Nerd Font",
+ "font-family": "VictorMono Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 8,
+ "full_name": "Victor Mono Thin Oblique Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 2,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/Victor Mono Thin Oblique Nerd Font Complete.ttf",
+ "preferred_family_name": "VictorMono Nerd Font",
+ "preferred_subfamily_name": "Thin Oblique",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/agave regular Nerd Font Complete Mono.ttf||932268:1634564302.0": {
+ "family_name": "agave Nerd Font Mono",
+ "font-family": "agave Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "agave regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 4,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/agave regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "agave Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "r",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/agave regular Nerd Font Complete.ttf||961644:1634564302.0": {
+ "family_name": "agave Nerd Font",
+ "font-family": "agave Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "agave regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 2,
+ 4,
+ 4,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/agave regular Nerd Font Complete.ttf",
+ "preferred_family_name": "agave Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "r",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Bold Italic Nerd Font Complete Mono.ttf||884800:1634564302.0": {
+ "family_name": "iMWritingDuoS Nerd Font Mono",
+ "font-family": "iMWritingDuoS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Duo S Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingDuoS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Bold Italic Nerd Font Complete.ttf||889592:1634564302.0": {
+ "family_name": "iMWritingDuoS Nerd Font",
+ "font-family": "iMWritingDuoS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Duo S Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingDuoS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Bold Nerd Font Complete Mono.ttf||900568:1634564302.0": {
+ "family_name": "iMWritingDuoS Nerd Font Mono",
+ "font-family": "iMWritingDuoS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Duo S Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingDuoS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Bold Nerd Font Complete.ttf||906032:1634564302.0": {
+ "family_name": "iMWritingDuoS Nerd Font",
+ "font-family": "iMWritingDuoS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Duo S Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingDuoS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Italic Nerd Font Complete Mono.ttf||885416:1634564302.0": {
+ "family_name": "iMWritingDuoS Nerd Font Mono",
+ "font-family": "iMWritingDuoS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Duo S Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingDuoS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Italic Nerd Font Complete.ttf||890224:1634564302.0": {
+ "family_name": "iMWritingDuoS Nerd Font",
+ "font-family": "iMWritingDuoS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Duo S Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingDuoS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Regular Nerd Font Complete Mono.ttf||899964:1634564302.0": {
+ "family_name": "iMWritingDuoS Nerd Font Mono",
+ "font-family": "iMWritingDuoS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Duo S Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingDuoS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Regular Nerd Font Complete.ttf||905432:1634564302.0": {
+ "family_name": "iMWritingDuoS Nerd Font",
+ "font-family": "iMWritingDuoS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Duo S Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Duo S Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingDuoS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Bold Italic Nerd Font Complete Mono.ttf||869784:1634564302.0": {
+ "family_name": "iMWritingMonoS Nerd Font Mono",
+ "font-family": "iMWritingMonoS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Mono S Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingMonoS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Bold Italic Nerd Font Complete.ttf||887724:1634564302.0": {
+ "family_name": "iMWritingMonoS Nerd Font",
+ "font-family": "iMWritingMonoS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Mono S Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingMonoS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Bold Nerd Font Complete Mono.ttf||863696:1634564302.0": {
+ "family_name": "iMWritingMonoS Nerd Font Mono",
+ "font-family": "iMWritingMonoS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Mono S Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingMonoS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Bold Nerd Font Complete.ttf||880512:1634564302.0": {
+ "family_name": "iMWritingMonoS Nerd Font",
+ "font-family": "iMWritingMonoS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "iM Writing Mono S Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingMonoS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Italic Nerd Font Complete Mono.ttf||870588:1634564302.0": {
+ "family_name": "iMWritingMonoS Nerd Font Mono",
+ "font-family": "iMWritingMonoS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Mono S Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingMonoS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Italic Nerd Font Complete.ttf||888528:1634564302.0": {
+ "family_name": "iMWritingMonoS Nerd Font",
+ "font-family": "iMWritingMonoS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Mono S Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingMonoS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Regular Nerd Font Complete Mono.ttf||873720:1634564302.0": {
+ "family_name": "iMWritingMonoS Nerd Font Mono",
+ "font-family": "iMWritingMonoS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Mono S Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingMonoS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Regular Nerd Font Complete.ttf||881496:1634564302.0": {
+ "family_name": "iMWritingMonoS Nerd Font",
+ "font-family": "iMWritingMonoS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Mono S Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Mono S Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingMonoS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Bold Italic Nerd Font Complete Mono.ttf||884048:1634564302.0": {
+ "family_name": "iMWritingQuattroS Nerd Font Mono",
+ "font-family": "iMWritingQuattroS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Quattro S Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingQuattroS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Bold Italic Nerd Font Complete.ttf||888840:1634564302.0": {
+ "family_name": "iMWritingQuattroS Nerd Font",
+ "font-family": "iMWritingQuattroS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Quattro S Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingQuattroS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Bold Nerd Font Complete Mono.ttf||899584:1634564302.0": {
+ "family_name": "iMWritingQuattroS Nerd Font Mono",
+ "font-family": "iMWritingQuattroS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Quattro S Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingQuattroS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Bold Nerd Font Complete.ttf||905052:1634564302.0": {
+ "family_name": "iMWritingQuattroS Nerd Font",
+ "font-family": "iMWritingQuattroS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Quattro S Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingQuattroS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Italic Nerd Font Complete Mono.ttf||884640:1634564302.0": {
+ "family_name": "iMWritingQuattroS Nerd Font Mono",
+ "font-family": "iMWritingQuattroS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Quattro S Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingQuattroS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Italic Nerd Font Complete.ttf||889448:1634564302.0": {
+ "family_name": "iMWritingQuattroS Nerd Font",
+ "font-family": "iMWritingQuattroS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Quattro S Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingQuattroS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Regular Nerd Font Complete Mono.ttf||898992:1634564302.0": {
+ "family_name": "iMWritingQuattroS Nerd Font Mono",
+ "font-family": "iMWritingQuattroS Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Quattro S Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "iMWritingQuattroS Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Regular Nerd Font Complete.ttf||904464:1634564302.0": {
+ "family_name": "iMWritingQuattroS Nerd Font",
+ "font-family": "iMWritingQuattroS Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "iM Writing Quattro S Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/iM Writing Quattro S Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "iMWritingQuattroS Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/monofur Nerd Font Complete Mono.ttf||967268:1634564302.0": {
+ "family_name": "Monofur Nerd Font Mono",
+ "font-family": "Monofur Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "monofur Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 15,
+ 4,
+ 9,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/monofur Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Monofur Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/monofur Nerd Font Complete.ttf||998152:1634564302.0": {
+ "family_name": "Monofur Nerd Font",
+ "font-family": "Monofur Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "monofur Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 15,
+ 4,
+ 9,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/monofur Nerd Font Complete.ttf",
+ "preferred_family_name": "Monofur Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Book",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/monofur bold Nerd Font Complete Mono.ttf||960692:1634564302.0": {
+ "family_name": "Monofurbold Nerd Font Mono",
+ "font-family": "Monofurbold Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "monofur bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 15,
+ 4,
+ 9,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/monofur bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Monofurbold Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": " bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/monofur bold Nerd Font Complete.ttf||989932:1634564302.0": {
+ "family_name": "Monofurbold Nerd Font",
+ "font-family": "Monofurbold Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "monofur bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 15,
+ 4,
+ 9,
+ 2,
+ 2,
+ 3,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/monofur bold Nerd Font Complete.ttf",
+ "preferred_family_name": "Monofurbold Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": " bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/monofur italic Nerd Font Complete Mono.ttf||979992:1634564302.0": {
+ "family_name": "Monofuritalic Nerd Font Mono",
+ "font-family": "Monofuritalic Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "monofur italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 15,
+ 4,
+ 0,
+ 2,
+ 2,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/monofur italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "Monofuritalic Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": " italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/monofur italic Nerd Font Complete.ttf||1010880:1634564302.0": {
+ "family_name": "Monofuritalic Nerd Font",
+ "font-family": "Monofuritalic Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "monofur italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 15,
+ 4,
+ 0,
+ 2,
+ 2,
+ 3,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/monofur italic Nerd Font Complete.ttf",
+ "preferred_family_name": "Monofuritalic Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": " italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Bold Italic Nerd Font Complete Mono.ttf||866948:1634564302.0": {
+ "family_name": "mononoki Nerd Font Mono",
+ "font-family": "mononoki Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "mononoki Bold Italic Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Bold Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mononoki Nerd Font Mono",
+ "preferred_subfamily_name": "BoldItalic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Bold Italic Nerd Font Complete.ttf||888060:1634564302.0": {
+ "family_name": "mononoki Nerd Font",
+ "font-family": "mononoki Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "mononoki Bold Italic Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Bold Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "mononoki Nerd Font",
+ "preferred_subfamily_name": "BoldItalic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Bold Nerd Font Complete Mono.ttf||858780:1634564302.0": {
+ "family_name": "mononoki Nerd Font Mono",
+ "font-family": "mononoki Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "mononoki Bold Nerd Font Complete Mono",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Bold Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mononoki Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Bold Nerd Font Complete.ttf||873584:1634564302.0": {
+ "family_name": "mononoki Nerd Font",
+ "font-family": "mononoki Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "mononoki Bold Nerd Font Complete",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 8,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Bold Nerd Font Complete.ttf",
+ "preferred_family_name": "mononoki Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Italic Nerd Font Complete Mono.ttf||860728:1634564302.0": {
+ "family_name": "mononoki Nerd Font Mono",
+ "font-family": "mononoki Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "mononoki Italic Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Italic Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mononoki Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Italic Nerd Font Complete.ttf||875532:1634564302.0": {
+ "family_name": "mononoki Nerd Font",
+ "font-family": "mononoki Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "mononoki Italic Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki Italic Nerd Font Complete.ttf",
+ "preferred_family_name": "mononoki Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki-Regular Nerd Font Complete Mono.ttf||854900:1634564302.0": {
+ "family_name": "mononoki Nerd Font Mono",
+ "font-family": "mononoki Nerd Font Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "mononoki-Regular Nerd Font Complete Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki-Regular Nerd Font Complete Mono.ttf",
+ "preferred_family_name": "mononoki Nerd Font Mono",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki-Regular Nerd Font Complete.ttf||876828:1634564302.0": {
+ "family_name": "mononoki Nerd Font",
+ "font-family": "mononoki Nerd Font",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "mononoki-Regular Nerd Font Complete",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 0,
+ 0,
+ 5,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/nerd-fonts-complete/TTF/mononoki-Regular Nerd Font Complete.ttf",
+ "preferred_family_name": "mononoki Nerd Font",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoColorEmoji.ttf||9867108:1635795694.0": {
+ "family_name": "Noto Color Emoji",
+ "font-family": "Noto Color Emoji",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Color Emoji",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 6,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoColorEmoji.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-Black.ttf||217280:1655828711.0": {
+ "family_name": "Noto Kufi Arabic Black",
+ "font-family": "Noto Kufi Arabic Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-Black.ttf",
+ "preferred_family_name": "Noto Kufi Arabic",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-Bold.ttf||203640:1655828711.0": {
+ "family_name": "Noto Kufi Arabic",
+ "font-family": "Noto Kufi Arabic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-ExtraBold.ttf||226180:1655828711.0": {
+ "family_name": "Noto Kufi Arabic ExtraBold",
+ "font-family": "Noto Kufi Arabic ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-ExtraBold.ttf",
+ "preferred_family_name": "Noto Kufi Arabic",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-ExtraLight.ttf||198028:1655828711.0": {
+ "family_name": "Noto Kufi Arabic ExtraLight",
+ "font-family": "Noto Kufi Arabic ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-ExtraLight.ttf",
+ "preferred_family_name": "Noto Kufi Arabic",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-Light.ttf||200916:1655828711.0": {
+ "family_name": "Noto Kufi Arabic Light",
+ "font-family": "Noto Kufi Arabic Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-Light.ttf",
+ "preferred_family_name": "Noto Kufi Arabic",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-Medium.ttf||201592:1655828711.0": {
+ "family_name": "Noto Kufi Arabic Medium",
+ "font-family": "Noto Kufi Arabic Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-Medium.ttf",
+ "preferred_family_name": "Noto Kufi Arabic",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-Regular.ttf||198872:1655828711.0": {
+ "family_name": "Noto Kufi Arabic",
+ "font-family": "Noto Kufi Arabic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-SemiBold.ttf||204296:1655828711.0": {
+ "family_name": "Noto Kufi Arabic SemiBold",
+ "font-family": "Noto Kufi Arabic SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-SemiBold.ttf",
+ "preferred_family_name": "Noto Kufi Arabic",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoKufiArabic-Thin.ttf||196840:1655828711.0": {
+ "family_name": "Noto Kufi Arabic Thin",
+ "font-family": "Noto Kufi Arabic Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Kufi Arabic Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 4,
+ 3,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoKufiArabic-Thin.ttf",
+ "preferred_family_name": "Noto Kufi Arabic",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-Black.ttf||56460:1655828711.0": {
+ "family_name": "Noto Looped Lao Black",
+ "font-family": "Noto Looped Lao Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-Black.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-Bold.ttf||55360:1655828711.0": {
+ "family_name": "Noto Looped Lao Bold",
+ "font-family": "Noto Looped Lao Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-Bold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-Condensed.ttf||54056:1655828711.0": {
+ "family_name": "Noto Looped Lao Condensed",
+ "font-family": "Noto Looped Lao Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-Condensed.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-CondensedBlack.ttf||55196:1655828711.0": {
+ "family_name": "Noto Looped Lao Cond Blk",
+ "font-family": "Noto Looped Lao Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-CondensedBold.ttf||54448:1655828711.0": {
+ "family_name": "Noto Looped Lao Cond Bold",
+ "font-family": "Noto Looped Lao Cond Bold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-CondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-CondensedExtraBold.ttf||55368:1655828711.0": {
+ "family_name": "Noto Looped Lao Cond ExBd",
+ "font-family": "Noto Looped Lao Cond ExBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-CondensedExtraLight.ttf||54060:1655828711.0": {
+ "family_name": "Noto Looped Lao Cond ExLt",
+ "font-family": "Noto Looped Lao Cond ExLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-CondensedLight.ttf||52876:1655828711.0": {
+ "family_name": "Noto Looped Lao Cond Lt",
+ "font-family": "Noto Looped Lao Cond Lt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-CondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-CondensedMedium.ttf||54296:1655828711.0": {
+ "family_name": "Noto Looped Lao Cond Med",
+ "font-family": "Noto Looped Lao Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-CondensedSemiBold.ttf||55416:1655828711.0": {
+ "family_name": "Noto Looped Lao Cond SmBd",
+ "font-family": "Noto Looped Lao Cond SmBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-CondensedThin.ttf||51556:1655828711.0": {
+ "family_name": "Noto Looped Lao Cond Thin",
+ "font-family": "Noto Looped Lao Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-CondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraBold.ttf||56044:1655828711.0": {
+ "family_name": "Noto Looped Lao ExtraBold",
+ "font-family": "Noto Looped Lao ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensed.ttf||53532:1655828711.0": {
+ "family_name": "Noto Looped Lao ExtraCond",
+ "font-family": "Noto Looped Lao ExtraCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedBlack.ttf||54328:1655828711.0": {
+ "family_name": "Noto Looped Lao ExCd Blk",
+ "font-family": "Noto Looped Lao ExCd Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedBold.ttf||54248:1655828711.0": {
+ "family_name": "Noto Looped Lao ExCd Bold",
+ "font-family": "Noto Looped Lao ExCd Bold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedExtraBold.ttf||54860:1655828711.0": {
+ "family_name": "Noto Looped Lao ExCd ExBd",
+ "font-family": "Noto Looped Lao ExCd ExBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedExtraLight.ttf||53460:1655828711.0": {
+ "family_name": "Noto Looped Lao ExCd ExLt",
+ "font-family": "Noto Looped Lao ExCd ExLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedLight.ttf||52688:1655828711.0": {
+ "family_name": "Noto Looped Lao ExCd Lt",
+ "font-family": "Noto Looped Lao ExCd Lt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedMedium.ttf||54232:1655828711.0": {
+ "family_name": "Noto Looped Lao ExCd Med",
+ "font-family": "Noto Looped Lao ExCd Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedSemiBold.ttf||54924:1655828711.0": {
+ "family_name": "Noto Looped Lao ExCd SmBd",
+ "font-family": "Noto Looped Lao ExCd SmBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedThin.ttf||51756:1655828711.0": {
+ "family_name": "Noto Looped Lao ExCd Thin",
+ "font-family": "Noto Looped Lao ExCd Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-ExtraLight.ttf||56840:1655828711.0": {
+ "family_name": "Noto Looped Lao ExtLight",
+ "font-family": "Noto Looped Lao ExtLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-ExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-Light.ttf||53200:1655828711.0": {
+ "family_name": "Noto Looped Lao Light",
+ "font-family": "Noto Looped Lao Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-Light.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-Medium.ttf||55632:1655828711.0": {
+ "family_name": "Noto Looped Lao Medium",
+ "font-family": "Noto Looped Lao Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-Medium.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-Regular.ttf||55484:1655828711.0": {
+ "family_name": "Noto Looped Lao Regular",
+ "font-family": "Noto Looped Lao Regular",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-Regular.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiBold.ttf||54784:1655828711.0": {
+ "family_name": "Noto Looped Lao SemiBold",
+ "font-family": "Noto Looped Lao SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensed.ttf||55708:1655828711.0": {
+ "family_name": "Noto Looped Lao SemiCond",
+ "font-family": "Noto Looped Lao SemiCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedBlack.ttf||55608:1655828711.0": {
+ "family_name": "Noto Looped Lao SmCd Blk",
+ "font-family": "Noto Looped Lao SmCd Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedBold.ttf||54760:1655828711.0": {
+ "family_name": "Noto Looped Lao SmCd Bold",
+ "font-family": "Noto Looped Lao SmCd Bold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedExtraBold.ttf||55576:1655828711.0": {
+ "family_name": "Noto Looped Lao SmCd ExBd",
+ "font-family": "Noto Looped Lao SmCd ExBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedExtraLight.ttf||54908:1655828711.0": {
+ "family_name": "Noto Looped Lao SmCd ExtLt",
+ "font-family": "Noto Looped Lao SmCd ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedLight.ttf||52932:1655828711.0": {
+ "family_name": "Noto Looped Lao SmCd Lt",
+ "font-family": "Noto Looped Lao SmCd Lt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedMedium.ttf||54960:1655828711.0": {
+ "family_name": "Noto Looped Lao SmCd Med",
+ "font-family": "Noto Looped Lao SmCd Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedSemiBold.ttf||54800:1655828711.0": {
+ "family_name": "Noto Looped Lao SmCd SmBd",
+ "font-family": "Noto Looped Lao SmCd SmBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedThin.ttf||52868:1655828711.0": {
+ "family_name": "Noto Looped Lao SmCd Thin",
+ "font-family": "Noto Looped Lao SmCd Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLao-Thin.ttf||52772:1655828711.0": {
+ "family_name": "Noto Looped Lao Thin",
+ "font-family": "Noto Looped Lao Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLao-Thin.ttf",
+ "preferred_family_name": "Noto Looped Lao",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-Black.ttf||44788:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Black",
+ "font-family": "Noto Looped Lao UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-Black.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-Bold.ttf||43900:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Bold",
+ "font-family": "Noto Looped Lao UI Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-Bold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-Condensed.ttf||42620:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Condensed",
+ "font-family": "Noto Looped Lao UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-Condensed.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedBlack.ttf||44328:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Cond Blk",
+ "font-family": "Noto Looped Lao UI Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedBold.ttf||43076:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Cond Bold",
+ "font-family": "Noto Looped Lao UI Cond Bold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedExtraBold.ttf||43596:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Cond ExBd",
+ "font-family": "Noto Looped Lao UI Cond ExBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedExtraLight.ttf||41452:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Cond ExLt",
+ "font-family": "Noto Looped Lao UI Cond ExLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedLight.ttf||42328:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Cond Lt",
+ "font-family": "Noto Looped Lao UI Cond Lt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedMedium.ttf||43296:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Cond Med",
+ "font-family": "Noto Looped Lao UI Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedSemiBold.ttf||43312:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Cond SmBd",
+ "font-family": "Noto Looped Lao UI Cond SmBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedThin.ttf||40572:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Cond Thin",
+ "font-family": "Noto Looped Lao UI Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraBold.ttf||44436:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExtraBold",
+ "font-family": "Noto Looped Lao UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensed.ttf||42356:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExtraCond",
+ "font-family": "Noto Looped Lao UI ExtraCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedBlack.ttf||44184:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExCd Blk",
+ "font-family": "Noto Looped Lao UI ExCd Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedBold.ttf||43592:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExCd Bold",
+ "font-family": "Noto Looped Lao UI ExCd Bold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedExtraBold.ttf||43820:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExCd ExBd",
+ "font-family": "Noto Looped Lao UI ExCd ExBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedExtraLight.ttf||41128:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExCd ExLt",
+ "font-family": "Noto Looped Lao UI ExCd ExLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedLight.ttf||42692:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExCd Lt",
+ "font-family": "Noto Looped Lao UI ExCd Lt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedMedium.ttf||42888:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExCd Med",
+ "font-family": "Noto Looped Lao UI ExCd Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedSemiBold.ttf||42880:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExCd SmBd",
+ "font-family": "Noto Looped Lao UI ExCd SmBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedThin.ttf||40720:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExCd Thin",
+ "font-family": "Noto Looped Lao UI ExCd Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraLight.ttf||41860:1655828711.0": {
+ "family_name": "Noto Looped Lao UI ExtLight",
+ "font-family": "Noto Looped Lao UI ExtLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-Light.ttf||42692:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Light",
+ "font-family": "Noto Looped Lao UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-Light.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-Medium.ttf||43580:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Medium",
+ "font-family": "Noto Looped Lao UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-Medium.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-Regular.ttf||42948:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Regular",
+ "font-family": "Noto Looped Lao UI Regular",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-Regular.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiBold.ttf||44552:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SemiBold",
+ "font-family": "Noto Looped Lao UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensed.ttf||42720:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SemiCond",
+ "font-family": "Noto Looped Lao UI SemiCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedBlack.ttf||44840:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SmCd Blk",
+ "font-family": "Noto Looped Lao UI SmCd Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedBold.ttf||43488:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SmCd Bold",
+ "font-family": "Noto Looped Lao UI SmCd Bold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedExtraBold.ttf||43968:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SmCd ExBd",
+ "font-family": "Noto Looped Lao UI SmCd ExBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedExtraLight.ttf||42028:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SmCd ExtLt",
+ "font-family": "Noto Looped Lao UI SmCd ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedLight.ttf||42224:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SmCd Lt",
+ "font-family": "Noto Looped Lao UI SmCd Lt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedMedium.ttf||43228:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SmCd Med",
+ "font-family": "Noto Looped Lao UI SmCd Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedSemiBold.ttf||44292:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SmCd SmBd",
+ "font-family": "Noto Looped Lao UI SmCd SmBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedThin.ttf||41560:1655828711.0": {
+ "family_name": "Noto Looped Lao UI SmCd Thin",
+ "font-family": "Noto Looped Lao UI SmCd Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedLaoUI-Thin.ttf||41748:1655828711.0": {
+ "family_name": "Noto Looped Lao UI Thin",
+ "font-family": "Noto Looped Lao UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Lao UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedLaoUI-Thin.ttf",
+ "preferred_family_name": "Noto Looped Lao UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-Black.ttf||70376:1655828711.0": {
+ "family_name": "Noto Looped Thai Black",
+ "font-family": "Noto Looped Thai Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-Black.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-Bold.ttf||71532:1655828711.0": {
+ "family_name": "Noto Looped Thai Bold",
+ "font-family": "Noto Looped Thai Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-Bold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-Condensed.ttf||67892:1655828711.0": {
+ "family_name": "Noto Looped Thai Condensed",
+ "font-family": "Noto Looped Thai Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-Condensed.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-CondensedBlack.ttf||68964:1655828711.0": {
+ "family_name": "Noto Looped Thai Cond Blk",
+ "font-family": "Noto Looped Thai Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-CondensedBold.ttf||69604:1655828711.0": {
+ "family_name": "Noto Looped Thai Cond Bold",
+ "font-family": "Noto Looped Thai Cond Bold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-CondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-CondensedExtraBold.ttf||67516:1655828711.0": {
+ "family_name": "Noto Looped Thai Cond ExBd",
+ "font-family": "Noto Looped Thai Cond ExBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-CondensedExtraLight.ttf||68328:1655828711.0": {
+ "family_name": "Noto Looped Thai Cond ExLt",
+ "font-family": "Noto Looped Thai Cond ExLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-CondensedLight.ttf||65488:1655828711.0": {
+ "family_name": "Noto Looped Thai Cond Lt",
+ "font-family": "Noto Looped Thai Cond Lt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-CondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-CondensedMedium.ttf||68608:1655828711.0": {
+ "family_name": "Noto Looped Thai Cond Med",
+ "font-family": "Noto Looped Thai Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-CondensedSemiBold.ttf||69184:1655828711.0": {
+ "family_name": "Noto Looped Thai Cond SmBd",
+ "font-family": "Noto Looped Thai Cond SmBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-CondensedThin.ttf||62536:1655828711.0": {
+ "family_name": "Noto Looped Thai Cond Thin",
+ "font-family": "Noto Looped Thai Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-CondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraBold.ttf||69076:1655828711.0": {
+ "family_name": "Noto Looped Thai ExtraBold",
+ "font-family": "Noto Looped Thai ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Extrabold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Extrabold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensed.ttf||67216:1655828711.0": {
+ "family_name": "Noto Looped Thai ExtraCond",
+ "font-family": "Noto Looped Thai ExtraCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedBlack.ttf||68276:1655828711.0": {
+ "family_name": "Noto Looped Thai ExCd Blk",
+ "font-family": "Noto Looped Thai ExCd Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedBold.ttf||69128:1655828711.0": {
+ "family_name": "Noto Looped Thai ExCd Bold",
+ "font-family": "Noto Looped Thai ExCd Bold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedExtraBold.ttf||68020:1655828711.0": {
+ "family_name": "Noto Looped Thai ExCd ExBd",
+ "font-family": "Noto Looped Thai ExCd ExBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedExtraLight.ttf||67328:1655828711.0": {
+ "family_name": "Noto Looped Thai ExCd ExLt",
+ "font-family": "Noto Looped Thai ExCd ExLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedLight.ttf||64888:1655828711.0": {
+ "family_name": "Noto Looped Thai ExCd Lt",
+ "font-family": "Noto Looped Thai ExCd Lt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedMedium.ttf||68864:1655828711.0": {
+ "family_name": "Noto Looped Thai ExCd Med",
+ "font-family": "Noto Looped Thai ExCd Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedSemiBold.ttf||69176:1655828711.0": {
+ "family_name": "Noto Looped Thai ExCd SmBd",
+ "font-family": "Noto Looped Thai ExCd SmBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedThin.ttf||61924:1655828711.0": {
+ "family_name": "Noto Looped Thai ExCd Thin",
+ "font-family": "Noto Looped Thai ExCd Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-ExtraLight.ttf||74332:1655828711.0": {
+ "family_name": "Noto Looped Thai ExtLight",
+ "font-family": "Noto Looped Thai ExtLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-ExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-Light.ttf||66112:1655828711.0": {
+ "family_name": "Noto Looped Thai Light",
+ "font-family": "Noto Looped Thai Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-Light.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-Medium.ttf||68456:1655828711.0": {
+ "family_name": "Noto Looped Thai Medium",
+ "font-family": "Noto Looped Thai Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-Medium.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-Regular.ttf||66500:1655828711.0": {
+ "family_name": "Noto Looped Thai Regular",
+ "font-family": "Noto Looped Thai Regular",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-Regular.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiBold.ttf||69480:1655828711.0": {
+ "family_name": "Noto Looped Thai SemiBold",
+ "font-family": "Noto Looped Thai SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensed.ttf||67776:1655828711.0": {
+ "family_name": "Noto Looped Thai SemiCond",
+ "font-family": "Noto Looped Thai SemiCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedBlack.ttf||70260:1655828711.0": {
+ "family_name": "Noto Looped Thai SmCd Blk",
+ "font-family": "Noto Looped Thai SmCd Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedBold.ttf||68780:1655828711.0": {
+ "family_name": "Noto Looped Thai SmCd Bold",
+ "font-family": "Noto Looped Thai SmCd Bold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedExtraBold.ttf||68780:1655828711.0": {
+ "family_name": "Noto Looped Thai SmCd ExBd",
+ "font-family": "Noto Looped Thai SmCd ExBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedExtraLight.ttf||68272:1655828711.0": {
+ "family_name": "Noto Looped Thai SmCd ExLt",
+ "font-family": "Noto Looped Thai SmCd ExLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedLight.ttf||65908:1655828711.0": {
+ "family_name": "Noto Looped Thai SmCd Lt",
+ "font-family": "Noto Looped Thai SmCd Lt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedMedium.ttf||68092:1655828711.0": {
+ "family_name": "Noto Looped Thai SmCd Med",
+ "font-family": "Noto Looped Thai SmCd Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedSemiBold.ttf||68688:1655828711.0": {
+ "family_name": "Noto Looped Thai SmCd SmBd",
+ "font-family": "Noto Looped Thai SmCd SmBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedThin.ttf||62760:1655828711.0": {
+ "family_name": "Noto Looped Thai SmCd Thin",
+ "font-family": "Noto Looped Thai SmCd Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThai-Thin.ttf||63288:1655828711.0": {
+ "family_name": "Noto Looped Thai Thin",
+ "font-family": "Noto Looped Thai Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThai-Thin.ttf",
+ "preferred_family_name": "Noto Looped Thai",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-Black.ttf||52092:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Black",
+ "font-family": "Noto Looped Thai UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-Black.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-Bold.ttf||49888:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Bold",
+ "font-family": "Noto Looped Thai UI Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-Bold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-Condensed.ttf||50704:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Condensed",
+ "font-family": "Noto Looped Thai UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-Condensed.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedBlack.ttf||50352:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Cond Blk",
+ "font-family": "Noto Looped Thai UI Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedBold.ttf||50264:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Cond Bold",
+ "font-family": "Noto Looped Thai UI Cond Bold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedExtraBold.ttf||49272:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Cond ExBd",
+ "font-family": "Noto Looped Thai UI Cond ExBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedExtraLight.ttf||46804:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Cond ExLt",
+ "font-family": "Noto Looped Thai UI Cond ExLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedLight.ttf||48040:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Cond Lt",
+ "font-family": "Noto Looped Thai UI Cond Lt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedMedium.ttf||51136:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Cond Med",
+ "font-family": "Noto Looped Thai UI Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedSemiBold.ttf||50044:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Cond SmBd",
+ "font-family": "Noto Looped Thai UI Cond SmBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedThin.ttf||45288:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Cond Thin",
+ "font-family": "Noto Looped Thai UI Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraBold.ttf||50784:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExtraBold",
+ "font-family": "Noto Looped Thai UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Extrabold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Extrabold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensed.ttf||49932:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExtraCond",
+ "font-family": "Noto Looped Thai UI ExtraCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedBlack.ttf||50552:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExCd Blk",
+ "font-family": "Noto Looped Thai UI ExCd Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedBold.ttf||49736:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExCd Bold",
+ "font-family": "Noto Looped Thai UI ExCd Bold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedExtraBold.ttf||49660:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExCd ExBd",
+ "font-family": "Noto Looped Thai UI ExCd ExBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedExtraLight.ttf||46696:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExCd ExLt",
+ "font-family": "Noto Looped Thai UI ExCd ExLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedLight.ttf||47704:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExCd Lt",
+ "font-family": "Noto Looped Thai UI ExCd Lt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedMedium.ttf||50932:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExCd Med",
+ "font-family": "Noto Looped Thai UI ExCd Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedSemiBold.ttf||50648:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExCd SmBd",
+ "font-family": "Noto Looped Thai UI ExCd SmBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedThin.ttf||45008:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExCd Thin",
+ "font-family": "Noto Looped Thai UI ExCd Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraLight.ttf||47524:1655828711.0": {
+ "family_name": "Noto Looped Thai UI ExtLight",
+ "font-family": "Noto Looped Thai UI ExtLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-Light.ttf||49792:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Light",
+ "font-family": "Noto Looped Thai UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-Light.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-Medium.ttf||50164:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Medium",
+ "font-family": "Noto Looped Thai UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-Medium.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-Regular.ttf||48864:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Regular",
+ "font-family": "Noto Looped Thai UI Regular",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-Regular.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiBold.ttf||50156:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SemiBold",
+ "font-family": "Noto Looped Thai UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensed.ttf||49948:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SemiCond",
+ "font-family": "Noto Looped Thai UI SemiCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedBlack.ttf||51816:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SmCd Blk",
+ "font-family": "Noto Looped Thai UI SmCd Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedBold.ttf||50224:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SmCd Bold",
+ "font-family": "Noto Looped Thai UI SmCd Bold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedExtraBold.ttf||50380:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SmCd ExBd",
+ "font-family": "Noto Looped Thai UI SmCd ExBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedExtraLight.ttf||47284:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SmCd ExLt",
+ "font-family": "Noto Looped Thai UI SmCd ExLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedLight.ttf||48460:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SmCd Lt",
+ "font-family": "Noto Looped Thai UI SmCd Lt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedMedium.ttf||50896:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SmCd Med",
+ "font-family": "Noto Looped Thai UI SmCd Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedSemiBold.ttf||50828:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SmCd SmBd",
+ "font-family": "Noto Looped Thai UI SmCd SmBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedThin.ttf||45460:1655828711.0": {
+ "family_name": "Noto Looped Thai UI SmCd Thin",
+ "font-family": "Noto Looped Thai UI SmCd Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoLoopedThaiUI-Thin.ttf||45936:1655828711.0": {
+ "family_name": "Noto Looped Thai UI Thin",
+ "font-family": "Noto Looped Thai UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Looped Thai UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoLoopedThaiUI-Thin.ttf",
+ "preferred_family_name": "Noto Looped Thai UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoMusic-Regular.ttf||81392:1655828711.0": {
+ "family_name": "Noto Music",
+ "font-family": "Noto Music",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Music Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoMusic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNaskhArabic-Bold.ttf||184164:1655828711.0": {
+ "family_name": "Noto Naskh Arabic",
+ "font-family": "Noto Naskh Arabic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Naskh Arabic Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNaskhArabic-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNaskhArabic-Medium.ttf||182496:1655828711.0": {
+ "family_name": "Noto Naskh Arabic Medium",
+ "font-family": "Noto Naskh Arabic Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Naskh Arabic Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNaskhArabic-Medium.ttf",
+ "preferred_family_name": "Noto Naskh Arabic",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNaskhArabic-Regular.ttf||178388:1655828711.0": {
+ "family_name": "Noto Naskh Arabic",
+ "font-family": "Noto Naskh Arabic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Naskh Arabic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNaskhArabic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNaskhArabic-SemiBold.ttf||184376:1655828711.0": {
+ "family_name": "Noto Naskh Arabic Semi Bold",
+ "font-family": "Noto Naskh Arabic Semi Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Naskh Arabic Semi Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNaskhArabic-SemiBold.ttf",
+ "preferred_family_name": "Noto Naskh Arabic",
+ "preferred_subfamily_name": "Semi Bold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNaskhArabicUI-Bold.ttf||212712:1655828711.0": {
+ "family_name": "Noto Naskh Arabic UI",
+ "font-family": "Noto Naskh Arabic UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Naskh Arabic UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNaskhArabicUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNaskhArabicUI-Medium.ttf||212240:1655828711.0": {
+ "family_name": "Noto Naskh Arabic UI Medium",
+ "font-family": "Noto Naskh Arabic UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Naskh Arabic UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNaskhArabicUI-Medium.ttf",
+ "preferred_family_name": "Noto Naskh Arabic UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNaskhArabicUI-Regular.ttf||204060:1655828711.0": {
+ "family_name": "Noto Naskh Arabic UI",
+ "font-family": "Noto Naskh Arabic UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Naskh Arabic UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNaskhArabicUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNaskhArabicUI-SemiBold.ttf||213200:1655828711.0": {
+ "family_name": "Noto Naskh Arabic UI Semi Bold",
+ "font-family": "Noto Naskh Arabic UI Semi Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Naskh Arabic UI Semi Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNaskhArabicUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Naskh Arabic UI",
+ "preferred_subfamily_name": "Semi Bold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNastaliqUrdu-Bold.ttf||1173220:1655828711.0": {
+ "family_name": "Noto Nastaliq Urdu",
+ "font-family": "Noto Nastaliq Urdu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Nastaliq Urdu Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNastaliqUrdu-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoNastaliqUrdu-Regular.ttf||1171972:1655828711.0": {
+ "family_name": "Noto Nastaliq Urdu",
+ "font-family": "Noto Nastaliq Urdu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Nastaliq Urdu Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoNastaliqUrdu-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-Black.ttf||28092:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew Blk",
+ "font-family": "Noto Rashi Hebrew Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-Black.ttf",
+ "preferred_family_name": "Noto Rashi Hebrew",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-Bold.ttf||28048:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew",
+ "font-family": "Noto Rashi Hebrew",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-ExtraBold.ttf||28672:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew ExtBd",
+ "font-family": "Noto Rashi Hebrew ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-ExtraBold.ttf",
+ "preferred_family_name": "Noto Rashi Hebrew",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-ExtraLight.ttf||26328:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew ExtLt",
+ "font-family": "Noto Rashi Hebrew ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-ExtraLight.ttf",
+ "preferred_family_name": "Noto Rashi Hebrew",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-Light.ttf||27204:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew Light",
+ "font-family": "Noto Rashi Hebrew Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-Light.ttf",
+ "preferred_family_name": "Noto Rashi Hebrew",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-Medium.ttf||27148:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew Med",
+ "font-family": "Noto Rashi Hebrew Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-Medium.ttf",
+ "preferred_family_name": "Noto Rashi Hebrew",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-Regular.ttf||27216:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew",
+ "font-family": "Noto Rashi Hebrew",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-SemiBold.ttf||28116:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew SemBd",
+ "font-family": "Noto Rashi Hebrew SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-SemiBold.ttf",
+ "preferred_family_name": "Noto Rashi Hebrew",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoRashiHebrew-Thin.ttf||26072:1655828711.0": {
+ "family_name": "Noto Rashi Hebrew Thin",
+ "font-family": "Noto Rashi Hebrew Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Rashi Hebrew Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoRashiHebrew-Thin.ttf",
+ "preferred_family_name": "Noto Rashi Hebrew",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-Black.ttf||591488:1655828711.0": {
+ "family_name": "Noto Sans Black",
+ "font-family": "Noto Sans Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-Black.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-BlackItalic.ttf||567480:1655828711.0": {
+ "family_name": "Noto Sans Black",
+ "font-family": "Noto Sans Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-BlackItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-Bold.ttf||575740:1655828711.0": {
+ "family_name": "Noto Sans",
+ "font-family": "Noto Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-BoldItalic.ttf||555292:1655828711.0": {
+ "family_name": "Noto Sans",
+ "font-family": "Noto Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-BoldItalic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-Condensed.ttf||562276:1655828711.0": {
+ "family_name": "Noto Sans Condensed",
+ "font-family": "Noto Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-Condensed.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedBlack.ttf||584760:1655828711.0": {
+ "family_name": "Noto Sans Condensed Black",
+ "font-family": "Noto Sans Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedBlackItalic.ttf||565492:1655828711.0": {
+ "family_name": "Noto Sans Condensed Black",
+ "font-family": "Noto Sans Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedBold.ttf||574012:1655828711.0": {
+ "family_name": "Noto Sans Condensed",
+ "font-family": "Noto Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedBoldItalic.ttf||554584:1655828711.0": {
+ "family_name": "Noto Sans Condensed",
+ "font-family": "Noto Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedExtraBold.ttf||571480:1655828711.0": {
+ "family_name": "Noto Sans Condensed ExtraBold",
+ "font-family": "Noto Sans Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedExtraBoldItalic.ttf||556956:1655828711.0": {
+ "family_name": "Noto Sans Condensed ExtraBold",
+ "font-family": "Noto Sans Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedExtraLight.ttf||546364:1655828711.0": {
+ "family_name": "Noto Sans Condensed ExtraLight",
+ "font-family": "Noto Sans Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedExtraLightItalic.ttf||533556:1655828711.0": {
+ "family_name": "Noto Sans Condensed ExtraLight",
+ "font-family": "Noto Sans Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedItalic.ttf||552792:1655828711.0": {
+ "family_name": "Noto Sans Condensed",
+ "font-family": "Noto Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedLight.ttf||555580:1655828711.0": {
+ "family_name": "Noto Sans Condensed Light",
+ "font-family": "Noto Sans Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedLightItalic.ttf||540088:1655828711.0": {
+ "family_name": "Noto Sans Condensed Light",
+ "font-family": "Noto Sans Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedMedium.ttf||564428:1655828711.0": {
+ "family_name": "Noto Sans Condensed Medium",
+ "font-family": "Noto Sans Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedMediumItalic.ttf||550592:1655828711.0": {
+ "family_name": "Noto Sans Condensed Medium",
+ "font-family": "Noto Sans Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedSemiBold.ttf||565508:1655828711.0": {
+ "family_name": "Noto Sans Condensed SemiBold",
+ "font-family": "Noto Sans Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedSemiBoldItalic.ttf||553904:1655828711.0": {
+ "family_name": "Noto Sans Condensed SemiBold",
+ "font-family": "Noto Sans Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedThin.ttf||546888:1655828711.0": {
+ "family_name": "Noto Sans Condensed Thin",
+ "font-family": "Noto Sans Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-CondensedThinItalic.ttf||534416:1655828711.0": {
+ "family_name": "Noto Sans Condensed Thin",
+ "font-family": "Noto Sans Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Condensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-CondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraBold.ttf||577300:1655828711.0": {
+ "family_name": "Noto Sans ExtraBold",
+ "font-family": "Noto Sans ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraBoldItalic.ttf||555212:1655828711.0": {
+ "family_name": "Noto Sans ExtraBold",
+ "font-family": "Noto Sans ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensed.ttf||559232:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed",
+ "font-family": "Noto Sans ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedBlack.ttf||579360:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Black",
+ "font-family": "Noto Sans ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedBlackItalic.ttf||566748:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Black",
+ "font-family": "Noto Sans ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedBold.ttf||566216:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed",
+ "font-family": "Noto Sans ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedBoldItalic.ttf||553052:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed",
+ "font-family": "Noto Sans ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedExtraBold.ttf||568324:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedExtraBoldItalic.ttf||557644:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedExtraLight.ttf||544120:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedExtraLightItalic.ttf||532804:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedItalic.ttf||549244:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed",
+ "font-family": "Noto Sans ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedLight.ttf||552304:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Light",
+ "font-family": "Noto Sans ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedLightItalic.ttf||540040:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Light",
+ "font-family": "Noto Sans ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedMedium.ttf||558300:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Medium",
+ "font-family": "Noto Sans ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedMediumItalic.ttf||550180:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Medium",
+ "font-family": "Noto Sans ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedSemiBold.ttf||559340:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed SemiBold",
+ "font-family": "Noto Sans ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedSemiBoldItalic.ttf||551112:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed SemiBold",
+ "font-family": "Noto Sans ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedThin.ttf||543836:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Thin",
+ "font-family": "Noto Sans ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraCondensedThinItalic.ttf||531676:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Thin",
+ "font-family": "Noto Sans ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraCondensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraCondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraLight.ttf||547260:1655828711.0": {
+ "family_name": "Noto Sans ExtraLight",
+ "font-family": "Noto Sans ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ExtraLightItalic.ttf||535552:1655828711.0": {
+ "family_name": "Noto Sans ExtraLight",
+ "font-family": "Noto Sans ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-Italic.ttf||552776:1655828711.0": {
+ "family_name": "Noto Sans",
+ "font-family": "Noto Sans",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-Italic.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-Light.ttf||555788:1655828711.0": {
+ "family_name": "Noto Sans Light",
+ "font-family": "Noto Sans Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-Light.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-LightItalic.ttf||544388:1655828711.0": {
+ "family_name": "Noto Sans Light",
+ "font-family": "Noto Sans Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-LightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-Medium.ttf||566428:1655828711.0": {
+ "family_name": "Noto Sans Medium",
+ "font-family": "Noto Sans Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-Medium.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-MediumItalic.ttf||548688:1655828711.0": {
+ "family_name": "Noto Sans Medium",
+ "font-family": "Noto Sans Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-MediumItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-Regular.ttf||569208:1655828711.0": {
+ "family_name": "Noto Sans",
+ "font-family": "Noto Sans",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiBold.ttf||572924:1655828711.0": {
+ "family_name": "Noto Sans SemiBold",
+ "font-family": "Noto Sans SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiBoldItalic.ttf||553424:1655828711.0": {
+ "family_name": "Noto Sans SemiBold",
+ "font-family": "Noto Sans SemiBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensed.ttf||565760:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed",
+ "font-family": "Noto Sans SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedBlack.ttf||590140:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Black",
+ "font-family": "Noto Sans SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedBlackItalic.ttf||569584:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Black",
+ "font-family": "Noto Sans SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedBold.ttf||575104:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed",
+ "font-family": "Noto Sans SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedBoldItalic.ttf||557356:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed",
+ "font-family": "Noto Sans SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedExtraBold.ttf||575692:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed ExtraBold",
+ "font-family": "Noto Sans SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedExtraBoldItalic.ttf||559164:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed ExtraBold",
+ "font-family": "Noto Sans SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedExtraLight.ttf||547804:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed ExtraLight",
+ "font-family": "Noto Sans SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedExtraLightItalic.ttf||534672:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed ExtraLight",
+ "font-family": "Noto Sans SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedItalic.ttf||554368:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed",
+ "font-family": "Noto Sans SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedLight.ttf||556788:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Light",
+ "font-family": "Noto Sans SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedLightItalic.ttf||547024:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Light",
+ "font-family": "Noto Sans SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedMedium.ttf||565084:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Medium",
+ "font-family": "Noto Sans SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedMediumItalic.ttf||551680:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Medium",
+ "font-family": "Noto Sans SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedSemiBold.ttf||572240:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed SemiBold",
+ "font-family": "Noto Sans SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedSemiBoldItalic.ttf||556264:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed SemiBold",
+ "font-family": "Noto Sans SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedThin.ttf||548536:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Thin",
+ "font-family": "Noto Sans SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-SemiCondensedThinItalic.ttf||536000:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Thin",
+ "font-family": "Noto Sans SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans SemiCondensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-SemiCondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-Thin.ttf||546536:1655828711.0": {
+ "family_name": "Noto Sans Thin",
+ "font-family": "Noto Sans Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-Thin.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSans-ThinItalic.ttf||536984:1655828711.0": {
+ "family_name": "Noto Sans Thin",
+ "font-family": "Noto Sans Thin",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSans-ThinItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansAdlam-Bold.ttf||94380:1655828711.0": {
+ "family_name": "Noto Sans Adlam",
+ "font-family": "Noto Sans Adlam",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Adlam Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansAdlam-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansAdlam-Regular.ttf||94472:1655828711.0": {
+ "family_name": "Noto Sans Adlam",
+ "font-family": "Noto Sans Adlam",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Adlam Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansAdlam-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansAdlamUnjoined-Bold.ttf||36916:1655828711.0": {
+ "family_name": "Noto Sans Adlam Unjoined",
+ "font-family": "Noto Sans Adlam Unjoined",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Adlam Unjoined Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansAdlamUnjoined-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansAdlamUnjoined-Regular.ttf||36828:1655828711.0": {
+ "family_name": "Noto Sans Adlam Unjoined",
+ "font-family": "Noto Sans Adlam Unjoined",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Adlam Unjoined Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansAdlamUnjoined-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansAnatolianHieroglyphs-Regular.ttf||228424:1655828711.0": {
+ "family_name": "Noto Sans AnatoHiero",
+ "font-family": "Noto Sans AnatoHiero",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Anatolian Hieroglyphs Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansAnatolianHieroglyphs-Regular.ttf",
+ "preferred_family_name": "Noto Sans Anatolian Hieroglyphs",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-Black.ttf||254936:1655828711.0": {
+ "family_name": "Noto Sans Arabic Blk",
+ "font-family": "Noto Sans Arabic Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-Black.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-Bold.ttf||248468:1655828711.0": {
+ "family_name": "Noto Sans Arabic",
+ "font-family": "Noto Sans Arabic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-Condensed.ttf||239684:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond",
+ "font-family": "Noto Sans Arabic Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-CondensedBlack.ttf||254968:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond Blk",
+ "font-family": "Noto Sans Arabic Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-CondensedBold.ttf||251056:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond",
+ "font-family": "Noto Sans Arabic Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-CondensedExtraBold.ttf||253172:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond ExtBd",
+ "font-family": "Noto Sans Arabic Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-CondensedExtraLight.ttf||234344:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond ExtLt",
+ "font-family": "Noto Sans Arabic Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-CondensedLight.ttf||233860:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond Light",
+ "font-family": "Noto Sans Arabic Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-CondensedMedium.ttf||248292:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond Med",
+ "font-family": "Noto Sans Arabic Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-CondensedSemiBold.ttf||250156:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond SemBd",
+ "font-family": "Noto Sans Arabic Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-CondensedThin.ttf||232560:1655828711.0": {
+ "family_name": "Noto Sans Arabic Cond Thin",
+ "font-family": "Noto Sans Arabic Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraBold.ttf||252816:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtBd",
+ "font-family": "Noto Sans Arabic ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensed.ttf||238104:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond",
+ "font-family": "Noto Sans Arabic ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedBlack.ttf||253464:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond Blk",
+ "font-family": "Noto Sans Arabic ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedBold.ttf||251668:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond",
+ "font-family": "Noto Sans Arabic ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedExtraBold.ttf||254448:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond ExtBd",
+ "font-family": "Noto Sans Arabic ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedExtraLight.ttf||236400:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond ExtLt",
+ "font-family": "Noto Sans Arabic ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedLight.ttf||231572:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond Light",
+ "font-family": "Noto Sans Arabic ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedMedium.ttf||242152:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond Med",
+ "font-family": "Noto Sans Arabic ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedSemiBold.ttf||248904:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond SemBd",
+ "font-family": "Noto Sans Arabic ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedThin.ttf||232068:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtCond Thin",
+ "font-family": "Noto Sans Arabic ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-ExtraLight.ttf||235536:1655828711.0": {
+ "family_name": "Noto Sans Arabic ExtLt",
+ "font-family": "Noto Sans Arabic ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-Light.ttf||234308:1655828711.0": {
+ "family_name": "Noto Sans Arabic Light",
+ "font-family": "Noto Sans Arabic Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-Light.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-Medium.ttf||248860:1655828711.0": {
+ "family_name": "Noto Sans Arabic Med",
+ "font-family": "Noto Sans Arabic Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-Medium.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-Regular.ttf||240456:1655828711.0": {
+ "family_name": "Noto Sans Arabic",
+ "font-family": "Noto Sans Arabic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiBold.ttf||248724:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemBd",
+ "font-family": "Noto Sans Arabic SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensed.ttf||241020:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond",
+ "font-family": "Noto Sans Arabic SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedBlack.ttf||256656:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond Blk",
+ "font-family": "Noto Sans Arabic SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedBold.ttf||250280:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond",
+ "font-family": "Noto Sans Arabic SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedExtraBold.ttf||251860:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond ExtBd",
+ "font-family": "Noto Sans Arabic SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedExtraLight.ttf||234212:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond ExtLt",
+ "font-family": "Noto Sans Arabic SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedLight.ttf||231992:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond Light",
+ "font-family": "Noto Sans Arabic SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedMedium.ttf||246544:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond Med",
+ "font-family": "Noto Sans Arabic SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedSemiBold.ttf||249800:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond SemBd",
+ "font-family": "Noto Sans Arabic SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedThin.ttf||232300:1655828711.0": {
+ "family_name": "Noto Sans Arabic SemCond Thin",
+ "font-family": "Noto Sans Arabic SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabic-Thin.ttf||233784:1655828711.0": {
+ "family_name": "Noto Sans Arabic Thin",
+ "font-family": "Noto Sans Arabic Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabic-Thin.ttf",
+ "preferred_family_name": "Noto Sans Arabic",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-Black.ttf||293116:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Bk",
+ "font-family": "Noto Sans Arabic UI Bk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-Bold.ttf||279404:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI",
+ "font-family": "Noto Sans Arabic UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-Condensed.ttf||266824:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn",
+ "font-family": "Noto Sans Arabic UI Cn",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-CondensedBlack.ttf||288496:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn Bk",
+ "font-family": "Noto Sans Arabic UI Cn Bk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-CondensedBold.ttf||280040:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn",
+ "font-family": "Noto Sans Arabic UI Cn",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-CondensedExtraBold.ttf||287508:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn XBd",
+ "font-family": "Noto Sans Arabic UI Cn XBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-CondensedExtraLight.ttf||260836:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn XLt",
+ "font-family": "Noto Sans Arabic UI Cn XLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-CondensedLight.ttf||259924:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn Lt",
+ "font-family": "Noto Sans Arabic UI Cn Lt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-CondensedMedium.ttf||277964:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn Md",
+ "font-family": "Noto Sans Arabic UI Cn Md",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-CondensedSemiBold.ttf||280012:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn SmBd",
+ "font-family": "Noto Sans Arabic UI Cn SmBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-CondensedThin.ttf||257316:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Cn Th",
+ "font-family": "Noto Sans Arabic UI Cn Th",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraBold.ttf||285612:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XBd",
+ "font-family": "Noto Sans Arabic UI XBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensed.ttf||264964:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn",
+ "font-family": "Noto Sans Arabic UI XCn",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedBlack.ttf||285836:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn Bk",
+ "font-family": "Noto Sans Arabic UI XCn Bk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedBold.ttf||281508:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn",
+ "font-family": "Noto Sans Arabic UI XCn",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedExtraBold.ttf||284164:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn XBd",
+ "font-family": "Noto Sans Arabic UI XCn XBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedExtraLight.ttf||261456:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn XLt",
+ "font-family": "Noto Sans Arabic UI XCn XLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedLight.ttf||257768:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn Lt",
+ "font-family": "Noto Sans Arabic UI XCn Lt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedMedium.ttf||270736:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn Md",
+ "font-family": "Noto Sans Arabic UI XCn Md",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedSemiBold.ttf||277504:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn SmBd",
+ "font-family": "Noto Sans Arabic UI XCn SmBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedThin.ttf||256216:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XCn Th",
+ "font-family": "Noto Sans Arabic UI XCn Th",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-ExtraLight.ttf||260576:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI XLt",
+ "font-family": "Noto Sans Arabic UI XLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-Light.ttf||258376:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Lt",
+ "font-family": "Noto Sans Arabic UI Lt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-Medium.ttf||276476:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Md",
+ "font-family": "Noto Sans Arabic UI Md",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-Regular.ttf||266792:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI",
+ "font-family": "Noto Sans Arabic UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiBold.ttf||280744:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmBd",
+ "font-family": "Noto Sans Arabic UI SmBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensed.ttf||268340:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn",
+ "font-family": "Noto Sans Arabic UI SmCn",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedBlack.ttf||288080:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn Bk",
+ "font-family": "Noto Sans Arabic UI SmCn Bk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedBold.ttf||281104:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn",
+ "font-family": "Noto Sans Arabic UI SmCn",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedExtraBold.ttf||285376:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn XBd",
+ "font-family": "Noto Sans Arabic UI SmCn XBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedExtraLight.ttf||259588:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn XLt",
+ "font-family": "Noto Sans Arabic UI SmCn XLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedLight.ttf||256732:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn Lt",
+ "font-family": "Noto Sans Arabic UI SmCn Lt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedMedium.ttf||277504:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn Md",
+ "font-family": "Noto Sans Arabic UI SmCn Md",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedSemiBold.ttf||281364:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn SmBd",
+ "font-family": "Noto Sans Arabic UI SmCn SmBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedThin.ttf||255688:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI SmCn Th",
+ "font-family": "Noto Sans Arabic UI SmCn Th",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArabicUI-Thin.ttf||258412:1655828711.0": {
+ "family_name": "Noto Sans Arabic UI Th",
+ "font-family": "Noto Sans Arabic UI Th",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Arabic UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArabicUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Arabic UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-Black.ttf||32896:1655828711.0": {
+ "family_name": "Noto Sans Armenian Black",
+ "font-family": "Noto Sans Armenian Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-Black.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-Bold.ttf||30908:1655828711.0": {
+ "family_name": "Noto Sans Armenian",
+ "font-family": "Noto Sans Armenian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-Condensed.ttf||30660:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed",
+ "font-family": "Noto Sans Armenian Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-CondensedBlack.ttf||31476:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed Black",
+ "font-family": "Noto Sans Armenian Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-CondensedBold.ttf||30956:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed",
+ "font-family": "Noto Sans Armenian Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-CondensedExtraBold.ttf||31260:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed ExtraBold",
+ "font-family": "Noto Sans Armenian Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-CondensedExtraLight.ttf||29716:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed ExtraLight",
+ "font-family": "Noto Sans Armenian Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-CondensedLight.ttf||29700:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed Light",
+ "font-family": "Noto Sans Armenian Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-CondensedMedium.ttf||30900:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed Medium",
+ "font-family": "Noto Sans Armenian Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-CondensedSemiBold.ttf||30996:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed SemiBold",
+ "font-family": "Noto Sans Armenian Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-CondensedThin.ttf||29636:1655828711.0": {
+ "family_name": "Noto Sans Armenian Condensed Thin",
+ "font-family": "Noto Sans Armenian Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraBold.ttf||32528:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraBold",
+ "font-family": "Noto Sans Armenian ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensed.ttf||30040:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed",
+ "font-family": "Noto Sans Armenian ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedBlack.ttf||30728:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed Black",
+ "font-family": "Noto Sans Armenian ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedBold.ttf||30280:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed",
+ "font-family": "Noto Sans Armenian ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedExtraBold.ttf||30812:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Armenian ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedExtraLight.ttf||29176:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Armenian ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedLight.ttf||29000:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed Light",
+ "font-family": "Noto Sans Armenian ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedMedium.ttf||30328:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed Medium",
+ "font-family": "Noto Sans Armenian ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedSemiBold.ttf||30484:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Armenian ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedThin.ttf||28956:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraCondensed Thin",
+ "font-family": "Noto Sans Armenian ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-ExtraLight.ttf||29824:1655828711.0": {
+ "family_name": "Noto Sans Armenian ExtraLight",
+ "font-family": "Noto Sans Armenian ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-Light.ttf||29724:1655828711.0": {
+ "family_name": "Noto Sans Armenian Light",
+ "font-family": "Noto Sans Armenian Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-Light.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-Medium.ttf||30824:1655828711.0": {
+ "family_name": "Noto Sans Armenian Medium",
+ "font-family": "Noto Sans Armenian Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-Medium.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-Regular.ttf||30876:1655828711.0": {
+ "family_name": "Noto Sans Armenian",
+ "font-family": "Noto Sans Armenian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiBold.ttf||31028:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiBold",
+ "font-family": "Noto Sans Armenian SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensed.ttf||30772:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed",
+ "font-family": "Noto Sans Armenian SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedBlack.ttf||31748:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed Black",
+ "font-family": "Noto Sans Armenian SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedBold.ttf||30888:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed",
+ "font-family": "Noto Sans Armenian SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedExtraBold.ttf||31440:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Armenian SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedExtraLight.ttf||29744:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Armenian SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedLight.ttf||29672:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed Light",
+ "font-family": "Noto Sans Armenian SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedMedium.ttf||30940:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed Medium",
+ "font-family": "Noto Sans Armenian SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedSemiBold.ttf||31376:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed SemiBold",
+ "font-family": "Noto Sans Armenian SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedThin.ttf||29696:1655828711.0": {
+ "family_name": "Noto Sans Armenian SemiCondensed Thin",
+ "font-family": "Noto Sans Armenian SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansArmenian-Thin.ttf||30700:1655828711.0": {
+ "family_name": "Noto Sans Armenian Thin",
+ "font-family": "Noto Sans Armenian Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Armenian Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansArmenian-Thin.ttf",
+ "preferred_family_name": "Noto Sans Armenian",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansAvestan-Regular.ttf||23016:1655828711.0": {
+ "family_name": "Noto Sans Avestan",
+ "font-family": "Noto Sans Avestan",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Avestan Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansAvestan-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBalinese-Bold.ttf||91972:1655828711.0": {
+ "family_name": "Noto Sans Balinese",
+ "font-family": "Noto Sans Balinese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Balinese Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBalinese-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBalinese-Medium.ttf||90900:1655828711.0": {
+ "family_name": "Noto Sans Balinese Medium",
+ "font-family": "Noto Sans Balinese Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Balinese Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBalinese-Medium.ttf",
+ "preferred_family_name": "Noto Sans Balinese",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBalinese-Regular.ttf||92388:1655828711.0": {
+ "family_name": "Noto Sans Balinese",
+ "font-family": "Noto Sans Balinese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Balinese Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBalinese-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBalinese-SemiBold.ttf||91240:1655828711.0": {
+ "family_name": "Noto Sans Balinese SemiBold",
+ "font-family": "Noto Sans Balinese SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Balinese SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBalinese-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Balinese",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBamum-Bold.ttf||229348:1655828711.0": {
+ "family_name": "Noto Sans Bamum",
+ "font-family": "Noto Sans Bamum",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bamum Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBamum-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBamum-Medium.ttf||229244:1655828711.0": {
+ "family_name": "Noto Sans Bamum Medium",
+ "font-family": "Noto Sans Bamum Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bamum Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBamum-Medium.ttf",
+ "preferred_family_name": "Noto Sans Bamum",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBamum-Regular.ttf||228928:1655828711.0": {
+ "family_name": "Noto Sans Bamum",
+ "font-family": "Noto Sans Bamum",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bamum Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBamum-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBamum-SemiBold.ttf||229652:1655828711.0": {
+ "family_name": "Noto Sans Bamum SemiBold",
+ "font-family": "Noto Sans Bamum SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bamum SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBamum-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Bamum",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBassaVah-Bold.ttf||8148:1655828711.0": {
+ "family_name": "Noto Sans Bassa Vah",
+ "font-family": "Noto Sans Bassa Vah",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bassa Vah Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBassaVah-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBassaVah-Medium.ttf||8364:1655828711.0": {
+ "family_name": "Noto Sans Bassa Vah Medium",
+ "font-family": "Noto Sans Bassa Vah Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bassa Vah Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBassaVah-Medium.ttf",
+ "preferred_family_name": "Noto Sans Bassa Vah",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBassaVah-Regular.ttf||8396:1655828711.0": {
+ "family_name": "Noto Sans Bassa Vah",
+ "font-family": "Noto Sans Bassa Vah",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bassa Vah Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBassaVah-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBassaVah-SemiBold.ttf||8324:1655828711.0": {
+ "family_name": "Noto Sans Bassa Vah SemiBold",
+ "font-family": "Noto Sans Bassa Vah SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bassa Vah SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBassaVah-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Bassa Vah",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBatak-Regular.ttf||22372:1655828711.0": {
+ "family_name": "Noto Sans Batak",
+ "font-family": "Noto Sans Batak",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Batak Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBatak-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-Black.ttf||214404:1655828711.0": {
+ "family_name": "Noto Sans Bengali Black",
+ "font-family": "Noto Sans Bengali Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-Black.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-Bold.ttf||209084:1655828711.0": {
+ "family_name": "Noto Sans Bengali",
+ "font-family": "Noto Sans Bengali",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-Condensed.ttf||201712:1655828711.0": {
+ "family_name": "Noto Sans Bengali Condensed",
+ "font-family": "Noto Sans Bengali Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-ExtraBold.ttf||209632:1655828711.0": {
+ "family_name": "Noto Sans Bengali ExtraBold",
+ "font-family": "Noto Sans Bengali ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-ExtraCondensed.ttf||202972:1655828711.0": {
+ "family_name": "Noto Sans Bengali ExtraCondensed",
+ "font-family": "Noto Sans Bengali ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-ExtraLight.ttf||203952:1655828711.0": {
+ "family_name": "Noto Sans Bengali ExtraLight",
+ "font-family": "Noto Sans Bengali ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-Light.ttf||192156:1655828711.0": {
+ "family_name": "Noto Sans Bengali Light",
+ "font-family": "Noto Sans Bengali Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-Light.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-Medium.ttf||204856:1655828711.0": {
+ "family_name": "Noto Sans Bengali Medium",
+ "font-family": "Noto Sans Bengali Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-Medium.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-Regular.ttf||200048:1655828711.0": {
+ "family_name": "Noto Sans Bengali",
+ "font-family": "Noto Sans Bengali",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-SemiBold.ttf||206040:1655828711.0": {
+ "family_name": "Noto Sans Bengali SemiBold",
+ "font-family": "Noto Sans Bengali SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-SemiCondensed.ttf||204332:1655828711.0": {
+ "family_name": "Noto Sans Bengali SemiCondensed",
+ "font-family": "Noto Sans Bengali SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengali-Thin.ttf||186788:1655828711.0": {
+ "family_name": "Noto Sans Bengali Thin",
+ "font-family": "Noto Sans Bengali Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengali-Thin.ttf",
+ "preferred_family_name": "Noto Sans Bengali",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-Black.ttf||216876:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI Black",
+ "font-family": "Noto Sans Bengali UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-Bold.ttf||211420:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI",
+ "font-family": "Noto Sans Bengali UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-Condensed.ttf||203828:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI Condensed",
+ "font-family": "Noto Sans Bengali UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-ExtraBold.ttf||211748:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI ExtraBold",
+ "font-family": "Noto Sans Bengali UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-ExtraCondensed.ttf||205052:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI ExtraCondensed",
+ "font-family": "Noto Sans Bengali UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-ExtraLight.ttf||206140:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI ExtraLight",
+ "font-family": "Noto Sans Bengali UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-Light.ttf||194716:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI Light",
+ "font-family": "Noto Sans Bengali UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-Medium.ttf||207192:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI Medium",
+ "font-family": "Noto Sans Bengali UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-Regular.ttf||202456:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI",
+ "font-family": "Noto Sans Bengali UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-SemiBold.ttf||208436:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI SemiBold",
+ "font-family": "Noto Sans Bengali UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-SemiCondensed.ttf||206664:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI SemiCondensed",
+ "font-family": "Noto Sans Bengali UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBengaliUI-Thin.ttf||189012:1655828711.0": {
+ "family_name": "Noto Sans Bengali UI Thin",
+ "font-family": "Noto Sans Bengali UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bengali UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBengaliUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Bengali UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBhaiksuki-Regular.ttf||242532:1655828711.0": {
+ "family_name": "Noto Sans Bhaiksuki",
+ "font-family": "Noto Sans Bhaiksuki",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Bhaiksuki Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBhaiksuki-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBrahmi-Regular.ttf||41780:1655828711.0": {
+ "family_name": "Noto Sans Brahmi",
+ "font-family": "Noto Sans Brahmi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Brahmi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBrahmi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBuginese-Regular.ttf||7200:1655828711.0": {
+ "family_name": "Noto Sans Buginese",
+ "font-family": "Noto Sans Buginese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Buginese Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBuginese-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansBuhid-Regular.ttf||11448:1655828711.0": {
+ "family_name": "Noto Sans Buhid",
+ "font-family": "Noto Sans Buhid",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Buhid Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansBuhid-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Black.ttf||106136:1655828711.0": {
+ "family_name": "Noto Sans CanAborig Bk",
+ "font-family": "Noto Sans CanAborig Bk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Black.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Bold.ttf||107096:1655828711.0": {
+ "family_name": "Noto Sans CanAborig",
+ "font-family": "Noto Sans CanAborig",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Bold.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-ExtraBold.ttf||105892:1655828711.0": {
+ "family_name": "Noto Sans CanAborig XBd",
+ "font-family": "Noto Sans CanAborig XBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-ExtraLight.ttf||99796:1655828711.0": {
+ "family_name": "Noto Sans CanAborig XLt",
+ "font-family": "Noto Sans CanAborig XLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Light.ttf||99716:1655828711.0": {
+ "family_name": "Noto Sans CanAborig Lt",
+ "font-family": "Noto Sans CanAborig Lt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Light.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Medium.ttf||110512:1655828711.0": {
+ "family_name": "Noto Sans CanAborig Md",
+ "font-family": "Noto Sans CanAborig Md",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Medium.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Regular.ttf||113740:1655828711.0": {
+ "family_name": "Noto Sans CanAborig",
+ "font-family": "Noto Sans CanAborig",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Regular.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-SemiBold.ttf||108316:1655828711.0": {
+ "family_name": "Noto Sans CanAborig SmBd",
+ "font-family": "Noto Sans CanAborig SmBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Thin.ttf||99824:1655828711.0": {
+ "family_name": "Noto Sans CanAborig Th",
+ "font-family": "Noto Sans CanAborig Th",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Canadian Aboriginal Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCanadianAboriginal-Thin.ttf",
+ "preferred_family_name": "Noto Sans Canadian Aboriginal",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCarian-Regular.ttf||12856:1655828711.0": {
+ "family_name": "Noto Sans Carian",
+ "font-family": "Noto Sans Carian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Carian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCarian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCaucasianAlbanian-Regular.ttf||26044:1655828711.0": {
+ "family_name": "Noto Sans CaucAlban",
+ "font-family": "Noto Sans CaucAlban",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Caucasian Albanian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCaucasianAlbanian-Regular.ttf",
+ "preferred_family_name": "Noto Sans Caucasian Albanian",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansChakma-Regular.ttf||81704:1655828711.0": {
+ "family_name": "Noto Sans Chakma",
+ "font-family": "Noto Sans Chakma",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Chakma Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansChakma-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-Black.ttf||31360:1655828711.0": {
+ "family_name": "Noto Sans Cham Blk",
+ "font-family": "Noto Sans Cham Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-Black.ttf",
+ "preferred_family_name": "Noto Sans Cham",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-Bold.ttf||31324:1655828711.0": {
+ "family_name": "Noto Sans Cham",
+ "font-family": "Noto Sans Cham",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-ExtraBold.ttf||31432:1655828711.0": {
+ "family_name": "Noto Sans Cham ExtBd",
+ "font-family": "Noto Sans Cham ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Cham",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-ExtraLight.ttf||31200:1655828711.0": {
+ "family_name": "Noto Sans Cham ExtLt",
+ "font-family": "Noto Sans Cham ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Cham",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-Light.ttf||30960:1655828711.0": {
+ "family_name": "Noto Sans Cham Light",
+ "font-family": "Noto Sans Cham Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-Light.ttf",
+ "preferred_family_name": "Noto Sans Cham",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-Medium.ttf||31288:1655828711.0": {
+ "family_name": "Noto Sans Cham Med",
+ "font-family": "Noto Sans Cham Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-Medium.ttf",
+ "preferred_family_name": "Noto Sans Cham",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-Regular.ttf||31092:1655828711.0": {
+ "family_name": "Noto Sans Cham",
+ "font-family": "Noto Sans Cham",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-SemiBold.ttf||31376:1655828711.0": {
+ "family_name": "Noto Sans Cham SemBd",
+ "font-family": "Noto Sans Cham SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Cham",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCham-Thin.ttf||31080:1655828711.0": {
+ "family_name": "Noto Sans Cham Thin",
+ "font-family": "Noto Sans Cham Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cham Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCham-Thin.ttf",
+ "preferred_family_name": "Noto Sans Cham",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-Black.ttf||106216:1655828711.0": {
+ "family_name": "Noto Sans Cherokee Blk",
+ "font-family": "Noto Sans Cherokee Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-Black.ttf",
+ "preferred_family_name": "Noto Sans Cherokee",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-Bold.ttf||108520:1655828711.0": {
+ "family_name": "Noto Sans Cherokee",
+ "font-family": "Noto Sans Cherokee",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-ExtraBold.ttf||108996:1655828711.0": {
+ "family_name": "Noto Sans Cherokee ExtBd",
+ "font-family": "Noto Sans Cherokee ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Cherokee",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-ExtraLight.ttf||101112:1655828711.0": {
+ "family_name": "Noto Sans Cherokee ExtLt",
+ "font-family": "Noto Sans Cherokee ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Cherokee",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-Light.ttf||102400:1655828711.0": {
+ "family_name": "Noto Sans Cherokee Light",
+ "font-family": "Noto Sans Cherokee Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-Light.ttf",
+ "preferred_family_name": "Noto Sans Cherokee",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-Medium.ttf||107136:1655828711.0": {
+ "family_name": "Noto Sans Cherokee Med",
+ "font-family": "Noto Sans Cherokee Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-Medium.ttf",
+ "preferred_family_name": "Noto Sans Cherokee",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-Regular.ttf||94600:1655828711.0": {
+ "family_name": "Noto Sans Cherokee",
+ "font-family": "Noto Sans Cherokee",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-SemiBold.ttf||109140:1655828711.0": {
+ "family_name": "Noto Sans Cherokee SemBd",
+ "font-family": "Noto Sans Cherokee SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Cherokee",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCherokee-Thin.ttf||96940:1655828711.0": {
+ "family_name": "Noto Sans Cherokee Thin",
+ "font-family": "Noto Sans Cherokee Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cherokee Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCherokee-Thin.ttf",
+ "preferred_family_name": "Noto Sans Cherokee",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansChorasmian-Regular.ttf||17652:1655828711.0": {
+ "family_name": "Noto Sans Chorasmian",
+ "font-family": "Noto Sans Chorasmian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Noto Sans Chorasmian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansChorasmian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCoptic-Regular.ttf||50472:1655828711.0": {
+ "family_name": "Noto Sans Coptic",
+ "font-family": "Noto Sans Coptic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Coptic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCoptic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCuneiform-Regular.ttf||820248:1655828711.0": {
+ "family_name": "Noto Sans Cuneiform",
+ "font-family": "Noto Sans Cuneiform",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cuneiform Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCuneiform-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCypriot-Regular.ttf||15088:1655828711.0": {
+ "family_name": "Noto Sans Cypriot",
+ "font-family": "Noto Sans Cypriot",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cypriot Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCypriot-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansCyproMinoan-Regular.ttf||11860:1655828711.0": {
+ "family_name": "Noto Sans Cypro Minoan",
+ "font-family": "Noto Sans Cypro Minoan",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Cypro Minoan Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansCyproMinoan-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDeseret-Regular.ttf||19936:1655828711.0": {
+ "family_name": "Noto Sans Deseret",
+ "font-family": "Noto Sans Deseret",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Deseret Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDeseret-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-Black.ttf||230944:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Black",
+ "font-family": "Noto Sans Devanagari Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-Black.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-Bold.ttf||225748:1655828711.0": {
+ "family_name": "Noto Sans Devanagari",
+ "font-family": "Noto Sans Devanagari",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-Condensed.ttf||218776:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed",
+ "font-family": "Noto Sans Devanagari Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-CondensedBlack.ttf||232136:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed Black",
+ "font-family": "Noto Sans Devanagari Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-CondensedBold.ttf||221740:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed",
+ "font-family": "Noto Sans Devanagari Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-CondensedExtraBold.ttf||226284:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed ExtraBold",
+ "font-family": "Noto Sans Devanagari Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-CondensedExtraLight.ttf||212872:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed ExtraLight",
+ "font-family": "Noto Sans Devanagari Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-CondensedLight.ttf||212820:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed Light",
+ "font-family": "Noto Sans Devanagari Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-CondensedMedium.ttf||220652:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed Medium",
+ "font-family": "Noto Sans Devanagari Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-CondensedSemiBold.ttf||220716:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed SemiBold",
+ "font-family": "Noto Sans Devanagari Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-CondensedThin.ttf||213228:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Condensed Thin",
+ "font-family": "Noto Sans Devanagari Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraBold.ttf||228356:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraBold",
+ "font-family": "Noto Sans Devanagari ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensed.ttf||219504:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed",
+ "font-family": "Noto Sans Devanagari ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedBlack.ttf||227128:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed Black",
+ "font-family": "Noto Sans Devanagari ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedBold.ttf||221536:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed",
+ "font-family": "Noto Sans Devanagari ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedExtraBold.ttf||223236:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Devanagari ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedExtraLight.ttf||211864:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Devanagari ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedLight.ttf||212608:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed Light",
+ "font-family": "Noto Sans Devanagari ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedMedium.ttf||219888:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed Medium",
+ "font-family": "Noto Sans Devanagari ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedSemiBold.ttf||219592:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Devanagari ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedThin.ttf||212784:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraCondensed Thin",
+ "font-family": "Noto Sans Devanagari ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-ExtraLight.ttf||217552:1655828711.0": {
+ "family_name": "Noto Sans Devanagari ExtraLight",
+ "font-family": "Noto Sans Devanagari ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-Light.ttf||215320:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Light",
+ "font-family": "Noto Sans Devanagari Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-Light.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-Medium.ttf||223996:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Medium",
+ "font-family": "Noto Sans Devanagari Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-Medium.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-Regular.ttf||219212:1655828711.0": {
+ "family_name": "Noto Sans Devanagari",
+ "font-family": "Noto Sans Devanagari",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiBold.ttf||224040:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiBold",
+ "font-family": "Noto Sans Devanagari SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensed.ttf||219900:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed",
+ "font-family": "Noto Sans Devanagari SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedBlack.ttf||228052:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed Black",
+ "font-family": "Noto Sans Devanagari SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedBold.ttf||223960:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed",
+ "font-family": "Noto Sans Devanagari SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedExtraBold.ttf||227524:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Devanagari SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedExtraLight.ttf||214468:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Devanagari SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedLight.ttf||213796:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed Light",
+ "font-family": "Noto Sans Devanagari SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedMedium.ttf||222052:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed Medium",
+ "font-family": "Noto Sans Devanagari SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedSemiBold.ttf||222656:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed SemiBold",
+ "font-family": "Noto Sans Devanagari SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedThin.ttf||214696:1655828711.0": {
+ "family_name": "Noto Sans Devanagari SemiCondensed Thin",
+ "font-family": "Noto Sans Devanagari SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagari-Thin.ttf||217652:1655828711.0": {
+ "family_name": "Noto Sans Devanagari Thin",
+ "font-family": "Noto Sans Devanagari Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagari-Thin.ttf",
+ "preferred_family_name": "Noto Sans Devanagari",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-Black.ttf||231236:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Black",
+ "font-family": "Noto Sans Devanagari UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-Bold.ttf||226272:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI",
+ "font-family": "Noto Sans Devanagari UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-Condensed.ttf||219832:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed",
+ "font-family": "Noto Sans Devanagari UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedBlack.ttf||232560:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed Black",
+ "font-family": "Noto Sans Devanagari UI Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedBold.ttf||222804:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed",
+ "font-family": "Noto Sans Devanagari UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedExtraBold.ttf||227080:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed ExtraBold",
+ "font-family": "Noto Sans Devanagari UI Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedExtraLight.ttf||213692:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed ExtraLight",
+ "font-family": "Noto Sans Devanagari UI Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedLight.ttf||213804:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed Light",
+ "font-family": "Noto Sans Devanagari UI Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedMedium.ttf||221776:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed Medium",
+ "font-family": "Noto Sans Devanagari UI Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedSemiBold.ttf||221276:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed SemiBold",
+ "font-family": "Noto Sans Devanagari UI Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedThin.ttf||214020:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Condensed Thin",
+ "font-family": "Noto Sans Devanagari UI Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraBold.ttf||228720:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraBold",
+ "font-family": "Noto Sans Devanagari UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensed.ttf||220668:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedBlack.ttf||227548:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed Black",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedBold.ttf||222520:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedExtraBold.ttf||223888:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedExtraLight.ttf||212608:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedLight.ttf||213748:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed Light",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedMedium.ttf||221088:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedSemiBold.ttf||220636:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedThin.ttf||213544:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Devanagari UI ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraLight.ttf||218100:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI ExtraLight",
+ "font-family": "Noto Sans Devanagari UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-Light.ttf||216536:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Light",
+ "font-family": "Noto Sans Devanagari UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-Medium.ttf||224676:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Medium",
+ "font-family": "Noto Sans Devanagari UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-Regular.ttf||219776:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI",
+ "font-family": "Noto Sans Devanagari UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiBold.ttf||225148:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiBold",
+ "font-family": "Noto Sans Devanagari UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensed.ttf||220548:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedBlack.ttf||228636:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed Black",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedBold.ttf||224564:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedExtraBold.ttf||227956:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedExtraLight.ttf||215380:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedLight.ttf||214640:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed Light",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedMedium.ttf||222628:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed Medium",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedSemiBold.ttf||223556:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedThin.ttf||215488:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI SemiCondensed Thin",
+ "font-family": "Noto Sans Devanagari UI SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDevanagariUI-Thin.ttf||218480:1655828711.0": {
+ "family_name": "Noto Sans Devanagari UI Thin",
+ "font-family": "Noto Sans Devanagari UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Devanagari UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDevanagariUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Devanagari UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-Black.ttf||559748:1655828711.0": {
+ "family_name": "Noto Sans Display Black",
+ "font-family": "Noto Sans Display Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-Black.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-BlackItalic.ttf||565900:1655828711.0": {
+ "family_name": "Noto Sans Black",
+ "font-family": "Noto Sans Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-BlackItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-Bold.ttf||542744:1655828711.0": {
+ "family_name": "Noto Sans Display Bold",
+ "font-family": "Noto Sans Display Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-Bold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-BoldItalic.ttf||553148:1655828711.0": {
+ "family_name": "Noto Sans Display Bold Italic",
+ "font-family": "Noto Sans Display Bold Italic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Bold Italic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-BoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Bold Italic",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-Condensed.ttf||533824:1655828711.0": {
+ "family_name": "Noto Sans Display Condensed",
+ "font-family": "Noto Sans Display Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-Condensed.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedBlack.ttf||553540:1655828711.0": {
+ "family_name": "Noto Sans Display Condensed Black",
+ "font-family": "Noto Sans Display Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedBlackItalic.ttf||565420:1655828711.0": {
+ "family_name": "Noto Sans Condensed Black",
+ "font-family": "Noto Sans Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedBold.ttf||542908:1655828711.0": {
+ "family_name": "Noto Sans Condensed",
+ "font-family": "Noto Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedBoldItalic.ttf||552964:1655828711.0": {
+ "family_name": "Noto Sans Condensed",
+ "font-family": "Noto Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedExtraBold.ttf||540352:1655828711.0": {
+ "family_name": "Noto Sans Display Condensed ExtraBold",
+ "font-family": "Noto Sans Display Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedExtraBoldItalic.ttf||556996:1655828711.0": {
+ "family_name": "Noto Sans Condensed ExtraBold",
+ "font-family": "Noto Sans Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedExtraLight.ttf||516732:1655828711.0": {
+ "family_name": "Noto Sans Display Condensed ExtraLight",
+ "font-family": "Noto Sans Display Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedExtraLightItalic.ttf||534152:1655828711.0": {
+ "family_name": "Noto Sans Condensed ExtraLight",
+ "font-family": "Noto Sans Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedItalic.ttf||549924:1655828711.0": {
+ "family_name": "Noto Sans Condensed",
+ "font-family": "Noto Sans Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedLight.ttf||527376:1655828711.0": {
+ "family_name": "Noto Sans Display Condensed Light",
+ "font-family": "Noto Sans Display Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedLightItalic.ttf||540460:1655828711.0": {
+ "family_name": "Noto Sans Condensed Light",
+ "font-family": "Noto Sans Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedMedium.ttf||535484:1655828711.0": {
+ "family_name": "Noto Sans Display Condensed Medium",
+ "font-family": "Noto Sans Display Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedMediumItalic.ttf||548044:1655828711.0": {
+ "family_name": "Noto Sans Condensed Medium",
+ "font-family": "Noto Sans Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedSemiBold.ttf||535688:1655828711.0": {
+ "family_name": "Noto Sans Display Condensed SemiBold",
+ "font-family": "Noto Sans Display Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedSemiBoldItalic.ttf||552456:1655828711.0": {
+ "family_name": "Noto Sans Condensed SemiBold",
+ "font-family": "Noto Sans Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedThin.ttf||517704:1655828711.0": {
+ "family_name": "Noto Sans Display Condensed Thin",
+ "font-family": "Noto Sans Display Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-CondensedThinItalic.ttf||534164:1655828711.0": {
+ "family_name": "Noto Sans Condensed Thin",
+ "font-family": "Noto Sans Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Condensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-CondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraBold.ttf||545284:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraBold",
+ "font-family": "Noto Sans Display ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraBoldItalic.ttf||553704:1655828711.0": {
+ "family_name": "Noto Sans ExtraBold",
+ "font-family": "Noto Sans ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensed.ttf||531312:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraCondensed",
+ "font-family": "Noto Sans Display ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedBlack.ttf||547556:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraCondensed Black",
+ "font-family": "Noto Sans Display ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedBlackItalic.ttf||565764:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Black",
+ "font-family": "Noto Sans ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedBold.ttf||534872:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed",
+ "font-family": "Noto Sans ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedBoldItalic.ttf||551544:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed",
+ "font-family": "Noto Sans ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedExtraBold.ttf||536564:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Display ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedExtraBoldItalic.ttf||557588:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedExtraLight.ttf||515652:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Display ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedExtraLightItalic.ttf||530000:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedItalic.ttf||547096:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed",
+ "font-family": "Noto Sans ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedLight.ttf||523984:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraCondensed Light",
+ "font-family": "Noto Sans Display ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedLightItalic.ttf||537412:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Light",
+ "font-family": "Noto Sans ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedMedium.ttf||530080:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraCondensed Medium",
+ "font-family": "Noto Sans Display ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedMediumItalic.ttf||549184:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Medium",
+ "font-family": "Noto Sans ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedSemiBold.ttf||529860:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Display ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedSemiBoldItalic.ttf||549820:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed SemiBold",
+ "font-family": "Noto Sans ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedThin.ttf||515096:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraCondensed Thin",
+ "font-family": "Noto Sans Display ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedThinItalic.ttf||528224:1655828711.0": {
+ "family_name": "Noto Sans ExtraCondensed Thin",
+ "font-family": "Noto Sans ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraCondensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraCondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraLight.ttf||518888:1655828711.0": {
+ "family_name": "Noto Sans Display ExtraLight",
+ "font-family": "Noto Sans Display ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ExtraLightItalic.ttf||534620:1655828711.0": {
+ "family_name": "Noto Sans ExtraLight",
+ "font-family": "Noto Sans ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-Italic.ttf||550932:1655828711.0": {
+ "family_name": "Noto Sans Display Italic",
+ "font-family": "Noto Sans Display Italic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Italic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-Italic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Italic",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-Light.ttf||527520:1655828711.0": {
+ "family_name": "Noto Sans Display Light",
+ "font-family": "Noto Sans Display Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-Light.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-LightItalic.ttf||543352:1655828711.0": {
+ "family_name": "Noto Sans Light",
+ "font-family": "Noto Sans Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-LightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-Medium.ttf||536856:1655828711.0": {
+ "family_name": "Noto Sans Display Medium",
+ "font-family": "Noto Sans Display Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-Medium.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-MediumItalic.ttf||546496:1655828711.0": {
+ "family_name": "Noto Sans Medium",
+ "font-family": "Noto Sans Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-MediumItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-Regular.ttf||540020:1655828711.0": {
+ "family_name": "Noto Sans Display",
+ "font-family": "Noto Sans Display",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-Regular.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiBold.ttf||541544:1655828711.0": {
+ "family_name": "Noto Sans Display SemiBold",
+ "font-family": "Noto Sans Display SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiBoldItalic.ttf||551376:1655828711.0": {
+ "family_name": "Noto Sans SemiBold",
+ "font-family": "Noto Sans SemiBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensed.ttf||537176:1655828711.0": {
+ "family_name": "Noto Sans Display SemiCondensed",
+ "font-family": "Noto Sans Display SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedBlack.ttf||558048:1655828711.0": {
+ "family_name": "Noto Sans Display SemiCondensed Black",
+ "font-family": "Noto Sans Display SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedBlackItalic.ttf||569184:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Black",
+ "font-family": "Noto Sans SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedBold.ttf||544480:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed",
+ "font-family": "Noto Sans SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedBoldItalic.ttf||554468:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed",
+ "font-family": "Noto Sans SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedExtraBold.ttf||543952:1655828711.0": {
+ "family_name": "Noto Sans Display SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Display SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedExtraBoldItalic.ttf||558212:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed ExtraBold",
+ "font-family": "Noto Sans SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedExtraLight.ttf||519172:1655828711.0": {
+ "family_name": "Noto Sans Display SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Display SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedExtraLightItalic.ttf||534816:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed ExtraLight",
+ "font-family": "Noto Sans SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedItalic.ttf||552440:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed",
+ "font-family": "Noto Sans SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedLight.ttf||528396:1655828711.0": {
+ "family_name": "Noto Sans Display SemiCondensed Light",
+ "font-family": "Noto Sans Display SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedLightItalic.ttf||547332:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Light",
+ "font-family": "Noto Sans SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedMedium.ttf||536496:1655828711.0": {
+ "family_name": "Noto Sans Display SemiCondensed Medium",
+ "font-family": "Noto Sans Display SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedMediumItalic.ttf||549260:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Medium",
+ "font-family": "Noto Sans SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedSemiBold.ttf||540912:1655828711.0": {
+ "family_name": "Noto Sans Display SemiCondensed SemiBold",
+ "font-family": "Noto Sans Display SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedSemiBoldItalic.ttf||555216:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed SemiBold",
+ "font-family": "Noto Sans SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedThin.ttf||519324:1655828711.0": {
+ "family_name": "Noto Sans Display SemiCondensed Thin",
+ "font-family": "Noto Sans Display SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedThinItalic.ttf||535536:1655828711.0": {
+ "family_name": "Noto Sans SemiCondensed Thin",
+ "font-family": "Noto Sans SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display SemiCondensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-SemiCondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-Thin.ttf||518724:1655828711.0": {
+ "family_name": "Noto Sans Display Thin",
+ "font-family": "Noto Sans Display Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-Thin.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDisplay-ThinItalic.ttf||534656:1655828711.0": {
+ "family_name": "Noto Sans Thin",
+ "font-family": "Noto Sans Thin",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Display Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDisplay-ThinItalic.ttf",
+ "preferred_family_name": "Noto Sans",
+ "preferred_subfamily_name": "Display Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansDuployan-Regular.ttf||18728:1655828711.0": {
+ "family_name": "Noto Sans Duployan",
+ "font-family": "Noto Sans Duployan",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Duployan Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansDuployan-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEgyptianHieroglyphs-Regular.ttf||585400:1655828711.0": {
+ "family_name": "Noto Sans EgyptHiero",
+ "font-family": "Noto Sans EgyptHiero",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Egyptian Hieroglyphs Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEgyptianHieroglyphs-Regular.ttf",
+ "preferred_family_name": "Noto Sans Egyptian Hieroglyphs",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansElbasan-Regular.ttf||19384:1655828711.0": {
+ "family_name": "Noto Sans Elbasan",
+ "font-family": "Noto Sans Elbasan",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Elbasan Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansElbasan-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansElymaic-Regular.ttf||9024:1655828711.0": {
+ "family_name": "Noto Sans Elymaic",
+ "font-family": "Noto Sans Elymaic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Elymaic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansElymaic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-Black.ttf||343088:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Blk",
+ "font-family": "Noto Sans Ethiopic Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-Black.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-Bold.ttf||342152:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic",
+ "font-family": "Noto Sans Ethiopic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-Condensed.ttf||351784:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond",
+ "font-family": "Noto Sans Ethiopic Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-CondensedBlack.ttf||356620:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond Blk",
+ "font-family": "Noto Sans Ethiopic Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-CondensedBold.ttf||351528:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond",
+ "font-family": "Noto Sans Ethiopic Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-CondensedExtraBold.ttf||352956:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond ExtBd",
+ "font-family": "Noto Sans Ethiopic Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-CondensedExtraLight.ttf||355544:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond ExtLt",
+ "font-family": "Noto Sans Ethiopic Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-CondensedLight.ttf||350772:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond Light",
+ "font-family": "Noto Sans Ethiopic Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-CondensedMedium.ttf||355464:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond Med",
+ "font-family": "Noto Sans Ethiopic Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-CondensedSemiBold.ttf||352108:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond SemBd",
+ "font-family": "Noto Sans Ethiopic Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-CondensedThin.ttf||320144:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Cond Thin",
+ "font-family": "Noto Sans Ethiopic Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraBold.ttf||340572:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtBd",
+ "font-family": "Noto Sans Ethiopic ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensed.ttf||294696:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond",
+ "font-family": "Noto Sans Ethiopic ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedBlack.ttf||293548:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond Blk",
+ "font-family": "Noto Sans Ethiopic ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedBold.ttf||293872:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond",
+ "font-family": "Noto Sans Ethiopic ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedExtraBold.ttf||303184:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond ExtBd",
+ "font-family": "Noto Sans Ethiopic ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedExtraLight.ttf||298364:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond ExtLt",
+ "font-family": "Noto Sans Ethiopic ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedLight.ttf||318668:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond Light",
+ "font-family": "Noto Sans Ethiopic ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedMedium.ttf||306724:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond Med",
+ "font-family": "Noto Sans Ethiopic ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedSemiBold.ttf||302636:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond SemBd",
+ "font-family": "Noto Sans Ethiopic ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedThin.ttf||275052:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtCond Thin",
+ "font-family": "Noto Sans Ethiopic ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-ExtraLight.ttf||333480:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic ExtLt",
+ "font-family": "Noto Sans Ethiopic ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-Light.ttf||334568:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Light",
+ "font-family": "Noto Sans Ethiopic Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-Light.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-Medium.ttf||344048:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Med",
+ "font-family": "Noto Sans Ethiopic Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-Medium.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-Regular.ttf||344328:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic",
+ "font-family": "Noto Sans Ethiopic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiBold.ttf||338264:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemBd",
+ "font-family": "Noto Sans Ethiopic SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensed.ttf||356916:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond",
+ "font-family": "Noto Sans Ethiopic SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedBlack.ttf||352128:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond Blk",
+ "font-family": "Noto Sans Ethiopic SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedBold.ttf||353320:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond",
+ "font-family": "Noto Sans Ethiopic SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedExtraBold.ttf||353848:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond ExtBd",
+ "font-family": "Noto Sans Ethiopic SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedExtraLight.ttf||347412:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond ExtLt",
+ "font-family": "Noto Sans Ethiopic SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedLight.ttf||351804:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond Light",
+ "font-family": "Noto Sans Ethiopic SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedMedium.ttf||359184:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond Med",
+ "font-family": "Noto Sans Ethiopic SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedSemiBold.ttf||352412:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond SemBd",
+ "font-family": "Noto Sans Ethiopic SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedThin.ttf||331708:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic SemCond Thin",
+ "font-family": "Noto Sans Ethiopic SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansEthiopic-Thin.ttf||304336:1655828711.0": {
+ "family_name": "Noto Sans Ethiopic Thin",
+ "font-family": "Noto Sans Ethiopic Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ethiopic Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansEthiopic-Thin.ttf",
+ "preferred_family_name": "Noto Sans Ethiopic",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-Black.ttf||57768:1655828711.0": {
+ "family_name": "Noto Sans Georgian Blk",
+ "font-family": "Noto Sans Georgian Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-Black.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-Bold.ttf||55876:1655828711.0": {
+ "family_name": "Noto Sans Georgian",
+ "font-family": "Noto Sans Georgian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-Condensed.ttf||54072:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond",
+ "font-family": "Noto Sans Georgian Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-CondensedBlack.ttf||57704:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond Blk",
+ "font-family": "Noto Sans Georgian Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-CondensedBold.ttf||56212:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond",
+ "font-family": "Noto Sans Georgian Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-CondensedExtraBold.ttf||56888:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond ExtBd",
+ "font-family": "Noto Sans Georgian Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-CondensedExtraLight.ttf||53992:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond ExtLt",
+ "font-family": "Noto Sans Georgian Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-CondensedLight.ttf||53688:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond Light",
+ "font-family": "Noto Sans Georgian Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-CondensedMedium.ttf||55308:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond Med",
+ "font-family": "Noto Sans Georgian Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-CondensedSemiBold.ttf||55676:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond SemBd",
+ "font-family": "Noto Sans Georgian Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-CondensedThin.ttf||54000:1655828711.0": {
+ "family_name": "Noto Sans Georgian Cond Thin",
+ "font-family": "Noto Sans Georgian Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraBold.ttf||56576:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtBd",
+ "font-family": "Noto Sans Georgian ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensed.ttf||53948:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond",
+ "font-family": "Noto Sans Georgian ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedBlack.ttf||56736:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond Blk",
+ "font-family": "Noto Sans Georgian ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedBold.ttf||55504:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond",
+ "font-family": "Noto Sans Georgian ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedExtraBold.ttf||56072:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond ExtBd",
+ "font-family": "Noto Sans Georgian ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedExtraLight.ttf||53624:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond ExtLt",
+ "font-family": "Noto Sans Georgian ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedLight.ttf||53296:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond Light",
+ "font-family": "Noto Sans Georgian ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedMedium.ttf||54504:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond Med",
+ "font-family": "Noto Sans Georgian ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedSemiBold.ttf||54732:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond SemBd",
+ "font-family": "Noto Sans Georgian ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedThin.ttf||53568:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtCond Thin",
+ "font-family": "Noto Sans Georgian ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-ExtraLight.ttf||53648:1655828711.0": {
+ "family_name": "Noto Sans Georgian ExtLt",
+ "font-family": "Noto Sans Georgian ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-Light.ttf||53360:1655828711.0": {
+ "family_name": "Noto Sans Georgian Light",
+ "font-family": "Noto Sans Georgian Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-Light.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-Medium.ttf||54800:1655828711.0": {
+ "family_name": "Noto Sans Georgian Med",
+ "font-family": "Noto Sans Georgian Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-Medium.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-Regular.ttf||53948:1655828711.0": {
+ "family_name": "Noto Sans Georgian",
+ "font-family": "Noto Sans Georgian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiBold.ttf||55404:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemBd",
+ "font-family": "Noto Sans Georgian SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensed.ttf||54012:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond",
+ "font-family": "Noto Sans Georgian SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedBlack.ttf||58272:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond Blk",
+ "font-family": "Noto Sans Georgian SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedBold.ttf||56060:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond",
+ "font-family": "Noto Sans Georgian SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedExtraBold.ttf||56880:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond ExtBd",
+ "font-family": "Noto Sans Georgian SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedExtraLight.ttf||53988:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond ExtLt",
+ "font-family": "Noto Sans Georgian SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedLight.ttf||53916:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond Light",
+ "font-family": "Noto Sans Georgian SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedMedium.ttf||55316:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond Med",
+ "font-family": "Noto Sans Georgian SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedSemiBold.ttf||55748:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond SemBd",
+ "font-family": "Noto Sans Georgian SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedThin.ttf||53996:1655828711.0": {
+ "family_name": "Noto Sans Georgian SemCond Thin",
+ "font-family": "Noto Sans Georgian SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGeorgian-Thin.ttf||53672:1655828711.0": {
+ "family_name": "Noto Sans Georgian Thin",
+ "font-family": "Noto Sans Georgian Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Georgian Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGeorgian-Thin.ttf",
+ "preferred_family_name": "Noto Sans Georgian",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGlagolitic-Regular.ttf||39764:1655828711.0": {
+ "family_name": "Noto Sans Glagolitic",
+ "font-family": "Noto Sans Glagolitic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Glagolitic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGlagolitic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGothic-Regular.ttf||11668:1655828711.0": {
+ "family_name": "Noto Sans Gothic",
+ "font-family": "Noto Sans Gothic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gothic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGothic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGrantha-Regular.ttf||454624:1655828711.0": {
+ "family_name": "Noto Sans Grantha",
+ "font-family": "Noto Sans Grantha",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Grantha Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGrantha-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-Black.ttf||213984:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Black",
+ "font-family": "Noto Sans Gujarati Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-Black.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-Bold.ttf||208708:1655828711.0": {
+ "family_name": "Noto Sans Gujarati",
+ "font-family": "Noto Sans Gujarati",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-Condensed.ttf||197444:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed",
+ "font-family": "Noto Sans Gujarati Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-CondensedBlack.ttf||210488:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed Black",
+ "font-family": "Noto Sans Gujarati Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-CondensedBold.ttf||208456:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed",
+ "font-family": "Noto Sans Gujarati Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-CondensedExtraBold.ttf||214112:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed ExtraBold",
+ "font-family": "Noto Sans Gujarati Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-CondensedExtraLight.ttf||199784:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed ExtraLight",
+ "font-family": "Noto Sans Gujarati Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-CondensedLight.ttf||196672:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed Light",
+ "font-family": "Noto Sans Gujarati Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-CondensedMedium.ttf||204604:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed Medium",
+ "font-family": "Noto Sans Gujarati Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-CondensedSemiBold.ttf||206176:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed SemiBold",
+ "font-family": "Noto Sans Gujarati Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-CondensedThin.ttf||201436:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Condensed Thin",
+ "font-family": "Noto Sans Gujarati Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraBold.ttf||208996:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraBold",
+ "font-family": "Noto Sans Gujarati ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensed.ttf||196264:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed",
+ "font-family": "Noto Sans Gujarati ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedBlack.ttf||209968:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed Black",
+ "font-family": "Noto Sans Gujarati ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedBold.ttf||207456:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed",
+ "font-family": "Noto Sans Gujarati ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedExtraBold.ttf||206972:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Gujarati ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedExtraLight.ttf||201592:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Gujarati ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedLight.ttf||195232:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed Light",
+ "font-family": "Noto Sans Gujarati ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedMedium.ttf||204284:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed Medium",
+ "font-family": "Noto Sans Gujarati ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedSemiBold.ttf||205852:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Gujarati ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedThin.ttf||199316:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraCondensed Thin",
+ "font-family": "Noto Sans Gujarati ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-ExtraLight.ttf||203916:1655828711.0": {
+ "family_name": "Noto Sans Gujarati ExtraLight",
+ "font-family": "Noto Sans Gujarati ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-Light.ttf||197100:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Light",
+ "font-family": "Noto Sans Gujarati Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-Light.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-Medium.ttf||209056:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Medium",
+ "font-family": "Noto Sans Gujarati Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-Medium.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-Regular.ttf||208452:1655828711.0": {
+ "family_name": "Noto Sans Gujarati",
+ "font-family": "Noto Sans Gujarati",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiBold.ttf||207356:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiBold",
+ "font-family": "Noto Sans Gujarati SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensed.ttf||205724:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed",
+ "font-family": "Noto Sans Gujarati SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedBlack.ttf||212020:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed Black",
+ "font-family": "Noto Sans Gujarati SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedBold.ttf||209544:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed",
+ "font-family": "Noto Sans Gujarati SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedExtraBold.ttf||214552:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Gujarati SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedExtraLight.ttf||204096:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Gujarati SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedLight.ttf||195112:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed Light",
+ "font-family": "Noto Sans Gujarati SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedMedium.ttf||206028:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed Medium",
+ "font-family": "Noto Sans Gujarati SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedSemiBold.ttf||206796:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed SemiBold",
+ "font-family": "Noto Sans Gujarati SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedThin.ttf||203484:1655828711.0": {
+ "family_name": "Noto Sans Gujarati SemiCondensed Thin",
+ "font-family": "Noto Sans Gujarati SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujarati-Thin.ttf||204964:1655828711.0": {
+ "family_name": "Noto Sans Gujarati Thin",
+ "font-family": "Noto Sans Gujarati Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujarati-Thin.ttf",
+ "preferred_family_name": "Noto Sans Gujarati",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-Black.ttf||214008:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Black",
+ "font-family": "Noto Sans Gujarati UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-Bold.ttf||208748:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI",
+ "font-family": "Noto Sans Gujarati UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-Condensed.ttf||193316:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed",
+ "font-family": "Noto Sans Gujarati UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedBlack.ttf||210504:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed Black",
+ "font-family": "Noto Sans Gujarati UI Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedBold.ttf||208508:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed",
+ "font-family": "Noto Sans Gujarati UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedExtraBold.ttf||214280:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed ExtraBold",
+ "font-family": "Noto Sans Gujarati UI Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedExtraLight.ttf||199832:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed ExtraLight",
+ "font-family": "Noto Sans Gujarati UI Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedLight.ttf||196716:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed Light",
+ "font-family": "Noto Sans Gujarati UI Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedMedium.ttf||204652:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed Medium",
+ "font-family": "Noto Sans Gujarati UI Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedSemiBold.ttf||206288:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed SemiBold",
+ "font-family": "Noto Sans Gujarati UI Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedThin.ttf||201484:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Condensed Thin",
+ "font-family": "Noto Sans Gujarati UI Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraBold.ttf||209104:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraBold",
+ "font-family": "Noto Sans Gujarati UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensed.ttf||196312:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedBlack.ttf||210268:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed Black",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedBold.ttf||207508:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedExtraBold.ttf||207084:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedExtraLight.ttf||201636:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedLight.ttf||195280:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed Light",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedMedium.ttf||204328:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedSemiBold.ttf||205960:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedThin.ttf||199360:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Gujarati UI ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraLight.ttf||203964:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI ExtraLight",
+ "font-family": "Noto Sans Gujarati UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-Light.ttf||197144:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Light",
+ "font-family": "Noto Sans Gujarati UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-Medium.ttf||209104:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Medium",
+ "font-family": "Noto Sans Gujarati UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-Regular.ttf||208492:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI",
+ "font-family": "Noto Sans Gujarati UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiBold.ttf||207472:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiBold",
+ "font-family": "Noto Sans Gujarati UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensed.ttf||205768:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedBlack.ttf||212104:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed Black",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedBold.ttf||209704:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedExtraBold.ttf||214596:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedExtraLight.ttf||204144:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedLight.ttf||195156:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed Light",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedMedium.ttf||206076:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed Medium",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedSemiBold.ttf||206912:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedThin.ttf||203532:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI SemiCondensed Thin",
+ "font-family": "Noto Sans Gujarati UI SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGujaratiUI-Thin.ttf||205012:1655828711.0": {
+ "family_name": "Noto Sans Gujarati UI Thin",
+ "font-family": "Noto Sans Gujarati UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gujarati UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGujaratiUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Gujarati UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGunjalaGondi-Bold.ttf||70692:1655828711.0": {
+ "family_name": "Noto Sans Gunjala Gondi",
+ "font-family": "Noto Sans Gunjala Gondi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gunjala Gondi Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGunjalaGondi-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGunjalaGondi-Medium.ttf||69624:1655828711.0": {
+ "family_name": "Noto Sans Gunjala Gondi Medium",
+ "font-family": "Noto Sans Gunjala Gondi Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gunjala Gondi Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGunjalaGondi-Medium.ttf",
+ "preferred_family_name": "Noto Sans Gunjala Gondi",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGunjalaGondi-Regular.ttf||70180:1655828711.0": {
+ "family_name": "Noto Sans Gunjala Gondi",
+ "font-family": "Noto Sans Gunjala Gondi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gunjala Gondi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGunjalaGondi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGunjalaGondi-Semibold.ttf||69708:1655828711.0": {
+ "family_name": "Noto Sans Gunjala Gondi Semibold",
+ "font-family": "Noto Sans Gunjala Gondi Semibold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gunjala Gondi Semibold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGunjalaGondi-Semibold.ttf",
+ "preferred_family_name": "Noto Sans Gunjala Gondi",
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-Black.ttf||55112:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Black",
+ "font-family": "Noto Sans Gurmukhi Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-Black.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-Bold.ttf||53004:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi",
+ "font-family": "Noto Sans Gurmukhi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-Condensed.ttf||51948:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed",
+ "font-family": "Noto Sans Gurmukhi Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedBlack.ttf||54008:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed Black",
+ "font-family": "Noto Sans Gurmukhi Condensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedBold.ttf||52740:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed",
+ "font-family": "Noto Sans Gurmukhi Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedExtraBold.ttf||53468:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed ExtraBold",
+ "font-family": "Noto Sans Gurmukhi Condensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedExtraLight.ttf||53228:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed ExtraLight",
+ "font-family": "Noto Sans Gurmukhi Condensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedLight.ttf||52248:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed Light",
+ "font-family": "Noto Sans Gurmukhi Condensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedMedium.ttf||52196:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed Medium",
+ "font-family": "Noto Sans Gurmukhi Condensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedSemiBold.ttf||52820:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed SemiBold",
+ "font-family": "Noto Sans Gurmukhi Condensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedThin.ttf||51516:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Condensed Thin",
+ "font-family": "Noto Sans Gurmukhi Condensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraBold.ttf||54160:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraBold",
+ "font-family": "Noto Sans Gurmukhi ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensed.ttf||51884:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedBlack.ttf||54208:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed Black",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedBold.ttf||52104:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedExtraBold.ttf||53100:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedExtraLight.ttf||53076:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedLight.ttf||51924:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed Light",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedMedium.ttf||52468:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed Medium",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedSemiBold.ttf||52964:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedThin.ttf||51452:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraCondensed Thin",
+ "font-family": "Noto Sans Gurmukhi ExtraCondensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraLight.ttf||53152:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi ExtraLight",
+ "font-family": "Noto Sans Gurmukhi ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-Light.ttf||52680:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Light",
+ "font-family": "Noto Sans Gurmukhi Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-Light.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-Medium.ttf||53112:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Medium",
+ "font-family": "Noto Sans Gurmukhi Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-Medium.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-Regular.ttf||53000:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi",
+ "font-family": "Noto Sans Gurmukhi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiBold.ttf||53232:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiBold",
+ "font-family": "Noto Sans Gurmukhi SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensed.ttf||52948:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedBlack.ttf||54368:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed Black",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedBold.ttf||53160:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedExtraBold.ttf||53592:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedExtraLight.ttf||53008:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedLight.ttf||52248:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed Light",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedMedium.ttf||52720:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed Medium",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedSemiBold.ttf||53076:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed SemiBold",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedThin.ttf||51640:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi SemiCondensed Thin",
+ "font-family": "Noto Sans Gurmukhi SemiCondensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhi-Thin.ttf||51868:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi Thin",
+ "font-family": "Noto Sans Gurmukhi Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhi-Thin.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-Black.ttf||58336:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Black",
+ "font-family": "Noto Sans Gurmukhi UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-Bold.ttf||56344:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI",
+ "font-family": "Noto Sans Gurmukhi UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-Condensed.ttf||55480:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed",
+ "font-family": "Noto Sans Gurmukhi UI Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedBlack.ttf||57092:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed Black",
+ "font-family": "Noto Sans Gurmukhi UI Condensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedBold.ttf||56140:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed",
+ "font-family": "Noto Sans Gurmukhi UI Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedExtraBold.ttf||56776:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed ExtraBold",
+ "font-family": "Noto Sans Gurmukhi UI Condensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedExtraLight.ttf||56284:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed ExtraLight",
+ "font-family": "Noto Sans Gurmukhi UI Condensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedLight.ttf||55508:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed Light",
+ "font-family": "Noto Sans Gurmukhi UI Condensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedMedium.ttf||55684:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed Medium",
+ "font-family": "Noto Sans Gurmukhi UI Condensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedSemiBold.ttf||55956:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed SemiBold",
+ "font-family": "Noto Sans Gurmukhi UI Condensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedThin.ttf||54900:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Condensed Thin",
+ "font-family": "Noto Sans Gurmukhi UI Condensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraBold.ttf||57348:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraBold",
+ "font-family": "Noto Sans Gurmukhi UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensed.ttf||55260:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedBlack.ttf||57372:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed Black",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedBold.ttf||55604:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedExtraBold.ttf||56396:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedExtraLight.ttf||56028:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedLight.ttf||55276:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed Light",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedMedium.ttf||55948:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedSemiBold.ttf||56204:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedThin.ttf||54868:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Gurmukhi UI ExtraCondensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraLight.ttf||56600:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI ExtraLight",
+ "font-family": "Noto Sans Gurmukhi UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-Light.ttf||56044:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Light",
+ "font-family": "Noto Sans Gurmukhi UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-Medium.ttf||56528:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Medium",
+ "font-family": "Noto Sans Gurmukhi UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-Regular.ttf||56440:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI",
+ "font-family": "Noto Sans Gurmukhi UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiBold.ttf||56492:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiBold",
+ "font-family": "Noto Sans Gurmukhi UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensed.ttf||56144:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedBlack.ttf||57460:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed Black",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedBold.ttf||56460:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedExtraBold.ttf||56872:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedExtraLight.ttf||56316:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedLight.ttf||55628:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed Light",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedMedium.ttf||56244:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed Medium",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedSemiBold.ttf||56236:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedThin.ttf||54980:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI SemiCondensed Thin",
+ "font-family": "Noto Sans Gurmukhi UI SemiCondensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansGurmukhiUI-Thin.ttf||55284:1655828711.0": {
+ "family_name": "Noto Sans Gurmukhi UI Thin",
+ "font-family": "Noto Sans Gurmukhi UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Gurmukhi UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansGurmukhiUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Gurmukhi UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHanifiRohingya-Bold.ttf||27932:1655828711.0": {
+ "family_name": "Noto Sans Hanifi Rohingya",
+ "font-family": "Noto Sans Hanifi Rohingya",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hanifi Rohingya Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHanifiRohingya-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHanifiRohingya-Medium.ttf||27844:1655828711.0": {
+ "family_name": "Noto Sans Hanifi Rohingya Medium",
+ "font-family": "Noto Sans Hanifi Rohingya Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hanifi Rohingya Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHanifiRohingya-Medium.ttf",
+ "preferred_family_name": "Noto Sans Hanifi Rohingya",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHanifiRohingya-Regular.ttf||27200:1655828711.0": {
+ "family_name": "Noto Sans Hanifi Rohingya",
+ "font-family": "Noto Sans Hanifi Rohingya",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hanifi Rohingya Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHanifiRohingya-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHanifiRohingya-SemiBold.ttf||28264:1655828711.0": {
+ "family_name": "Noto Sans Hanifi Rohingya SemiBold",
+ "font-family": "Noto Sans Hanifi Rohingya SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hanifi Rohingya SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHanifiRohingya-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hanifi Rohingya",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHanunoo-Regular.ttf||7964:1655828711.0": {
+ "family_name": "Noto Sans Hanunoo",
+ "font-family": "Noto Sans Hanunoo",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hanunoo Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHanunoo-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHatran-Regular.ttf||5044:1655828711.0": {
+ "family_name": "Noto Sans Hatran",
+ "font-family": "Noto Sans Hatran",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hatran Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHatran-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-Black.ttf||26852:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Blk",
+ "font-family": "Noto Sans Hebrew Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-Black.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-Bold.ttf||27164:1655828711.0": {
+ "family_name": "Noto Sans Hebrew",
+ "font-family": "Noto Sans Hebrew",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-Condensed.ttf||27060:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond",
+ "font-family": "Noto Sans Hebrew Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-CondensedBlack.ttf||27028:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond Blk",
+ "font-family": "Noto Sans Hebrew Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-CondensedBold.ttf||27372:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond",
+ "font-family": "Noto Sans Hebrew Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-CondensedExtraBold.ttf||27616:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond ExtBd",
+ "font-family": "Noto Sans Hebrew Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-CondensedExtraLight.ttf||27028:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond ExtLt",
+ "font-family": "Noto Sans Hebrew Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-CondensedLight.ttf||27660:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond Light",
+ "font-family": "Noto Sans Hebrew Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-CondensedMedium.ttf||27156:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond Med",
+ "font-family": "Noto Sans Hebrew Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-CondensedSemiBold.ttf||27380:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond SemBd",
+ "font-family": "Noto Sans Hebrew Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-CondensedThin.ttf||27284:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Cond Thin",
+ "font-family": "Noto Sans Hebrew Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraBold.ttf||27284:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtBd",
+ "font-family": "Noto Sans Hebrew ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensed.ttf||26948:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond",
+ "font-family": "Noto Sans Hebrew ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedBlack.ttf||26900:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond Blk",
+ "font-family": "Noto Sans Hebrew ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedBold.ttf||27440:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond",
+ "font-family": "Noto Sans Hebrew ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedExtraBold.ttf||27392:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond ExtBd",
+ "font-family": "Noto Sans Hebrew ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedExtraLight.ttf||26760:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond ExtLt",
+ "font-family": "Noto Sans Hebrew ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedLight.ttf||27372:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond Light",
+ "font-family": "Noto Sans Hebrew ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedMedium.ttf||26924:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond Med",
+ "font-family": "Noto Sans Hebrew ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedSemiBold.ttf||27056:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond SemBd",
+ "font-family": "Noto Sans Hebrew ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedThin.ttf||27056:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtCond Thin",
+ "font-family": "Noto Sans Hebrew ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-ExtraLight.ttf||26892:1655828711.0": {
+ "family_name": "Noto Sans Hebrew ExtLt",
+ "font-family": "Noto Sans Hebrew ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-Light.ttf||27564:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Light",
+ "font-family": "Noto Sans Hebrew Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-Light.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-Medium.ttf||27024:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Med",
+ "font-family": "Noto Sans Hebrew Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-Medium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-Regular.ttf||26900:1655828711.0": {
+ "family_name": "Noto Sans Hebrew",
+ "font-family": "Noto Sans Hebrew",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiBold.ttf||27260:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemBd",
+ "font-family": "Noto Sans Hebrew SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensed.ttf||27128:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond",
+ "font-family": "Noto Sans Hebrew SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedBlack.ttf||27120:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond Blk",
+ "font-family": "Noto Sans Hebrew SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedBold.ttf||27476:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond",
+ "font-family": "Noto Sans Hebrew SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedExtraBold.ttf||27664:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond ExtBd",
+ "font-family": "Noto Sans Hebrew SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedExtraLight.ttf||27184:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond ExtLt",
+ "font-family": "Noto Sans Hebrew SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedLight.ttf||27772:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond Light",
+ "font-family": "Noto Sans Hebrew SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedMedium.ttf||27216:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond Med",
+ "font-family": "Noto Sans Hebrew SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedSemiBold.ttf||27460:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond SemBd",
+ "font-family": "Noto Sans Hebrew SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedThin.ttf||27500:1655828711.0": {
+ "family_name": "Noto Sans Hebrew SemCond Thin",
+ "font-family": "Noto Sans Hebrew SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrew-Thin.ttf||27264:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Thin",
+ "font-family": "Noto Sans Hebrew Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrew-Thin.ttf",
+ "preferred_family_name": "Noto Sans Hebrew",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewDroid-Bold.ttf||35340:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Droid",
+ "font-family": "Noto Sans Hebrew Droid",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 8,
+ "full_name": "Noto Sans Hebrew Droid Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewDroid-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewDroid-Medium.ttf||35736:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Droid Medium",
+ "font-family": "Noto Sans Hebrew Droid Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 8,
+ "full_name": "Noto Sans Hebrew Droid Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewDroid-Medium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew Droid",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewDroid-Regular.ttf||34780:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Droid",
+ "font-family": "Noto Sans Hebrew Droid",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 8,
+ "full_name": "Noto Sans Hebrew Droid Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewDroid-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewDroid-SemiBold.ttf||35716:1655828711.0": {
+ "family_name": "Noto Sans Hebrew Droid SemiBold",
+ "font-family": "Noto Sans Hebrew Droid SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 8,
+ "full_name": "Noto Sans Hebrew Droid SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewDroid-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew Droid",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-Black.ttf||26900:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Blk",
+ "font-family": "Noto Sans Hebrew New Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-Black.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-Bold.ttf||27264:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Bold",
+ "font-family": "Noto Sans Hebrew New Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-Bold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-Condensed.ttf||27104:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond",
+ "font-family": "Noto Sans Hebrew New Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedBlack.ttf||27072:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond Blk",
+ "font-family": "Noto Sans Hebrew New Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedBold.ttf||27436:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond Bold",
+ "font-family": "Noto Sans Hebrew New Cond Bold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedExtraBold.ttf||27660:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond ExtBd",
+ "font-family": "Noto Sans Hebrew New Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedExtraLight.ttf||27072:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond ExtLt",
+ "font-family": "Noto Sans Hebrew New Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedLight.ttf||27704:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond Light",
+ "font-family": "Noto Sans Hebrew New Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedMedium.ttf||27200:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond Med",
+ "font-family": "Noto Sans Hebrew New Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedSemiBold.ttf||27424:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond SemBd",
+ "font-family": "Noto Sans Hebrew New Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedThin.ttf||27332:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Cond Thin",
+ "font-family": "Noto Sans Hebrew New Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraBold.ttf||27332:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtBd",
+ "font-family": "Noto Sans Hebrew New ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensed.ttf||26996:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond",
+ "font-family": "Noto Sans Hebrew New ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedBlack.ttf||26948:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond Blk",
+ "font-family": "Noto Sans Hebrew New ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedBold.ttf||27500:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond Bold",
+ "font-family": "Noto Sans Hebrew New ExtCond Bold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedExtraBold.ttf||27440:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond ExtBd",
+ "font-family": "Noto Sans Hebrew New ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedExtraLight.ttf||26808:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond ExtLt",
+ "font-family": "Noto Sans Hebrew New ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedLight.ttf||27420:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond Light",
+ "font-family": "Noto Sans Hebrew New ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedMedium.ttf||26972:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond Med",
+ "font-family": "Noto Sans Hebrew New ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedSemiBold.ttf||27104:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond SemBd",
+ "font-family": "Noto Sans Hebrew New ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedThin.ttf||27100:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtCond Thin",
+ "font-family": "Noto Sans Hebrew New ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraLight.ttf||26940:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New ExtLt",
+ "font-family": "Noto Sans Hebrew New ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-Light.ttf||27612:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Light",
+ "font-family": "Noto Sans Hebrew New Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-Light.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-Medium.ttf||27072:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Med",
+ "font-family": "Noto Sans Hebrew New Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-Medium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-Regular.ttf||26936:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New",
+ "font-family": "Noto Sans Hebrew New",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiBold.ttf||27308:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemBd",
+ "font-family": "Noto Sans Hebrew New SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensed.ttf||27152:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond",
+ "font-family": "Noto Sans Hebrew New SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedBlack.ttf||27152:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond Blk",
+ "font-family": "Noto Sans Hebrew New SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedBold.ttf||27512:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond Bold",
+ "font-family": "Noto Sans Hebrew New SemCond Bold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedExtraBold.ttf||27696:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond ExtBd",
+ "font-family": "Noto Sans Hebrew New SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedExtraLight.ttf||27212:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond ExtLt",
+ "font-family": "Noto Sans Hebrew New SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedLight.ttf||27800:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond Light",
+ "font-family": "Noto Sans Hebrew New SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedMedium.ttf||27240:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond Med",
+ "font-family": "Noto Sans Hebrew New SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedSemiBold.ttf||27484:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond SemBd",
+ "font-family": "Noto Sans Hebrew New SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedThin.ttf||27520:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New SemCond Thin",
+ "font-family": "Noto Sans Hebrew New SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansHebrewNew-Thin.ttf||27308:1655828711.0": {
+ "family_name": "Noto Sans Hebrew New Thin",
+ "font-family": "Noto Sans Hebrew New Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Hebrew New Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansHebrewNew-Thin.ttf",
+ "preferred_family_name": "Noto Sans Hebrew New",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansImperialAramaic-Regular.ttf||6432:1655828711.0": {
+ "family_name": "Noto Sans ImpAramaic",
+ "font-family": "Noto Sans ImpAramaic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Imperial Aramaic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansImperialAramaic-Regular.ttf",
+ "preferred_family_name": "Noto Sans Imperial Aramaic",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansIndicSiyaqNumbers-Regular.ttf||32668:1655828711.0": {
+ "family_name": "Noto Sans Indic Siyaq Numbers",
+ "font-family": "Noto Sans Indic Siyaq Numbers",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Indic Siyaq Numbers Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansIndicSiyaqNumbers-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansInscriptionalPahlavi-Regular.ttf||5896:1655828711.0": {
+ "family_name": "Noto Sans InsPahlavi",
+ "font-family": "Noto Sans InsPahlavi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Inscriptional Pahlavi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansInscriptionalPahlavi-Regular.ttf",
+ "preferred_family_name": "Noto Sans Inscriptional Pahlavi",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansInscriptionalParthian-Regular.ttf||7728:1655828711.0": {
+ "family_name": "Noto Sans InsParthi",
+ "font-family": "Noto Sans InsParthi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Inscriptional Parthian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansInscriptionalParthian-Regular.ttf",
+ "preferred_family_name": "Noto Sans Inscriptional Parthian",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansJavanese-Bold.ttf||112528:1655828711.0": {
+ "family_name": "Noto Sans Javanese",
+ "font-family": "Noto Sans Javanese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Javanese Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansJavanese-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansJavanese-Regular.ttf||119684:1655828711.0": {
+ "family_name": "Noto Sans Javanese",
+ "font-family": "Noto Sans Javanese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Javanese Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansJavanese-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKaithi-Regular.ttf||91284:1655828711.0": {
+ "family_name": "Noto Sans Kaithi",
+ "font-family": "Noto Sans Kaithi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kaithi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKaithi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-Black.ttf||171328:1655828711.0": {
+ "family_name": "Noto Sans Kannada Black",
+ "font-family": "Noto Sans Kannada Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-Black.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-Bold.ttf||156124:1655828711.0": {
+ "family_name": "Noto Sans Kannada",
+ "font-family": "Noto Sans Kannada",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-Condensed.ttf||153052:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed",
+ "font-family": "Noto Sans Kannada Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-CondensedBlack.ttf||169448:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed Black",
+ "font-family": "Noto Sans Kannada Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-CondensedBold.ttf||158412:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed",
+ "font-family": "Noto Sans Kannada Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-CondensedExtraBold.ttf||161772:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed ExtraBold",
+ "font-family": "Noto Sans Kannada Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-CondensedExtraLight.ttf||147692:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed ExtraLight",
+ "font-family": "Noto Sans Kannada Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-CondensedLight.ttf||147508:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed Light",
+ "font-family": "Noto Sans Kannada Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-CondensedMedium.ttf||152568:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed Medium",
+ "font-family": "Noto Sans Kannada Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-CondensedSemiBold.ttf||158096:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed SemiBold",
+ "font-family": "Noto Sans Kannada Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-CondensedThin.ttf||146396:1655828711.0": {
+ "family_name": "Noto Sans Kannada Condensed Thin",
+ "font-family": "Noto Sans Kannada Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraBold.ttf||163116:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraBold",
+ "font-family": "Noto Sans Kannada ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensed.ttf||150752:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed",
+ "font-family": "Noto Sans Kannada ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedBlack.ttf||167816:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed Black",
+ "font-family": "Noto Sans Kannada ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedBold.ttf||158580:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed",
+ "font-family": "Noto Sans Kannada ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedExtraBold.ttf||158848:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Kannada ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedExtraLight.ttf||150096:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Kannada ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedLight.ttf||147152:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed Light",
+ "font-family": "Noto Sans Kannada ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedMedium.ttf||152228:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed Medium",
+ "font-family": "Noto Sans Kannada ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedSemiBold.ttf||157588:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Kannada ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedThin.ttf||146872:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraCondensed Thin",
+ "font-family": "Noto Sans Kannada ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-ExtraLight.ttf||153460:1655828711.0": {
+ "family_name": "Noto Sans Kannada ExtraLight",
+ "font-family": "Noto Sans Kannada ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-Light.ttf||149008:1655828711.0": {
+ "family_name": "Noto Sans Kannada Light",
+ "font-family": "Noto Sans Kannada Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-Light.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-Medium.ttf||156840:1655828711.0": {
+ "family_name": "Noto Sans Kannada Medium",
+ "font-family": "Noto Sans Kannada Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-Medium.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-Regular.ttf||151940:1655828711.0": {
+ "family_name": "Noto Sans Kannada",
+ "font-family": "Noto Sans Kannada",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiBold.ttf||154200:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiBold",
+ "font-family": "Noto Sans Kannada SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensed.ttf||151036:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed",
+ "font-family": "Noto Sans Kannada SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedBlack.ttf||170168:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed Black",
+ "font-family": "Noto Sans Kannada SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedBold.ttf||157736:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed",
+ "font-family": "Noto Sans Kannada SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedExtraBold.ttf||162348:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Kannada SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedExtraLight.ttf||148276:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Kannada SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedLight.ttf||148060:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed Light",
+ "font-family": "Noto Sans Kannada SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedMedium.ttf||152928:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed Medium",
+ "font-family": "Noto Sans Kannada SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedSemiBold.ttf||154996:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed SemiBold",
+ "font-family": "Noto Sans Kannada SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedThin.ttf||147740:1655828711.0": {
+ "family_name": "Noto Sans Kannada SemiCondensed Thin",
+ "font-family": "Noto Sans Kannada SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannada-Thin.ttf||149488:1655828711.0": {
+ "family_name": "Noto Sans Kannada Thin",
+ "font-family": "Noto Sans Kannada Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannada-Thin.ttf",
+ "preferred_family_name": "Noto Sans Kannada",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-Black.ttf||189392:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Black",
+ "font-family": "Noto Sans Kannada UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-Bold.ttf||172600:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI",
+ "font-family": "Noto Sans Kannada UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-Condensed.ttf||168728:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed",
+ "font-family": "Noto Sans Kannada UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedBlack.ttf||187708:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed Black",
+ "font-family": "Noto Sans Kannada UI Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedBold.ttf||174612:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed",
+ "font-family": "Noto Sans Kannada UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedExtraBold.ttf||178504:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed ExtraBold",
+ "font-family": "Noto Sans Kannada UI Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedExtraLight.ttf||163916:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed ExtraLight",
+ "font-family": "Noto Sans Kannada UI Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedLight.ttf||163524:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed Light",
+ "font-family": "Noto Sans Kannada UI Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedMedium.ttf||169044:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed Medium",
+ "font-family": "Noto Sans Kannada UI Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedSemiBold.ttf||173936:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed SemiBold",
+ "font-family": "Noto Sans Kannada UI Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedThin.ttf||162168:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Condensed Thin",
+ "font-family": "Noto Sans Kannada UI Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraBold.ttf||180272:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraBold",
+ "font-family": "Noto Sans Kannada UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensed.ttf||166540:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedBlack.ttf||184600:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed Black",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedBold.ttf||174628:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedExtraBold.ttf||175572:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedExtraLight.ttf||166988:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedLight.ttf||162904:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed Light",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedMedium.ttf||168548:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedSemiBold.ttf||173284:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedThin.ttf||162828:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Kannada UI ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraLight.ttf||169292:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI ExtraLight",
+ "font-family": "Noto Sans Kannada UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-Light.ttf||165044:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Light",
+ "font-family": "Noto Sans Kannada UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-Medium.ttf||171612:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Medium",
+ "font-family": "Noto Sans Kannada UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-Regular.ttf||167984:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI",
+ "font-family": "Noto Sans Kannada UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiBold.ttf||170428:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiBold",
+ "font-family": "Noto Sans Kannada UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensed.ttf||166916:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed",
+ "font-family": "Noto Sans Kannada UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedBlack.ttf||187888:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed Black",
+ "font-family": "Noto Sans Kannada UI SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedBold.ttf||173884:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed",
+ "font-family": "Noto Sans Kannada UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedExtraBold.ttf||179228:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Kannada UI SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedExtraLight.ttf||164192:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Kannada UI SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedLight.ttf||164056:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed Light",
+ "font-family": "Noto Sans Kannada UI SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedMedium.ttf||168680:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed Medium",
+ "font-family": "Noto Sans Kannada UI SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedSemiBold.ttf||170624:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Kannada UI SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedThin.ttf||163516:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI SemiCondensed Thin",
+ "font-family": "Noto Sans Kannada UI SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKannadaUI-Thin.ttf||165464:1655828711.0": {
+ "family_name": "Noto Sans Kannada UI Thin",
+ "font-family": "Noto Sans Kannada UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kannada UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKannadaUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Kannada UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKayahLi-Bold.ttf||17724:1655828711.0": {
+ "family_name": "Noto Sans Kayah Li",
+ "font-family": "Noto Sans Kayah Li",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kayah Li Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKayahLi-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKayahLi-Medium.ttf||17912:1655828711.0": {
+ "family_name": "Noto Sans Kayah Li Medium",
+ "font-family": "Noto Sans Kayah Li Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kayah Li Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKayahLi-Medium.ttf",
+ "preferred_family_name": "Noto Sans Kayah Li",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKayahLi-Regular.ttf||17728:1655828711.0": {
+ "family_name": "Noto Sans Kayah Li",
+ "font-family": "Noto Sans Kayah Li",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kayah Li Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKayahLi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKayahLi-SemiBold.ttf||17692:1655828711.0": {
+ "family_name": "Noto Sans Kayah Li SemiBold",
+ "font-family": "Noto Sans Kayah Li SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kayah Li SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKayahLi-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Kayah Li",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKharoshthi-Regular.ttf||33932:1655828711.0": {
+ "family_name": "Noto Sans Kharoshthi",
+ "font-family": "Noto Sans Kharoshthi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Kharoshthi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKharoshthi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-Black.ttf||119268:1655828711.0": {
+ "family_name": "Noto Sans Khmer Black",
+ "font-family": "Noto Sans Khmer Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-Black.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-Bold.ttf||113208:1655828711.0": {
+ "family_name": "Noto Sans Khmer",
+ "font-family": "Noto Sans Khmer",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-Condensed.ttf||108780:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed",
+ "font-family": "Noto Sans Khmer Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-CondensedBlack.ttf||118568:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed Black",
+ "font-family": "Noto Sans Khmer Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-CondensedBold.ttf||111932:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed",
+ "font-family": "Noto Sans Khmer Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-CondensedExtraBold.ttf||114172:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed ExtraBold",
+ "font-family": "Noto Sans Khmer Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-CondensedExtraLight.ttf||112208:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed ExtraLight",
+ "font-family": "Noto Sans Khmer Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-CondensedLight.ttf||109988:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed Light",
+ "font-family": "Noto Sans Khmer Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-CondensedMedium.ttf||110912:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed Medium",
+ "font-family": "Noto Sans Khmer Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-CondensedSemiBold.ttf||112092:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed SemiBold",
+ "font-family": "Noto Sans Khmer Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-CondensedThin.ttf||110300:1655828711.0": {
+ "family_name": "Noto Sans Khmer Condensed Thin",
+ "font-family": "Noto Sans Khmer Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraBold.ttf||115272:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraBold",
+ "font-family": "Noto Sans Khmer ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensed.ttf||108792:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed",
+ "font-family": "Noto Sans Khmer ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedBlack.ttf||118212:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed Black",
+ "font-family": "Noto Sans Khmer ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedBold.ttf||111768:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed",
+ "font-family": "Noto Sans Khmer ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedExtraBold.ttf||113840:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Khmer ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedExtraLight.ttf||112244:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Khmer ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedLight.ttf||109648:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed Light",
+ "font-family": "Noto Sans Khmer ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedMedium.ttf||110032:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed Medium",
+ "font-family": "Noto Sans Khmer ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedSemiBold.ttf||112088:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Khmer ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedThin.ttf||108680:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraCondensed Thin",
+ "font-family": "Noto Sans Khmer ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-ExtraLight.ttf||111472:1655828711.0": {
+ "family_name": "Noto Sans Khmer ExtraLight",
+ "font-family": "Noto Sans Khmer ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-Light.ttf||110136:1655828711.0": {
+ "family_name": "Noto Sans Khmer Light",
+ "font-family": "Noto Sans Khmer Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-Light.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-Medium.ttf||113660:1655828711.0": {
+ "family_name": "Noto Sans Khmer Medium",
+ "font-family": "Noto Sans Khmer Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-Medium.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-Regular.ttf||114096:1655828711.0": {
+ "family_name": "Noto Sans Khmer",
+ "font-family": "Noto Sans Khmer",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiBold.ttf||112276:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiBold",
+ "font-family": "Noto Sans Khmer SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensed.ttf||112048:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed",
+ "font-family": "Noto Sans Khmer SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedBlack.ttf||117732:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed Black",
+ "font-family": "Noto Sans Khmer SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedBold.ttf||112004:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed",
+ "font-family": "Noto Sans Khmer SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedExtraBold.ttf||114524:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Khmer SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedExtraLight.ttf||112336:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Khmer SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedLight.ttf||110512:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed Light",
+ "font-family": "Noto Sans Khmer SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedMedium.ttf||110556:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed Medium",
+ "font-family": "Noto Sans Khmer SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedSemiBold.ttf||112164:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed SemiBold",
+ "font-family": "Noto Sans Khmer SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedThin.ttf||109972:1655828711.0": {
+ "family_name": "Noto Sans Khmer SemiCondensed Thin",
+ "font-family": "Noto Sans Khmer SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmer-Thin.ttf||109728:1655828711.0": {
+ "family_name": "Noto Sans Khmer Thin",
+ "font-family": "Noto Sans Khmer Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmer-Thin.ttf",
+ "preferred_family_name": "Noto Sans Khmer",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-Black.ttf||139124:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Black",
+ "font-family": "Noto Sans Khmer UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-Bold.ttf||131948:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI",
+ "font-family": "Noto Sans Khmer UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-Condensed.ttf||125744:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed",
+ "font-family": "Noto Sans Khmer UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedBlack.ttf||137400:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed Black",
+ "font-family": "Noto Sans Khmer UI Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedBold.ttf||131460:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed",
+ "font-family": "Noto Sans Khmer UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedExtraBold.ttf||133280:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed ExtraBold",
+ "font-family": "Noto Sans Khmer UI Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedExtraLight.ttf||127384:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed ExtraLight",
+ "font-family": "Noto Sans Khmer UI Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedLight.ttf||126792:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed Light",
+ "font-family": "Noto Sans Khmer UI Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedMedium.ttf||128548:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed Medium",
+ "font-family": "Noto Sans Khmer UI Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedSemiBold.ttf||128812:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed SemiBold",
+ "font-family": "Noto Sans Khmer UI Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedThin.ttf||125640:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Condensed Thin",
+ "font-family": "Noto Sans Khmer UI Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraBold.ttf||133580:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraBold",
+ "font-family": "Noto Sans Khmer UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensed.ttf||126348:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedBlack.ttf||137876:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed Black",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedBold.ttf||131984:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedExtraBold.ttf||132648:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedExtraLight.ttf||127448:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedLight.ttf||126036:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed Light",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedMedium.ttf||128240:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedSemiBold.ttf||129200:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedThin.ttf||125212:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Khmer UI ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraLight.ttf||126980:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI ExtraLight",
+ "font-family": "Noto Sans Khmer UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-Light.ttf||125728:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Light",
+ "font-family": "Noto Sans Khmer UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-Medium.ttf||131028:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Medium",
+ "font-family": "Noto Sans Khmer UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-Regular.ttf||131640:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI",
+ "font-family": "Noto Sans Khmer UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiBold.ttf||129464:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiBold",
+ "font-family": "Noto Sans Khmer UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensed.ttf||128804:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed",
+ "font-family": "Noto Sans Khmer UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedBlack.ttf||137860:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed Black",
+ "font-family": "Noto Sans Khmer UI SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedBold.ttf||131664:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed",
+ "font-family": "Noto Sans Khmer UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedExtraBold.ttf||133332:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Khmer UI SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedExtraLight.ttf||127564:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Khmer UI SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedLight.ttf||125912:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed Light",
+ "font-family": "Noto Sans Khmer UI SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedMedium.ttf||127784:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed Medium",
+ "font-family": "Noto Sans Khmer UI SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedSemiBold.ttf||129232:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Khmer UI SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedThin.ttf||125760:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI SemiCondensed Thin",
+ "font-family": "Noto Sans Khmer UI SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhmerUI-Thin.ttf||125880:1655828711.0": {
+ "family_name": "Noto Sans Khmer UI Thin",
+ "font-family": "Noto Sans Khmer UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khmer UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhmerUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Khmer UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhojki-Regular.ttf||68384:1655828711.0": {
+ "family_name": "Noto Sans Khojki",
+ "font-family": "Noto Sans Khojki",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khojki Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhojki-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansKhudawadi-Regular.ttf||18840:1655828711.0": {
+ "family_name": "Noto Sans Khudawadi",
+ "font-family": "Noto Sans Khudawadi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Khudawadi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansKhudawadi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-Black.ttf||32664:1655828711.0": {
+ "family_name": "Noto Sans Lao Blk",
+ "font-family": "Noto Sans Lao Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-Black.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-Bold.ttf||32596:1655828711.0": {
+ "family_name": "Noto Sans Lao",
+ "font-family": "Noto Sans Lao",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-Condensed.ttf||31272:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond",
+ "font-family": "Noto Sans Lao Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-CondensedBlack.ttf||32124:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond Blk",
+ "font-family": "Noto Sans Lao Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-CondensedBold.ttf||31840:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond",
+ "font-family": "Noto Sans Lao Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-CondensedExtraBold.ttf||32152:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond ExtBd",
+ "font-family": "Noto Sans Lao Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-CondensedExtraLight.ttf||30580:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond ExtLt",
+ "font-family": "Noto Sans Lao Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-CondensedLight.ttf||30468:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond Light",
+ "font-family": "Noto Sans Lao Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-CondensedMedium.ttf||31312:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond Med",
+ "font-family": "Noto Sans Lao Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-CondensedSemiBold.ttf||31316:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond SemBd",
+ "font-family": "Noto Sans Lao Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-CondensedThin.ttf||30424:1655828711.0": {
+ "family_name": "Noto Sans Lao Cond Thin",
+ "font-family": "Noto Sans Lao Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraBold.ttf||32392:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtBd",
+ "font-family": "Noto Sans Lao ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensed.ttf||31264:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond",
+ "font-family": "Noto Sans Lao ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedBlack.ttf||32100:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond Blk",
+ "font-family": "Noto Sans Lao ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedBold.ttf||31888:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond",
+ "font-family": "Noto Sans Lao ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedExtraBold.ttf||31596:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond ExtBd",
+ "font-family": "Noto Sans Lao ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedExtraLight.ttf||30508:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond ExtLt",
+ "font-family": "Noto Sans Lao ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedLight.ttf||30320:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond Light",
+ "font-family": "Noto Sans Lao ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedMedium.ttf||31416:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond Med",
+ "font-family": "Noto Sans Lao ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedSemiBold.ttf||31592:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond SemBd",
+ "font-family": "Noto Sans Lao ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedThin.ttf||30300:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtCond Thin",
+ "font-family": "Noto Sans Lao ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-ExtraLight.ttf||31040:1655828711.0": {
+ "family_name": "Noto Sans Lao ExtLt",
+ "font-family": "Noto Sans Lao ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-Light.ttf||30596:1655828711.0": {
+ "family_name": "Noto Sans Lao Light",
+ "font-family": "Noto Sans Lao Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-Light.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-Medium.ttf||31328:1655828711.0": {
+ "family_name": "Noto Sans Lao Med",
+ "font-family": "Noto Sans Lao Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-Medium.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-Regular.ttf||31340:1655828711.0": {
+ "family_name": "Noto Sans Lao",
+ "font-family": "Noto Sans Lao",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiBold.ttf||31868:1655828711.0": {
+ "family_name": "Noto Sans Lao SemBd",
+ "font-family": "Noto Sans Lao SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensed.ttf||31236:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond",
+ "font-family": "Noto Sans Lao SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensedBlack.ttf||32860:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond Blk",
+ "font-family": "Noto Sans Lao SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensedBold.ttf||32300:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond",
+ "font-family": "Noto Sans Lao SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensedExtraBold.ttf||32780:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond ExtBd",
+ "font-family": "Noto Sans Lao SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensedExtraLight.ttf||30944:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond ExtLt",
+ "font-family": "Noto Sans Lao SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensedLight.ttf||30840:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond Light",
+ "font-family": "Noto Sans Lao SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensedMedium.ttf||31460:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond Med",
+ "font-family": "Noto Sans Lao SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensedSemiBold.ttf||31580:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond SemBd",
+ "font-family": "Noto Sans Lao SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-SemiCondensedThin.ttf||30584:1655828711.0": {
+ "family_name": "Noto Sans Lao SemCond Thin",
+ "font-family": "Noto Sans Lao SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLao-Thin.ttf||30496:1655828711.0": {
+ "family_name": "Noto Sans Lao Thin",
+ "font-family": "Noto Sans Lao Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLao-Thin.ttf",
+ "preferred_family_name": "Noto Sans Lao",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-Black.ttf||34564:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Blk",
+ "font-family": "Noto Sans Lao UI Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-Bold.ttf||33544:1655828711.0": {
+ "family_name": "Noto Sans Lao UI",
+ "font-family": "Noto Sans Lao UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-Condensed.ttf||31744:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond",
+ "font-family": "Noto Sans Lao UI Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-CondensedBlack.ttf||33884:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond Blk",
+ "font-family": "Noto Sans Lao UI Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-CondensedBold.ttf||32832:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond",
+ "font-family": "Noto Sans Lao UI Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-CondensedExtraBold.ttf||33368:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond ExtBd",
+ "font-family": "Noto Sans Lao UI Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-CondensedExtraLight.ttf||31516:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond ExtLt",
+ "font-family": "Noto Sans Lao UI Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-CondensedLight.ttf||32652:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond Light",
+ "font-family": "Noto Sans Lao UI Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-CondensedMedium.ttf||31756:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond Med",
+ "font-family": "Noto Sans Lao UI Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-CondensedSemiBold.ttf||32552:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond SemBd",
+ "font-family": "Noto Sans Lao UI Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-CondensedThin.ttf||31844:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Cond Thin",
+ "font-family": "Noto Sans Lao UI Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraBold.ttf||33896:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtBd",
+ "font-family": "Noto Sans Lao UI ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensed.ttf||31584:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond",
+ "font-family": "Noto Sans Lao UI ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedBlack.ttf||33292:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond Blk",
+ "font-family": "Noto Sans Lao UI ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedBold.ttf||32916:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond",
+ "font-family": "Noto Sans Lao UI ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedExtraBold.ttf||32612:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond ExtBd",
+ "font-family": "Noto Sans Lao UI ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedExtraLight.ttf||31396:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond ExtLt",
+ "font-family": "Noto Sans Lao UI ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedLight.ttf||32716:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond Light",
+ "font-family": "Noto Sans Lao UI ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedMedium.ttf||31552:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond Med",
+ "font-family": "Noto Sans Lao UI ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedSemiBold.ttf||32300:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond SemBd",
+ "font-family": "Noto Sans Lao UI ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedThin.ttf||31732:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtCond Thin",
+ "font-family": "Noto Sans Lao UI ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-ExtraLight.ttf||31600:1655828711.0": {
+ "family_name": "Noto Sans Lao UI ExtLt",
+ "font-family": "Noto Sans Lao UI ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-Light.ttf||32500:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Light",
+ "font-family": "Noto Sans Lao UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-Medium.ttf||32080:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Med",
+ "font-family": "Noto Sans Lao UI Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-Regular.ttf||32216:1655828711.0": {
+ "family_name": "Noto Sans Lao UI",
+ "font-family": "Noto Sans Lao UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiBold.ttf||32668:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemBd",
+ "font-family": "Noto Sans Lao UI SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensed.ttf||31924:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond",
+ "font-family": "Noto Sans Lao UI SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedBlack.ttf||34488:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond Blk",
+ "font-family": "Noto Sans Lao UI SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedBold.ttf||32788:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond",
+ "font-family": "Noto Sans Lao UI SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedExtraBold.ttf||33972:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond ExtBd",
+ "font-family": "Noto Sans Lao UI SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedExtraLight.ttf||31580:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond ExtLt",
+ "font-family": "Noto Sans Lao UI SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedLight.ttf||32608:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond Light",
+ "font-family": "Noto Sans Lao UI SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedMedium.ttf||32136:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond Med",
+ "font-family": "Noto Sans Lao UI SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedSemiBold.ttf||32264:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond SemBd",
+ "font-family": "Noto Sans Lao UI SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedThin.ttf||32356:1655828711.0": {
+ "family_name": "Noto Sans Lao UI SemCond Thin",
+ "font-family": "Noto Sans Lao UI SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLaoUI-Thin.ttf||32204:1655828711.0": {
+ "family_name": "Noto Sans Lao UI Thin",
+ "font-family": "Noto Sans Lao UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lao UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLaoUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Lao UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLepcha-Regular.ttf||24724:1655828711.0": {
+ "family_name": "Noto Sans Lepcha",
+ "font-family": "Noto Sans Lepcha",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lepcha Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLepcha-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLimbu-Regular.ttf||12980:1655828711.0": {
+ "family_name": "Noto Sans Limbu",
+ "font-family": "Noto Sans Limbu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Limbu Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLimbu-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLinearA-Regular.ttf||58168:1655828711.0": {
+ "family_name": "Noto Sans Linear A",
+ "font-family": "Noto Sans Linear A",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Linear A Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLinearA-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLinearB-Regular.ttf||62892:1655828711.0": {
+ "family_name": "Noto Sans Linear B",
+ "font-family": "Noto Sans Linear B",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Linear B Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLinearB-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLisu-Bold.ttf||13172:1655828711.0": {
+ "family_name": "Noto Sans Lisu",
+ "font-family": "Noto Sans Lisu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lisu Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLisu-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLisu-Medium.ttf||13216:1655828711.0": {
+ "family_name": "Noto Sans Lisu Medium",
+ "font-family": "Noto Sans Lisu Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lisu Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLisu-Medium.ttf",
+ "preferred_family_name": "Noto Sans Lisu",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLisu-Regular.ttf||13164:1655828711.0": {
+ "family_name": "Noto Sans Lisu",
+ "font-family": "Noto Sans Lisu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lisu Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLisu-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLisu-SemiBold.ttf||13288:1655828711.0": {
+ "family_name": "Noto Sans Lisu SemiBold",
+ "font-family": "Noto Sans Lisu SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lisu SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLisu-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Lisu",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLycian-Regular.ttf||4488:1655828711.0": {
+ "family_name": "Noto Sans Lycian",
+ "font-family": "Noto Sans Lycian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lycian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLycian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansLydian-Regular.ttf||4524:1655828711.0": {
+ "family_name": "Noto Sans Lydian",
+ "font-family": "Noto Sans Lydian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Lydian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansLydian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMahajani-Regular.ttf||22816:1655828711.0": {
+ "family_name": "Noto Sans Mahajani",
+ "font-family": "Noto Sans Mahajani",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mahajani Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMahajani-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-Black.ttf||117408:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Black",
+ "font-family": "Noto Sans Malayalam Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-Black.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-Bold.ttf||117236:1655828711.0": {
+ "family_name": "Noto Sans Malayalam",
+ "font-family": "Noto Sans Malayalam",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-Condensed.ttf||132256:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed",
+ "font-family": "Noto Sans Malayalam Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-CondensedBlack.ttf||116512:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed Black",
+ "font-family": "Noto Sans Malayalam Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-CondensedBold.ttf||116244:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed",
+ "font-family": "Noto Sans Malayalam Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-CondensedExtraBold.ttf||115612:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed ExtraBold",
+ "font-family": "Noto Sans Malayalam Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-CondensedExtraLight.ttf||101864:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed ExtraLight",
+ "font-family": "Noto Sans Malayalam Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-CondensedLight.ttf||102680:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed Light",
+ "font-family": "Noto Sans Malayalam Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-CondensedMedium.ttf||111512:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed Medium",
+ "font-family": "Noto Sans Malayalam Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-CondensedSemiBold.ttf||113524:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed SemiBold",
+ "font-family": "Noto Sans Malayalam Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-CondensedThin.ttf||104428:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Condensed Thin",
+ "font-family": "Noto Sans Malayalam Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraBold.ttf||116108:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraBold",
+ "font-family": "Noto Sans Malayalam ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensed.ttf||132016:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed",
+ "font-family": "Noto Sans Malayalam ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedBlack.ttf||115736:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed Black",
+ "font-family": "Noto Sans Malayalam ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedBold.ttf||114888:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed",
+ "font-family": "Noto Sans Malayalam ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedExtraBold.ttf||115648:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Malayalam ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedExtraLight.ttf||102660:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Malayalam ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedLight.ttf||102488:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed Light",
+ "font-family": "Noto Sans Malayalam ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedMedium.ttf||110652:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed Medium",
+ "font-family": "Noto Sans Malayalam ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedSemiBold.ttf||113076:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Malayalam ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedThin.ttf||106372:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraCondensed Thin",
+ "font-family": "Noto Sans Malayalam ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-ExtraLight.ttf||104008:1655828711.0": {
+ "family_name": "Noto Sans Malayalam ExtraLight",
+ "font-family": "Noto Sans Malayalam ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-Light.ttf||105252:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Light",
+ "font-family": "Noto Sans Malayalam Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-Light.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-Medium.ttf||113368:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Medium",
+ "font-family": "Noto Sans Malayalam Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-Medium.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-Regular.ttf||111724:1655828711.0": {
+ "family_name": "Noto Sans Malayalam",
+ "font-family": "Noto Sans Malayalam",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiBold.ttf||115300:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiBold",
+ "font-family": "Noto Sans Malayalam SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensed.ttf||111460:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed",
+ "font-family": "Noto Sans Malayalam SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedBlack.ttf||117316:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed Black",
+ "font-family": "Noto Sans Malayalam SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedBold.ttf||117276:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed",
+ "font-family": "Noto Sans Malayalam SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedExtraBold.ttf||115696:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Malayalam SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedExtraLight.ttf||103116:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Malayalam SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedLight.ttf||103704:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed Light",
+ "font-family": "Noto Sans Malayalam SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedMedium.ttf||112812:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed Medium",
+ "font-family": "Noto Sans Malayalam SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedSemiBold.ttf||115132:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed SemiBold",
+ "font-family": "Noto Sans Malayalam SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedThin.ttf||103556:1655828711.0": {
+ "family_name": "Noto Sans Malayalam SemiCondensed Thin",
+ "font-family": "Noto Sans Malayalam SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalam-Thin.ttf||104480:1655828711.0": {
+ "family_name": "Noto Sans Malayalam Thin",
+ "font-family": "Noto Sans Malayalam Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalam-Thin.ttf",
+ "preferred_family_name": "Noto Sans Malayalam",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-Black.ttf||117200:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Black",
+ "font-family": "Noto Sans Malayalam UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-Bold.ttf||116988:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI",
+ "font-family": "Noto Sans Malayalam UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-Condensed.ttf||132488:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed",
+ "font-family": "Noto Sans Malayalam UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedBlack.ttf||116300:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed Black",
+ "font-family": "Noto Sans Malayalam UI Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedBold.ttf||116004:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed",
+ "font-family": "Noto Sans Malayalam UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedExtraBold.ttf||115392:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed ExtraBold",
+ "font-family": "Noto Sans Malayalam UI Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedExtraLight.ttf||101920:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed ExtraLight",
+ "font-family": "Noto Sans Malayalam UI Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedLight.ttf||102744:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed Light",
+ "font-family": "Noto Sans Malayalam UI Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedMedium.ttf||111656:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed Medium",
+ "font-family": "Noto Sans Malayalam UI Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedSemiBold.ttf||113284:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed SemiBold",
+ "font-family": "Noto Sans Malayalam UI Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedThin.ttf||104668:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Condensed Thin",
+ "font-family": "Noto Sans Malayalam UI Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraBold.ttf||115864:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraBold",
+ "font-family": "Noto Sans Malayalam UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensed.ttf||132240:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedBlack.ttf||115520:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed Black",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedBold.ttf||114656:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedExtraBold.ttf||115424:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedExtraLight.ttf||102720:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedLight.ttf||102548:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed Light",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedMedium.ttf||110716:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedSemiBold.ttf||112840:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedThin.ttf||106604:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Malayalam UI ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraLight.ttf||104068:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI ExtraLight",
+ "font-family": "Noto Sans Malayalam UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-Light.ttf||105312:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Light",
+ "font-family": "Noto Sans Malayalam UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-Medium.ttf||113512:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Medium",
+ "font-family": "Noto Sans Malayalam UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-Regular.ttf||111856:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI",
+ "font-family": "Noto Sans Malayalam UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiBold.ttf||115060:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiBold",
+ "font-family": "Noto Sans Malayalam UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensed.ttf||111600:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedBlack.ttf||117100:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed Black",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedBold.ttf||117036:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedExtraBold.ttf||115460:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedExtraLight.ttf||103176:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedLight.ttf||103768:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed Light",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedMedium.ttf||112952:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed Medium",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedSemiBold.ttf||114892:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedThin.ttf||103808:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI SemiCondensed Thin",
+ "font-family": "Noto Sans Malayalam UI SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMalayalamUI-Thin.ttf||104716:1655828711.0": {
+ "family_name": "Noto Sans Malayalam UI Thin",
+ "font-family": "Noto Sans Malayalam UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Malayalam UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMalayalamUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Malayalam UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMandaic-Regular.ttf||29076:1655828711.0": {
+ "family_name": "Noto Sans Mandaic",
+ "font-family": "Noto Sans Mandaic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mandaic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMandaic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansManichaean-Regular.ttf||52216:1655828711.0": {
+ "family_name": "Noto Sans Manichaean",
+ "font-family": "Noto Sans Manichaean",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Manichaean Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansManichaean-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMarchen-Regular.ttf||131648:1655828711.0": {
+ "family_name": "Noto Sans Marchen",
+ "font-family": "Noto Sans Marchen",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Marchen Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMarchen-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMasaramGondi-Regular.ttf||30504:1655828711.0": {
+ "family_name": "Noto Sans Masaram Gondi",
+ "font-family": "Noto Sans Masaram Gondi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Masaram Gondi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 4,
+ 4,
+ 2,
+ 2,
+ 3
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMasaramGondi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMath-Regular.ttf||590904:1655828711.0": {
+ "family_name": "Noto Sans Math",
+ "font-family": "Noto Sans Math",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Math Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMath-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMayanNumerals-Regular.ttf||4716:1655828711.0": {
+ "family_name": "Noto Sans Mayan Numerals",
+ "font-family": "Noto Sans Mayan Numerals",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mayan Numerals Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMayanNumerals-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMedefaidrin-Bold.ttf||30404:1655828711.0": {
+ "family_name": "Noto Sans Medefaidrin",
+ "font-family": "Noto Sans Medefaidrin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medefaidrin Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMedefaidrin-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMedefaidrin-Medium.ttf||30484:1655828711.0": {
+ "family_name": "Noto Sans Medefaidrin Medium",
+ "font-family": "Noto Sans Medefaidrin Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medefaidrin Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMedefaidrin-Medium.ttf",
+ "preferred_family_name": "Noto Sans Medefaidrin",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMedefaidrin-Regular.ttf||30736:1655828711.0": {
+ "family_name": "Noto Sans Medefaidrin",
+ "font-family": "Noto Sans Medefaidrin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medefaidrin Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMedefaidrin-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMedefaidrin-SemiBold.ttf||30432:1655828711.0": {
+ "family_name": "Noto Sans Medefaidrin SemiBold",
+ "font-family": "Noto Sans Medefaidrin SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Medefaidrin SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMedefaidrin-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Medefaidrin",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-Black.ttf||16916:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek Black",
+ "font-family": "Noto Sans MeeteiMayek Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-Black.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-Bold.ttf||16908:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek",
+ "font-family": "Noto Sans MeeteiMayek",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-Bold.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-ExtraBold.ttf||16964:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek ExtraBold",
+ "font-family": "Noto Sans MeeteiMayek ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-ExtraLight.ttf||17208:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek ExtraLight",
+ "font-family": "Noto Sans MeeteiMayek ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-Light.ttf||17216:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek Light",
+ "font-family": "Noto Sans MeeteiMayek Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-Light.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-Medium.ttf||17096:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek Medium",
+ "font-family": "Noto Sans MeeteiMayek Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-Medium.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-Regular.ttf||17152:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek",
+ "font-family": "Noto Sans MeeteiMayek",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-Regular.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-SemiBold.ttf||17020:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek SemiBold",
+ "font-family": "Noto Sans MeeteiMayek SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeeteiMayek-Thin.ttf||17200:1655828711.0": {
+ "family_name": "Noto Sans MeeteiMayek Thin",
+ "font-family": "Noto Sans MeeteiMayek Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meetei Mayek Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeeteiMayek-Thin.ttf",
+ "preferred_family_name": "Noto Sans Meetei Mayek",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMendeKikakui-Regular.ttf||35456:1655828711.0": {
+ "family_name": "Noto Sans Mende Kikakui",
+ "font-family": "Noto Sans Mende Kikakui",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mende Kikakui Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMendeKikakui-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMeroitic-Regular.ttf||33688:1655828711.0": {
+ "family_name": "Noto Sans Meroitic",
+ "font-family": "Noto Sans Meroitic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Meroitic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMeroitic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMiao-Regular.ttf||36276:1655828711.0": {
+ "family_name": "Noto Sans Miao",
+ "font-family": "Noto Sans Miao",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Miao Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMiao-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansModi-Regular.ttf||44384:1655828711.0": {
+ "family_name": "Noto Sans Modi",
+ "font-family": "Noto Sans Modi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Modi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansModi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMongolian-Regular.ttf||183016:1655828711.0": {
+ "family_name": "Noto Sans Mongolian",
+ "font-family": "Noto Sans Mongolian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mongolian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMongolian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-Black.ttf||530520:1655828711.0": {
+ "family_name": "Noto Sans Mono Black",
+ "font-family": "Noto Sans Mono Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-Black.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-Bold.ttf||525664:1655828711.0": {
+ "family_name": "Noto Sans Mono",
+ "font-family": "Noto Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-Condensed.ttf||511768:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed",
+ "font-family": "Noto Sans Mono Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-CondensedBlack.ttf||520572:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed Black",
+ "font-family": "Noto Sans Mono Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-CondensedBold.ttf||517004:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed",
+ "font-family": "Noto Sans Mono Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-CondensedExtraBold.ttf||517084:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed ExtraBold",
+ "font-family": "Noto Sans Mono Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-CondensedExtraLight.ttf||498084:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed ExtraLight",
+ "font-family": "Noto Sans Mono Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-CondensedLight.ttf||504896:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed Light",
+ "font-family": "Noto Sans Mono Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-CondensedMedium.ttf||514756:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed Medium",
+ "font-family": "Noto Sans Mono Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-CondensedSemiBold.ttf||516852:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed SemiBold",
+ "font-family": "Noto Sans Mono Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-CondensedThin.ttf||501584:1655828711.0": {
+ "family_name": "Noto Sans Mono Condensed Thin",
+ "font-family": "Noto Sans Mono Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraBold.ttf||523736:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraBold",
+ "font-family": "Noto Sans Mono ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensed.ttf||510844:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed",
+ "font-family": "Noto Sans Mono ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedBlack.ttf||520664:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed Black",
+ "font-family": "Noto Sans Mono ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedBold.ttf||516828:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed",
+ "font-family": "Noto Sans Mono ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedExtraBold.ttf||518396:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Mono ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedExtraLight.ttf||497852:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Mono ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedLight.ttf||498600:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed Light",
+ "font-family": "Noto Sans Mono ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedMedium.ttf||511760:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed Medium",
+ "font-family": "Noto Sans Mono ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedSemiBold.ttf||512744:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Mono ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedThin.ttf||500012:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraCondensed Thin",
+ "font-family": "Noto Sans Mono ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-ExtraLight.ttf||499720:1655828711.0": {
+ "family_name": "Noto Sans Mono ExtraLight",
+ "font-family": "Noto Sans Mono ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-Light.ttf||507116:1655828711.0": {
+ "family_name": "Noto Sans Mono Light",
+ "font-family": "Noto Sans Mono Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-Light.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-Medium.ttf||512912:1655828711.0": {
+ "family_name": "Noto Sans Mono Medium",
+ "font-family": "Noto Sans Mono Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-Medium.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-Regular.ttf||512836:1655828711.0": {
+ "family_name": "Noto Sans Mono",
+ "font-family": "Noto Sans Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiBold.ttf||519292:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiBold",
+ "font-family": "Noto Sans Mono SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensed.ttf||511412:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed",
+ "font-family": "Noto Sans Mono SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensedBlack.ttf||528000:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed Black",
+ "font-family": "Noto Sans Mono SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensedBold.ttf||516956:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed",
+ "font-family": "Noto Sans Mono SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensedExtraBold.ttf||516200:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Mono SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensedExtraLight.ttf||499444:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Mono SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensedLight.ttf||505984:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed Light",
+ "font-family": "Noto Sans Mono SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensedMedium.ttf||512356:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed Medium",
+ "font-family": "Noto Sans Mono SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensedSemiBold.ttf||516236:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed SemiBold",
+ "font-family": "Noto Sans Mono SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-SemiCondensedThin.ttf||500160:1655828711.0": {
+ "family_name": "Noto Sans Mono SemiCondensed Thin",
+ "font-family": "Noto Sans Mono SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMono-Thin.ttf||502624:1655828711.0": {
+ "family_name": "Noto Sans Mono Thin",
+ "font-family": "Noto Sans Mono Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mono Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 9,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMono-Thin.ttf",
+ "preferred_family_name": "Noto Sans Mono",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMro-Regular.ttf||6920:1655828711.0": {
+ "family_name": "Noto Sans Mro",
+ "font-family": "Noto Sans Mro",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Mro Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMro-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMultani-Regular.ttf||16928:1655828711.0": {
+ "family_name": "Noto Sans Multani",
+ "font-family": "Noto Sans Multani",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Multani Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMultani-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-Black.ttf||223216:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Black",
+ "font-family": "Noto Sans Myanmar Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-Black.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-Bold.ttf||209068:1655828711.0": {
+ "family_name": "Noto Sans Myanmar",
+ "font-family": "Noto Sans Myanmar",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-Condensed.ttf||198956:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed",
+ "font-family": "Noto Sans Myanmar Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-CondensedBlack.ttf||209584:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed Black",
+ "font-family": "Noto Sans Myanmar Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-CondensedBold.ttf||204404:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed",
+ "font-family": "Noto Sans Myanmar Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-CondensedExtraBold.ttf||206628:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed ExtraBold",
+ "font-family": "Noto Sans Myanmar Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-CondensedExtraLight.ttf||194092:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed ExtraLight",
+ "font-family": "Noto Sans Myanmar Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-CondensedLight.ttf||192132:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed Light",
+ "font-family": "Noto Sans Myanmar Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-CondensedMedium.ttf||196748:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed Medium",
+ "font-family": "Noto Sans Myanmar Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-CondensedSemiBold.ttf||197788:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed SemiBold",
+ "font-family": "Noto Sans Myanmar Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-CondensedThin.ttf||195396:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Condensed Thin",
+ "font-family": "Noto Sans Myanmar Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraBold.ttf||211920:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraBold",
+ "font-family": "Noto Sans Myanmar ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensed.ttf||199528:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed",
+ "font-family": "Noto Sans Myanmar ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedBlack.ttf||209064:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed Black",
+ "font-family": "Noto Sans Myanmar ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedBold.ttf||200880:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed",
+ "font-family": "Noto Sans Myanmar ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedExtraBold.ttf||205976:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Myanmar ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedExtraLight.ttf||192992:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Myanmar ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedLight.ttf||192888:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed Light",
+ "font-family": "Noto Sans Myanmar ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedMedium.ttf||196724:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed Medium",
+ "font-family": "Noto Sans Myanmar ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedSemiBold.ttf||199324:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Myanmar ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedThin.ttf||194324:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraCondensed Thin",
+ "font-family": "Noto Sans Myanmar ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-ExtraLight.ttf||195336:1655828711.0": {
+ "family_name": "Noto Sans Myanmar ExtraLight",
+ "font-family": "Noto Sans Myanmar ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-Light.ttf||194492:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Light",
+ "font-family": "Noto Sans Myanmar Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-Light.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-Medium.ttf||197716:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Medium",
+ "font-family": "Noto Sans Myanmar Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-Medium.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-Regular.ttf||195408:1655828711.0": {
+ "family_name": "Noto Sans Myanmar",
+ "font-family": "Noto Sans Myanmar",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiBold.ttf||200552:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiBold",
+ "font-family": "Noto Sans Myanmar SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensed.ttf||194748:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed",
+ "font-family": "Noto Sans Myanmar SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedBlack.ttf||221844:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed Black",
+ "font-family": "Noto Sans Myanmar SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedBold.ttf||205192:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed",
+ "font-family": "Noto Sans Myanmar SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedExtraBold.ttf||211080:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Myanmar SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedExtraLight.ttf||194760:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Myanmar SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedLight.ttf||192932:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed Light",
+ "font-family": "Noto Sans Myanmar SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedMedium.ttf||197160:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed Medium",
+ "font-family": "Noto Sans Myanmar SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedSemiBold.ttf||198420:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed SemiBold",
+ "font-family": "Noto Sans Myanmar SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedThin.ttf||196144:1655828711.0": {
+ "family_name": "Noto Sans Myanmar SemiCondensed Thin",
+ "font-family": "Noto Sans Myanmar SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmar-Thin.ttf||197192:1655828711.0": {
+ "family_name": "Noto Sans Myanmar Thin",
+ "font-family": "Noto Sans Myanmar Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmar-Thin.ttf",
+ "preferred_family_name": "Noto Sans Myanmar",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-Black.ttf||217308:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Black",
+ "font-family": "Noto Sans Myanmar UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-Bold.ttf||213780:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI",
+ "font-family": "Noto Sans Myanmar UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-Condensed.ttf||203568:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed",
+ "font-family": "Noto Sans Myanmar UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedBlack.ttf||212328:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed Black",
+ "font-family": "Noto Sans Myanmar UI Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedBold.ttf||206696:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed",
+ "font-family": "Noto Sans Myanmar UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedExtraBold.ttf||211968:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed ExtraBold",
+ "font-family": "Noto Sans Myanmar UI Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedExtraLight.ttf||198336:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed ExtraLight",
+ "font-family": "Noto Sans Myanmar UI Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedLight.ttf||195456:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed Light",
+ "font-family": "Noto Sans Myanmar UI Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedMedium.ttf||206216:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed Medium",
+ "font-family": "Noto Sans Myanmar UI Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedSemiBold.ttf||205672:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed SemiBold",
+ "font-family": "Noto Sans Myanmar UI Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedThin.ttf||199052:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Condensed Thin",
+ "font-family": "Noto Sans Myanmar UI Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraBold.ttf||214920:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraBold",
+ "font-family": "Noto Sans Myanmar UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensed.ttf||204220:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedBlack.ttf||211132:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed Black",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedBold.ttf||205784:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedExtraBold.ttf||208828:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedExtraLight.ttf||196520:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedLight.ttf||194828:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed Light",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedMedium.ttf||206784:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedSemiBold.ttf||205820:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedThin.ttf||197604:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Myanmar UI ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraLight.ttf||199824:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI ExtraLight",
+ "font-family": "Noto Sans Myanmar UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-Light.ttf||199096:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Light",
+ "font-family": "Noto Sans Myanmar UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-Medium.ttf||203740:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Medium",
+ "font-family": "Noto Sans Myanmar UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-Regular.ttf||199680:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI",
+ "font-family": "Noto Sans Myanmar UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiBold.ttf||208320:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiBold",
+ "font-family": "Noto Sans Myanmar UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensed.ttf||200912:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedBlack.ttf||216044:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed Black",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedBold.ttf||211128:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedExtraBold.ttf||215292:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedExtraLight.ttf||198484:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedLight.ttf||196496:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed Light",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedMedium.ttf||206960:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed Medium",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedSemiBold.ttf||211568:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedThin.ttf||201104:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI SemiCondensed Thin",
+ "font-family": "Noto Sans Myanmar UI SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansMyanmarUI-Thin.ttf||201596:1655828711.0": {
+ "family_name": "Noto Sans Myanmar UI Thin",
+ "font-family": "Noto Sans Myanmar UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Myanmar UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansMyanmarUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Myanmar UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansNKo-Regular.ttf||38352:1655828711.0": {
+ "family_name": "Noto Sans NKo",
+ "font-family": "Noto Sans NKo",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans NKo Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansNKo-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansNabataean-Regular.ttf||8328:1655828711.0": {
+ "family_name": "Noto Sans Nabataean",
+ "font-family": "Noto Sans Nabataean",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Nabataean Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansNabataean-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansNandinagari-Regular.ttf||212628:1655828711.0": {
+ "family_name": "Noto Sans Nandinagari",
+ "font-family": "Noto Sans Nandinagari",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Nandinagari Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansNandinagari-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansNewTaiLue-Regular.ttf||17024:1655828711.0": {
+ "family_name": "Noto Sans NewTaiLue",
+ "font-family": "Noto Sans NewTaiLue",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans New Tai Lue Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansNewTaiLue-Regular.ttf",
+ "preferred_family_name": "Noto Sans New Tai Lue",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansNewa-Regular.ttf||151720:1655828711.0": {
+ "family_name": "Noto Sans Newa",
+ "font-family": "Noto Sans Newa",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Newa Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansNewa-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansNushu-Regular.ttf||116564:1655828711.0": {
+ "family_name": "Noto Sans Nushu",
+ "font-family": "Noto Sans Nushu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Nushu Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansNushu-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOgham-Regular.ttf||4684:1655828711.0": {
+ "family_name": "Noto Sans Ogham",
+ "font-family": "Noto Sans Ogham",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ogham Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOgham-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOlChiki-Bold.ttf||14508:1655828711.0": {
+ "family_name": "Noto Sans Ol Chiki",
+ "font-family": "Noto Sans Ol Chiki",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ol Chiki Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOlChiki-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOlChiki-Medium.ttf||15112:1655828711.0": {
+ "family_name": "Noto Sans Ol Chiki Medium",
+ "font-family": "Noto Sans Ol Chiki Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ol Chiki Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOlChiki-Medium.ttf",
+ "preferred_family_name": "Noto Sans Ol Chiki",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOlChiki-Regular.ttf||15180:1655828711.0": {
+ "family_name": "Noto Sans Ol Chiki",
+ "font-family": "Noto Sans Ol Chiki",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ol Chiki Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOlChiki-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOlChiki-SemiBold.ttf||14812:1655828711.0": {
+ "family_name": "Noto Sans Ol Chiki SemiBold",
+ "font-family": "Noto Sans Ol Chiki SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ol Chiki SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOlChiki-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Ol Chiki",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOldHungarian-Regular.ttf||53944:1655828711.0": {
+ "family_name": "Noto Sans OldHung",
+ "font-family": "Noto Sans OldHung",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Old Hungarian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOldHungarian-Regular.ttf",
+ "preferred_family_name": "Noto Sans Old Hungarian",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOldItalic-Regular.ttf||7548:1655828711.0": {
+ "family_name": "Noto Sans Old Italic",
+ "font-family": "Noto Sans Old Italic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Old Italic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOldItalic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOldNorthArabian-Regular.ttf||7228:1655828711.0": {
+ "family_name": "Noto Sans OldNorArab",
+ "font-family": "Noto Sans OldNorArab",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Old North Arabian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOldNorthArabian-Regular.ttf",
+ "preferred_family_name": "Noto Sans Old North Arabian",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOldPermic-Regular.ttf||9976:1655828711.0": {
+ "family_name": "Noto Sans Old Permic",
+ "font-family": "Noto Sans Old Permic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Old Permic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOldPermic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOldPersian-Regular.ttf||12764:1655828711.0": {
+ "family_name": "Noto Sans OldPersian",
+ "font-family": "Noto Sans OldPersian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Old Persian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOldPersian-Regular.ttf",
+ "preferred_family_name": "Noto Sans Old Persian",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOldSogdian-Regular.ttf||15540:1655828711.0": {
+ "family_name": "Noto Sans OldSogdian",
+ "font-family": "Noto Sans OldSogdian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Old Sogdian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOldSogdian-Regular.ttf",
+ "preferred_family_name": "Noto Sans Old Sogdian",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOldSouthArabian-Regular.ttf||5276:1655828711.0": {
+ "family_name": "Noto Sans OldSouArab",
+ "font-family": "Noto Sans OldSouArab",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Old South Arabian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOldSouthArabian-Regular.ttf",
+ "preferred_family_name": "Noto Sans Old South Arabian",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOldTurkic-Regular.ttf||15392:1655828711.0": {
+ "family_name": "Noto Sans Old Turkic",
+ "font-family": "Noto Sans Old Turkic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Old Turkic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOldTurkic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-Black.ttf||91388:1655828711.0": {
+ "family_name": "Noto Sans Oriya Blk",
+ "font-family": "Noto Sans Oriya Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-Black.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-Bold.ttf||92940:1655828711.0": {
+ "family_name": "Noto Sans Oriya",
+ "font-family": "Noto Sans Oriya",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-Condensed.ttf||93568:1655828711.0": {
+ "family_name": "Noto Sans Oriya Cond",
+ "font-family": "Noto Sans Oriya Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-CondensedBlack.ttf||90376:1655828711.0": {
+ "family_name": "Noto Sans Oriya Cond Blk",
+ "font-family": "Noto Sans Oriya Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-CondensedBold.ttf||91392:1655828711.0": {
+ "family_name": "Noto Sans Oriya Cond Bold",
+ "font-family": "Noto Sans Oriya Cond Bold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-CondensedThin.ttf||96628:1655828711.0": {
+ "family_name": "Noto Sans Oriya Cond Thin",
+ "font-family": "Noto Sans Oriya Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-ExtraCondensed.ttf||93276:1655828711.0": {
+ "family_name": "Noto Sans Oriya ExtCond",
+ "font-family": "Noto Sans Oriya ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-ExtraCondensedBlack.ttf||90652:1655828711.0": {
+ "family_name": "Noto Sans Oriya ExtCond Blk",
+ "font-family": "Noto Sans Oriya ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-ExtraCondensedBold.ttf||91176:1655828711.0": {
+ "family_name": "Noto Sans Oriya ExtCond Bold",
+ "font-family": "Noto Sans Oriya ExtCond Bold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-ExtraCondensedThin.ttf||95904:1655828711.0": {
+ "family_name": "Noto Sans Oriya ExtCond Thin",
+ "font-family": "Noto Sans Oriya ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-Regular.ttf||95776:1655828711.0": {
+ "family_name": "Noto Sans Oriya",
+ "font-family": "Noto Sans Oriya",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriya-Thin.ttf||99044:1655828711.0": {
+ "family_name": "Noto Sans Oriya Thin",
+ "font-family": "Noto Sans Oriya Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriya-Thin.ttf",
+ "preferred_family_name": "Noto Sans Oriya",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-Black.ttf||91432:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI Blk",
+ "font-family": "Noto Sans Oriya UI Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-Bold.ttf||92996:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI",
+ "font-family": "Noto Sans Oriya UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-Condensed.ttf||93644:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI Cond",
+ "font-family": "Noto Sans Oriya UI Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-CondensedBlack.ttf||90428:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI Cond Blk",
+ "font-family": "Noto Sans Oriya UI Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-CondensedBold.ttf||91444:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI Cond Bold",
+ "font-family": "Noto Sans Oriya UI Cond Bold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-CondensedThin.ttf||96692:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI Cond Thin",
+ "font-family": "Noto Sans Oriya UI Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-ExtraCondensed.ttf||93352:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI ExtCond",
+ "font-family": "Noto Sans Oriya UI ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-ExtraCondensedBlack.ttf||90712:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI ExtCond Blk",
+ "font-family": "Noto Sans Oriya UI ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-ExtraCondensedBold.ttf||91236:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI ExtCond Bold",
+ "font-family": "Noto Sans Oriya UI ExtCond Bold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-ExtraCondensedThin.ttf||95996:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI ExtCond Thin",
+ "font-family": "Noto Sans Oriya UI ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-Regular.ttf||95844:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI",
+ "font-family": "Noto Sans Oriya UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOriyaUI-Thin.ttf||99112:1655828711.0": {
+ "family_name": "Noto Sans Oriya UI Thin",
+ "font-family": "Noto Sans Oriya UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Oriya UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOriyaUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Oriya UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOsage-Regular.ttf||21044:1655828711.0": {
+ "family_name": "Noto Sans Osage",
+ "font-family": "Noto Sans Osage",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Osage Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOsage-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansOsmanya-Regular.ttf||17016:1655828711.0": {
+ "family_name": "Noto Sans Osmanya",
+ "font-family": "Noto Sans Osmanya",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Osmanya Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansOsmanya-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansPahawhHmong-Regular.ttf||18248:1655828711.0": {
+ "family_name": "Noto Sans Pahawh Hmong",
+ "font-family": "Noto Sans Pahawh Hmong",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Pahawh Hmong Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansPahawhHmong-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansPalmyrene-Regular.ttf||15660:1655828711.0": {
+ "family_name": "Noto Sans Palmyrene",
+ "font-family": "Noto Sans Palmyrene",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Palmyrene Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansPalmyrene-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansPauCinHau-Regular.ttf||9840:1655828711.0": {
+ "family_name": "Noto Sans PauCinHau",
+ "font-family": "Noto Sans PauCinHau",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Pau Cin Hau Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansPauCinHau-Regular.ttf",
+ "preferred_family_name": "Noto Sans Pau Cin Hau",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansPhagsPa-Regular.ttf||39904:1655828711.0": {
+ "family_name": "Noto Sans PhagsPa",
+ "font-family": "Noto Sans PhagsPa",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans PhagsPa Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansPhagsPa-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansPhoenician-Regular.ttf||6192:1655828711.0": {
+ "family_name": "Noto Sans Phoenician",
+ "font-family": "Noto Sans Phoenician",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Phoenician Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansPhoenician-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansPsalterPahlavi-Regular.ttf||33308:1655828711.0": {
+ "family_name": "Noto Sans PsaPahlavi",
+ "font-family": "Noto Sans PsaPahlavi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Psalter Pahlavi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansPsalterPahlavi-Regular.ttf",
+ "preferred_family_name": "Noto Sans Psalter Pahlavi",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansRejang-Regular.ttf||7528:1655828711.0": {
+ "family_name": "Noto Sans Rejang",
+ "font-family": "Noto Sans Rejang",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Rejang Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansRejang-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansRunic-Regular.ttf||9576:1655828711.0": {
+ "family_name": "Noto Sans Runic",
+ "font-family": "Noto Sans Runic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Runic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansRunic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSamaritan-Regular.ttf||11068:1655828711.0": {
+ "family_name": "Noto Sans Samaritan",
+ "font-family": "Noto Sans Samaritan",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Samaritan Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSamaritan-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSaurashtra-Regular.ttf||35316:1655828711.0": {
+ "family_name": "Noto Sans Saurashtra",
+ "font-family": "Noto Sans Saurashtra",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Saurashtra Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSaurashtra-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSharada-Regular.ttf||52132:1655828711.0": {
+ "family_name": "Noto Sans Sharada",
+ "font-family": "Noto Sans Sharada",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sharada Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSharada-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansShavian-Regular.ttf||13428:1655828711.0": {
+ "family_name": "Noto Sans Shavian",
+ "font-family": "Noto Sans Shavian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Shavian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansShavian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSiddham-Regular.ttf||141744:1655828711.0": {
+ "family_name": "Noto Sans Siddham",
+ "font-family": "Noto Sans Siddham",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Siddham Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSiddham-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSignWriting-Regular.ttf||5216448:1655828711.0": {
+ "family_name": "Noto Sans SignWrit",
+ "font-family": "Noto Sans SignWrit",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans SignWriting Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSignWriting-Regular.ttf",
+ "preferred_family_name": "Noto Sans SignWriting",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-Black.ttf||359212:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Black",
+ "font-family": "Noto Sans Sinhala Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-Black.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-Bold.ttf||342464:1655828711.0": {
+ "family_name": "Noto Sans Sinhala",
+ "font-family": "Noto Sans Sinhala",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-Condensed.ttf||315016:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed",
+ "font-family": "Noto Sans Sinhala Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-CondensedBlack.ttf||350536:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed Black",
+ "font-family": "Noto Sans Sinhala Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-CondensedBold.ttf||353260:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed",
+ "font-family": "Noto Sans Sinhala Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-CondensedExtraBold.ttf||352280:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed ExtraBold",
+ "font-family": "Noto Sans Sinhala Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-CondensedExtraLight.ttf||280940:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed ExtraLight",
+ "font-family": "Noto Sans Sinhala Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-CondensedLight.ttf||324520:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed Light",
+ "font-family": "Noto Sans Sinhala Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-CondensedMedium.ttf||310616:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed Medium",
+ "font-family": "Noto Sans Sinhala Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-CondensedSemiBold.ttf||347948:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed SemiBold",
+ "font-family": "Noto Sans Sinhala Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-CondensedThin.ttf||284748:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Condensed Thin",
+ "font-family": "Noto Sans Sinhala Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraBold.ttf||347308:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraBold",
+ "font-family": "Noto Sans Sinhala ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensed.ttf||321636:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed",
+ "font-family": "Noto Sans Sinhala ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedBlack.ttf||338404:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed Black",
+ "font-family": "Noto Sans Sinhala ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedBold.ttf||361872:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed",
+ "font-family": "Noto Sans Sinhala ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedExtraBold.ttf||341880:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Sinhala ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedExtraLight.ttf||280960:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Sinhala ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedLight.ttf||318184:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed Light",
+ "font-family": "Noto Sans Sinhala ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedMedium.ttf||317916:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed Medium",
+ "font-family": "Noto Sans Sinhala ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedSemiBold.ttf||347716:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Sinhala ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedThin.ttf||282120:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraCondensed Thin",
+ "font-family": "Noto Sans Sinhala ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-ExtraLight.ttf||294504:1655828711.0": {
+ "family_name": "Noto Sans Sinhala ExtraLight",
+ "font-family": "Noto Sans Sinhala ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-Light.ttf||326096:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Light",
+ "font-family": "Noto Sans Sinhala Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-Light.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-Medium.ttf||315556:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Medium",
+ "font-family": "Noto Sans Sinhala Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-Medium.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-Regular.ttf||310232:1655828711.0": {
+ "family_name": "Noto Sans Sinhala",
+ "font-family": "Noto Sans Sinhala",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiBold.ttf||338348:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiBold",
+ "font-family": "Noto Sans Sinhala SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensed.ttf||310784:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed",
+ "font-family": "Noto Sans Sinhala SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedBlack.ttf||355380:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed Black",
+ "font-family": "Noto Sans Sinhala SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedBold.ttf||348364:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed",
+ "font-family": "Noto Sans Sinhala SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedExtraBold.ttf||342012:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Sinhala SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedExtraLight.ttf||294840:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Sinhala SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedLight.ttf||325792:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed Light",
+ "font-family": "Noto Sans Sinhala SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedMedium.ttf||317320:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed Medium",
+ "font-family": "Noto Sans Sinhala SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedSemiBold.ttf||344672:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed SemiBold",
+ "font-family": "Noto Sans Sinhala SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedThin.ttf||285536:1655828711.0": {
+ "family_name": "Noto Sans Sinhala SemiCondensed Thin",
+ "font-family": "Noto Sans Sinhala SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhala-Thin.ttf||288692:1655828711.0": {
+ "family_name": "Noto Sans Sinhala Thin",
+ "font-family": "Noto Sans Sinhala Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhala-Thin.ttf",
+ "preferred_family_name": "Noto Sans Sinhala",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-Black.ttf||359236:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Black",
+ "font-family": "Noto Sans Sinhala UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-Bold.ttf||342484:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI",
+ "font-family": "Noto Sans Sinhala UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-Condensed.ttf||315040:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed",
+ "font-family": "Noto Sans Sinhala UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedBlack.ttf||350560:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed Black",
+ "font-family": "Noto Sans Sinhala UI Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedBold.ttf||353288:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed",
+ "font-family": "Noto Sans Sinhala UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedExtraBold.ttf||352304:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed ExtraBold",
+ "font-family": "Noto Sans Sinhala UI Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedExtraLight.ttf||280968:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed ExtraLight",
+ "font-family": "Noto Sans Sinhala UI Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedLight.ttf||324544:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed Light",
+ "font-family": "Noto Sans Sinhala UI Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedMedium.ttf||310644:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed Medium",
+ "font-family": "Noto Sans Sinhala UI Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedSemiBold.ttf||347976:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed SemiBold",
+ "font-family": "Noto Sans Sinhala UI Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedThin.ttf||284776:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Condensed Thin",
+ "font-family": "Noto Sans Sinhala UI Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraBold.ttf||347332:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraBold",
+ "font-family": "Noto Sans Sinhala UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensed.ttf||321664:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedBlack.ttf||338432:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed Black",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedBold.ttf||361896:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedExtraBold.ttf||341908:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedExtraLight.ttf||280984:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedLight.ttf||318212:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed Light",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedMedium.ttf||317940:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedSemiBold.ttf||347740:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedThin.ttf||282144:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Sinhala UI ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraLight.ttf||294532:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI ExtraLight",
+ "font-family": "Noto Sans Sinhala UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-Light.ttf||326120:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Light",
+ "font-family": "Noto Sans Sinhala UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-Medium.ttf||315584:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Medium",
+ "font-family": "Noto Sans Sinhala UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-Regular.ttf||310252:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI",
+ "font-family": "Noto Sans Sinhala UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiBold.ttf||338376:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiBold",
+ "font-family": "Noto Sans Sinhala UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensed.ttf||310808:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedBlack.ttf||355404:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed Black",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedBold.ttf||348392:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedExtraBold.ttf||342036:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedExtraLight.ttf||294868:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedLight.ttf||325816:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed Light",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedMedium.ttf||317348:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed Medium",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedSemiBold.ttf||344700:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedThin.ttf||285564:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI SemiCondensed Thin",
+ "font-family": "Noto Sans Sinhala UI SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSinhalaUI-Thin.ttf||288720:1655828711.0": {
+ "family_name": "Noto Sans Sinhala UI Thin",
+ "font-family": "Noto Sans Sinhala UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sinhala UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSinhalaUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Sinhala UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSogdian-Regular.ttf||101656:1655828711.0": {
+ "family_name": "Noto Sans Sogdian",
+ "font-family": "Noto Sans Sogdian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sogdian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSogdian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSoraSompeng-Bold.ttf||8324:1655828711.0": {
+ "family_name": "Noto Sans Sora Sompeng",
+ "font-family": "Noto Sans Sora Sompeng",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sora Sompeng Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSoraSompeng-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSoraSompeng-Medium.ttf||8184:1655828711.0": {
+ "family_name": "Noto Sans Sora Sompeng Medium",
+ "font-family": "Noto Sans Sora Sompeng Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sora Sompeng Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSoraSompeng-Medium.ttf",
+ "preferred_family_name": "Noto Sans Sora Sompeng",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSoraSompeng-Regular.ttf||8164:1655828711.0": {
+ "family_name": "Noto Sans Sora Sompeng",
+ "font-family": "Noto Sans Sora Sompeng",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sora Sompeng Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSoraSompeng-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSoraSompeng-SemiBold.ttf||8260:1655828711.0": {
+ "family_name": "Noto Sans Sora Sompeng Semi Bold",
+ "font-family": "Noto Sans Sora Sompeng Semi Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sora Sompeng Semi Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSoraSompeng-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Sora Sompeng",
+ "preferred_subfamily_name": "Semi Bold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSoyombo-Regular.ttf||67080:1655828711.0": {
+ "family_name": "Noto Sans Soyombo",
+ "font-family": "Noto Sans Soyombo",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Soyombo Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSoyombo-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSundanese-Bold.ttf||22968:1655828711.0": {
+ "family_name": "Noto Sans Sundanese",
+ "font-family": "Noto Sans Sundanese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sundanese Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSundanese-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSundanese-Medium.ttf||22656:1655828711.0": {
+ "family_name": "Noto Sans Sundanese",
+ "font-family": "Noto Sans Sundanese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sundanese Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSundanese-Medium.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSundanese-Regular.ttf||22896:1655828711.0": {
+ "family_name": "Noto Sans Sundanese",
+ "font-family": "Noto Sans Sundanese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sundanese Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSundanese-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSundanese-SemiBold.ttf||24296:1655828711.0": {
+ "family_name": "Noto Sans Sundanese",
+ "font-family": "Noto Sans Sundanese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Sundanese SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSundanese-SemiBold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSylotiNagri-Regular.ttf||16600:1655828711.0": {
+ "family_name": "Noto Sans Syloti Nagri",
+ "font-family": "Noto Sans Syloti Nagri",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Syloti Nagri Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSylotiNagri-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-Black.ttf||267196:1655828711.0": {
+ "family_name": "Noto Sans Symbols Black",
+ "font-family": "Noto Sans Symbols Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-Black.ttf",
+ "preferred_family_name": "Noto Sans Symbols",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-Bold.ttf||258920:1655828711.0": {
+ "family_name": "Noto Sans Symbols",
+ "font-family": "Noto Sans Symbols",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-ExtraBold.ttf||260668:1655828711.0": {
+ "family_name": "Noto Sans Symbols ExtraBold",
+ "font-family": "Noto Sans Symbols ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Symbols",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-ExtraLight.ttf||263596:1655828711.0": {
+ "family_name": "Noto Sans Symbols ExtraLight",
+ "font-family": "Noto Sans Symbols ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Symbols",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-Light.ttf||259936:1655828711.0": {
+ "family_name": "Noto Sans Symbols Light",
+ "font-family": "Noto Sans Symbols Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-Light.ttf",
+ "preferred_family_name": "Noto Sans Symbols",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-Medium.ttf||258628:1655828711.0": {
+ "family_name": "Noto Sans Symbols Medium",
+ "font-family": "Noto Sans Symbols Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-Medium.ttf",
+ "preferred_family_name": "Noto Sans Symbols",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-Regular.ttf||258156:1655828711.0": {
+ "family_name": "Noto Sans Symbols",
+ "font-family": "Noto Sans Symbols",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-SemiBold.ttf||259292:1655828711.0": {
+ "family_name": "Noto Sans Symbols SemiBold",
+ "font-family": "Noto Sans Symbols SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Symbols",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols-Thin.ttf||262460:1655828711.0": {
+ "family_name": "Noto Sans Symbols Thin",
+ "font-family": "Noto Sans Symbols Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols-Thin.ttf",
+ "preferred_family_name": "Noto Sans Symbols",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSymbols2-Regular.ttf||656852:1655828711.0": {
+ "family_name": "Noto Sans Symbols2",
+ "font-family": "Noto Sans Symbols2",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Symbols2 Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSymbols2-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSyriac-Black.ttf||237712:1655828711.0": {
+ "family_name": "Noto Sans Syriac Black",
+ "font-family": "Noto Sans Syriac Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Syriac Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSyriac-Black.ttf",
+ "preferred_family_name": "Noto Sans Syriac",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSyriac-Regular.ttf||233516:1655828711.0": {
+ "family_name": "Noto Sans Syriac",
+ "font-family": "Noto Sans Syriac",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Syriac Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSyriac-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansSyriac-Thin.ttf||234348:1655828711.0": {
+ "family_name": "Noto Sans Syriac Thin",
+ "font-family": "Noto Sans Syriac Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Syriac Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansSyriac-Thin.ttf",
+ "preferred_family_name": "Noto Sans Syriac",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTagalog-Regular.ttf||6564:1655828711.0": {
+ "family_name": "Noto Sans Tagalog",
+ "font-family": "Noto Sans Tagalog",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tagalog Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTagalog-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTagbanwa-Regular.ttf||6224:1655828711.0": {
+ "family_name": "Noto Sans Tagbanwa",
+ "font-family": "Noto Sans Tagbanwa",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tagbanwa Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTagbanwa-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTaiLe-Regular.ttf||19944:1655828711.0": {
+ "family_name": "Noto Sans Tai Le",
+ "font-family": "Noto Sans Tai Le",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tai Le Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTaiLe-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTaiTham-Bold.ttf||94600:1655828711.0": {
+ "family_name": "Noto Sans Tai Tham",
+ "font-family": "Noto Sans Tai Tham",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tai Tham Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 3,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTaiTham-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTaiTham-Medium.ttf||94924:1655828711.0": {
+ "family_name": "Noto Sans Tai Tham Medium",
+ "font-family": "Noto Sans Tai Tham Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "482",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tai Tham Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 3,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTaiTham-Medium.ttf",
+ "preferred_family_name": "Noto Sans Tai Tham",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 482,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTaiTham-Regular.ttf||95024:1655828711.0": {
+ "family_name": "Noto Sans Tai Tham",
+ "font-family": "Noto Sans Tai Tham",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tai Tham Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 3,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTaiTham-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTaiTham-SemiBold.ttf||94752:1655828711.0": {
+ "family_name": "Noto Sans Tai Tham SemiBold",
+ "font-family": "Noto Sans Tai Tham SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "586",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tai Tham SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 3,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTaiTham-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tai Tham",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 586,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTaiViet-Regular.ttf||30456:1655828711.0": {
+ "family_name": "Noto Sans Tai Viet",
+ "font-family": "Noto Sans Tai Viet",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tai Viet Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTaiViet-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTakri-Regular.ttf||18516:1655828711.0": {
+ "family_name": "Noto Sans Takri",
+ "font-family": "Noto Sans Takri",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Takri Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTakri-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-Black.ttf||76596:1655828711.0": {
+ "family_name": "Noto Sans Tamil Black",
+ "font-family": "Noto Sans Tamil Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-Black.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-Bold.ttf||77428:1655828711.0": {
+ "family_name": "Noto Sans Tamil",
+ "font-family": "Noto Sans Tamil",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-Condensed.ttf||88296:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed",
+ "font-family": "Noto Sans Tamil Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-CondensedBlack.ttf||78180:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed Black",
+ "font-family": "Noto Sans Tamil Condensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-CondensedBold.ttf||77544:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed",
+ "font-family": "Noto Sans Tamil Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-CondensedExtraBold.ttf||78856:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed ExtraBold",
+ "font-family": "Noto Sans Tamil Condensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-CondensedExtraLight.ttf||65960:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed ExtraLight",
+ "font-family": "Noto Sans Tamil Condensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-CondensedLight.ttf||66144:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed Light",
+ "font-family": "Noto Sans Tamil Condensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-CondensedMedium.ttf||74592:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed Medium",
+ "font-family": "Noto Sans Tamil Condensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-CondensedSemiBold.ttf||77808:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed SemiBold",
+ "font-family": "Noto Sans Tamil Condensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-CondensedThin.ttf||66008:1655828711.0": {
+ "family_name": "Noto Sans Tamil Condensed Thin",
+ "font-family": "Noto Sans Tamil Condensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraBold.ttf||77976:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraBold",
+ "font-family": "Noto Sans Tamil ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensed.ttf||88180:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed",
+ "font-family": "Noto Sans Tamil ExtraCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedBlack.ttf||78872:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed Black",
+ "font-family": "Noto Sans Tamil ExtraCondensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedBold.ttf||76628:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed",
+ "font-family": "Noto Sans Tamil ExtraCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedExtraBold.ttf||78040:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Tamil ExtraCondensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedExtraLight.ttf||65920:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Tamil ExtraCondensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedLight.ttf||66728:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed Light",
+ "font-family": "Noto Sans Tamil ExtraCondensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedMedium.ttf||75072:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed Medium",
+ "font-family": "Noto Sans Tamil ExtraCondensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedSemiBold.ttf||76444:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Tamil ExtraCondensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedThin.ttf||65660:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraCondensed Thin",
+ "font-family": "Noto Sans Tamil ExtraCondensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-ExtraLight.ttf||66220:1655828711.0": {
+ "family_name": "Noto Sans Tamil ExtraLight",
+ "font-family": "Noto Sans Tamil ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-Light.ttf||66644:1655828711.0": {
+ "family_name": "Noto Sans Tamil Light",
+ "font-family": "Noto Sans Tamil Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-Light.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-Medium.ttf||74420:1655828711.0": {
+ "family_name": "Noto Sans Tamil Medium",
+ "font-family": "Noto Sans Tamil Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-Medium.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-Regular.ttf||74248:1655828711.0": {
+ "family_name": "Noto Sans Tamil",
+ "font-family": "Noto Sans Tamil",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiBold.ttf||79088:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiBold",
+ "font-family": "Noto Sans Tamil SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensed.ttf||73828:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed",
+ "font-family": "Noto Sans Tamil SemiCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedBlack.ttf||77820:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed Black",
+ "font-family": "Noto Sans Tamil SemiCondensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedBold.ttf||77608:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed",
+ "font-family": "Noto Sans Tamil SemiCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedExtraBold.ttf||77612:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Tamil SemiCondensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedExtraLight.ttf||66124:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Tamil SemiCondensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedLight.ttf||66352:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed Light",
+ "font-family": "Noto Sans Tamil SemiCondensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedMedium.ttf||74700:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed Medium",
+ "font-family": "Noto Sans Tamil SemiCondensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedSemiBold.ttf||77332:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed SemiBold",
+ "font-family": "Noto Sans Tamil SemiCondensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedThin.ttf||65980:1655828711.0": {
+ "family_name": "Noto Sans Tamil SemiCondensed Thin",
+ "font-family": "Noto Sans Tamil SemiCondensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamil-Thin.ttf||66532:1655828711.0": {
+ "family_name": "Noto Sans Tamil Thin",
+ "font-family": "Noto Sans Tamil Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamil-Thin.ttf",
+ "preferred_family_name": "Noto Sans Tamil",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilSupplement-Regular.ttf||15780:1655828711.0": {
+ "family_name": "Noto Sans Tamil Supplement",
+ "font-family": "Noto Sans Tamil Supplement",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil Supplement Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilSupplement-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-Black.ttf||76620:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Black",
+ "font-family": "Noto Sans Tamil UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-Bold.ttf||77448:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI",
+ "font-family": "Noto Sans Tamil UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-Condensed.ttf||88320:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed",
+ "font-family": "Noto Sans Tamil UI Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-CondensedBlack.ttf||78204:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed Black",
+ "font-family": "Noto Sans Tamil UI Condensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-CondensedBold.ttf||77572:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed",
+ "font-family": "Noto Sans Tamil UI Condensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-CondensedExtraBold.ttf||78880:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed ExtraBold",
+ "font-family": "Noto Sans Tamil UI Condensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-CondensedExtraLight.ttf||65988:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed ExtraLight",
+ "font-family": "Noto Sans Tamil UI Condensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-CondensedLight.ttf||66168:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed Light",
+ "font-family": "Noto Sans Tamil UI Condensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-CondensedMedium.ttf||74620:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed Medium",
+ "font-family": "Noto Sans Tamil UI Condensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-CondensedSemiBold.ttf||77836:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed SemiBold",
+ "font-family": "Noto Sans Tamil UI Condensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-CondensedThin.ttf||66036:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Condensed Thin",
+ "font-family": "Noto Sans Tamil UI Condensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraBold.ttf||78000:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraBold",
+ "font-family": "Noto Sans Tamil UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensed.ttf||88208:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedBlack.ttf||78900:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed Black",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedBold.ttf||76652:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedExtraBold.ttf||78068:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedExtraLight.ttf||65944:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedLight.ttf||66756:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed Light",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedMedium.ttf||75096:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedSemiBold.ttf||76468:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedThin.ttf||65684:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Tamil UI ExtraCondensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-ExtraLight.ttf||66248:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI ExtraLight",
+ "font-family": "Noto Sans Tamil UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-Light.ttf||66668:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Light",
+ "font-family": "Noto Sans Tamil UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-Medium.ttf||74448:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Medium",
+ "font-family": "Noto Sans Tamil UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-Regular.ttf||74268:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI",
+ "font-family": "Noto Sans Tamil UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiBold.ttf||79116:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiBold",
+ "font-family": "Noto Sans Tamil UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensed.ttf||73852:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed",
+ "font-family": "Noto Sans Tamil UI SemiCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedBlack.ttf||77844:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed Black",
+ "font-family": "Noto Sans Tamil UI SemiCondensed Black",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedBold.ttf||77636:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed",
+ "font-family": "Noto Sans Tamil UI SemiCondensed",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedExtraBold.ttf||77636:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Tamil UI SemiCondensed ExtraBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedExtraLight.ttf||66152:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Tamil UI SemiCondensed ExtraLight",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedLight.ttf||66376:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed Light",
+ "font-family": "Noto Sans Tamil UI SemiCondensed Light",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedMedium.ttf||74728:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed Medium",
+ "font-family": "Noto Sans Tamil UI SemiCondensed Medium",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedSemiBold.ttf||77360:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Tamil UI SemiCondensed SemiBold",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedThin.ttf||66008:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI SemiCondensed Thin",
+ "font-family": "Noto Sans Tamil UI SemiCondensed Thin",
+ "font-stretch": "ultra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 1,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTamilUI-Thin.ttf||66560:1655828711.0": {
+ "family_name": "Noto Sans Tamil UI Thin",
+ "font-family": "Noto Sans Tamil UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tamil UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTamilUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Tamil UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTangsa-Bold.ttf||21476:1655828711.0": {
+ "family_name": "Noto Sans Tangsa",
+ "font-family": "Noto Sans Tangsa",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tangsa Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTangsa-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTangsa-Medium.ttf||23952:1655828711.0": {
+ "family_name": "Noto Sans Tangsa Medium",
+ "font-family": "Noto Sans Tangsa Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tangsa Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTangsa-Medium.ttf",
+ "preferred_family_name": "Noto Sans Tangsa",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTangsa-Regular.ttf||22992:1655828711.0": {
+ "family_name": "Noto Sans Tangsa",
+ "font-family": "Noto Sans Tangsa",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tangsa Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTangsa-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTangsa-SemiBold.ttf||23900:1655828711.0": {
+ "family_name": "Noto Sans Tangsa SemiBold",
+ "font-family": "Noto Sans Tangsa SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tangsa SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTangsa-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Tangsa",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-Black.ttf||206996:1655828711.0": {
+ "family_name": "Noto Sans Telugu Black",
+ "font-family": "Noto Sans Telugu Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-Black.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-Bold.ttf||205304:1655828711.0": {
+ "family_name": "Noto Sans Telugu",
+ "font-family": "Noto Sans Telugu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-Condensed.ttf||191412:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed",
+ "font-family": "Noto Sans Telugu Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-CondensedBlack.ttf||206608:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed Black",
+ "font-family": "Noto Sans Telugu Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-CondensedBold.ttf||204080:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed",
+ "font-family": "Noto Sans Telugu Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-CondensedExtraBold.ttf||204660:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed ExtraBold",
+ "font-family": "Noto Sans Telugu Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-CondensedExtraLight.ttf||183920:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed ExtraLight",
+ "font-family": "Noto Sans Telugu Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-CondensedLight.ttf||190740:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed Light",
+ "font-family": "Noto Sans Telugu Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-CondensedMedium.ttf||201244:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed Medium",
+ "font-family": "Noto Sans Telugu Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-CondensedSemiBold.ttf||203436:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed SemiBold",
+ "font-family": "Noto Sans Telugu Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-CondensedThin.ttf||192500:1655828711.0": {
+ "family_name": "Noto Sans Telugu Condensed Thin",
+ "font-family": "Noto Sans Telugu Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraBold.ttf||205540:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraBold",
+ "font-family": "Noto Sans Telugu ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensed.ttf||192636:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed",
+ "font-family": "Noto Sans Telugu ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedBlack.ttf||206012:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed Black",
+ "font-family": "Noto Sans Telugu ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedBold.ttf||204200:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed",
+ "font-family": "Noto Sans Telugu ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedExtraBold.ttf||203644:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Telugu ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedExtraLight.ttf||183992:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Telugu ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedLight.ttf||190068:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed Light",
+ "font-family": "Noto Sans Telugu ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedMedium.ttf||201124:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed Medium",
+ "font-family": "Noto Sans Telugu ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedSemiBold.ttf||202504:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Telugu ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedThin.ttf||188288:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraCondensed Thin",
+ "font-family": "Noto Sans Telugu ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-ExtraLight.ttf||186204:1655828711.0": {
+ "family_name": "Noto Sans Telugu ExtraLight",
+ "font-family": "Noto Sans Telugu ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-Light.ttf||191596:1655828711.0": {
+ "family_name": "Noto Sans Telugu Light",
+ "font-family": "Noto Sans Telugu Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-Light.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-Medium.ttf||205460:1655828711.0": {
+ "family_name": "Noto Sans Telugu Medium",
+ "font-family": "Noto Sans Telugu Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-Medium.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-Regular.ttf||197228:1655828711.0": {
+ "family_name": "Noto Sans Telugu",
+ "font-family": "Noto Sans Telugu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiBold.ttf||208712:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiBold",
+ "font-family": "Noto Sans Telugu SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensed.ttf||193476:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed",
+ "font-family": "Noto Sans Telugu SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedBlack.ttf||208216:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed Black",
+ "font-family": "Noto Sans Telugu SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedBold.ttf||204508:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed",
+ "font-family": "Noto Sans Telugu SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedExtraBold.ttf||204268:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Telugu SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedExtraLight.ttf||186484:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Telugu SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedLight.ttf||190620:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed Light",
+ "font-family": "Noto Sans Telugu SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedMedium.ttf||203436:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed Medium",
+ "font-family": "Noto Sans Telugu SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedSemiBold.ttf||203108:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed SemiBold",
+ "font-family": "Noto Sans Telugu SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedThin.ttf||186236:1655828711.0": {
+ "family_name": "Noto Sans Telugu SemiCondensed Thin",
+ "font-family": "Noto Sans Telugu SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTelugu-Thin.ttf||184596:1655828711.0": {
+ "family_name": "Noto Sans Telugu Thin",
+ "font-family": "Noto Sans Telugu Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTelugu-Thin.ttf",
+ "preferred_family_name": "Noto Sans Telugu",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-Black.ttf||220308:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Black",
+ "font-family": "Noto Sans Telugu UI Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-Bold.ttf||217100:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI",
+ "font-family": "Noto Sans Telugu UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-Condensed.ttf||204880:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed",
+ "font-family": "Noto Sans Telugu UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedBlack.ttf||219248:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed Black",
+ "font-family": "Noto Sans Telugu UI Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedBold.ttf||217524:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed",
+ "font-family": "Noto Sans Telugu UI Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedExtraBold.ttf||217020:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed ExtraBold",
+ "font-family": "Noto Sans Telugu UI Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedExtraLight.ttf||198556:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed ExtraLight",
+ "font-family": "Noto Sans Telugu UI Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedLight.ttf||204096:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed Light",
+ "font-family": "Noto Sans Telugu UI Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedMedium.ttf||214584:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed Medium",
+ "font-family": "Noto Sans Telugu UI Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedSemiBold.ttf||216484:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed SemiBold",
+ "font-family": "Noto Sans Telugu UI Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedThin.ttf||205328:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Condensed Thin",
+ "font-family": "Noto Sans Telugu UI Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraBold.ttf||217656:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraBold",
+ "font-family": "Noto Sans Telugu UI ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensed.ttf||206728:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedBlack.ttf||219272:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed Black",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedBold.ttf||217044:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedExtraBold.ttf||217028:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed ExtraBold",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedExtraLight.ttf||197872:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed ExtraLight",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedLight.ttf||203672:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed Light",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedMedium.ttf||214552:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed Medium",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedSemiBold.ttf||215028:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed SemiBold",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedThin.ttf||202048:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraCondensed Thin",
+ "font-family": "Noto Sans Telugu UI ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraLight.ttf||200512:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI ExtraLight",
+ "font-family": "Noto Sans Telugu UI ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-Light.ttf||205700:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Light",
+ "font-family": "Noto Sans Telugu UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-Medium.ttf||219608:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Medium",
+ "font-family": "Noto Sans Telugu UI Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-Regular.ttf||210656:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI",
+ "font-family": "Noto Sans Telugu UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiBold.ttf||221520:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiBold",
+ "font-family": "Noto Sans Telugu UI SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensed.ttf||206992:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed",
+ "font-family": "Noto Sans Telugu UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedBlack.ttf||222240:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed Black",
+ "font-family": "Noto Sans Telugu UI SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedBold.ttf||216544:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed",
+ "font-family": "Noto Sans Telugu UI SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedExtraBold.ttf||215912:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed ExtraBold",
+ "font-family": "Noto Sans Telugu UI SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedExtraLight.ttf||200932:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed ExtraLight",
+ "font-family": "Noto Sans Telugu UI SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedLight.ttf||204432:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed Light",
+ "font-family": "Noto Sans Telugu UI SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedMedium.ttf||216672:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed Medium",
+ "font-family": "Noto Sans Telugu UI SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedSemiBold.ttf||215760:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed SemiBold",
+ "font-family": "Noto Sans Telugu UI SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedThin.ttf||200012:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI SemiCondensed Thin",
+ "font-family": "Noto Sans Telugu UI SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTeluguUI-Thin.ttf||197736:1655828711.0": {
+ "family_name": "Noto Sans Telugu UI Thin",
+ "font-family": "Noto Sans Telugu UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Telugu UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTeluguUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Telugu UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-Black.ttf||18892:1655828711.0": {
+ "family_name": "Noto Sans Thaana Black",
+ "font-family": "Noto Sans Thaana Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-Black.ttf",
+ "preferred_family_name": "Noto Sans Thaana",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-Bold.ttf||18536:1655828711.0": {
+ "family_name": "Noto Sans Thaana",
+ "font-family": "Noto Sans Thaana",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-ExtraBold.ttf||18784:1655828711.0": {
+ "family_name": "Noto Sans Thaana ExtraBold",
+ "font-family": "Noto Sans Thaana ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thaana",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-ExtraLight.ttf||18464:1655828711.0": {
+ "family_name": "Noto Sans Thaana ExtraLight",
+ "font-family": "Noto Sans Thaana ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thaana",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-Light.ttf||18560:1655828711.0": {
+ "family_name": "Noto Sans Thaana Light",
+ "font-family": "Noto Sans Thaana Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-Light.ttf",
+ "preferred_family_name": "Noto Sans Thaana",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-Medium.ttf||18696:1655828711.0": {
+ "family_name": "Noto Sans Thaana Medium",
+ "font-family": "Noto Sans Thaana Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-Medium.ttf",
+ "preferred_family_name": "Noto Sans Thaana",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-Regular.ttf||18728:1655828711.0": {
+ "family_name": "Noto Sans Thaana",
+ "font-family": "Noto Sans Thaana",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-SemiBold.ttf||18620:1655828711.0": {
+ "family_name": "Noto Sans Thaana SemiBold",
+ "font-family": "Noto Sans Thaana SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thaana",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaana-Thin.ttf||18388:1655828711.0": {
+ "family_name": "Noto Sans Thaana Thin",
+ "font-family": "Noto Sans Thaana Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thaana Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaana-Thin.ttf",
+ "preferred_family_name": "Noto Sans Thaana",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-Black.ttf||39100:1655828711.0": {
+ "family_name": "Noto Sans Thai Blk",
+ "font-family": "Noto Sans Thai Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-Black.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-Bold.ttf||37796:1655828711.0": {
+ "family_name": "Noto Sans Thai",
+ "font-family": "Noto Sans Thai",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-Condensed.ttf||37444:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond",
+ "font-family": "Noto Sans Thai Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-CondensedBlack.ttf||38956:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond Blk",
+ "font-family": "Noto Sans Thai Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-CondensedBold.ttf||37948:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond",
+ "font-family": "Noto Sans Thai Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-CondensedExtraBold.ttf||38840:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond ExtBd",
+ "font-family": "Noto Sans Thai Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-CondensedExtraLight.ttf||35292:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond ExtLt",
+ "font-family": "Noto Sans Thai Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-CondensedLight.ttf||35312:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond Light",
+ "font-family": "Noto Sans Thai Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-CondensedMedium.ttf||37892:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond Med",
+ "font-family": "Noto Sans Thai Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-CondensedSemiBold.ttf||38340:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond SemBd",
+ "font-family": "Noto Sans Thai Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-CondensedThin.ttf||34588:1655828711.0": {
+ "family_name": "Noto Sans Thai Cond Thin",
+ "font-family": "Noto Sans Thai Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraBold.ttf||38916:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtBd",
+ "font-family": "Noto Sans Thai ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensed.ttf||37296:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond",
+ "font-family": "Noto Sans Thai ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedBlack.ttf||38668:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond Blk",
+ "font-family": "Noto Sans Thai ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedBold.ttf||37728:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond",
+ "font-family": "Noto Sans Thai ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedExtraBold.ttf||38232:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond ExtBd",
+ "font-family": "Noto Sans Thai ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedExtraLight.ttf||35388:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond ExtLt",
+ "font-family": "Noto Sans Thai ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedLight.ttf||35292:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond Light",
+ "font-family": "Noto Sans Thai ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedMedium.ttf||37900:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond Med",
+ "font-family": "Noto Sans Thai ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedSemiBold.ttf||38212:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond SemBd",
+ "font-family": "Noto Sans Thai ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedThin.ttf||34560:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtCond Thin",
+ "font-family": "Noto Sans Thai ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-ExtraLight.ttf||34972:1655828711.0": {
+ "family_name": "Noto Sans Thai ExtLt",
+ "font-family": "Noto Sans Thai ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-Light.ttf||35448:1655828711.0": {
+ "family_name": "Noto Sans Thai Light",
+ "font-family": "Noto Sans Thai Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-Light.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-Medium.ttf||38268:1655828711.0": {
+ "family_name": "Noto Sans Thai Med",
+ "font-family": "Noto Sans Thai Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-Medium.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-Regular.ttf||37752:1655828711.0": {
+ "family_name": "Noto Sans Thai",
+ "font-family": "Noto Sans Thai",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiBold.ttf||38496:1655828711.0": {
+ "family_name": "Noto Sans Thai SemBd",
+ "font-family": "Noto Sans Thai SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensed.ttf||37496:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond",
+ "font-family": "Noto Sans Thai SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensedBlack.ttf||39432:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond Blk",
+ "font-family": "Noto Sans Thai SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensedBold.ttf||37688:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond",
+ "font-family": "Noto Sans Thai SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensedExtraBold.ttf||38816:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond ExtBd",
+ "font-family": "Noto Sans Thai SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensedExtraLight.ttf||35580:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond ExtLt",
+ "font-family": "Noto Sans Thai SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensedLight.ttf||35588:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond Light",
+ "font-family": "Noto Sans Thai SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensedMedium.ttf||38248:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond Med",
+ "font-family": "Noto Sans Thai SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensedSemiBold.ttf||38276:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond SemBd",
+ "font-family": "Noto Sans Thai SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-SemiCondensedThin.ttf||34644:1655828711.0": {
+ "family_name": "Noto Sans Thai SemCond Thin",
+ "font-family": "Noto Sans Thai SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThai-Thin.ttf||34756:1655828711.0": {
+ "family_name": "Noto Sans Thai Thin",
+ "font-family": "Noto Sans Thai Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThai-Thin.ttf",
+ "preferred_family_name": "Noto Sans Thai",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-Black.ttf||42460:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Blk",
+ "font-family": "Noto Sans Thai UI Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-Black.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-Bold.ttf||38808:1655828711.0": {
+ "family_name": "Noto Sans Thai UI",
+ "font-family": "Noto Sans Thai UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-Condensed.ttf||37916:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond",
+ "font-family": "Noto Sans Thai UI Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-Condensed.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-CondensedBlack.ttf||39192:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond Blk",
+ "font-family": "Noto Sans Thai UI Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-CondensedBold.ttf||38360:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond",
+ "font-family": "Noto Sans Thai UI Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-CondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-CondensedExtraBold.ttf||39112:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond ExtBd",
+ "font-family": "Noto Sans Thai UI Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-CondensedExtraLight.ttf||33832:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond ExtLt",
+ "font-family": "Noto Sans Thai UI Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-CondensedLight.ttf||36580:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond Light",
+ "font-family": "Noto Sans Thai UI Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-CondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-CondensedMedium.ttf||38432:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond Med",
+ "font-family": "Noto Sans Thai UI Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-CondensedSemiBold.ttf||38584:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond SemBd",
+ "font-family": "Noto Sans Thai UI Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-CondensedThin.ttf||32780:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Cond Thin",
+ "font-family": "Noto Sans Thai UI Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-CondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraBold.ttf||39312:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtBd",
+ "font-family": "Noto Sans Thai UI ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensed.ttf||37716:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond",
+ "font-family": "Noto Sans Thai UI ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedBlack.ttf||39084:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond Blk",
+ "font-family": "Noto Sans Thai UI ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedBold.ttf||38036:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond",
+ "font-family": "Noto Sans Thai UI ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedExtraBold.ttf||38728:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond ExtBd",
+ "font-family": "Noto Sans Thai UI ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedExtraLight.ttf||34080:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond ExtLt",
+ "font-family": "Noto Sans Thai UI ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedLight.ttf||36076:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond Light",
+ "font-family": "Noto Sans Thai UI ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedMedium.ttf||38456:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond Med",
+ "font-family": "Noto Sans Thai UI ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedSemiBold.ttf||38924:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond SemBd",
+ "font-family": "Noto Sans Thai UI ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedThin.ttf||32644:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtCond Thin",
+ "font-family": "Noto Sans Thai UI ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 6,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-ExtraLight.ttf||33732:1655828711.0": {
+ "family_name": "Noto Sans Thai UI ExtLt",
+ "font-family": "Noto Sans Thai UI ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-ExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-Light.ttf||36732:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Light",
+ "font-family": "Noto Sans Thai UI Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-Light.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-Medium.ttf||38568:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Med",
+ "font-family": "Noto Sans Thai UI Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-Medium.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-Regular.ttf||37880:1655828711.0": {
+ "family_name": "Noto Sans Thai UI",
+ "font-family": "Noto Sans Thai UI",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiBold.ttf||39184:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemBd",
+ "font-family": "Noto Sans Thai UI SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensed.ttf||37996:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond",
+ "font-family": "Noto Sans Thai UI SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedBlack.ttf||42572:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond Blk",
+ "font-family": "Noto Sans Thai UI SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 10,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedBold.ttf||38752:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond",
+ "font-family": "Noto Sans Thai UI SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedExtraBold.ttf||39316:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond ExtBd",
+ "font-family": "Noto Sans Thai UI SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 9,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedExtraLight.ttf||34208:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond ExtLt",
+ "font-family": "Noto Sans Thai UI SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedLight.ttf||36528:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond Light",
+ "font-family": "Noto Sans Thai UI SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 4,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedMedium.ttf||38788:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond Med",
+ "font-family": "Noto Sans Thai UI SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedSemiBold.ttf||38732:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond SemBd",
+ "font-family": "Noto Sans Thai UI SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedThin.ttf||32868:1655828711.0": {
+ "family_name": "Noto Sans Thai UI SemCond Thin",
+ "font-family": "Noto Sans Thai UI SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansThaiUI-Thin.ttf||32848:1655828711.0": {
+ "family_name": "Noto Sans Thai UI Thin",
+ "font-family": "Noto Sans Thai UI Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Sans Thai UI Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 2,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansThaiUI-Thin.ttf",
+ "preferred_family_name": "Noto Sans Thai UI",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinagh-Regular.ttf||39216:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh",
+ "font-family": "Noto Sans Tifinagh",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinagh-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghAPT-Regular.ttf||39540:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh APT",
+ "font-family": "Noto Sans Tifinagh APT",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh APT Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghAPT-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghAdrar-Regular.ttf||38928:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Adrar",
+ "font-family": "Noto Sans Tifinagh Adrar",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Adrar Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghAdrar-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf||40056:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Agraw Imazighen",
+ "font-family": "Noto Sans Tifinagh Agraw Imazighen",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Agraw Imazighen Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghAhaggar-Regular.ttf||39516:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Ahaggar",
+ "font-family": "Noto Sans Tifinagh Ahaggar",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Ahaggar Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghAhaggar-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghAir-Regular.ttf||39484:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Air",
+ "font-family": "Noto Sans Tifinagh Air",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Air Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghAir-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghAzawagh-Regular.ttf||39516:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Azawagh",
+ "font-family": "Noto Sans Tifinagh Azawagh",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Azawagh Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghAzawagh-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghGhat-Regular.ttf||39320:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Ghat",
+ "font-family": "Noto Sans Tifinagh Ghat",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Ghat Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghGhat-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghHawad-Regular.ttf||39324:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Hawad",
+ "font-family": "Noto Sans Tifinagh Hawad",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Hawad Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghHawad-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghRhissaIxa-Regular.ttf||39768:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Rhissa Ixa",
+ "font-family": "Noto Sans Tifinagh Rhissa Ixa",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Rhissa Ixa Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghRhissaIxa-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghSIL-Regular.ttf||39764:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh SIL",
+ "font-family": "Noto Sans Tifinagh SIL",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh SIL Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghSIL-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTifinaghTawellemmet-Regular.ttf||39752:1655828711.0": {
+ "family_name": "Noto Sans Tifinagh Tawellemmet",
+ "font-family": "Noto Sans Tifinagh Tawellemmet",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tifinagh Tawellemmet Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTifinaghTawellemmet-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansTirhuta-Regular.ttf||97008:1655828711.0": {
+ "family_name": "Noto Sans Tirhuta",
+ "font-family": "Noto Sans Tirhuta",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Tirhuta Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansTirhuta-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansUgaritic-Regular.ttf||7300:1655828711.0": {
+ "family_name": "Noto Sans Ugaritic",
+ "font-family": "Noto Sans Ugaritic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Ugaritic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansUgaritic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansVai-Regular.ttf||91692:1655828711.0": {
+ "family_name": "Noto Sans Vai",
+ "font-family": "Noto Sans Vai",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Vai Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansVai-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansVithkuqi-Bold.ttf||18508:1655828711.0": {
+ "family_name": "Noto Sans Vithkuqi",
+ "font-family": "Noto Sans Vithkuqi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Sans Vithkuqi Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansVithkuqi-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansVithkuqi-Medium.ttf||18628:1655828711.0": {
+ "family_name": "Noto Sans Vithkuqi Medium",
+ "font-family": "Noto Sans Vithkuqi Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Sans Vithkuqi Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansVithkuqi-Medium.ttf",
+ "preferred_family_name": "Noto Sans Vithkuqi",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansVithkuqi-Regular.ttf||18832:1655828711.0": {
+ "family_name": "Noto Sans Vithkuqi",
+ "font-family": "Noto Sans Vithkuqi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Vithkuqi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansVithkuqi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansVithkuqi-SemiBold.ttf||18580:1655828711.0": {
+ "family_name": "Noto Sans Vithkuqi SemiBold",
+ "font-family": "Noto Sans Vithkuqi SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Sans Vithkuqi SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansVithkuqi-SemiBold.ttf",
+ "preferred_family_name": "Noto Sans Vithkuqi",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansWancho-Regular.ttf||18940:1655828711.0": {
+ "family_name": "Noto Sans Wancho",
+ "font-family": "Noto Sans Wancho",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Wancho Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansWancho-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansWarangCiti-Regular.ttf||25328:1655828711.0": {
+ "family_name": "Noto Sans WarangCiti",
+ "font-family": "Noto Sans WarangCiti",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Warang Citi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansWarangCiti-Regular.ttf",
+ "preferred_family_name": "Noto Sans Warang Citi",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansYi-Regular.ttf||182808:1655828711.0": {
+ "family_name": "Noto Sans Yi",
+ "font-family": "Noto Sans Yi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Yi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansYi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSansZanabazarSquare-Regular.ttf||19896:1655828711.0": {
+ "family_name": "Noto Sans Zanabazar",
+ "font-family": "Noto Sans Zanabazar",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Sans Zanabazar Square Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSansZanabazarSquare-Regular.ttf",
+ "preferred_family_name": "Noto Sans Zanabazar Square",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-Black.ttf||691476:1655828711.0": {
+ "family_name": "Noto Serif Black",
+ "font-family": "Noto Serif Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-Black.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-BlackItalic.ttf||697992:1655828711.0": {
+ "family_name": "Noto Serif Black",
+ "font-family": "Noto Serif Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-BlackItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-Bold.ttf||638164:1655828711.0": {
+ "family_name": "Noto Serif Bold",
+ "font-family": "Noto Serif Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-Bold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-BoldItalic.ttf||675428:1655828711.0": {
+ "family_name": "Noto Serif Bold Italic",
+ "font-family": "Noto Serif Bold Italic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bold Italic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-BoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-Condensed.ttf||626612:1655828711.0": {
+ "family_name": "Noto Serif Condensed",
+ "font-family": "Noto Serif Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-Condensed.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedBlack.ttf||658224:1655828711.0": {
+ "family_name": "Noto Serif Condensed Black",
+ "font-family": "Noto Serif Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedBlackItalic.ttf||681224:1655828711.0": {
+ "family_name": "Noto Serif Condensed Black",
+ "font-family": "Noto Serif Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedBold.ttf||649356:1655828711.0": {
+ "family_name": "Noto Serif Condensed",
+ "font-family": "Noto Serif Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedBoldItalic.ttf||677724:1655828711.0": {
+ "family_name": "Noto Serif Condensed",
+ "font-family": "Noto Serif Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedExtraBold.ttf||652112:1655828711.0": {
+ "family_name": "Noto Serif Condensed ExtraBold",
+ "font-family": "Noto Serif Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedExtraBoldItalic.ttf||683288:1655828711.0": {
+ "family_name": "Noto Serif Condensed ExtraBold",
+ "font-family": "Noto Serif Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedExtraLight.ttf||622764:1655828711.0": {
+ "family_name": "Noto Serif Condensed ExtraLight",
+ "font-family": "Noto Serif Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedExtraLightItalic.ttf||639400:1655828711.0": {
+ "family_name": "Noto Serif Condensed ExtraLight",
+ "font-family": "Noto Serif Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedItalic.ttf||652452:1655828711.0": {
+ "family_name": "Noto Serif Condensed",
+ "font-family": "Noto Serif Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedLight.ttf||614796:1655828711.0": {
+ "family_name": "Noto Serif Condensed Light",
+ "font-family": "Noto Serif Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedLightItalic.ttf||643036:1655828711.0": {
+ "family_name": "Noto Serif Condensed Light",
+ "font-family": "Noto Serif Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedMedium.ttf||627112:1655828711.0": {
+ "family_name": "Noto Serif Condensed Medium",
+ "font-family": "Noto Serif Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedMediumItalic.ttf||659016:1655828711.0": {
+ "family_name": "Noto Serif Condensed Medium",
+ "font-family": "Noto Serif Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedSemiBold.ttf||643536:1655828711.0": {
+ "family_name": "Noto Serif Condensed SemiBold",
+ "font-family": "Noto Serif Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedSemiBoldItalic.ttf||677040:1655828711.0": {
+ "family_name": "Noto Serif Condensed SemiBold",
+ "font-family": "Noto Serif Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedThin.ttf||646440:1655828711.0": {
+ "family_name": "Noto Serif Condensed Thin",
+ "font-family": "Noto Serif Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-CondensedThinItalic.ttf||646816:1655828711.0": {
+ "family_name": "Noto Serif Condensed Thin",
+ "font-family": "Noto Serif Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Condensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-CondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraBold.ttf||655652:1655828711.0": {
+ "family_name": "Noto Serif ExtraBold",
+ "font-family": "Noto Serif ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraBoldItalic.ttf||682248:1655828711.0": {
+ "family_name": "Noto Serif ExtraBold",
+ "font-family": "Noto Serif ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensed.ttf||621144:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed",
+ "font-family": "Noto Serif ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedBlack.ttf||653568:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed Black",
+ "font-family": "Noto Serif ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedBlackItalic.ttf||679864:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed Black",
+ "font-family": "Noto Serif ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedBold.ttf||651076:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed",
+ "font-family": "Noto Serif ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedBoldItalic.ttf||680652:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed",
+ "font-family": "Noto Serif ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedExtraBold.ttf||652120:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedExtraBoldItalic.ttf||679408:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedExtraLight.ttf||621004:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedExtraLightItalic.ttf||642328:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedItalic.ttf||650476:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed",
+ "font-family": "Noto Serif ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedLight.ttf||611324:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed Light",
+ "font-family": "Noto Serif ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedLightItalic.ttf||639836:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed Light",
+ "font-family": "Noto Serif ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedMedium.ttf||631756:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed Medium",
+ "font-family": "Noto Serif ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedMediumItalic.ttf||658984:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed Medium",
+ "font-family": "Noto Serif ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedSemiBold.ttf||645424:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed SemiBold",
+ "font-family": "Noto Serif ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedSemiBoldItalic.ttf||676468:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed SemiBold",
+ "font-family": "Noto Serif ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedThin.ttf||644344:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed Thin",
+ "font-family": "Noto Serif ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraCondensedThinItalic.ttf||654520:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed Thin",
+ "font-family": "Noto Serif ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraCondensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraCondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraLight.ttf||614336:1655828711.0": {
+ "family_name": "Noto Serif ExtraLight",
+ "font-family": "Noto Serif ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ExtraLightItalic.ttf||634980:1655828711.0": {
+ "family_name": "Noto Serif ExtraLight",
+ "font-family": "Noto Serif ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-Italic.ttf||657092:1655828711.0": {
+ "family_name": "Noto Serif Italic",
+ "font-family": "Noto Serif Italic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Italic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-Italic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-Light.ttf||627220:1655828711.0": {
+ "family_name": "Noto Serif Light",
+ "font-family": "Noto Serif Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-Light.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-LightItalic.ttf||641384:1655828711.0": {
+ "family_name": "Noto Serif Light",
+ "font-family": "Noto Serif Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-LightItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-Medium.ttf||640104:1655828711.0": {
+ "family_name": "Noto Serif Medium",
+ "font-family": "Noto Serif Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-Medium.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-MediumItalic.ttf||678428:1655828711.0": {
+ "family_name": "Noto Serif Medium",
+ "font-family": "Noto Serif Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-MediumItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-Regular.ttf||616196:1655828711.0": {
+ "family_name": "Noto Serif",
+ "font-family": "Noto Serif",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiBold.ttf||640852:1655828711.0": {
+ "family_name": "Noto Serif SemiBold",
+ "font-family": "Noto Serif SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiBoldItalic.ttf||678712:1655828711.0": {
+ "family_name": "Noto Serif SemiBold",
+ "font-family": "Noto Serif SemiBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensed.ttf||627412:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed",
+ "font-family": "Noto Serif SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedBlack.ttf||690888:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed Black",
+ "font-family": "Noto Serif SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedBlackItalic.ttf||696236:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed Black",
+ "font-family": "Noto Serif SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedBold.ttf||644832:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed",
+ "font-family": "Noto Serif SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedBoldItalic.ttf||676668:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed",
+ "font-family": "Noto Serif SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedExtraBold.ttf||655104:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed ExtraBold",
+ "font-family": "Noto Serif SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedExtraBoldItalic.ttf||681724:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed ExtraBold",
+ "font-family": "Noto Serif SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedExtraLight.ttf||617372:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed ExtraLight",
+ "font-family": "Noto Serif SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedExtraLightItalic.ttf||637760:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed ExtraLight",
+ "font-family": "Noto Serif SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedItalic.ttf||658324:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed",
+ "font-family": "Noto Serif SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedLight.ttf||630456:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed Light",
+ "font-family": "Noto Serif SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedLightItalic.ttf||644148:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed Light",
+ "font-family": "Noto Serif SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedMedium.ttf||650048:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed Medium",
+ "font-family": "Noto Serif SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedMediumItalic.ttf||658892:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed Medium",
+ "font-family": "Noto Serif SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedSemiBold.ttf||647048:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed SemiBold",
+ "font-family": "Noto Serif SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedSemiBoldItalic.ttf||679468:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed SemiBold",
+ "font-family": "Noto Serif SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedThin.ttf||646032:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed Thin",
+ "font-family": "Noto Serif SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-SemiCondensedThinItalic.ttf||646532:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed Thin",
+ "font-family": "Noto Serif SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif SemiCondensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-SemiCondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-Thin.ttf||652132:1655828711.0": {
+ "family_name": "Noto Serif Thin",
+ "font-family": "Noto Serif Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-Thin.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerif-ThinItalic.ttf||653328:1655828711.0": {
+ "family_name": "Noto Serif Thin",
+ "font-family": "Noto Serif Thin",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerif-ThinItalic.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifAhom-Regular.ttf||19536:1655828711.0": {
+ "family_name": "Noto Serif Ahom",
+ "font-family": "Noto Serif Ahom",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ahom Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifAhom-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-Black.ttf||32492:1655828711.0": {
+ "family_name": "Noto Serif Armenian Black",
+ "font-family": "Noto Serif Armenian Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-Black.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-Bold.ttf||30412:1655828711.0": {
+ "family_name": "Noto Serif Armenian",
+ "font-family": "Noto Serif Armenian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-Condensed.ttf||33796:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed",
+ "font-family": "Noto Serif Armenian Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-CondensedBlack.ttf||35004:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed Black",
+ "font-family": "Noto Serif Armenian Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-CondensedBold.ttf||29956:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed",
+ "font-family": "Noto Serif Armenian Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-CondensedExtraBold.ttf||31012:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed ExtraBold",
+ "font-family": "Noto Serif Armenian Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-CondensedExtraLight.ttf||31088:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed ExtraLight",
+ "font-family": "Noto Serif Armenian Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-CondensedLight.ttf||30624:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed Light",
+ "font-family": "Noto Serif Armenian Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-CondensedMedium.ttf||31400:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed Medium",
+ "font-family": "Noto Serif Armenian Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-CondensedSemiBold.ttf||30820:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed SemiBold",
+ "font-family": "Noto Serif Armenian Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-CondensedThin.ttf||32336:1655828711.0": {
+ "family_name": "Noto Serif Armenian Condensed Thin",
+ "font-family": "Noto Serif Armenian Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraBold.ttf||34668:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraBold",
+ "font-family": "Noto Serif Armenian ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensed.ttf||32908:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed",
+ "font-family": "Noto Serif Armenian ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedBlack.ttf||34940:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed Black",
+ "font-family": "Noto Serif Armenian ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedBold.ttf||29956:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed",
+ "font-family": "Noto Serif Armenian ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedExtraBold.ttf||30800:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Armenian ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedExtraLight.ttf||31092:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Armenian ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedLight.ttf||30724:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed Light",
+ "font-family": "Noto Serif Armenian ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedMedium.ttf||30332:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed Medium",
+ "font-family": "Noto Serif Armenian ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedSemiBold.ttf||29892:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Armenian ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedThin.ttf||29212:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraCondensed Thin",
+ "font-family": "Noto Serif Armenian ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-ExtraLight.ttf||30872:1655828711.0": {
+ "family_name": "Noto Serif Armenian ExtraLight",
+ "font-family": "Noto Serif Armenian ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-Light.ttf||30904:1655828711.0": {
+ "family_name": "Noto Serif Armenian Light",
+ "font-family": "Noto Serif Armenian Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-Light.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-Medium.ttf||31808:1655828711.0": {
+ "family_name": "Noto Serif Armenian Medium",
+ "font-family": "Noto Serif Armenian Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-Medium.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-Regular.ttf||31192:1655828711.0": {
+ "family_name": "Noto Serif Armenian",
+ "font-family": "Noto Serif Armenian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiBold.ttf||31032:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiBold",
+ "font-family": "Noto Serif Armenian SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensed.ttf||33544:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed",
+ "font-family": "Noto Serif Armenian SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedBlack.ttf||32460:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed Black",
+ "font-family": "Noto Serif Armenian SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedBold.ttf||30224:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed",
+ "font-family": "Noto Serif Armenian SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedExtraBold.ttf||34912:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Armenian SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedExtraLight.ttf||30876:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Armenian SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedLight.ttf||31112:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed Light",
+ "font-family": "Noto Serif Armenian SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedMedium.ttf||30948:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed Medium",
+ "font-family": "Noto Serif Armenian SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedSemiBold.ttf||31948:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed SemiBold",
+ "font-family": "Noto Serif Armenian SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedThin.ttf||32284:1655828711.0": {
+ "family_name": "Noto Serif Armenian SemiCondensed Thin",
+ "font-family": "Noto Serif Armenian SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifArmenian-Thin.ttf||30656:1655828711.0": {
+ "family_name": "Noto Serif Armenian Thin",
+ "font-family": "Noto Serif Armenian Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Armenian Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifArmenian-Thin.ttf",
+ "preferred_family_name": "Noto Serif Armenian",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBalinese-Regular.ttf||51976:1655828711.0": {
+ "family_name": "Noto Serif Balinese",
+ "font-family": "Noto Serif Balinese",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Balinese Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBalinese-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-Black.ttf||269600:1655828711.0": {
+ "family_name": "Noto Serif Bengali Black",
+ "font-family": "Noto Serif Bengali Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-Black.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-Bold.ttf||258728:1655828711.0": {
+ "family_name": "Noto Serif Bengali",
+ "font-family": "Noto Serif Bengali",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-Condensed.ttf||249068:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed",
+ "font-family": "Noto Serif Bengali Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-CondensedBlack.ttf||260772:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed Black",
+ "font-family": "Noto Serif Bengali Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-CondensedBold.ttf||255220:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed",
+ "font-family": "Noto Serif Bengali Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-CondensedExtraBold.ttf||261452:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed ExtraBold",
+ "font-family": "Noto Serif Bengali Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-CondensedExtraLight.ttf||221508:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed ExtraLight",
+ "font-family": "Noto Serif Bengali Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-CondensedLight.ttf||241400:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed Light",
+ "font-family": "Noto Serif Bengali Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-CondensedMedium.ttf||249244:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed Medium",
+ "font-family": "Noto Serif Bengali Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-CondensedSemiBold.ttf||257840:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed SemiBold",
+ "font-family": "Noto Serif Bengali Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-CondensedThin.ttf||226644:1655828711.0": {
+ "family_name": "Noto Serif Bengali Condensed Thin",
+ "font-family": "Noto Serif Bengali Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraBold.ttf||258908:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraBold",
+ "font-family": "Noto Serif Bengali ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensed.ttf||247164:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed",
+ "font-family": "Noto Serif Bengali ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedBlack.ttf||253808:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed Black",
+ "font-family": "Noto Serif Bengali ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedBold.ttf||257752:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed",
+ "font-family": "Noto Serif Bengali ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedExtraBold.ttf||257184:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Bengali ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedExtraLight.ttf||219160:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Bengali ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedLight.ttf||240620:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed Light",
+ "font-family": "Noto Serif Bengali ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedMedium.ttf||247872:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed Medium",
+ "font-family": "Noto Serif Bengali ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedSemiBold.ttf||252944:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Bengali ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedThin.ttf||225852:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraCondensed Thin",
+ "font-family": "Noto Serif Bengali ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-ExtraLight.ttf||226220:1655828711.0": {
+ "family_name": "Noto Serif Bengali ExtraLight",
+ "font-family": "Noto Serif Bengali ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-Light.ttf||233556:1655828711.0": {
+ "family_name": "Noto Serif Bengali Light",
+ "font-family": "Noto Serif Bengali Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-Light.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-Medium.ttf||256256:1655828711.0": {
+ "family_name": "Noto Serif Bengali Medium",
+ "font-family": "Noto Serif Bengali Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-Medium.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-Regular.ttf||263780:1655828711.0": {
+ "family_name": "Noto Serif Bengali",
+ "font-family": "Noto Serif Bengali",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiBold.ttf||255172:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiBold",
+ "font-family": "Noto Serif Bengali SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensed.ttf||252272:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed",
+ "font-family": "Noto Serif Bengali SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedBlack.ttf||263204:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed Black",
+ "font-family": "Noto Serif Bengali SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedBold.ttf||257304:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed",
+ "font-family": "Noto Serif Bengali SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedExtraBold.ttf||259700:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Bengali SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedExtraLight.ttf||223432:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Bengali SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedLight.ttf||240884:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed Light",
+ "font-family": "Noto Serif Bengali SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedMedium.ttf||250864:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed Medium",
+ "font-family": "Noto Serif Bengali SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedSemiBold.ttf||257612:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed SemiBold",
+ "font-family": "Noto Serif Bengali SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedThin.ttf||228460:1655828711.0": {
+ "family_name": "Noto Serif Bengali SemiCondensed Thin",
+ "font-family": "Noto Serif Bengali SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifBengali-Thin.ttf||235548:1655828711.0": {
+ "family_name": "Noto Serif Bengali Thin",
+ "font-family": "Noto Serif Bengali Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Bengali Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifBengali-Thin.ttf",
+ "preferred_family_name": "Noto Serif Bengali",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-Black.ttf||274668:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Black",
+ "font-family": "Noto Serif Devanagari Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-Black.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-Bold.ttf||278024:1655828711.0": {
+ "family_name": "Noto Serif Devanagari",
+ "font-family": "Noto Serif Devanagari",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-Condensed.ttf||265556:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed",
+ "font-family": "Noto Serif Devanagari Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedBlack.ttf||281912:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed Black",
+ "font-family": "Noto Serif Devanagari Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedBold.ttf||277208:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed",
+ "font-family": "Noto Serif Devanagari Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedExtraBold.ttf||279264:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed ExtraBold",
+ "font-family": "Noto Serif Devanagari Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedExtraLight.ttf||310348:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed ExtraLight",
+ "font-family": "Noto Serif Devanagari Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedLight.ttf||254952:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed Light",
+ "font-family": "Noto Serif Devanagari Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedMedium.ttf||274912:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed Medium",
+ "font-family": "Noto Serif Devanagari Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedSemiBold.ttf||276520:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed SemiBold",
+ "font-family": "Noto Serif Devanagari Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedThin.ttf||319536:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Condensed Thin",
+ "font-family": "Noto Serif Devanagari Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraBold.ttf||273996:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraBold",
+ "font-family": "Noto Serif Devanagari ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensed.ttf||264076:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed",
+ "font-family": "Noto Serif Devanagari ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedBlack.ttf||280420:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed Black",
+ "font-family": "Noto Serif Devanagari ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedBold.ttf||276084:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed",
+ "font-family": "Noto Serif Devanagari ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedExtraBold.ttf||277860:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Devanagari ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedExtraLight.ttf||308516:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Devanagari ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedLight.ttf||254620:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed Light",
+ "font-family": "Noto Serif Devanagari ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedMedium.ttf||274036:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed Medium",
+ "font-family": "Noto Serif Devanagari ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedSemiBold.ttf||272868:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Devanagari ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedThin.ttf||318156:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraCondensed Thin",
+ "font-family": "Noto Serif Devanagari ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraLight.ttf||312540:1655828711.0": {
+ "family_name": "Noto Serif Devanagari ExtraLight",
+ "font-family": "Noto Serif Devanagari ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-Light.ttf||255924:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Light",
+ "font-family": "Noto Serif Devanagari Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-Light.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-Medium.ttf||279532:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Medium",
+ "font-family": "Noto Serif Devanagari Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-Medium.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-Regular.ttf||262176:1655828711.0": {
+ "family_name": "Noto Serif Devanagari",
+ "font-family": "Noto Serif Devanagari",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiBold.ttf||278604:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiBold",
+ "font-family": "Noto Serif Devanagari SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensed.ttf||265328:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed",
+ "font-family": "Noto Serif Devanagari SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedBlack.ttf||275056:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed Black",
+ "font-family": "Noto Serif Devanagari SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedBold.ttf||276512:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed",
+ "font-family": "Noto Serif Devanagari SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedExtraBold.ttf||270744:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Devanagari SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedExtraLight.ttf||310748:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Devanagari SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedLight.ttf||255596:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed Light",
+ "font-family": "Noto Serif Devanagari SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedMedium.ttf||276876:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed Medium",
+ "font-family": "Noto Serif Devanagari SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedSemiBold.ttf||276964:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed SemiBold",
+ "font-family": "Noto Serif Devanagari SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedThin.ttf||320352:1655828711.0": {
+ "family_name": "Noto Serif Devanagari SemiCondensed Thin",
+ "font-family": "Noto Serif Devanagari SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDevanagari-Thin.ttf||318688:1655828711.0": {
+ "family_name": "Noto Serif Devanagari Thin",
+ "font-family": "Noto Serif Devanagari Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Devanagari Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDevanagari-Thin.ttf",
+ "preferred_family_name": "Noto Serif Devanagari",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-Black.ttf||642092:1655828711.0": {
+ "family_name": "Noto Serif Display Black",
+ "font-family": "Noto Serif Display Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-Black.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-BlackItalic.ttf||630392:1655828711.0": {
+ "family_name": "Noto Serif Display Black",
+ "font-family": "Noto Serif Display Black",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-BlackItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-Bold.ttf||596352:1655828711.0": {
+ "family_name": "Noto Serif Display Bold",
+ "font-family": "Noto Serif Display Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-Bold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-BoldItalic.ttf||614148:1655828711.0": {
+ "family_name": "Noto Serif Display Bold Italic",
+ "font-family": "Noto Serif Display Bold Italic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Bold Italic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-BoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-Condensed.ttf||598668:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed",
+ "font-family": "Noto Serif Display Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-Condensed.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedBlack.ttf||604416:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed Black",
+ "font-family": "Noto Serif Display Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedBlackItalic.ttf||619968:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed Black",
+ "font-family": "Noto Serif Display Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedBold.ttf||604956:1655828711.0": {
+ "family_name": "Noto Serif Condensed",
+ "font-family": "Noto Serif Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedBoldItalic.ttf||619624:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed",
+ "font-family": "Noto Serif Display Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedExtraBold.ttf||610612:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed ExtraBold",
+ "font-family": "Noto Serif Display Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedExtraBoldItalic.ttf||619540:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed ExtraBold",
+ "font-family": "Noto Serif Display Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedExtraLight.ttf||614580:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed ExtraLight",
+ "font-family": "Noto Serif Display Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedExtraLightItalic.ttf||618728:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed ExtraLight",
+ "font-family": "Noto Serif Display Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedItalic.ttf||615188:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed",
+ "font-family": "Noto Serif Display Condensed",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedLight.ttf||610720:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed Light",
+ "font-family": "Noto Serif Display Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedLightItalic.ttf||619540:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed Light",
+ "font-family": "Noto Serif Display Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedMedium.ttf||597628:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed Medium",
+ "font-family": "Noto Serif Display Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedMediumItalic.ttf||616408:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed Medium",
+ "font-family": "Noto Serif Display Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedSemiBold.ttf||609608:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed SemiBold",
+ "font-family": "Noto Serif Display Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedSemiBoldItalic.ttf||617584:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed SemiBold",
+ "font-family": "Noto Serif Display Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedThin.ttf||613648:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed Thin",
+ "font-family": "Noto Serif Display Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-CondensedThinItalic.ttf||617088:1655828711.0": {
+ "family_name": "Noto Serif Display Condensed Thin",
+ "font-family": "Noto Serif Display Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Condensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-CondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Condensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraBold.ttf||597780:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraBold",
+ "font-family": "Noto Serif Display ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraBoldItalic.ttf||618564:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraBold",
+ "font-family": "Noto Serif Display ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensed.ttf||605260:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed",
+ "font-family": "Noto Serif Display ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedBlack.ttf||605900:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed Black",
+ "font-family": "Noto Serif Display ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedBlackItalic.ttf||618552:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed Black",
+ "font-family": "Noto Serif Display ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedBold.ttf||606592:1655828711.0": {
+ "family_name": "Noto Serif ExtraCondensed",
+ "font-family": "Noto Serif ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedBoldItalic.ttf||615832:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed",
+ "font-family": "Noto Serif Display ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedExtraBold.ttf||606148:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Display ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedExtraBoldItalic.ttf||617432:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Display ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedExtraLight.ttf||606668:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Display ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedExtraLightItalic.ttf||616880:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Display ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedItalic.ttf||613668:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed",
+ "font-family": "Noto Serif Display ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedLight.ttf||602652:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed Light",
+ "font-family": "Noto Serif Display ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedLightItalic.ttf||612968:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed Light",
+ "font-family": "Noto Serif Display ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedMedium.ttf||599608:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed Medium",
+ "font-family": "Noto Serif Display ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedMediumItalic.ttf||612620:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed Medium",
+ "font-family": "Noto Serif Display ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedSemiBold.ttf||603624:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Display ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedSemiBoldItalic.ttf||613104:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Display ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedThin.ttf||604720:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed Thin",
+ "font-family": "Noto Serif Display ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedThinItalic.ttf||614932:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraCondensed Thin",
+ "font-family": "Noto Serif Display ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraCondensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraCondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraLight.ttf||608652:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraLight",
+ "font-family": "Noto Serif Display ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ExtraLightItalic.ttf||618508:1655828711.0": {
+ "family_name": "Noto Serif Display ExtraLight",
+ "font-family": "Noto Serif Display ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-Italic.ttf||611472:1655828711.0": {
+ "family_name": "Noto Serif Display Italic",
+ "font-family": "Noto Serif Display Italic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Italic",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-Italic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-Light.ttf||596456:1655828711.0": {
+ "family_name": "Noto Serif Display Light",
+ "font-family": "Noto Serif Display Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-Light.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-LightItalic.ttf||611728:1655828711.0": {
+ "family_name": "Noto Serif Display Light",
+ "font-family": "Noto Serif Display Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-LightItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-Medium.ttf||595196:1655828711.0": {
+ "family_name": "Noto Serif Display Medium",
+ "font-family": "Noto Serif Display Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-Medium.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-MediumItalic.ttf||614588:1655828711.0": {
+ "family_name": "Noto Serif Display Medium",
+ "font-family": "Noto Serif Display Medium",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-MediumItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-Regular.ttf||586068:1655828711.0": {
+ "family_name": "Noto Serif Display",
+ "font-family": "Noto Serif Display",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-Regular.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiBold.ttf||594140:1655828711.0": {
+ "family_name": "Noto Serif Display SemiBold",
+ "font-family": "Noto Serif Display SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiBoldItalic.ttf||616008:1655828711.0": {
+ "family_name": "Noto Serif Display SemiBold",
+ "font-family": "Noto Serif Display SemiBold",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensed.ttf||602852:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed",
+ "font-family": "Noto Serif Display SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedBlack.ttf||642040:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed Black",
+ "font-family": "Noto Serif Display SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedBlackItalic.ttf||633764:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed Black",
+ "font-family": "Noto Serif Display SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Black Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedBlackItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed Black Italic",
+ "subfamily_name": "Italic",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedBold.ttf||597032:1655828711.0": {
+ "family_name": "Noto Serif SemiCondensed",
+ "font-family": "Noto Serif SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedBoldItalic.ttf||619656:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed",
+ "font-family": "Noto Serif Display SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedExtraBold.ttf||604600:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Display SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedExtraBoldItalic.ttf||622876:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Display SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedExtraBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedExtraLight.ttf||612792:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Display SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedExtraLightItalic.ttf||621188:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Display SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed ExtraLight Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedExtraLightItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight Italic",
+ "subfamily_name": "Italic",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedItalic.ttf||618480:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed",
+ "font-family": "Noto Serif Display SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedLight.ttf||605056:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed Light",
+ "font-family": "Noto Serif Display SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedLightItalic.ttf||619232:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed Light",
+ "font-family": "Noto Serif Display SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedLightItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedMedium.ttf||601304:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed Medium",
+ "font-family": "Noto Serif Display SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedMediumItalic.ttf||616908:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed Medium",
+ "font-family": "Noto Serif Display SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Medium Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedMediumItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed Medium Italic",
+ "subfamily_name": "Italic",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedSemiBold.ttf||602816:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed SemiBold",
+ "font-family": "Noto Serif Display SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedSemiBoldItalic.ttf||617824:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed SemiBold",
+ "font-family": "Noto Serif Display SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed SemiBold Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedSemiBoldItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed SemiBold Italic",
+ "subfamily_name": "Italic",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedThin.ttf||611752:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed Thin",
+ "font-family": "Noto Serif Display SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedThinItalic.ttf||617760:1655828711.0": {
+ "family_name": "Noto Serif Display SemiCondensed Thin",
+ "font-family": "Noto Serif Display SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display SemiCondensed Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-SemiCondensedThinItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "SemiCondensed Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-Thin.ttf||606976:1655828711.0": {
+ "family_name": "Noto Serif Display Thin",
+ "font-family": "Noto Serif Display Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-Thin.ttf",
+ "preferred_family_name": "Noto Serif",
+ "preferred_subfamily_name": "Display Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDisplay-ThinItalic.ttf||619420:1655828711.0": {
+ "family_name": "Noto Serif Display Thin",
+ "font-family": "Noto Serif Display Thin",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Display Thin Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 8,
+ 5,
+ 5,
+ 9,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDisplay-ThinItalic.ttf",
+ "preferred_family_name": "Noto Serif Display",
+ "preferred_subfamily_name": "Thin Italic",
+ "subfamily_name": "Italic",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDivesAkuru-Regular.ttf||48324:1655828711.0": {
+ "family_name": "Noto Serif Dives Akuru",
+ "font-family": "Noto Serif Dives Akuru",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Dives Akuru Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDivesAkuru-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDogra-Bold.ttf||27024:1655828711.0": {
+ "family_name": "Noto Serif Dogra",
+ "font-family": "Noto Serif Dogra",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Dogra Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDogra-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDogra-Medium.ttf||27512:1655828711.0": {
+ "family_name": "Noto Serif Dogra",
+ "font-family": "Noto Serif Dogra",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Dogra Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDogra-Medium.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDogra-Regular.ttf||27504:1655828711.0": {
+ "family_name": "Noto Serif Dogra",
+ "font-family": "Noto Serif Dogra",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Dogra Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDogra-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifDogra-Semibold.ttf||27352:1655828711.0": {
+ "family_name": "Noto Serif Dogra",
+ "font-family": "Noto Serif Dogra",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Dogra Semibold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifDogra-Semibold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": "Semibold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-Black.ttf||291348:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Bk",
+ "font-family": "Noto Serif Ethiopic Bk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-Black.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-Bold.ttf||283060:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic",
+ "font-family": "Noto Serif Ethiopic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-Condensed.ttf||285360:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn",
+ "font-family": "Noto Serif Ethiopic Cn",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedBlack.ttf||285732:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn Bk",
+ "font-family": "Noto Serif Ethiopic Cn Bk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedBold.ttf||281712:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn",
+ "font-family": "Noto Serif Ethiopic Cn",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedExtraBold.ttf||282700:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn XBd",
+ "font-family": "Noto Serif Ethiopic Cn XBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedExtraLight.ttf||293096:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn XLt",
+ "font-family": "Noto Serif Ethiopic Cn XLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedLight.ttf||293060:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn Lt",
+ "font-family": "Noto Serif Ethiopic Cn Lt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedMedium.ttf||284140:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn Md",
+ "font-family": "Noto Serif Ethiopic Cn Md",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedSemiBold.ttf||286144:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn SmBd",
+ "font-family": "Noto Serif Ethiopic Cn SmBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedThin.ttf||285524:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Cn Th",
+ "font-family": "Noto Serif Ethiopic Cn Th",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraBold.ttf||288380:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XBd",
+ "font-family": "Noto Serif Ethiopic XBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensed.ttf||285100:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn",
+ "font-family": "Noto Serif Ethiopic XCn",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedBlack.ttf||283816:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn Bk",
+ "font-family": "Noto Serif Ethiopic XCn Bk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedBold.ttf||280540:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn",
+ "font-family": "Noto Serif Ethiopic XCn",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedExtraBold.ttf||281116:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn XBd",
+ "font-family": "Noto Serif Ethiopic XCn XBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedExtraLight.ttf||293152:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn XLt",
+ "font-family": "Noto Serif Ethiopic XCn XLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedLight.ttf||292368:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn Lt",
+ "font-family": "Noto Serif Ethiopic XCn Lt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedMedium.ttf||281400:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn Md",
+ "font-family": "Noto Serif Ethiopic XCn Md",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedSemiBold.ttf||288060:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn SmBd",
+ "font-family": "Noto Serif Ethiopic XCn SmBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedThin.ttf||283572:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XCn Th",
+ "font-family": "Noto Serif Ethiopic XCn Th",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraLight.ttf||295304:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic XLt",
+ "font-family": "Noto Serif Ethiopic XLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-Light.ttf||295248:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Lt",
+ "font-family": "Noto Serif Ethiopic Lt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-Light.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-Medium.ttf||284588:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Md",
+ "font-family": "Noto Serif Ethiopic Md",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-Medium.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-Regular.ttf||289588:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic",
+ "font-family": "Noto Serif Ethiopic",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiBold.ttf||288216:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmBd",
+ "font-family": "Noto Serif Ethiopic SmBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensed.ttf||286768:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn",
+ "font-family": "Noto Serif Ethiopic SmCn",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedBlack.ttf||289772:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn Bk",
+ "font-family": "Noto Serif Ethiopic SmCn Bk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedBold.ttf||282968:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn",
+ "font-family": "Noto Serif Ethiopic SmCn",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedExtraBold.ttf||287368:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn XBd",
+ "font-family": "Noto Serif Ethiopic SmCn XBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedExtraLight.ttf||295076:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn XLt",
+ "font-family": "Noto Serif Ethiopic SmCn XLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedLight.ttf||293860:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn Lt",
+ "font-family": "Noto Serif Ethiopic SmCn Lt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedMedium.ttf||285336:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn Md",
+ "font-family": "Noto Serif Ethiopic SmCn Md",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedSemiBold.ttf||288308:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn SmBd",
+ "font-family": "Noto Serif Ethiopic SmCn SmBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedThin.ttf||285016:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic SmCn Th",
+ "font-family": "Noto Serif Ethiopic SmCn Th",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifEthiopic-Thin.ttf||285724:1655828711.0": {
+ "family_name": "Noto Serif Ethiopic Th",
+ "font-family": "Noto Serif Ethiopic Th",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Ethiopic Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifEthiopic-Thin.ttf",
+ "preferred_family_name": "Noto Serif Ethiopic",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-Black.ttf||64504:1655828711.0": {
+ "family_name": "Noto Serif Georgian Bk",
+ "font-family": "Noto Serif Georgian Bk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-Black.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-Bold.ttf||63768:1655828711.0": {
+ "family_name": "Noto Serif Georgian",
+ "font-family": "Noto Serif Georgian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-Condensed.ttf||63524:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn",
+ "font-family": "Noto Serif Georgian Cn",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedBlack.ttf||65444:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn Bk",
+ "font-family": "Noto Serif Georgian Cn Bk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedBold.ttf||65196:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn",
+ "font-family": "Noto Serif Georgian Cn",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedExtraBold.ttf||67036:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn XBd",
+ "font-family": "Noto Serif Georgian Cn XBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedExtraLight.ttf||62468:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn XLt",
+ "font-family": "Noto Serif Georgian Cn XLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedLight.ttf||62028:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn Lt",
+ "font-family": "Noto Serif Georgian Cn Lt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedMedium.ttf||63448:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn Md",
+ "font-family": "Noto Serif Georgian Cn Md",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedSemiBold.ttf||63548:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn SmBd",
+ "font-family": "Noto Serif Georgian Cn SmBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedThin.ttf||61588:1655828711.0": {
+ "family_name": "Noto Serif Georgian Cn Th",
+ "font-family": "Noto Serif Georgian Cn Th",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraBold.ttf||64876:1655828711.0": {
+ "family_name": "Noto Serif Georgian XBd",
+ "font-family": "Noto Serif Georgian XBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensed.ttf||63144:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn",
+ "font-family": "Noto Serif Georgian XCn",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedBlack.ttf||64932:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn Bk",
+ "font-family": "Noto Serif Georgian XCn Bk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedBold.ttf||63736:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn",
+ "font-family": "Noto Serif Georgian XCn",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedExtraBold.ttf||64656:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn XBd",
+ "font-family": "Noto Serif Georgian XCn XBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedExtraLight.ttf||61776:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn XLt",
+ "font-family": "Noto Serif Georgian XCn XLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedLight.ttf||61348:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn Lt",
+ "font-family": "Noto Serif Georgian XCn Lt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedMedium.ttf||62988:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn Md",
+ "font-family": "Noto Serif Georgian XCn Md",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedSemiBold.ttf||63192:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn SmBd",
+ "font-family": "Noto Serif Georgian XCn SmBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedThin.ttf||60892:1655828711.0": {
+ "family_name": "Noto Serif Georgian XCn Th",
+ "font-family": "Noto Serif Georgian XCn Th",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraLight.ttf||62024:1655828711.0": {
+ "family_name": "Noto Serif Georgian XLt",
+ "font-family": "Noto Serif Georgian XLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-Light.ttf||61500:1655828711.0": {
+ "family_name": "Noto Serif Georgian Lt",
+ "font-family": "Noto Serif Georgian Lt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-Light.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-Medium.ttf||62480:1655828711.0": {
+ "family_name": "Noto Serif Georgian Md",
+ "font-family": "Noto Serif Georgian Md",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-Medium.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-Regular.ttf||61176:1655828711.0": {
+ "family_name": "Noto Serif Georgian",
+ "font-family": "Noto Serif Georgian",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiBold.ttf||63076:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmBd",
+ "font-family": "Noto Serif Georgian SmBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensed.ttf||62384:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn",
+ "font-family": "Noto Serif Georgian SmCn",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedBlack.ttf||65168:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn Bk",
+ "font-family": "Noto Serif Georgian SmCn Bk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedBold.ttf||64892:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn",
+ "font-family": "Noto Serif Georgian SmCn",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedExtraBold.ttf||66040:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn XBd",
+ "font-family": "Noto Serif Georgian SmCn XBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedExtraLight.ttf||62816:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn XLt",
+ "font-family": "Noto Serif Georgian SmCn XLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedLight.ttf||62096:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn Lt",
+ "font-family": "Noto Serif Georgian SmCn Lt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedMedium.ttf||63032:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn Md",
+ "font-family": "Noto Serif Georgian SmCn Md",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedSemiBold.ttf||63736:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn SmBd",
+ "font-family": "Noto Serif Georgian SmCn SmBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedThin.ttf||61960:1655828711.0": {
+ "family_name": "Noto Serif Georgian SmCn Th",
+ "font-family": "Noto Serif Georgian SmCn Th",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGeorgian-Thin.ttf||61284:1655828711.0": {
+ "family_name": "Noto Serif Georgian Th",
+ "font-family": "Noto Serif Georgian Th",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Georgian Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGeorgian-Thin.ttf",
+ "preferred_family_name": "Noto Serif Georgian",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGrantha-Regular.ttf||379364:1655828711.0": {
+ "family_name": "Noto Serif Grantha",
+ "font-family": "Noto Serif Grantha",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Grantha Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGrantha-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-Black.ttf||143736:1655828711.0": {
+ "family_name": "Noto Serif Gujarati Black",
+ "font-family": "Noto Serif Gujarati Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-Black.ttf",
+ "preferred_family_name": "Noto Serif Gujarati",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-Bold.ttf||147448:1655828711.0": {
+ "family_name": "Noto Serif Gujarati",
+ "font-family": "Noto Serif Gujarati",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-ExtraBold.ttf||144948:1655828711.0": {
+ "family_name": "Noto Serif Gujarati ExtraBold",
+ "font-family": "Noto Serif Gujarati ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Gujarati",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-ExtraLight.ttf||140788:1655828711.0": {
+ "family_name": "Noto Serif Gujarati ExtraLight",
+ "font-family": "Noto Serif Gujarati ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Gujarati",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-Light.ttf||143780:1655828711.0": {
+ "family_name": "Noto Serif Gujarati Light",
+ "font-family": "Noto Serif Gujarati Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-Light.ttf",
+ "preferred_family_name": "Noto Serif Gujarati",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-Medium.ttf||144676:1655828711.0": {
+ "family_name": "Noto Serif Gujarati Medium",
+ "font-family": "Noto Serif Gujarati Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-Medium.ttf",
+ "preferred_family_name": "Noto Serif Gujarati",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-Regular.ttf||144736:1655828711.0": {
+ "family_name": "Noto Serif Gujarati",
+ "font-family": "Noto Serif Gujarati",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-SemiBold.ttf||146520:1655828711.0": {
+ "family_name": "Noto Serif Gujarati SemiBold",
+ "font-family": "Noto Serif Gujarati SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Gujarati",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGujarati-Thin.ttf||139500:1655828711.0": {
+ "family_name": "Noto Serif Gujarati Thin",
+ "font-family": "Noto Serif Gujarati Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gujarati Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGujarati-Thin.ttf",
+ "preferred_family_name": "Noto Serif Gujarati",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-Black.ttf||54536:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi Black",
+ "font-family": "Noto Serif Gurmukhi Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-Black.ttf",
+ "preferred_family_name": "Noto Serif Gurmukhi",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-Bold.ttf||53624:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi",
+ "font-family": "Noto Serif Gurmukhi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-ExtraBold.ttf||54240:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi ExtraBold",
+ "font-family": "Noto Serif Gurmukhi ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Gurmukhi",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-ExtraLight.ttf||52400:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi ExtraLight",
+ "font-family": "Noto Serif Gurmukhi ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Gurmukhi",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-Light.ttf||52628:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi Light",
+ "font-family": "Noto Serif Gurmukhi Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-Light.ttf",
+ "preferred_family_name": "Noto Serif Gurmukhi",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-Medium.ttf||53296:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi Medium",
+ "font-family": "Noto Serif Gurmukhi Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-Medium.ttf",
+ "preferred_family_name": "Noto Serif Gurmukhi",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-Regular.ttf||52688:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi",
+ "font-family": "Noto Serif Gurmukhi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-SemiBold.ttf||54020:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi SemiBold",
+ "font-family": "Noto Serif Gurmukhi SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Gurmukhi",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifGurmukhi-Thin.ttf||50996:1655828711.0": {
+ "family_name": "Noto Serif Gurmukhi Thin",
+ "font-family": "Noto Serif Gurmukhi Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Gurmukhi Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifGurmukhi-Thin.ttf",
+ "preferred_family_name": "Noto Serif Gurmukhi",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-Black.ttf||31536:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Black",
+ "font-family": "Noto Serif Hebrew Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-Black.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-Bold.ttf||32324:1655828711.0": {
+ "family_name": "Noto Serif Hebrew",
+ "font-family": "Noto Serif Hebrew",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-Condensed.ttf||31236:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed",
+ "font-family": "Noto Serif Hebrew Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-CondensedBlack.ttf||32380:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed Black",
+ "font-family": "Noto Serif Hebrew Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-CondensedBold.ttf||32176:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed",
+ "font-family": "Noto Serif Hebrew Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-CondensedExtraBold.ttf||32112:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed ExtraBold",
+ "font-family": "Noto Serif Hebrew Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-CondensedExtraLight.ttf||30780:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed ExtraLight",
+ "font-family": "Noto Serif Hebrew Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-CondensedLight.ttf||30568:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed Light",
+ "font-family": "Noto Serif Hebrew Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-CondensedMedium.ttf||31628:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed Medium",
+ "font-family": "Noto Serif Hebrew Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-CondensedSemiBold.ttf||32296:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed SemiBold",
+ "font-family": "Noto Serif Hebrew Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-CondensedThin.ttf||30272:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Condensed Thin",
+ "font-family": "Noto Serif Hebrew Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraBold.ttf||32364:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraBold",
+ "font-family": "Noto Serif Hebrew ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensed.ttf||31712:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed",
+ "font-family": "Noto Serif Hebrew ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedBlack.ttf||32296:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed Black",
+ "font-family": "Noto Serif Hebrew ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedBold.ttf||31532:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed",
+ "font-family": "Noto Serif Hebrew ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedExtraBold.ttf||32104:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Hebrew ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedExtraLight.ttf||30748:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Hebrew ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedLight.ttf||30500:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed Light",
+ "font-family": "Noto Serif Hebrew ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedMedium.ttf||31448:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed Medium",
+ "font-family": "Noto Serif Hebrew ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedSemiBold.ttf||31512:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Hebrew ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedThin.ttf||30344:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraCondensed Thin",
+ "font-family": "Noto Serif Hebrew ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-ExtraLight.ttf||30580:1655828711.0": {
+ "family_name": "Noto Serif Hebrew ExtraLight",
+ "font-family": "Noto Serif Hebrew ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-Light.ttf||30676:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Light",
+ "font-family": "Noto Serif Hebrew Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-Light.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-Medium.ttf||32196:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Medium",
+ "font-family": "Noto Serif Hebrew Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-Medium.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-Regular.ttf||31584:1655828711.0": {
+ "family_name": "Noto Serif Hebrew",
+ "font-family": "Noto Serif Hebrew",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiBold.ttf||32496:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiBold",
+ "font-family": "Noto Serif Hebrew SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensed.ttf||32436:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed",
+ "font-family": "Noto Serif Hebrew SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedBlack.ttf||32564:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed Black",
+ "font-family": "Noto Serif Hebrew SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedBold.ttf||32408:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed",
+ "font-family": "Noto Serif Hebrew SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedExtraBold.ttf||32316:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Hebrew SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedExtraLight.ttf||30836:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Hebrew SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedLight.ttf||30828:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed Light",
+ "font-family": "Noto Serif Hebrew SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedMedium.ttf||31660:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed Medium",
+ "font-family": "Noto Serif Hebrew SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedSemiBold.ttf||32120:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed SemiBold",
+ "font-family": "Noto Serif Hebrew SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedThin.ttf||30412:1655828711.0": {
+ "family_name": "Noto Serif Hebrew SemiCondensed Thin",
+ "font-family": "Noto Serif Hebrew SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifHebrew-Thin.ttf||30328:1655828711.0": {
+ "family_name": "Noto Serif Hebrew Thin",
+ "font-family": "Noto Serif Hebrew Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hebrew Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifHebrew-Thin.ttf",
+ "preferred_family_name": "Noto Serif Hebrew",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-Black.ttf||223272:1655828711.0": {
+ "family_name": "Noto Serif Kannada Black",
+ "font-family": "Noto Serif Kannada Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-Black.ttf",
+ "preferred_family_name": "Noto Serif Kannada",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-Bold.ttf||214044:1655828711.0": {
+ "family_name": "Noto Serif Kannada",
+ "font-family": "Noto Serif Kannada",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-ExtraBold.ttf||222628:1655828711.0": {
+ "family_name": "Noto Serif Kannada ExtraBold",
+ "font-family": "Noto Serif Kannada ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Kannada",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-ExtraLight.ttf||185356:1655828711.0": {
+ "family_name": "Noto Serif Kannada ExtraLight",
+ "font-family": "Noto Serif Kannada ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Kannada",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-Light.ttf||198760:1655828711.0": {
+ "family_name": "Noto Serif Kannada Light",
+ "font-family": "Noto Serif Kannada Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-Light.ttf",
+ "preferred_family_name": "Noto Serif Kannada",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-Medium.ttf||194800:1655828711.0": {
+ "family_name": "Noto Serif Kannada Medium",
+ "font-family": "Noto Serif Kannada Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-Medium.ttf",
+ "preferred_family_name": "Noto Serif Kannada",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-Regular.ttf||194492:1655828711.0": {
+ "family_name": "Noto Serif Kannada",
+ "font-family": "Noto Serif Kannada",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-SemiBold.ttf||203608:1655828711.0": {
+ "family_name": "Noto Serif Kannada SemiBold",
+ "font-family": "Noto Serif Kannada SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Kannada",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKannada-Thin.ttf||182488:1655828711.0": {
+ "family_name": "Noto Serif Kannada Thin",
+ "font-family": "Noto Serif Kannada Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Kannada Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKannada-Thin.ttf",
+ "preferred_family_name": "Noto Serif Kannada",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-Black.ttf||151972:1655828711.0": {
+ "family_name": "Noto Serif Khmer Black",
+ "font-family": "Noto Serif Khmer Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-Black.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-Bold.ttf||151828:1655828711.0": {
+ "family_name": "Noto Serif Khmer",
+ "font-family": "Noto Serif Khmer",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-Condensed.ttf||149384:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed",
+ "font-family": "Noto Serif Khmer Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-CondensedBlack.ttf||149476:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed Black",
+ "font-family": "Noto Serif Khmer Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-CondensedBold.ttf||148240:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed",
+ "font-family": "Noto Serif Khmer Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-CondensedExtraBold.ttf||147760:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed ExtraBold",
+ "font-family": "Noto Serif Khmer Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-CondensedExtraLight.ttf||145572:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed ExtraLight",
+ "font-family": "Noto Serif Khmer Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-CondensedLight.ttf||145576:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed Light",
+ "font-family": "Noto Serif Khmer Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-CondensedMedium.ttf||145872:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed Medium",
+ "font-family": "Noto Serif Khmer Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-CondensedSemiBold.ttf||146452:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed SemiBold",
+ "font-family": "Noto Serif Khmer Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-CondensedThin.ttf||140756:1655828711.0": {
+ "family_name": "Noto Serif Khmer Condensed Thin",
+ "font-family": "Noto Serif Khmer Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraBold.ttf||150088:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraBold",
+ "font-family": "Noto Serif Khmer ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensed.ttf||150152:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed",
+ "font-family": "Noto Serif Khmer ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedBlack.ttf||147856:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed Black",
+ "font-family": "Noto Serif Khmer ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedBold.ttf||147644:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed",
+ "font-family": "Noto Serif Khmer ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedExtraBold.ttf||147584:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Khmer ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedExtraLight.ttf||142776:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Khmer ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedLight.ttf||146392:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed Light",
+ "font-family": "Noto Serif Khmer ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedMedium.ttf||144888:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed Medium",
+ "font-family": "Noto Serif Khmer ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedSemiBold.ttf||146296:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Khmer ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedThin.ttf||141524:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraCondensed Thin",
+ "font-family": "Noto Serif Khmer ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-ExtraLight.ttf||143608:1655828711.0": {
+ "family_name": "Noto Serif Khmer ExtraLight",
+ "font-family": "Noto Serif Khmer ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-Light.ttf||150440:1655828711.0": {
+ "family_name": "Noto Serif Khmer Light",
+ "font-family": "Noto Serif Khmer Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-Light.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-Medium.ttf||150372:1655828711.0": {
+ "family_name": "Noto Serif Khmer Medium",
+ "font-family": "Noto Serif Khmer Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-Medium.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-Regular.ttf||154040:1655828711.0": {
+ "family_name": "Noto Serif Khmer",
+ "font-family": "Noto Serif Khmer",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiBold.ttf||153276:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiBold",
+ "font-family": "Noto Serif Khmer SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensed.ttf||151692:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed",
+ "font-family": "Noto Serif Khmer SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedBlack.ttf||151636:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed Black",
+ "font-family": "Noto Serif Khmer SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedBold.ttf||150236:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed",
+ "font-family": "Noto Serif Khmer SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedExtraBold.ttf||148820:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Khmer SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedExtraLight.ttf||143504:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Khmer SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedLight.ttf||146028:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed Light",
+ "font-family": "Noto Serif Khmer SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedMedium.ttf||150492:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed Medium",
+ "font-family": "Noto Serif Khmer SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedSemiBold.ttf||148232:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed SemiBold",
+ "font-family": "Noto Serif Khmer SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedThin.ttf||142228:1655828711.0": {
+ "family_name": "Noto Serif Khmer SemiCondensed Thin",
+ "font-family": "Noto Serif Khmer SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhmer-Thin.ttf||142996:1655828711.0": {
+ "family_name": "Noto Serif Khmer Thin",
+ "font-family": "Noto Serif Khmer Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khmer Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhmer-Thin.ttf",
+ "preferred_family_name": "Noto Serif Khmer",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhojki-Bold.ttf||145036:1655828711.0": {
+ "family_name": "Noto Serif Khojki",
+ "font-family": "Noto Serif Khojki",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khojki Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhojki-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifKhojki-Regular.ttf||143888:1655828711.0": {
+ "family_name": "Noto Serif Khojki",
+ "font-family": "Noto Serif Khojki",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Khojki Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 2,
+ 4,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifKhojki-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-Black.ttf||41544:1655828711.0": {
+ "family_name": "Noto Serif Lao Blk",
+ "font-family": "Noto Serif Lao Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-Black.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-Bold.ttf||40352:1655828711.0": {
+ "family_name": "Noto Serif Lao",
+ "font-family": "Noto Serif Lao",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-Condensed.ttf||38508:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond",
+ "font-family": "Noto Serif Lao Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-CondensedBlack.ttf||40868:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond Blk",
+ "font-family": "Noto Serif Lao Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-CondensedBold.ttf||39976:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond",
+ "font-family": "Noto Serif Lao Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-CondensedExtraBold.ttf||40764:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond ExtBd",
+ "font-family": "Noto Serif Lao Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-CondensedExtraLight.ttf||38688:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond ExtLt",
+ "font-family": "Noto Serif Lao Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-CondensedLight.ttf||38880:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond Light",
+ "font-family": "Noto Serif Lao Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-CondensedMedium.ttf||38780:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond Med",
+ "font-family": "Noto Serif Lao Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-CondensedSemiBold.ttf||39916:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond SemBd",
+ "font-family": "Noto Serif Lao Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-CondensedThin.ttf||38696:1655828711.0": {
+ "family_name": "Noto Serif Lao Cond Thin",
+ "font-family": "Noto Serif Lao Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraBold.ttf||40752:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtBd",
+ "font-family": "Noto Serif Lao ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensed.ttf||38332:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond",
+ "font-family": "Noto Serif Lao ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedBlack.ttf||40768:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond Blk",
+ "font-family": "Noto Serif Lao ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedBold.ttf||39608:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond",
+ "font-family": "Noto Serif Lao ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedExtraBold.ttf||40404:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond ExtBd",
+ "font-family": "Noto Serif Lao ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedExtraLight.ttf||38676:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond ExtLt",
+ "font-family": "Noto Serif Lao ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedLight.ttf||38828:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond Light",
+ "font-family": "Noto Serif Lao ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedMedium.ttf||38608:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond Med",
+ "font-family": "Noto Serif Lao ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedSemiBold.ttf||39740:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond SemBd",
+ "font-family": "Noto Serif Lao ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedThin.ttf||38628:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtCond Thin",
+ "font-family": "Noto Serif Lao ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-ExtraLight.ttf||38912:1655828711.0": {
+ "family_name": "Noto Serif Lao ExtLt",
+ "font-family": "Noto Serif Lao ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-Light.ttf||38620:1655828711.0": {
+ "family_name": "Noto Serif Lao Light",
+ "font-family": "Noto Serif Lao Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-Light.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-Medium.ttf||38948:1655828711.0": {
+ "family_name": "Noto Serif Lao Med",
+ "font-family": "Noto Serif Lao Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-Medium.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-Regular.ttf||38516:1655828711.0": {
+ "family_name": "Noto Serif Lao",
+ "font-family": "Noto Serif Lao",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiBold.ttf||39788:1655828711.0": {
+ "family_name": "Noto Serif Lao SemBd",
+ "font-family": "Noto Serif Lao SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensed.ttf||38712:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond",
+ "font-family": "Noto Serif Lao SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedBlack.ttf||41320:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond Blk",
+ "font-family": "Noto Serif Lao SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedBold.ttf||40524:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond",
+ "font-family": "Noto Serif Lao SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedExtraBold.ttf||40608:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond ExtBd",
+ "font-family": "Noto Serif Lao SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedExtraLight.ttf||38956:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond ExtLt",
+ "font-family": "Noto Serif Lao SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedLight.ttf||38400:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond Light",
+ "font-family": "Noto Serif Lao SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedMedium.ttf||38852:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond Med",
+ "font-family": "Noto Serif Lao SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedSemiBold.ttf||40096:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond SemBd",
+ "font-family": "Noto Serif Lao SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedThin.ttf||38832:1655828711.0": {
+ "family_name": "Noto Serif Lao SemCond Thin",
+ "font-family": "Noto Serif Lao SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifLao-Thin.ttf||38448:1655828711.0": {
+ "family_name": "Noto Serif Lao Thin",
+ "font-family": "Noto Serif Lao Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Lao Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifLao-Thin.ttf",
+ "preferred_family_name": "Noto Serif Lao",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMakasar-Regular.ttf||7244:1655828711.0": {
+ "family_name": "Noto Serif Makasar",
+ "font-family": "Noto Serif Makasar",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Makasar Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMakasar-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-Black.ttf||115476:1655828711.0": {
+ "family_name": "Noto Serif Malayalam Black",
+ "font-family": "Noto Serif Malayalam Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-Black.ttf",
+ "preferred_family_name": "Noto Serif Malayalam",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-Bold.ttf||112256:1655828711.0": {
+ "family_name": "Noto Serif Malayalam",
+ "font-family": "Noto Serif Malayalam",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-ExtraBold.ttf||113384:1655828711.0": {
+ "family_name": "Noto Serif Malayalam ExtraBold",
+ "font-family": "Noto Serif Malayalam ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Malayalam",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-ExtraLight.ttf||115480:1655828711.0": {
+ "family_name": "Noto Serif Malayalam ExtraLight",
+ "font-family": "Noto Serif Malayalam ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Malayalam",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-Light.ttf||108292:1655828711.0": {
+ "family_name": "Noto Serif Malayalam Light",
+ "font-family": "Noto Serif Malayalam Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-Light.ttf",
+ "preferred_family_name": "Noto Serif Malayalam",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-Medium.ttf||111548:1655828711.0": {
+ "family_name": "Noto Serif Malayalam Medium",
+ "font-family": "Noto Serif Malayalam Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-Medium.ttf",
+ "preferred_family_name": "Noto Serif Malayalam",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-Regular.ttf||111052:1655828711.0": {
+ "family_name": "Noto Serif Malayalam",
+ "font-family": "Noto Serif Malayalam",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-SemiBold.ttf||112480:1655828711.0": {
+ "family_name": "Noto Serif Malayalam SemiBold",
+ "font-family": "Noto Serif Malayalam SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Malayalam",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMalayalam-Thin.ttf||106036:1655828711.0": {
+ "family_name": "Noto Serif Malayalam Thin",
+ "font-family": "Noto Serif Malayalam Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Malayalam Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMalayalam-Thin.ttf",
+ "preferred_family_name": "Noto Serif Malayalam",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-Black.ttf||258792:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Blk",
+ "font-family": "Noto Serif Myanmar Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-Black.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-Bold.ttf||271328:1655828711.0": {
+ "family_name": "Noto Serif Myanmar",
+ "font-family": "Noto Serif Myanmar",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-Condensed.ttf||253172:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Condensed",
+ "font-family": "Noto Serif Myanmar Condensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedBlack.ttf||251024:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Cond Blk",
+ "font-family": "Noto Serif Myanmar Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedBold.ttf||261112:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Condensed Bold",
+ "font-family": "Noto Serif Myanmar Condensed Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedExtraBold.ttf||248916:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Cond ExtBd",
+ "font-family": "Noto Serif Myanmar Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedExtraLight.ttf||233388:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Cond ExtLt",
+ "font-family": "Noto Serif Myanmar Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedLight.ttf||239744:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Condensed Light",
+ "font-family": "Noto Serif Myanmar Condensed Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedMedium.ttf||241120:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Cond Med",
+ "font-family": "Noto Serif Myanmar Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedSemiBold.ttf||244520:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Cond SemBd",
+ "font-family": "Noto Serif Myanmar Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed SemiBold ",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed SemiBold ",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedThin.ttf||231312:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Cond Thin",
+ "font-family": "Noto Serif Myanmar Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraBold.ttf||255936:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtBd",
+ "font-family": "Noto Serif Myanmar ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensed.ttf||239976:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond",
+ "font-family": "Noto Serif Myanmar ExtCond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedBlack.ttf||249768:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond Blk",
+ "font-family": "Noto Serif Myanmar ExtCond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedBold.ttf||242812:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond",
+ "font-family": "Noto Serif Myanmar ExtCond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedExtraBold.ttf||248532:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond ExtBd",
+ "font-family": "Noto Serif Myanmar ExtCond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedExtraLight.ttf||231744:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond ExtLt",
+ "font-family": "Noto Serif Myanmar ExtCond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedLight.ttf||240224:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond Light",
+ "font-family": "Noto Serif Myanmar ExtCond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedMedium.ttf||241804:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond Med",
+ "font-family": "Noto Serif Myanmar ExtCond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedSemiBold.ttf||242248:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond SemBd",
+ "font-family": "Noto Serif Myanmar ExtCond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedThin.ttf||229920:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtCond Thin",
+ "font-family": "Noto Serif Myanmar ExtCond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraLight.ttf||235972:1655828711.0": {
+ "family_name": "Noto Serif Myanmar ExtLt",
+ "font-family": "Noto Serif Myanmar ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-Light.ttf||245452:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Light",
+ "font-family": "Noto Serif Myanmar Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-Light.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-Medium.ttf||246880:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Med",
+ "font-family": "Noto Serif Myanmar Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-Medium.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-Regular.ttf||260404:1655828711.0": {
+ "family_name": "Noto Serif Myanmar",
+ "font-family": "Noto Serif Myanmar",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiBold.ttf||247708:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemBd",
+ "font-family": "Noto Serif Myanmar SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensed.ttf||245312:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond",
+ "font-family": "Noto Serif Myanmar SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedBlack.ttf||254840:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond Blk",
+ "font-family": "Noto Serif Myanmar SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedBold.ttf||245856:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond",
+ "font-family": "Noto Serif Myanmar SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedExtraBold.ttf||251504:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond ExtBd",
+ "font-family": "Noto Serif Myanmar SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedExtraLight.ttf||233648:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond ExtLt",
+ "font-family": "Noto Serif Myanmar SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedLight.ttf||240328:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond Light",
+ "font-family": "Noto Serif Myanmar SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedMedium.ttf||242444:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond Med",
+ "font-family": "Noto Serif Myanmar SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedSemiBold.ttf||245940:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond SemBd",
+ "font-family": "Noto Serif Myanmar SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedThin.ttf||233400:1655828711.0": {
+ "family_name": "Noto Serif Myanmar SemCond Thin",
+ "font-family": "Noto Serif Myanmar SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifMyanmar-Thin.ttf||235492:1655828711.0": {
+ "family_name": "Noto Serif Myanmar Thin",
+ "font-family": "Noto Serif Myanmar Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Myanmar Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifMyanmar-Thin.ttf",
+ "preferred_family_name": "Noto Serif Myanmar",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifNyiakengPuachueHmong-Bold.ttf||15152:1655828711.0": {
+ "family_name": "Noto Serif Hmong Nyiakeng",
+ "font-family": "Noto Serif Hmong Nyiakeng",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hmong Nyiakeng Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifNyiakengPuachueHmong-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifNyiakengPuachueHmong-Medium.ttf||15104:1655828711.0": {
+ "family_name": "Noto Serif Hmong Nyiakeng Medium",
+ "font-family": "Noto Serif Hmong Nyiakeng Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hmong Nyiakeng Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifNyiakengPuachueHmong-Medium.ttf",
+ "preferred_family_name": "Noto Serif Hmong Nyiakeng",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifNyiakengPuachueHmong-Regular.ttf||14912:1655828711.0": {
+ "family_name": "Noto Serif Hmong Nyiakeng",
+ "font-family": "Noto Serif Hmong Nyiakeng",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hmong Nyiakeng Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifNyiakengPuachueHmong-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifNyiakengPuachueHmong-SemiBold.ttf||15144:1655828711.0": {
+ "family_name": "Noto Serif Hmong Nyiakeng SemiBold",
+ "font-family": "Noto Serif Hmong Nyiakeng SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Hmong Nyiakeng SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifNyiakengPuachueHmong-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Hmong Nyiakeng",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifOldUyghur-Regular.ttf||31420:1655828711.0": {
+ "family_name": "Noto Serif Old Uyghur",
+ "font-family": "Noto Serif Old Uyghur",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Old Uyghur Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifOldUyghur-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifOriya-Bold.ttf||111212:1655828711.0": {
+ "family_name": "Noto Serif Oriya",
+ "font-family": "Noto Serif Oriya",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Oriya Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 6,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifOriya-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifOriya-Medium.ttf||113296:1655828711.0": {
+ "family_name": "Noto Serif Oriya Medium",
+ "font-family": "Noto Serif Oriya Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Oriya Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 6,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifOriya-Medium.ttf",
+ "preferred_family_name": "Noto Serif Oriya",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifOriya-Regular.ttf||113568:1655828711.0": {
+ "family_name": "Noto Serif Oriya",
+ "font-family": "Noto Serif Oriya",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Oriya Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 6,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifOriya-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifOriya-SemiBold.ttf||112736:1655828711.0": {
+ "family_name": "Noto Serif Oriya SemiBold",
+ "font-family": "Noto Serif Oriya SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Oriya SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 11,
+ 7,
+ 4,
+ 6,
+ 8,
+ 4,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifOriya-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Oriya",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-Black.ttf||340372:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Black",
+ "font-family": "Noto Serif Sinhala Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-Black.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-Bold.ttf||334568:1655828711.0": {
+ "family_name": "Noto Serif Sinhala",
+ "font-family": "Noto Serif Sinhala",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-Condensed.ttf||311324:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed",
+ "font-family": "Noto Serif Sinhala Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-CondensedBlack.ttf||338036:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed Black",
+ "font-family": "Noto Serif Sinhala Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-CondensedBold.ttf||345688:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed",
+ "font-family": "Noto Serif Sinhala Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-CondensedExtraBold.ttf||337972:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed ExtraBold",
+ "font-family": "Noto Serif Sinhala Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-CondensedExtraLight.ttf||310532:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed ExtraLight",
+ "font-family": "Noto Serif Sinhala Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-CondensedLight.ttf||323020:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed Light",
+ "font-family": "Noto Serif Sinhala Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-CondensedMedium.ttf||315324:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed Medium",
+ "font-family": "Noto Serif Sinhala Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-CondensedSemiBold.ttf||316844:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed SemiBold",
+ "font-family": "Noto Serif Sinhala Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-CondensedThin.ttf||319488:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Condensed Thin",
+ "font-family": "Noto Serif Sinhala Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraBold.ttf||344716:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraBold",
+ "font-family": "Noto Serif Sinhala ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensed.ttf||312212:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed",
+ "font-family": "Noto Serif Sinhala ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedBlack.ttf||333412:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed Black",
+ "font-family": "Noto Serif Sinhala ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedBold.ttf||329912:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed",
+ "font-family": "Noto Serif Sinhala ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedExtraBold.ttf||325652:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Sinhala ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedExtraLight.ttf||307168:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Sinhala ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedLight.ttf||324276:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed Light",
+ "font-family": "Noto Serif Sinhala ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedMedium.ttf||316092:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed Medium",
+ "font-family": "Noto Serif Sinhala ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedSemiBold.ttf||306920:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Sinhala ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedThin.ttf||315068:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraCondensed Thin",
+ "font-family": "Noto Serif Sinhala ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-ExtraLight.ttf||324356:1655828711.0": {
+ "family_name": "Noto Serif Sinhala ExtraLight",
+ "font-family": "Noto Serif Sinhala ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-Light.ttf||335496:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Light",
+ "font-family": "Noto Serif Sinhala Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-Light.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-Medium.ttf||322468:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Medium",
+ "font-family": "Noto Serif Sinhala Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-Medium.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-Regular.ttf||322840:1655828711.0": {
+ "family_name": "Noto Serif Sinhala",
+ "font-family": "Noto Serif Sinhala",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiBold.ttf||331864:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiBold",
+ "font-family": "Noto Serif Sinhala SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensed.ttf||328616:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed",
+ "font-family": "Noto Serif Sinhala SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedBlack.ttf||339060:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed Black",
+ "font-family": "Noto Serif Sinhala SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedBold.ttf||341296:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed",
+ "font-family": "Noto Serif Sinhala SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedExtraBold.ttf||345252:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Sinhala SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedExtraLight.ttf||319816:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Sinhala SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedLight.ttf||337448:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed Light",
+ "font-family": "Noto Serif Sinhala SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedMedium.ttf||313912:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed Medium",
+ "font-family": "Noto Serif Sinhala SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedSemiBold.ttf||324464:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed SemiBold",
+ "font-family": "Noto Serif Sinhala SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedThin.ttf||333524:1655828711.0": {
+ "family_name": "Noto Serif Sinhala SemiCondensed Thin",
+ "font-family": "Noto Serif Sinhala SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifSinhala-Thin.ttf||319844:1655828711.0": {
+ "family_name": "Noto Serif Sinhala Thin",
+ "font-family": "Noto Serif Sinhala Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Sinhala Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifSinhala-Thin.ttf",
+ "preferred_family_name": "Noto Serif Sinhala",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-Black.ttf||83128:1655828711.0": {
+ "family_name": "Noto Serif Tamil Black",
+ "font-family": "Noto Serif Tamil Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-Black.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-Bold.ttf||78460:1655828711.0": {
+ "family_name": "Noto Serif Tamil",
+ "font-family": "Noto Serif Tamil",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-Condensed.ttf||77568:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed",
+ "font-family": "Noto Serif Tamil Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-CondensedBlack.ttf||79888:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed Black",
+ "font-family": "Noto Serif Tamil Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-CondensedBold.ttf||78964:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed",
+ "font-family": "Noto Serif Tamil Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-CondensedExtraBold.ttf||81072:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed ExtraBold",
+ "font-family": "Noto Serif Tamil Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-CondensedExtraLight.ttf||79868:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed ExtraLight",
+ "font-family": "Noto Serif Tamil Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-CondensedLight.ttf||77708:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed Light",
+ "font-family": "Noto Serif Tamil Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-CondensedMedium.ttf||79572:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed Medium",
+ "font-family": "Noto Serif Tamil Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-CondensedSemiBold.ttf||79588:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed SemiBold",
+ "font-family": "Noto Serif Tamil Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-CondensedThin.ttf||79364:1655828711.0": {
+ "family_name": "Noto Serif Tamil Condensed Thin",
+ "font-family": "Noto Serif Tamil Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraBold.ttf||81560:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraBold",
+ "font-family": "Noto Serif Tamil ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensed.ttf||76020:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed",
+ "font-family": "Noto Serif Tamil ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedBlack.ttf||78776:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed Black",
+ "font-family": "Noto Serif Tamil ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedBold.ttf||78112:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed",
+ "font-family": "Noto Serif Tamil ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedExtraBold.ttf||78116:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed ExtraBold",
+ "font-family": "Noto Serif Tamil ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedExtraLight.ttf||78628:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed ExtraLight",
+ "font-family": "Noto Serif Tamil ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedLight.ttf||77052:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed Light",
+ "font-family": "Noto Serif Tamil ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedMedium.ttf||80152:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed Medium",
+ "font-family": "Noto Serif Tamil ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedSemiBold.ttf||77976:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed SemiBold",
+ "font-family": "Noto Serif Tamil ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedThin.ttf||78432:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraCondensed Thin",
+ "font-family": "Noto Serif Tamil ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-ExtraLight.ttf||80380:1655828711.0": {
+ "family_name": "Noto Serif Tamil ExtraLight",
+ "font-family": "Noto Serif Tamil ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-Light.ttf||78632:1655828711.0": {
+ "family_name": "Noto Serif Tamil Light",
+ "font-family": "Noto Serif Tamil Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-Light.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-Medium.ttf||80588:1655828711.0": {
+ "family_name": "Noto Serif Tamil Medium",
+ "font-family": "Noto Serif Tamil Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-Medium.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-Regular.ttf||79636:1655828711.0": {
+ "family_name": "Noto Serif Tamil",
+ "font-family": "Noto Serif Tamil",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiBold.ttf||78148:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiBold",
+ "font-family": "Noto Serif Tamil SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensed.ttf||80080:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed",
+ "font-family": "Noto Serif Tamil SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedBlack.ttf||82960:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed Black",
+ "font-family": "Noto Serif Tamil SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedBold.ttf||79776:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed",
+ "font-family": "Noto Serif Tamil SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedExtraBold.ttf||80636:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed ExtraBold",
+ "font-family": "Noto Serif Tamil SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedExtraLight.ttf||80564:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed ExtraLight",
+ "font-family": "Noto Serif Tamil SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedLight.ttf||78908:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed Light",
+ "font-family": "Noto Serif Tamil SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedMedium.ttf||80744:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed Medium",
+ "font-family": "Noto Serif Tamil SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedSemiBold.ttf||79508:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed SemiBold",
+ "font-family": "Noto Serif Tamil SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedThin.ttf||80580:1655828711.0": {
+ "family_name": "Noto Serif Tamil SemiCondensed Thin",
+ "font-family": "Noto Serif Tamil SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamil-Thin.ttf||80876:1655828711.0": {
+ "family_name": "Noto Serif Tamil Thin",
+ "font-family": "Noto Serif Tamil Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamil-Thin.ttf",
+ "preferred_family_name": "Noto Serif Tamil",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-Black.ttf||83828:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Black",
+ "font-family": "NotoSerifTamilSlanted Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-Black.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-Bold.ttf||80280:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted",
+ "font-family": "NotoSerifTamilSlanted",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-Bold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-Condensed.ttf||78944:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed",
+ "font-family": "NotoSerifTamilSlanted Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedBlack.ttf||80832:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed Black",
+ "font-family": "NotoSerifTamilSlanted Condensed Black",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedBold.ttf||80028:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed",
+ "font-family": "NotoSerifTamilSlanted Condensed",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedExtraBold.ttf||82644:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed ExtraBold",
+ "font-family": "NotoSerifTamilSlanted Condensed ExtraBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedExtraLight.ttf||80928:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed ExtraLight",
+ "font-family": "NotoSerifTamilSlanted Condensed ExtraLight",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedLight.ttf||78872:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed Light",
+ "font-family": "NotoSerifTamilSlanted Condensed Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedMedium.ttf||80944:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed Medium",
+ "font-family": "NotoSerifTamilSlanted Condensed Medium",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedSemiBold.ttf||80292:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed SemiBold",
+ "font-family": "NotoSerifTamilSlanted Condensed SemiBold",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedThin.ttf||80556:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Condensed Thin",
+ "font-family": "NotoSerifTamilSlanted Condensed Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraBold.ttf||81424:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraBold",
+ "font-family": "NotoSerifTamilSlanted ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensed.ttf||77844:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedBlack.ttf||80892:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed Black",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed Black",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedBold.ttf||80528:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedExtraBold.ttf||79712:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed ExtraBold",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed ExtraBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedExtraLight.ttf||79904:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed ExtraLight",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed ExtraLight",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedLight.ttf||78780:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed Light",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedMedium.ttf||81096:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed Medium",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed Medium",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedSemiBold.ttf||79804:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed SemiBold",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed SemiBold",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedThin.ttf||80296:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraCondensed Thin",
+ "font-family": "NotoSerifTamilSlanted ExtraCondensed Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraLight.ttf||81984:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted ExtraLight",
+ "font-family": "NotoSerifTamilSlanted ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-Light.ttf||79480:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Light",
+ "font-family": "NotoSerifTamilSlanted Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-Light.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-Medium.ttf||82272:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Medium",
+ "font-family": "NotoSerifTamilSlanted Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-Medium.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-Regular.ttf||79468:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted",
+ "font-family": "NotoSerifTamilSlanted",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-Regular.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiBold.ttf||79256:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiBold",
+ "font-family": "NotoSerifTamilSlanted SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensed.ttf||79160:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedBlack.ttf||81900:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed Black",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed Black",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedBold.ttf||81408:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedExtraBold.ttf||81848:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed ExtraBold",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed ExtraBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedExtraLight.ttf||81788:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed ExtraLight",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed ExtraLight",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedLight.ttf||79916:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed Light",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedMedium.ttf||81848:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed Medium",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed Medium",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedSemiBold.ttf||81488:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed SemiBold",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed SemiBold",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedThin.ttf||81620:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted SemiCondensed Thin",
+ "font-family": "NotoSerifTamilSlanted SemiCondensed Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTamilSlanted-Thin.ttf||81832:1655828711.0": {
+ "family_name": "NotoSerifTamilSlanted Thin",
+ "font-family": "NotoSerifTamilSlanted Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tamil Slanted Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTamilSlanted-Thin.ttf",
+ "preferred_family_name": "Noto Serif Tamil Slanted",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTangut-Regular.ttf||5692876:1655828711.0": {
+ "family_name": "Noto Serif Tangut",
+ "font-family": "Noto Serif Tangut",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tangut Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTangut-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-Black.ttf||372576:1655828711.0": {
+ "family_name": "Noto Serif Telugu Black",
+ "font-family": "Noto Serif Telugu Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-Black.ttf",
+ "preferred_family_name": "Noto Serif Telugu",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-Bold.ttf||332592:1655828711.0": {
+ "family_name": "Noto Serif Telugu",
+ "font-family": "Noto Serif Telugu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-ExtraBold.ttf||381036:1655828711.0": {
+ "family_name": "Noto Serif Telugu ExtraBold",
+ "font-family": "Noto Serif Telugu ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Telugu",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-ExtraLight.ttf||321100:1655828711.0": {
+ "family_name": "Noto Serif Telugu ExtraLight",
+ "font-family": "Noto Serif Telugu ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Telugu",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-Light.ttf||289448:1655828711.0": {
+ "family_name": "Noto Serif Telugu Light",
+ "font-family": "Noto Serif Telugu Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-Light.ttf",
+ "preferred_family_name": "Noto Serif Telugu",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-Medium.ttf||305024:1655828711.0": {
+ "family_name": "Noto Serif Telugu Medium",
+ "font-family": "Noto Serif Telugu Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-Medium.ttf",
+ "preferred_family_name": "Noto Serif Telugu",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-Regular.ttf||312332:1655828711.0": {
+ "family_name": "Noto Serif Telugu",
+ "font-family": "Noto Serif Telugu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-SemiBold.ttf||311096:1655828711.0": {
+ "family_name": "Noto Serif Telugu SemiBold",
+ "font-family": "Noto Serif Telugu SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Telugu",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTelugu-Thin.ttf||290540:1655828711.0": {
+ "family_name": "Noto Serif Telugu Thin",
+ "font-family": "Noto Serif Telugu Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Telugu Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTelugu-Thin.ttf",
+ "preferred_family_name": "Noto Serif Telugu",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-Black.ttf||48876:1655828711.0": {
+ "family_name": "Noto Serif Thai Blk",
+ "font-family": "Noto Serif Thai Blk",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-Black.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-Bold.ttf||47000:1655828711.0": {
+ "family_name": "Noto Serif Thai",
+ "font-family": "Noto Serif Thai",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-Condensed.ttf||45724:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond",
+ "font-family": "Noto Serif Thai Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-Condensed.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-CondensedBlack.ttf||48800:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond Blk",
+ "font-family": "Noto Serif Thai Cond Blk",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-CondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-CondensedBold.ttf||45980:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond",
+ "font-family": "Noto Serif Thai Cond",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-CondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-CondensedExtraBold.ttf||48176:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond ExtBd",
+ "font-family": "Noto Serif Thai Cond ExtBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-CondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-CondensedExtraLight.ttf||46572:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond ExtLt",
+ "font-family": "Noto Serif Thai Cond ExtLt",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-CondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-CondensedLight.ttf||46708:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond Light",
+ "font-family": "Noto Serif Thai Cond Light",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-CondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-CondensedMedium.ttf||45908:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond Med",
+ "font-family": "Noto Serif Thai Cond Med",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-CondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-CondensedSemiBold.ttf||46412:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond SemBd",
+ "font-family": "Noto Serif Thai Cond SemBd",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-CondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-CondensedThin.ttf||47036:1655828711.0": {
+ "family_name": "Noto Serif Thai Cond Thin",
+ "font-family": "Noto Serif Thai Cond Thin",
+ "font-stretch": "condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Condensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-CondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Condensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 3,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraBold.ttf||47996:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtBd",
+ "font-family": "Noto Serif Thai ExtBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensed.ttf||45840:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond",
+ "font-family": "Noto Serif Thai ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensed.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedBlack.ttf||48720:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond Blk",
+ "font-family": "Noto Serif Thai ExtCond Blk",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedBold.ttf||45616:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond",
+ "font-family": "Noto Serif Thai ExtCond",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedExtraBold.ttf||48348:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond ExtBd",
+ "font-family": "Noto Serif Thai ExtCond ExtBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedExtraLight.ttf||46320:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond ExtLt",
+ "font-family": "Noto Serif Thai ExtCond ExtLt",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedLight.ttf||46452:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond Light",
+ "font-family": "Noto Serif Thai ExtCond Light",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedMedium.ttf||45616:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond Med",
+ "font-family": "Noto Serif Thai ExtCond Med",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedSemiBold.ttf||46596:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond SemBd",
+ "font-family": "Noto Serif Thai ExtCond SemBd",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedThin.ttf||47716:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtCond Thin",
+ "font-family": "Noto Serif Thai ExtCond Thin",
+ "font-stretch": "extra-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 6,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 2,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-ExtraLight.ttf||47236:1655828711.0": {
+ "family_name": "Noto Serif Thai ExtLt",
+ "font-family": "Noto Serif Thai ExtLt",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-Light.ttf||46960:1655828711.0": {
+ "family_name": "Noto Serif Thai Light",
+ "font-family": "Noto Serif Thai Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-Light.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-Medium.ttf||46052:1655828711.0": {
+ "family_name": "Noto Serif Thai Med",
+ "font-family": "Noto Serif Thai Med",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-Medium.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-Regular.ttf||46000:1655828711.0": {
+ "family_name": "Noto Serif Thai",
+ "font-family": "Noto Serif Thai",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiBold.ttf||47320:1655828711.0": {
+ "family_name": "Noto Serif Thai SemBd",
+ "font-family": "Noto Serif Thai SemBd",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensed.ttf||45980:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond",
+ "font-family": "Noto Serif Thai SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensed.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedBlack.ttf||48688:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond Blk",
+ "font-family": "Noto Serif Thai SemCond Blk",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedBlack.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedBold.ttf||46816:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond",
+ "font-family": "Noto Serif Thai SemCond",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedExtraBold.ttf||48548:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond ExtBd",
+ "font-family": "Noto Serif Thai SemCond ExtBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedExtraLight.ttf||47060:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond ExtLt",
+ "font-family": "Noto Serif Thai SemCond ExtLt",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedLight.ttf||46540:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond Light",
+ "font-family": "Noto Serif Thai SemCond Light",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedLight.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedMedium.ttf||46004:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond Med",
+ "font-family": "Noto Serif Thai SemCond Med",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedMedium.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedSemiBold.ttf||46864:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond SemBd",
+ "font-family": "Noto Serif Thai SemCond SemBd",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedSemiBold.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedThin.ttf||46384:1655828711.0": {
+ "family_name": "Noto Serif Thai SemCond Thin",
+ "font-family": "Noto Serif Thai SemCond Thin",
+ "font-stretch": "semi-condensed",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai SemiCondensed Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-SemiCondensedThin.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "SemiCondensed Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 4,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifThai-Thin.ttf||45688:1655828711.0": {
+ "family_name": "Noto Serif Thai Thin",
+ "font-family": "Noto Serif Thai Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Thai Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifThai-Thin.ttf",
+ "preferred_family_name": "Noto Serif Thai",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-Black.ttf||594640:1655828711.0": {
+ "family_name": "Noto Serif Tibetan Black",
+ "font-family": "Noto Serif Tibetan Black",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "900",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan Black",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 10,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-Black.ttf",
+ "preferred_family_name": "Noto Serif Tibetan",
+ "preferred_subfamily_name": "Black",
+ "subfamily_name": "Regular",
+ "weight": 900,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-Bold.ttf||606276:1655828711.0": {
+ "family_name": "Noto Serif Tibetan Bold",
+ "font-family": "Noto Serif Tibetan Bold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan Bold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-Bold.ttf",
+ "preferred_family_name": "Noto Serif Tibetan",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Regular",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-ExtraBold.ttf||601576:1655828711.0": {
+ "family_name": "Noto Serif Tibetan ExtraBold",
+ "font-family": "Noto Serif Tibetan ExtraBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "800",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan ExtraBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 9,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-ExtraBold.ttf",
+ "preferred_family_name": "Noto Serif Tibetan",
+ "preferred_subfamily_name": "ExtraBold",
+ "subfamily_name": "Regular",
+ "weight": 800,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-ExtraLight.ttf||620508:1655828711.0": {
+ "family_name": "Noto Serif Tibetan ExtraLight",
+ "font-family": "Noto Serif Tibetan ExtraLight",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "200",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan ExtraLight",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 3,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-ExtraLight.ttf",
+ "preferred_family_name": "Noto Serif Tibetan",
+ "preferred_subfamily_name": "ExtraLight",
+ "subfamily_name": "Regular",
+ "weight": 200,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-Light.ttf||616452:1655828711.0": {
+ "family_name": "Noto Serif Tibetan Light",
+ "font-family": "Noto Serif Tibetan Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 4,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-Light.ttf",
+ "preferred_family_name": "Noto Serif Tibetan",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-Medium.ttf||612140:1655828711.0": {
+ "family_name": "Noto Serif Tibetan Medium",
+ "font-family": "Noto Serif Tibetan Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-Medium.ttf",
+ "preferred_family_name": "Noto Serif Tibetan",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-Regular.ttf||613292:1655828711.0": {
+ "family_name": "Noto Serif Tibetan",
+ "font-family": "Noto Serif Tibetan",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-SemiBold.ttf||609596:1655828711.0": {
+ "family_name": "Noto Serif Tibetan SemiBold",
+ "font-family": "Noto Serif Tibetan SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Tibetan",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifTibetan-Thin.ttf||627024:1655828711.0": {
+ "family_name": "Noto Serif Tibetan Thin",
+ "font-family": "Noto Serif Tibetan Thin",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "100",
+ "fs_type": 0,
+ "full_name": "Noto Serif Tibetan Thin",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 2,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifTibetan-Thin.ttf",
+ "preferred_family_name": "Noto Serif Tibetan",
+ "preferred_subfamily_name": "Thin",
+ "subfamily_name": "Regular",
+ "weight": 100,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifToto-Bold.ttf||7132:1655828711.0": {
+ "family_name": "Noto Serif Toto",
+ "font-family": "Noto Serif Toto",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Toto Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifToto-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifToto-Medium.ttf||7228:1655828711.0": {
+ "family_name": "Noto Serif Toto Medium",
+ "font-family": "Noto Serif Toto Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Toto Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifToto-Medium.ttf",
+ "preferred_family_name": "Noto Serif Toto",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifToto-Regular.ttf||7200:1655828711.0": {
+ "family_name": "Noto Serif Toto",
+ "font-family": "Noto Serif Toto",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Toto Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifToto-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifToto-SemiBold.ttf||7236:1655828711.0": {
+ "family_name": "Noto Serif Toto SemiBold",
+ "font-family": "Noto Serif Toto SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Toto SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifToto-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Toto",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifVithkuqi-Bold.ttf||19340:1655828711.0": {
+ "family_name": "Noto Serif Vithkuqi",
+ "font-family": "Noto Serif Vithkuqi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Vithkuqi Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifVithkuqi-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifVithkuqi-Medium.ttf||19332:1655828711.0": {
+ "family_name": "Noto Serif Vithkuqi Medium",
+ "font-family": "Noto Serif Vithkuqi Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Vithkuqi Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifVithkuqi-Medium.ttf",
+ "preferred_family_name": "Noto Serif Vithkuqi",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifVithkuqi-Regular.ttf||19376:1655828711.0": {
+ "family_name": "Noto Serif Vithkuqi",
+ "font-family": "Noto Serif Vithkuqi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Vithkuqi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifVithkuqi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifVithkuqi-SemiBold.ttf||19284:1655828711.0": {
+ "family_name": "Noto Serif Vithkuqi SemiBold",
+ "font-family": "Noto Serif Vithkuqi SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Vithkuqi SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifVithkuqi-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Vithkuqi",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifYezidi-Bold.ttf||11776:1655828711.0": {
+ "family_name": "Noto Serif Yezidi",
+ "font-family": "Noto Serif Yezidi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Serif Yezidi Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 8,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifYezidi-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifYezidi-Medium.ttf||11992:1655828711.0": {
+ "family_name": "Noto Serif Yezidi Medium",
+ "font-family": "Noto Serif Yezidi Medium",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Noto Serif Yezidi Medium",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 6,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifYezidi-Medium.ttf",
+ "preferred_family_name": "Noto Serif Yezidi",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Regular",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifYezidi-Regular.ttf||11956:1655828711.0": {
+ "family_name": "Noto Serif Yezidi",
+ "font-family": "Noto Serif Yezidi",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Serif Yezidi Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 5,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifYezidi-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoSerifYezidi-SemiBold.ttf||11992:1655828711.0": {
+ "family_name": "Noto Serif Yezidi SemiBold",
+ "font-family": "Noto Serif Yezidi SemiBold",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "600",
+ "fs_type": 0,
+ "full_name": "Noto Serif Yezidi SemiBold",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": true,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 2,
+ 7,
+ 2,
+ 6,
+ 5,
+ 5,
+ 2,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/noto/NotoSerifYezidi-SemiBold.ttf",
+ "preferred_family_name": "Noto Serif Yezidi",
+ "preferred_subfamily_name": "SemiBold",
+ "subfamily_name": "Regular",
+ "weight": 600,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoTraditionalNushu-Bold.ttf||151200:1655828711.0": {
+ "family_name": "Noto Traditional Nushu",
+ "font-family": "Noto Traditional Nushu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Noto Traditional Nushu Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoTraditionalNushu-Bold.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoTraditionalNushu-Light.ttf||153356:1655828711.0": {
+ "family_name": "Noto Traditional Nushu Light",
+ "font-family": "Noto Traditional Nushu Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Noto Traditional Nushu Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoTraditionalNushu-Light.ttf",
+ "preferred_family_name": "Noto Traditional Nushu",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/noto/NotoTraditionalNushu-Regular.ttf||151380:1655828711.0": {
+ "family_name": "Noto Traditional Nushu",
+ "font-family": "Noto Traditional Nushu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Noto Traditional Nushu Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/noto/NotoTraditionalNushu-Regular.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-B.ttf||333612:1646061603.0": {
+ "family_name": "Ubuntu",
+ "font-family": "Ubuntu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-B.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-BI.ttf||356980:1646061603.0": {
+ "family_name": "Ubuntu",
+ "font-family": "Ubuntu",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-BI.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-C.ttf||350444:1646061603.0": {
+ "family_name": "Ubuntu Condensed",
+ "font-family": "Ubuntu Condensed",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Condensed",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 6,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-C.ttf",
+ "preferred_family_name": "Ubuntu Condensed",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-L.ttf||415552:1646061603.0": {
+ "family_name": "Ubuntu Light",
+ "font-family": "Ubuntu Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Ubuntu Light",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-L.ttf",
+ "preferred_family_name": "Ubuntu",
+ "preferred_subfamily_name": "Light",
+ "subfamily_name": "Regular",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-LI.ttf||409608:1646061603.0": {
+ "family_name": "Ubuntu Light",
+ "font-family": "Ubuntu Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "300",
+ "fs_type": 0,
+ "full_name": "Ubuntu Light Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 3,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-LI.ttf",
+ "preferred_family_name": "Ubuntu",
+ "preferred_subfamily_name": "Light Italic",
+ "subfamily_name": "Italic",
+ "weight": 300,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-M.ttf||341324:1646061603.0": {
+ "family_name": "Ubuntu Light",
+ "font-family": "Ubuntu Light",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Ubuntu Medium",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 6,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-M.ttf",
+ "preferred_family_name": "Ubuntu",
+ "preferred_subfamily_name": "Medium",
+ "subfamily_name": "Bold",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-MI.ttf||366992:1646061603.0": {
+ "family_name": "Ubuntu Light",
+ "font-family": "Ubuntu Light",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "500",
+ "fs_type": 0,
+ "full_name": "Ubuntu Medium Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-MI.ttf",
+ "preferred_family_name": "Ubuntu",
+ "preferred_subfamily_name": "Medium Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 500,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-R.ttf||353824:1646061603.0": {
+ "family_name": "Ubuntu",
+ "font-family": "Ubuntu",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-R.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/Ubuntu-RI.ttf||386440:1646061603.0": {
+ "family_name": "Ubuntu",
+ "font-family": "Ubuntu",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 4,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/Ubuntu-RI.ttf",
+ "preferred_family_name": null,
+ "preferred_subfamily_name": null,
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/UbuntuMono-B.ttf||191400:1646061603.0": {
+ "family_name": "Ubuntu Mono",
+ "font-family": "Ubuntu Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Bold",
+ "is_bold": true,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/UbuntuMono-B.ttf",
+ "preferred_family_name": "Ubuntu Mono",
+ "preferred_subfamily_name": "Bold",
+ "subfamily_name": "Bold",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/UbuntuMono-BI.ttf||216208:1646061603.0": {
+ "family_name": "Ubuntu Mono",
+ "font-family": "Ubuntu Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "bold",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Bold Italic",
+ "is_bold": true,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 8,
+ 9,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/UbuntuMono-BI.ttf",
+ "preferred_family_name": "Ubuntu Mono",
+ "preferred_subfamily_name": "Bold Italic",
+ "subfamily_name": "Bold Italic",
+ "weight": 700,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/UbuntuMono-R.ttf||205748:1646061603.0": {
+ "family_name": "Ubuntu Mono",
+ "font-family": "Ubuntu Mono",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 6,
+ 2,
+ 3,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/UbuntuMono-R.ttf",
+ "preferred_family_name": "Ubuntu Mono",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/ubuntu/UbuntuMono-RI.ttf||210216:1646061603.0": {
+ "family_name": "Ubuntu Mono",
+ "font-family": "Ubuntu Mono",
+ "font-stretch": "normal",
+ "font-style": "italic",
+ "font-weight": "normal",
+ "fs_type": 0,
+ "full_name": "Ubuntu Mono Italic",
+ "is_bold": false,
+ "is_italic": true,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": false,
+ "is_wws": false,
+ "os2_version": 3,
+ "panose": [
+ 2,
+ 11,
+ 5,
+ 9,
+ 3,
+ 6,
+ 2,
+ 10,
+ 2,
+ 4
+ ],
+ "path": "/usr/share/fonts/ubuntu/UbuntuMono-RI.ttf",
+ "preferred_family_name": "Ubuntu Mono",
+ "preferred_subfamily_name": "Italic",
+ "subfamily_name": "Italic",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ },
+ "/usr/share/fonts/wps-office/DejaVuMathTeXGyre.ttf||577708:1654753421.0": {
+ "family_name": "DejaVu Math TeX Gyre",
+ "font-family": "DejaVu Math TeX Gyre",
+ "font-stretch": "normal",
+ "font-style": "normal",
+ "font-weight": "normal",
+ "fs_type": 12,
+ "full_name": "DejaVuMathTeXGyre-Regular",
+ "is_bold": false,
+ "is_italic": false,
+ "is_oblique": false,
+ "is_otf": false,
+ "is_regular": true,
+ "is_wws": false,
+ "os2_version": 4,
+ "panose": [
+ 2,
+ 0,
+ 5,
+ 3,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ "path": "/usr/share/fonts/wps-office/DejaVuMathTeXGyre.ttf",
+ "preferred_family_name": "DejaVu Math TeX Gyre",
+ "preferred_subfamily_name": "Regular",
+ "subfamily_name": "Regular",
+ "weight": 400,
+ "width": 5,
+ "wws_family_name": null,
+ "wws_subfamily_name": null
+ }
+ },
+ "version": 2
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/global.py.json b/arch-config/.config/calibre/global.py.json
new file mode 100644
index 00000000..6f2077f8
--- /dev/null
+++ b/arch-config/.config/calibre/global.py.json
@@ -0,0 +1,51 @@
+{
+ "add_formats_to_existing": false,
+ "case_sensitive": false,
+ "check_for_dupes_on_ctl": false,
+ "database_path": "/home/marc/library1.db",
+ "filename_pattern": "(?P.+) - (?P[^_]+)",
+ "input_format_order": [
+ "EPUB",
+ "AZW3",
+ "MOBI",
+ "LIT",
+ "PRC",
+ "FB2",
+ "HTML",
+ "HTM",
+ "XHTM",
+ "SHTML",
+ "XHTML",
+ "ZIP",
+ "DOCX",
+ "ODT",
+ "RTF",
+ "PDF",
+ "TXT"
+ ],
+ "installation_uuid": "95258752-0a69-416a-90ff-c20df0267b24",
+ "isbndb_com_key": "",
+ "language": "de",
+ "library_path": "/home/marc/Calibre-Bibliothek",
+ "limit_search_columns": false,
+ "limit_search_columns_to": [
+ "title",
+ "authors",
+ "tags",
+ "series",
+ "publisher"
+ ],
+ "manage_device_metadata": "manual",
+ "mark_new_books": false,
+ "migrated": false,
+ "network_timeout": 5,
+ "new_book_tags": [],
+ "numeric_collation": false,
+ "output_format": "epub",
+ "read_file_metadata": true,
+ "saved_searches": {},
+ "swap_author_names": false,
+ "use_primary_find_in_search": true,
+ "user_categories": {},
+ "worker_process_priority": "normal"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/gui.json b/arch-config/.config/calibre/gui.json
new file mode 100644
index 00000000..04cbcb23
--- /dev/null
+++ b/arch-config/.config/calibre/gui.json
@@ -0,0 +1,274 @@
+{
+ "Plugin Updater plugin:plugin updater dialog": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAHDAAABFQAABdUAAAMKAAABxQAAARcAAAXTAAADCAAAAAAAAAAAB4AAAAHFAAABFwAABdMAAAMI"
+ },
+ "action-layout-toolbar": [
+ "Add Books",
+ "Edit Metadata",
+ null,
+ "Convert Books",
+ "View",
+ null,
+ "Store",
+ "Donate",
+ "Fetch News",
+ "Help",
+ null,
+ "Remove Books",
+ "Choose Library",
+ "Save To Disk",
+ "Connect Share",
+ "Tweak ePub",
+ "Preferences",
+ "Obok DeDRM"
+ ],
+ "action-layout-toolbar-device": [
+ "Add Books",
+ "Edit Metadata",
+ null,
+ "Convert Books",
+ "View",
+ "Send To Device",
+ null,
+ null,
+ "Location Manager",
+ null,
+ null,
+ "Fetch News",
+ "Save To Disk",
+ "Store",
+ "Connect Share",
+ null,
+ "Remove Books",
+ null,
+ "Help",
+ "Preferences",
+ "Obok DeDRM"
+ ],
+ "advanced search dialog current tab": 3,
+ "advanced_search_template_tab_program_field": "",
+ "advanced_search_template_tab_test_field": "0",
+ "advanced_search_template_tab_value_field": "",
+ "ask_to_manage_device": [
+ "9d273cd5"
+ ],
+ "basic_metadata_widget_splitter_state": {
+ "__class__": "bytearray",
+ "__value__": "AAAA/wAAAAEAAAADAAAA6wAAAZwAAAEKAf////8BAAAAAQA="
+ },
+ "book_details_splitter_horizontal_state": [
+ true,
+ 200
+ ],
+ "book_info_dialog_layout": [
+ {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAH3AAAAJAAABYgAAAP7AAAB+QAAACYAAAWGAAAD+QAAAAAAAAAAB4AAAAH5AAAAJgAABYYAAAP5"
+ },
+ {
+ "__class__": "bytearray",
+ "__value__": "AAAA/wAAAAEAAAACAAABXgAAAV4B/////wEAAAABAA=="
+ }
+ ],
+ "book_list_pin_splitter_state": {
+ "__class__": "bytearray",
+ "__value__": "AAAA/wAAAAEAAAACAAABAAAAAEYA/////wEAAAABAA=="
+ },
+ "bulk_metadata_window_geometry": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAAbAAAAEgAAB1gAAAQbAAAAHQAAABQAAAdWAAAEGQAAAAAAAAAAB4AAAAAdAAAAFAAAB1YAAAQZ"
+ },
+ "bulk_metadata_window_tab": 0,
+ "convert_bulk_dialog_geom": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAASAAAAJAAAB08AAAP7AAAAFAAAACYAAAdNAAAD+QAAAAAAAAAAB4AAAAAUAAAAJgAAB00AAAP5"
+ },
+ "convert_single_dialog_geom": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAAsAAAAEgAAB2kAAAPpAAAALgAAABQAAAdnAAAD5wAAAAAAAAAAB4AAAAAuAAAAFAAAB2cAAAPn"
+ },
+ "cover_browser_splitter_vertical_state": [
+ false,
+ 300
+ ],
+ "custom_colors_for_color_dialog": [
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ],
+ [
+ 255,
+ 255,
+ 255,
+ 255
+ ]
+ ],
+ "diff_dialog_geom": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAJnAAAAJgAABv8AAAP9AAACaQAAACgAAAb9AAAD+wAAAAAAAAAAB4AAAAJpAAAAKAAABv0AAAP7"
+ },
+ "duplicates-question-dialog-geometry": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAACGAAABTAAAA2AAAALPAAAAiAAAAU4AAANeAAACzQAAAAAAAAAAB4AAAACIAAABTgAAA14AAALN"
+ },
+ "grid view visible": false,
+ "jobs view column layout3": {
+ "__class__": "bytearray",
+ "__value__": "AAAA/wAAAAAAAAABAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA04AAAAFAQEBAAAAAAAAAAAAAAAAAGT/////AAAAhAAAAAAAAAAFAAABRAAAAAEAAAAAAAAAtgAAAAEAAAAAAAAAjAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAAZAAAAAEAAAAAAAAD6AAAAAAA"
+ },
+ "jobs_dialog_geometry": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAGYAAABEQAABQ4AAAMyAAABmgAAARMAAAUMAAADMAAAAAAAAAAAB4AAAAGaAAABEwAABQwAAAMw"
+ },
+ "library_usage_stats": {
+ "/home/marc/Calibre-Bibliothek": 184
+ },
+ "metadata-download-identify-widget-splitter-state": {
+ "__class__": "bytearray",
+ "__value__": "AAAA/wAAAAEAAAACAAACAAAAAQAA/////wEAAAABAA=="
+ },
+ "metadata_single_gui_geom": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAIiAAAA6QAABXcAAANEAAACJAAAAOsAAAV1AAADQgAAAAAAAAAAB4AAAAIkAAAA6wAABXUAAANC"
+ },
+ "metasingle_window_geometry3": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAA8AAAAEgAAB3kAAAQbAAAAPgAAABQAAAd3AAAEGQAAAAAAAAAAB4AAAAA+AAAAFAAAB3cAAAQZ"
+ },
+ "plugin config dialog:Dateityp:DeACSM": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAMiAAABRAAABKAAAAL9AAADJAAAAUYAAASeAAAC+wAAAAAAAAAAB4AAAAMkAAABRgAABJ4AAAL7"
+ },
+ "plugin config dialog:Dateityp:DeDRM": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAP8AAAApAAABRYAAAKaAAAD/gAAAKYAAAUUAAACmAAAAAAAAAAAB4AAAAP+AAAApgAABRQAAAKY"
+ },
+ "preferences dialog geometry": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAHtAAAApgAABZIAAAN5AAAB7wAAAKgAAAWQAAADdwAAAAAAAAAAB4AAAAHvAAAAqAAABZAAAAN3"
+ },
+ "previous_sort_order_BooksView": {
+ "authors": true,
+ "rating": true,
+ "series": true,
+ "title": true
+ },
+ "quick_start_guide_added": true,
+ "quickview visible": false,
+ "recently_used_languages": [
+ "Englisch"
+ ],
+ "replace_scene_breaks_history": [
+ "",
+ "
",
+ "∗ ∗ ∗",
+ "• • •",
+ "♦ ♦ ♦",
+ "† †",
+ "‡ ‡ ‡",
+ "∞ ∞ ∞",
+ "¤ ¤ ¤"
+ ],
+ "search bar visible": true,
+ "single-cover-fetch-dialog-geometry": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAIhAAAA5wAABXYAAANCAAACIwAAAOkAAAV0AAADQAAAAAAAAAAAB4AAAAIjAAAA6QAABXQAAANA"
+ },
+ "tag browser search box visible": false,
+ "tag_browser_splitter_horizontal_state": [
+ true,
+ 200
+ ],
+ "tag_editor_geometry": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAKTAAAAyAAABRYAAANlAAAClQAAAMoAAAUUAAADYwAAAAAAAAAAB4AAAAKVAAAAygAABRQAAANj"
+ },
+ "tag_editor_last_filter": "add_tag_input"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/gui.py.json b/arch-config/.config/calibre/gui.py.json
new file mode 100644
index 00000000..b7a61032
--- /dev/null
+++ b/arch-config/.config/calibre/gui.py.json
@@ -0,0 +1,78 @@
+{
+ "LRF_conversion_defaults": [],
+ "LRF_ebook_viewer_options": null,
+ "asked_library_thing_password": false,
+ "auto_download_cover": false,
+ "autolaunch_server": false,
+ "column_map": [
+ "title",
+ "ondevice",
+ "authors",
+ "size",
+ "timestamp",
+ "rating",
+ "publisher",
+ "tags",
+ "series",
+ "pubdate"
+ ],
+ "confirm_delete": false,
+ "cover_flow_queue_length": 6,
+ "default_send_to_device_action": "DeviceAction:main::False:False",
+ "delete_news_from_library_on_upload": false,
+ "disable_animations": false,
+ "disable_tray_notification": false,
+ "enforce_cpu_limit": true,
+ "get_social_metadata": true,
+ "gui_layout": "wide",
+ "highlight_search_matches": false,
+ "internally_viewed_formats": [
+ "LRF",
+ "EPUB",
+ "LIT",
+ "MOBI",
+ "PRC",
+ "POBI",
+ "AZW",
+ "AZW3",
+ "HTML",
+ "FB2",
+ "PDB",
+ "RB",
+ "SNB",
+ "HTMLZ",
+ "KEPUB"
+ ],
+ "jobs_search_history": [],
+ "lrf_viewer_search_history": [],
+ "main_search_history": [],
+ "main_window_geometry": {
+ "__class__": "bytearray",
+ "__value__": "AdnQywADAAAAAAAAAAAAAAAAB38AAAQjAAAAAgAAAAIAAAd9AAAEIQAAAAAAAAAAB4AAAAACAAAAAgAAB30AAAQh"
+ },
+ "match_tags_type": "any",
+ "new_version_notification": true,
+ "oldest_news": 60,
+ "overwrite_author_title_metadata": true,
+ "plugin_search_history": [],
+ "save_to_disk_template_history": [],
+ "scheduler_search_history": [],
+ "search_as_you_type": false,
+ "send_to_device_template_history": [],
+ "send_to_storage_card_by_default": false,
+ "separate_cover_flow": false,
+ "shortcuts_search_history": [],
+ "show_avg_rating": true,
+ "sort_tags_by": "name",
+ "systray_icon": false,
+ "tag_browser_hidden_categories": {
+ "__class__": "set",
+ "__value__": []
+ },
+ "tweaks_search_history": [],
+ "upload_news_to_device": true,
+ "use_roman_numerals_for_series_number": true,
+ "viewer_search_history": [],
+ "viewer_toc_search_history": [],
+ "worker_limit": 6
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/metadata-sources-cache.json b/arch-config/.config/calibre/metadata-sources-cache.json
new file mode 100644
index 00000000..f83301a3
--- /dev/null
+++ b/arch-config/.config/calibre/metadata-sources-cache.json
@@ -0,0 +1,18 @@
+{
+ "amazon": "#!/usr/bin/env python\n# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai\n# License: GPLv3 Copyright: 2011, Kovid Goyal \nfrom __future__ import absolute_import, division, print_function, unicode_literals\n\nimport re\nimport string\nimport socket\nimport time\nfrom functools import partial\ntry:\n from queue import Empty, Queue\nexcept ImportError:\n from Queue import Empty, Queue\nfrom threading import Thread\ntry:\n from urllib.parse import urlparse\nexcept ImportError:\n from urlparse import urlparse\n\nfrom mechanize import HTTPError\n\nfrom calibre import as_unicode, browser, random_user_agent, xml_replace_entities\nfrom calibre.ebooks.metadata import check_isbn\nfrom calibre.ebooks.metadata.book.base import Metadata\nfrom calibre.ebooks.metadata.sources.base import Option, Source, fixauthors, fixcase\nfrom calibre.utils.localization import canonicalize_lang\nfrom calibre.utils.random_ua import accept_header_for_ua\nfrom calibre.ebooks.oeb.base import urlquote\n\n\ndef sort_matches_preferring_kindle_editions(matches):\n upos_map = {url:i for i, url in enumerate(matches)}\n\n def skey(url):\n opos = upos_map[url]\n parts = url.split('/')\n try:\n idx = parts.index('dp')\n except Exception:\n idx = -1\n if idx < 0 or idx + 1 >= len(parts) or not parts[idx+1].startswith('B'):\n return 1, opos\n return 0, opos\n matches.sort(key=skey)\n return matches\n\n\ndef iri_quote_plus(url):\n ans = urlquote(url)\n if isinstance(ans, bytes):\n ans = ans.decode('utf-8')\n return ans.replace('%20', '+')\n\n\ndef user_agent_is_ok(ua):\n return 'Mobile/' not in ua and 'Mobile ' not in ua\n\n\nclass CaptchaError(Exception):\n pass\n\n\nclass SearchFailed(ValueError):\n pass\n\n\ndef parse_html(raw):\n try:\n from html5_parser import parse\n except ImportError:\n # Old versions of calibre\n import html5lib\n return html5lib.parse(raw, treebuilder='lxml', namespaceHTMLElements=False)\n else:\n return parse(raw)\n\n\ndef parse_details_page(url, log, timeout, browser, domain):\n from calibre.utils.cleantext import clean_ascii_chars\n from calibre.ebooks.chardet import xml_to_unicode\n from lxml.html import tostring\n try:\n from calibre.ebooks.metadata.sources.update import search_engines_module\n get_data_for_cached_url = search_engines_module().get_data_for_cached_url\n except Exception:\n get_data_for_cached_url = lambda *a: None\n raw = get_data_for_cached_url(url)\n if raw:\n log('Using cached details for url:', url)\n else:\n log('Downloading details from:', url)\n try:\n raw = browser.open_novisit(url, timeout=timeout).read().strip()\n except Exception as e:\n if callable(getattr(e, 'getcode', None)) and \\\n e.getcode() == 404:\n log.error('URL malformed: %r' % url)\n return\n attr = getattr(e, 'args', [None])\n attr = attr if attr else [None]\n if isinstance(attr[0], socket.timeout):\n msg = 'Details page timed out. Try again later.'\n log.error(msg)\n else:\n msg = 'Failed to make details query: %r' % url\n log.exception(msg)\n return\n\n oraw = raw\n if 'amazon.com.br' in url:\n # amazon.com.br serves utf-8 but has an incorrect latin1 tag\n raw = raw.decode('utf-8')\n raw = xml_to_unicode(raw, strip_encoding_pats=True,\n resolve_entities=True)[0]\n if '404 - ' in raw:\n raise ValueError('URL malformed: %r' % url)\n if '>Could not find the requested document in the cache.<' in raw:\n raise ValueError('No cached entry for %s found' % url)\n\n try:\n root = parse_html(clean_ascii_chars(raw))\n except Exception:\n msg = 'Failed to parse amazon details page: %r' % url\n log.exception(msg)\n return\n if domain == 'jp':\n for a in root.xpath('//a[@href]'):\n if ('black-curtain-redirect.html' in a.get('href')) or ('/black-curtain/save-eligibility/black-curtain' in a.get('href')):\n url = a.get('href')\n if url:\n if url.startswith('/'):\n url = 'https://amazon.co.jp' + a.get('href')\n log('Black curtain redirect found, following')\n return parse_details_page(url, log, timeout, browser, domain)\n\n errmsg = root.xpath('//*[@id=\"errorMessage\"]')\n if errmsg:\n msg = 'Failed to parse amazon details page: %r' % url\n msg += tostring(errmsg, method='text', encoding='unicode').strip()\n log.error(msg)\n return\n\n from css_selectors import Select\n selector = Select(root)\n return oraw, root, selector\n\n\ndef parse_asin(root, log, url):\n try:\n link = root.xpath('//link[@rel=\"canonical\" and @href]')\n for l in link:\n return l.get('href').rpartition('/')[-1]\n except Exception:\n log.exception('Error parsing ASIN for url: %r' % url)\n\n\nclass Worker(Thread): # Get details {{{\n\n '''\n Get book details from amazons book page in a separate thread\n '''\n\n def __init__(self, url, result_queue, browser, log, relevance, domain,\n plugin, timeout=20, testing=False, preparsed_root=None,\n cover_url_processor=None, filter_result=None):\n Thread.__init__(self)\n self.cover_url_processor = cover_url_processor\n self.preparsed_root = preparsed_root\n self.daemon = True\n self.testing = testing\n self.url, self.result_queue = url, result_queue\n self.log, self.timeout = log, timeout\n self.filter_result = filter_result or (lambda x, log: True)\n self.relevance, self.plugin = relevance, plugin\n self.browser = browser\n self.cover_url = self.amazon_id = self.isbn = None\n self.domain = domain\n from lxml.html import tostring\n self.tostring = tostring\n\n months = { # {{{\n 'de': {\n 1: ['jän', 'januar'],\n 2: ['februar'],\n 3: ['märz'],\n 5: ['mai'],\n 6: ['juni'],\n 7: ['juli'],\n 10: ['okt', 'oktober'],\n 12: ['dez', 'dezember']\n },\n 'it': {\n 1: ['gennaio', 'enn'],\n 2: ['febbraio', 'febbr'],\n 3: ['marzo'],\n 4: ['aprile'],\n 5: ['maggio', 'magg'],\n 6: ['giugno'],\n 7: ['luglio'],\n 8: ['agosto', 'ag'],\n 9: ['settembre', 'sett'],\n 10: ['ottobre', 'ott'],\n 11: ['novembre'],\n 12: ['dicembre', 'dic'],\n },\n 'fr': {\n 1: ['janv'],\n 2: ['févr'],\n 3: ['mars'],\n 4: ['avril'],\n 5: ['mai'],\n 6: ['juin'],\n 7: ['juil'],\n 8: ['août'],\n 9: ['sept'],\n 12: ['déc'],\n },\n 'br': {\n 1: ['janeiro'],\n 2: ['fevereiro'],\n 3: ['março'],\n 4: ['abril'],\n 5: ['maio'],\n 6: ['junho'],\n 7: ['julho'],\n 8: ['agosto'],\n 9: ['setembro'],\n 10: ['outubro'],\n 11: ['novembro'],\n 12: ['dezembro'],\n },\n 'es': {\n 1: ['enero'],\n 2: ['febrero'],\n 3: ['marzo'],\n 4: ['abril'],\n 5: ['mayo'],\n 6: ['junio'],\n 7: ['julio'],\n 8: ['agosto'],\n 9: ['septiembre', 'setiembre'],\n 10: ['octubre'],\n 11: ['noviembre'],\n 12: ['diciembre'],\n },\n 'se': {\n 1: ['januari'],\n 2: ['februari'],\n 3: ['mars'],\n 4: ['april'],\n 5: ['maj'],\n 6: ['juni'],\n 7: ['juli'],\n 8: ['augusti'],\n 9: ['september'],\n 10: ['oktober'],\n 11: ['november'],\n 12: ['december'],\n },\n 'jp': {\n 1: ['1月'],\n 2: ['2月'],\n 3: ['3月'],\n 4: ['4月'],\n 5: ['5月'],\n 6: ['6月'],\n 7: ['7月'],\n 8: ['8月'],\n 9: ['9月'],\n 10: ['10月'],\n 11: ['11月'],\n 12: ['12月'],\n },\n 'nl': {\n 1: ['januari'], 2: ['februari'], 3: ['maart'], 5: ['mei'], 6: ['juni'], 7: ['juli'], 8: ['augustus'], 10: ['oktober'],\n }\n\n } # }}}\n\n self.english_months = [None, 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',\n 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']\n self.months = months.get(self.domain, {})\n\n self.pd_xpath = '''\n //h2[text()=\"Product Details\" or \\\n text()=\"Produktinformation\" or \\\n text()=\"Dettagli prodotto\" or \\\n text()=\"Product details\" or \\\n text()=\"Détails sur le produit\" or \\\n text()=\"Detalles del producto\" or \\\n text()=\"Detalhes do produto\" or \\\n text()=\"Productgegevens\" or \\\n text()=\"基本信息\" or \\\n starts-with(text(), \"登録情報\")]/../div[@class=\"content\"]\n '''\n # Editor: is for Spanish\n self.publisher_xpath = '''\n descendant::*[starts-with(text(), \"Publisher:\") or \\\n starts-with(text(), \"Verlag:\") or \\\n starts-with(text(), \"Editore:\") or \\\n starts-with(text(), \"Editeur\") or \\\n starts-with(text(), \"Editor:\") or \\\n starts-with(text(), \"Editora:\") or \\\n starts-with(text(), \"Uitgever:\") or \\\n starts-with(text(), \"Utgivare:\") or \\\n starts-with(text(), \"出版社:\")]\n '''\n self.pubdate_xpath = '''\n descendant::*[starts-with(text(), \"Publication Date:\") or \\\n starts-with(text(), \"Audible.com Release Date:\")]\n '''\n self.publisher_names = {'Publisher', 'Uitgever', 'Verlag', 'Utgivare', 'Herausgeber',\n 'Editore', 'Editeur', 'Editor', 'Editora', '出版社'}\n\n self.language_xpath = '''\n descendant::*[\n starts-with(text(), \"Language:\") \\\n or text() = \"Language\" \\\n or text() = \"Sprache:\" \\\n or text() = \"Lingua:\" \\\n or text() = \"Idioma:\" \\\n or starts-with(text(), \"Langue\") \\\n or starts-with(text(), \"言語\") \\\n or starts-with(text(), \"Språk\") \\\n or starts-with(text(), \"语种\")\n ]\n '''\n self.language_names = {'Language', 'Sprache', 'Språk',\n 'Lingua', 'Idioma', 'Langue', '言語', 'Taal', '语种'}\n\n self.tags_xpath = '''\n descendant::h2[\n text() = \"Look for Similar Items by Category\" or\n text() = \"Ähnliche Artikel finden\" or\n text() = \"Buscar productos similares por categoría\" or\n text() = \"Ricerca articoli simili per categoria\" or\n text() = \"Rechercher des articles similaires par rubrique\" or\n text() = \"Procure por items similares por categoria\" or\n text() = \"関連商品を探す\"\n ]/../descendant::ul/li\n '''\n\n self.ratings_pat = re.compile(\n r'([0-9.,]+) ?(out of|von|van|su|étoiles sur|つ星のうち|de un máximo de|de|av) '\n r'([\\d\\.]+)( (stars|Sternen|stelle|estrellas|estrelas|sterren|stjärnor)){0,1}'\n )\n self.ratings_pat_cn = re.compile('([0-9.]+) 颗星,最多 5 颗星')\n self.ratings_pat_jp = re.compile(r'\\d+つ星のうち([\\d\\.]+)')\n\n lm = {\n 'eng': ('English', 'Englisch', 'Engels', 'Engelska'),\n 'fra': ('French', 'Français'),\n 'ita': ('Italian', 'Italiano'),\n 'deu': ('German', 'Deutsch'),\n 'spa': ('Spanish', 'Espa\\xf1ol', 'Espaniol'),\n 'jpn': ('Japanese', '日本語'),\n 'por': ('Portuguese', 'Português'),\n 'nld': ('Dutch', 'Nederlands',),\n 'chs': ('Chinese', '中文', '简体中文'),\n 'swe': ('Swedish', 'Svenska'),\n }\n self.lang_map = {}\n for code, names in lm.items():\n for name in names:\n self.lang_map[name] = code\n\n self.series_pat = re.compile(\n r'''\n \\|\\s* # Prefix\n (Series)\\s*:\\s* # Series declaration\n (?P.+?)\\s+ # The series name\n \\((Book)\\s* # Book declaration\n (?P[0-9.]+) # Series index\n \\s*\\)\n ''', re.X)\n\n def delocalize_datestr(self, raw):\n if self.domain == 'cn':\n return raw.replace('年', '-').replace('月', '-').replace('日', '')\n if not self.months:\n return raw\n ans = raw.lower()\n for i, vals in self.months.items():\n for x in vals:\n ans = ans.replace(x, self.english_months[i])\n ans = ans.replace(' de ', ' ')\n return ans\n\n def run(self):\n try:\n self.get_details()\n except:\n self.log.exception('get_details failed for url: %r' % self.url)\n\n def get_details(self):\n if self.preparsed_root is None:\n raw, root, selector = parse_details_page(\n self.url, self.log, self.timeout, self.browser, self.domain)\n else:\n raw, root, selector = self.preparsed_root\n\n from css_selectors import Select\n self.selector = Select(root)\n self.parse_details(raw, root)\n\n def parse_details(self, raw, root):\n asin = parse_asin(root, self.log, self.url)\n if not asin and root.xpath('//form[@action=\"/errors/validateCaptcha\"]'):\n raise CaptchaError(\n 'Amazon returned a CAPTCHA page, probably because you downloaded too many books. Wait for some time and try again.')\n if self.testing:\n import tempfile\n import uuid\n with tempfile.NamedTemporaryFile(prefix=(asin or type('')(uuid.uuid4())) + '_',\n suffix='.html', delete=False) as f:\n f.write(raw)\n print('Downloaded HTML for', asin, 'saved in', f.name)\n\n try:\n title = self.parse_title(root)\n except:\n self.log.exception('Error parsing title for url: %r' % self.url)\n title = None\n\n try:\n authors = self.parse_authors(root)\n except:\n self.log.exception('Error parsing authors for url: %r' % self.url)\n authors = []\n\n if not title or not authors or not asin:\n self.log.error(\n 'Could not find title/authors/asin for %r' % self.url)\n self.log.error('ASIN: %r Title: %r Authors: %r' % (asin, title,\n authors))\n return\n\n mi = Metadata(title, authors)\n idtype = 'amazon' if self.domain == 'com' else 'amazon_' + self.domain\n mi.set_identifier(idtype, asin)\n self.amazon_id = asin\n\n try:\n mi.rating = self.parse_rating(root)\n except:\n self.log.exception('Error parsing ratings for url: %r' % self.url)\n\n try:\n mi.comments = self.parse_comments(root, raw)\n except:\n self.log.exception('Error parsing comments for url: %r' % self.url)\n\n try:\n series, series_index = self.parse_series(root)\n if series:\n mi.series, mi.series_index = series, series_index\n elif self.testing:\n mi.series, mi.series_index = 'Dummy series for testing', 1\n except:\n self.log.exception('Error parsing series for url: %r' % self.url)\n\n try:\n mi.tags = self.parse_tags(root)\n except:\n self.log.exception('Error parsing tags for url: %r' % self.url)\n\n try:\n self.cover_url = self.parse_cover(root, raw)\n except:\n self.log.exception('Error parsing cover for url: %r' % self.url)\n if self.cover_url_processor is not None and self.cover_url and self.cover_url.startswith('/'):\n self.cover_url = self.cover_url_processor(self.cover_url)\n mi.has_cover = bool(self.cover_url)\n\n detail_bullets = root.xpath('//*[@data-feature-name=\"detailBullets\"]')\n non_hero = tuple(self.selector(\n 'div#bookDetails_container_div div#nonHeroSection')) or tuple(self.selector(\n '#productDetails_techSpec_sections'))\n if detail_bullets:\n self.parse_detail_bullets(root, mi, detail_bullets[0])\n elif non_hero:\n try:\n self.parse_new_details(root, mi, non_hero[0])\n except:\n self.log.exception(\n 'Failed to parse new-style book details section')\n\n else:\n pd = root.xpath(self.pd_xpath)\n if pd:\n pd = pd[0]\n\n try:\n isbn = self.parse_isbn(pd)\n if isbn:\n self.isbn = mi.isbn = isbn\n except:\n self.log.exception(\n 'Error parsing ISBN for url: %r' % self.url)\n\n try:\n mi.publisher = self.parse_publisher(pd)\n except:\n self.log.exception(\n 'Error parsing publisher for url: %r' % self.url)\n\n try:\n mi.pubdate = self.parse_pubdate(pd)\n except:\n self.log.exception(\n 'Error parsing publish date for url: %r' % self.url)\n\n try:\n lang = self.parse_language(pd)\n if lang:\n mi.language = lang\n except:\n self.log.exception(\n 'Error parsing language for url: %r' % self.url)\n\n else:\n self.log.warning(\n 'Failed to find product description for url: %r' % self.url)\n\n mi.source_relevance = self.relevance\n\n if self.amazon_id:\n if self.isbn:\n self.plugin.cache_isbn_to_identifier(self.isbn, self.amazon_id)\n if self.cover_url:\n self.plugin.cache_identifier_to_cover_url(self.amazon_id,\n self.cover_url)\n\n self.plugin.clean_downloaded_metadata(mi)\n\n if self.filter_result(mi, self.log):\n self.result_queue.put(mi)\n\n def totext(self, elem, only_printable=False):\n res = self.tostring(elem, encoding='unicode', method='text')\n if only_printable:\n try:\n filtered_characters = list(s for s in res if s.isprintable())\n except AttributeError:\n filtered_characters = list(s for s in res if s in string.printable)\n res = ''.join(filtered_characters).strip()\n return res\n\n def parse_title(self, root):\n\n def sanitize_title(title):\n ans = title.strip()\n if not ans.startswith('['):\n ans = re.sub(r'[(\\[].*[)\\]]', '', title).strip()\n return ans\n\n h1 = root.xpath('//h1[@id=\"title\"]')\n if h1:\n h1 = h1[0]\n for child in h1.xpath('./*[contains(@class, \"a-color-secondary\")]'):\n h1.remove(child)\n return sanitize_title(self.totext(h1))\n tdiv = root.xpath('//h1[contains(@class, \"parseasinTitle\")]')\n if not tdiv:\n span = root.xpath('//*[@id=\"ebooksTitle\"]')\n if span:\n return sanitize_title(self.totext(span[0]))\n raise ValueError('No title block found')\n tdiv = tdiv[0]\n actual_title = tdiv.xpath('descendant::*[@id=\"btAsinTitle\"]')\n if actual_title:\n title = self.tostring(actual_title[0], encoding='unicode',\n method='text').strip()\n else:\n title = self.tostring(tdiv, encoding='unicode',\n method='text').strip()\n return sanitize_title(title)\n\n def parse_authors(self, root):\n for sel in (\n '#byline .author .contributorNameID',\n '#byline .author a.a-link-normal',\n '#bylineInfo .author .contributorNameID',\n '#bylineInfo .author a.a-link-normal',\n '#bylineInfo #bylineContributor',\n ):\n matches = tuple(self.selector(sel))\n if matches:\n authors = [self.totext(x) for x in matches]\n return [a for a in authors if a]\n\n x = '//h1[contains(@class, \"parseasinTitle\")]/following-sibling::span/*[(name()=\"a\" and @href) or (name()=\"span\" and @class=\"contributorNameTrigger\")]'\n aname = root.xpath(x)\n if not aname:\n aname = root.xpath('''\n //h1[contains(@class, \"parseasinTitle\")]/following-sibling::*[(name()=\"a\" and @href) or (name()=\"span\" and @class=\"contributorNameTrigger\")]\n ''')\n for x in aname:\n x.tail = ''\n authors = [self.tostring(x, encoding='unicode', method='text').strip() for x\n in aname]\n authors = [a for a in authors if a]\n return authors\n\n def parse_rating(self, root):\n for x in root.xpath('//div[@id=\"cpsims-feature\" or @id=\"purchase-sims-feature\" or @id=\"rhf\"]'):\n # Remove the similar books section as it can cause spurious\n # ratings matches\n x.getparent().remove(x)\n\n rating_paths = (\n '//div[@data-feature-name=\"averageCustomerReviews\" or @id=\"averageCustomerReviews\"]',\n '//div[@class=\"jumpBar\"]/descendant::span[contains(@class,\"asinReviewsSummary\")]',\n '//div[@class=\"buying\"]/descendant::span[contains(@class,\"asinReviewsSummary\")]',\n '//span[@class=\"crAvgStars\"]/descendant::span[contains(@class,\"asinReviewsSummary\")]'\n )\n ratings = None\n for p in rating_paths:\n ratings = root.xpath(p)\n if ratings:\n break\n\n def parse_ratings_text(text):\n try:\n m = self.ratings_pat.match(text)\n return float(m.group(1).replace(',', '.')) / float(m.group(3)) * 5\n except Exception:\n pass\n\n if ratings:\n ratings = ratings[0]\n for elem in ratings.xpath('descendant::*[@title]'):\n t = elem.get('title').strip()\n if self.domain == 'cn':\n m = self.ratings_pat_cn.match(t)\n if m is not None:\n return float(m.group(1))\n elif self.domain == 'jp':\n m = self.ratings_pat_jp.match(t)\n if m is not None:\n return float(m.group(1))\n else:\n ans = parse_ratings_text(t)\n if ans is not None:\n return ans\n for elem in ratings.xpath('descendant::span[@class=\"a-icon-alt\"]'):\n t = self.tostring(\n elem, encoding='unicode', method='text', with_tail=False).strip()\n ans = parse_ratings_text(t)\n if ans is not None:\n return ans\n\n def _render_comments(self, desc):\n from calibre.library.comments import sanitize_comments_html\n\n for c in desc.xpath('descendant::noscript'):\n c.getparent().remove(c)\n for c in desc.xpath('descendant::*[@class=\"seeAll\" or'\n ' @class=\"emptyClear\" or @id=\"collapsePS\" or'\n ' @id=\"expandPS\"]'):\n c.getparent().remove(c)\n for b in desc.xpath('descendant::b[@style]'):\n # Bing highlights search results\n s = b.get('style', '')\n if 'color' in s:\n b.tag = 'span'\n del b.attrib['style']\n\n for a in desc.xpath('descendant::a[@href]'):\n del a.attrib['href']\n a.tag = 'span'\n desc = self.tostring(desc, method='html', encoding='unicode').strip()\n desc = xml_replace_entities(desc, 'utf-8')\n\n # Encoding bug in Amazon data U+fffd (replacement char)\n # in some examples it is present in place of '\n desc = desc.replace('\\ufffd', \"'\")\n # remove all attributes from tags\n desc = re.sub(r'<([a-zA-Z0-9]+)\\s[^>]+>', r'<\\1>', desc)\n # Collapse whitespace\n # desc = re.sub('\\n+', '\\n', desc)\n # desc = re.sub(' +', ' ', desc)\n # Remove the notice about text referring to out of print editions\n desc = re.sub(r'(?s)--This text ref.*?', '', desc)\n # Remove comments\n desc = re.sub(r'(?s)', '', desc)\n return sanitize_comments_html(desc)\n\n def parse_comments(self, root, raw):\n try:\n from urllib.parse import unquote\n except ImportError:\n from urllib import unquote\n ans = ''\n ns = tuple(self.selector('#bookDescription_feature_div noscript'))\n if ns:\n ns = ns[0]\n if len(ns) == 0 and ns.text:\n import html5lib\n # html5lib parsed noscript as CDATA\n ns = html5lib.parseFragment(\n '%s
' % (ns.text), treebuilder='lxml', namespaceHTMLElements=False)[0]\n else:\n ns.tag = 'div'\n ans = self._render_comments(ns)\n else:\n desc = root.xpath('//div[@id=\"ps-content\"]/div[@class=\"content\"]')\n if desc:\n ans = self._render_comments(desc[0])\n else:\n ns = tuple(self.selector('#bookDescription_feature_div .a-expander-content'))\n if ns:\n ans = self._render_comments(ns[0])\n\n desc = root.xpath(\n '//div[@id=\"productDescription\"]/*[@class=\"content\"]')\n if desc:\n ans += self._render_comments(desc[0])\n else:\n # Idiot chickens from amazon strike again. This data is now stored\n # in a JS variable inside a script tag URL encoded.\n m = re.search(br'var\\s+iframeContent\\s*=\\s*\"([^\"]+)\"', raw)\n if m is not None:\n try:\n text = unquote(m.group(1)).decode('utf-8')\n nr = parse_html(text)\n desc = nr.xpath(\n '//div[@id=\"productDescription\"]/*[@class=\"content\"]')\n if desc:\n ans += self._render_comments(desc[0])\n except Exception as e:\n self.log.warn(\n 'Parsing of obfuscated product description failed with error: %s' % as_unicode(e))\n else:\n desc = root.xpath('//div[@id=\"productDescription_fullView\"]')\n if desc:\n ans += self._render_comments(desc[0])\n\n return ans\n\n def parse_series(self, root):\n ans = (None, None)\n\n # This is found on the paperback/hardback pages for books on amazon.com\n series = root.xpath('//div[@data-feature-name=\"seriesTitle\"]')\n if series:\n series = series[0]\n spans = series.xpath('./span')\n if spans:\n raw = self.tostring(\n spans[0], encoding='unicode', method='text', with_tail=False).strip()\n m = re.search(r'\\s+([0-9.]+)$', raw.strip())\n if m is not None:\n series_index = float(m.group(1))\n s = series.xpath('./a[@id=\"series-page-link\"]')\n if s:\n series = self.tostring(\n s[0], encoding='unicode', method='text', with_tail=False).strip()\n if series:\n ans = (series, series_index)\n else:\n series = root.xpath('//div[@id=\"seriesBulletWidget_feature_div\"]')\n if series:\n a = series[0].xpath('descendant::a')\n if a:\n raw = self.tostring(a[0], encoding='unicode', method='text', with_tail=False)\n if self.domain == 'jp':\n m = re.search(r'(?P[0-9.]+)\\s*(?:巻|冊)\\s*\\(全\\s*([0-9.]+)\\s*(?:巻|冊)\\):\\s*(?P.+)', raw.strip())\n else:\n m = re.search(r'(?:Book|Libro|Buch)\\s+(?P[0-9.]+)\\s+(?:of|de|von)\\s+([0-9.]+)\\s*:\\s*(?P.+)', raw.strip())\n if m is not None:\n ans = (m.group('series').strip(), float(m.group('index')))\n\n # This is found on Kindle edition pages on amazon.com\n if ans == (None, None):\n for span in root.xpath('//div[@id=\"aboutEbooksSection\"]//li/span'):\n text = (span.text or '').strip()\n m = re.match(r'Book\\s+([0-9.]+)', text)\n if m is not None:\n series_index = float(m.group(1))\n a = span.xpath('./a[@href]')\n if a:\n series = self.tostring(\n a[0], encoding='unicode', method='text', with_tail=False).strip()\n if series:\n ans = (series, series_index)\n # This is found on newer Kindle edition pages on amazon.com\n if ans == (None, None):\n for b in root.xpath('//div[@id=\"reviewFeatureGroup\"]/span/b'):\n text = (b.text or '').strip()\n m = re.match(r'Book\\s+([0-9.]+)', text)\n if m is not None:\n series_index = float(m.group(1))\n a = b.getparent().xpath('./a[@href]')\n if a:\n series = self.tostring(\n a[0], encoding='unicode', method='text', with_tail=False).partition('(')[0].strip()\n if series:\n ans = series, series_index\n\n if ans == (None, None):\n desc = root.xpath('//div[@id=\"ps-content\"]/div[@class=\"buying\"]')\n if desc:\n raw = self.tostring(desc[0], method='text', encoding='unicode')\n raw = re.sub(r'\\s+', ' ', raw)\n match = self.series_pat.search(raw)\n if match is not None:\n s, i = match.group('series'), float(match.group('index'))\n if s:\n ans = (s, i)\n if ans[0]:\n ans = (re.sub(r'\\s+Series$', '', ans[0]).strip(), ans[1])\n ans = (re.sub(r'\\(.+?\\s+Series\\)$', '', ans[0]).strip(), ans[1])\n return ans\n\n def parse_tags(self, root):\n ans = []\n exclude_tokens = {'kindle', 'a-z'}\n exclude = {'special features', 'by authors',\n 'authors & illustrators', 'books', 'new; used & rental textbooks'}\n seen = set()\n for li in root.xpath(self.tags_xpath):\n for i, a in enumerate(li.iterdescendants('a')):\n if i > 0:\n # we ignore the first category since it is almost always\n # too broad\n raw = (a.text or '').strip().replace(',', ';')\n lraw = icu_lower(raw)\n tokens = frozenset(lraw.split())\n if raw and lraw not in exclude and not tokens.intersection(exclude_tokens) and lraw not in seen:\n ans.append(raw)\n seen.add(lraw)\n return ans\n\n def parse_cover(self, root, raw=b\"\"):\n # Look for the image URL in javascript, using the first image in the\n # image gallery as the cover\n import json\n imgpat = re.compile(r\"\"\"'imageGalleryData'\\s*:\\s*(\\[\\s*{.+])\"\"\")\n for script in root.xpath('//script'):\n m = imgpat.search(script.text or '')\n if m is not None:\n try:\n return json.loads(m.group(1))[0]['mainUrl']\n except Exception:\n continue\n\n def clean_img_src(src):\n parts = src.split('/')\n if len(parts) > 3:\n bn = parts[-1]\n sparts = bn.split('_')\n if len(sparts) > 2:\n bn = re.sub(r'\\.\\.jpg$', '.jpg', (sparts[0] + sparts[-1]))\n return ('/'.join(parts[:-1])) + '/' + bn\n\n imgpat2 = re.compile(r'var imageSrc = \"([^\"]+)\"')\n for script in root.xpath('//script'):\n m = imgpat2.search(script.text or '')\n if m is not None:\n src = m.group(1)\n url = clean_img_src(src)\n if url:\n return url\n\n imgs = root.xpath(\n '//img[(@id=\"prodImage\" or @id=\"original-main-image\" or @id=\"main-image\" or @id=\"main-image-nonjs\") and @src]')\n if not imgs:\n imgs = (\n root.xpath('//div[@class=\"main-image-inner-wrapper\"]/img[@src]') or\n root.xpath('//div[@id=\"main-image-container\" or @id=\"ebooks-main-image-container\"]//img[@src]') or\n root.xpath(\n '//div[@id=\"mainImageContainer\"]//img[@data-a-dynamic-image]')\n )\n for img in imgs:\n try:\n idata = json.loads(img.get('data-a-dynamic-image'))\n except Exception:\n imgs = ()\n else:\n mwidth = 0\n try:\n url = None\n for iurl, (width, height) in idata.items():\n if width > mwidth:\n mwidth = width\n url = iurl\n return url\n except Exception:\n pass\n\n for img in imgs:\n src = img.get('src')\n if 'data:' in src:\n continue\n if 'loading-' in src:\n js_img = re.search(br'\"largeImage\":\"(https?://[^\"]+)\",', raw)\n if js_img:\n src = js_img.group(1).decode('utf-8')\n if ('/no-image-avail' not in src and 'loading-' not in src and '/no-img-sm' not in src):\n self.log('Found image: %s' % src)\n url = clean_img_src(src)\n if url:\n return url\n\n def parse_detail_bullets(self, root, mi, container):\n ul = next(self.selector('.detail-bullet-list', root=container))\n for span in self.selector('.a-list-item', root=ul):\n cells = span.xpath('./span')\n if len(cells) >= 2:\n self.parse_detail_cells(mi, cells[0], cells[1])\n\n def parse_new_details(self, root, mi, non_hero):\n table = non_hero.xpath('descendant::table')[0]\n for tr in table.xpath('descendant::tr'):\n cells = tr.xpath('descendant::*[local-name()=\"td\" or local-name()=\"th\"]')\n if len(cells) == 2:\n self.parse_detail_cells(mi, cells[0], cells[1])\n\n def parse_detail_cells(self, mi, c1, c2):\n name = self.totext(c1, only_printable=True).strip().strip(':').strip()\n val = self.totext(c2).strip()\n if not val:\n return\n if name in self.language_names:\n ans = self.lang_map.get(val, None)\n if not ans:\n ans = canonicalize_lang(val)\n if ans:\n mi.language = ans\n elif name in self.publisher_names:\n pub = val.partition(';')[0].partition('(')[0].strip()\n if pub:\n mi.publisher = pub\n date = val.rpartition('(')[-1].replace(')', '').strip()\n try:\n from calibre.utils.date import parse_only_date\n date = self.delocalize_datestr(date)\n mi.pubdate = parse_only_date(date, assume_utc=True)\n except:\n self.log.exception('Failed to parse pubdate: %s' % val)\n elif name in {'ISBN', 'ISBN-10', 'ISBN-13'}:\n ans = check_isbn(val)\n if ans:\n self.isbn = mi.isbn = ans\n elif name in {'Publication date'}:\n from calibre.utils.date import parse_only_date\n date = self.delocalize_datestr(val)\n mi.pubdate = parse_only_date(date, assume_utc=True)\n\n def parse_isbn(self, pd):\n items = pd.xpath(\n 'descendant::*[starts-with(text(), \"ISBN\")]')\n if not items:\n items = pd.xpath(\n 'descendant::b[contains(text(), \"ISBN:\")]')\n for x in reversed(items):\n if x.tail:\n ans = check_isbn(x.tail.strip())\n if ans:\n return ans\n\n def parse_publisher(self, pd):\n for x in reversed(pd.xpath(self.publisher_xpath)):\n if x.tail:\n ans = x.tail.partition(';')[0]\n return ans.partition('(')[0].strip()\n\n def parse_pubdate(self, pd):\n from calibre.utils.date import parse_only_date\n for x in reversed(pd.xpath(self.pubdate_xpath)):\n if x.tail:\n date = x.tail.strip()\n date = self.delocalize_datestr(date)\n try:\n return parse_only_date(date, assume_utc=True)\n except Exception:\n pass\n for x in reversed(pd.xpath(self.publisher_xpath)):\n if x.tail:\n ans = x.tail\n date = ans.rpartition('(')[-1].replace(')', '').strip()\n date = self.delocalize_datestr(date)\n try:\n return parse_only_date(date, assume_utc=True)\n except Exception:\n pass\n\n def parse_language(self, pd):\n for x in reversed(pd.xpath(self.language_xpath)):\n if x.tail:\n raw = x.tail.strip().partition(',')[0].strip()\n ans = self.lang_map.get(raw, None)\n if ans:\n return ans\n ans = canonicalize_lang(ans)\n if ans:\n return ans\n# }}}\n\n\nclass Amazon(Source):\n\n name = 'Amazon.com'\n version = (1, 3, 0)\n minimum_calibre_version = (2, 82, 0)\n description = _('Downloads metadata and covers from Amazon')\n\n capabilities = frozenset(('identify', 'cover'))\n touched_fields = frozenset(('title', 'authors', 'identifier:amazon',\n 'rating', 'comments', 'publisher', 'pubdate',\n 'languages', 'series', 'tags'))\n has_html_comments = True\n supports_gzip_transfer_encoding = True\n prefer_results_with_isbn = False\n\n AMAZON_DOMAINS = {\n 'com': _('US'),\n 'fr': _('France'),\n 'de': _('Germany'),\n 'uk': _('UK'),\n 'au': _('Australia'),\n 'it': _('Italy'),\n 'jp': _('Japan'),\n 'es': _('Spain'),\n 'br': _('Brazil'),\n 'in': _('India'),\n 'nl': _('Netherlands'),\n 'cn': _('China'),\n 'ca': _('Canada'),\n 'se': _('Sweden'),\n }\n\n SERVERS = {\n 'auto': _('Choose server automatically'),\n 'amazon': _('Amazon servers'),\n 'bing': _('Bing search cache'),\n 'google': _('Google search cache'),\n 'wayback': _('Wayback machine cache (slow)'),\n 'ddg': _('DuckDuckGo search and Google cache'),\n }\n\n options = (\n Option('domain', 'choices', 'com', _('Amazon country website to use:'),\n _('Metadata from Amazon will be fetched using this '\n 'country\\'s Amazon website.'), choices=AMAZON_DOMAINS),\n Option('server', 'choices', 'auto', _('Server to get data from:'),\n _(\n 'Amazon has started blocking attempts to download'\n ' metadata from its servers. To get around this problem,'\n ' calibre can fetch the Amazon data from many different'\n ' places where it is cached. Choose the source you prefer.'\n ), choices=SERVERS),\n Option('use_mobi_asin', 'bool', False, _('Use the MOBI-ASIN for metadata search'),\n _(\n 'Enable this option to search for metadata with an'\n ' ASIN identifier from the MOBI file at the current country website,'\n ' unless any other amazon id is available. Note that if the'\n ' MOBI file came from a different Amazon country store, you could get'\n ' incorrect results.'\n )),\n Option('prefer_kindle_edition', 'bool', False, _('Prefer the Kindle edition, when available'),\n _(\n 'When searching for a book and the search engine returns both paper and Kindle editions,'\n ' always prefer the Kindle edition, instead of whatever the search engine returns at the'\n ' top.')\n ),\n )\n\n def __init__(self, *args, **kwargs):\n Source.__init__(self, *args, **kwargs)\n self.set_amazon_id_touched_fields()\n\n def id_from_url(self, url):\n from polyglot.urllib import urlparse\n purl = urlparse(url)\n if purl.netloc and purl.path and '/dp/' in purl.path:\n host_parts = tuple(x.lower() for x in purl.netloc.split('.'))\n if 'amazon' in host_parts:\n domain = host_parts[-1]\n parts = purl.path.split('/')\n idx = parts.index('dp')\n try:\n val = parts[idx+1]\n except IndexError:\n return\n aid = 'amazon' if domain == 'com' else ('amazon_' + domain)\n return aid, val\n\n def test_fields(self, mi):\n '''\n Return the first field from self.touched_fields that is null on the\n mi object\n '''\n for key in self.touched_fields:\n if key.startswith('identifier:'):\n key = key.partition(':')[-1]\n if key == 'amazon':\n if self.domain != 'com':\n key += '_' + self.domain\n if not mi.has_identifier(key):\n return 'identifier: ' + key\n elif mi.is_null(key):\n return key\n\n @property\n def browser(self):\n br = self._browser\n if br is None:\n ua = 'Mobile '\n while not user_agent_is_ok(ua):\n ua = random_user_agent(allow_ie=False)\n # ua = 'Mozilla/5.0 (Linux; Android 8.0.0; VTR-L29; rv:63.0) Gecko/20100101 Firefox/63.0'\n self._browser = br = browser(user_agent=ua)\n br.set_handle_gzip(True)\n if self.use_search_engine:\n br.addheaders += [\n ('Accept', accept_header_for_ua(ua)),\n ('Upgrade-insecure-requests', '1'),\n ]\n else:\n br.addheaders += [\n ('Accept', accept_header_for_ua(ua)),\n ('Upgrade-insecure-requests', '1'),\n ('Referer', self.referrer_for_domain()),\n ]\n return br\n\n def save_settings(self, *args, **kwargs):\n Source.save_settings(self, *args, **kwargs)\n self.set_amazon_id_touched_fields()\n\n def set_amazon_id_touched_fields(self):\n ident_name = \"identifier:amazon\"\n if self.domain != 'com':\n ident_name += '_' + self.domain\n tf = [x for x in self.touched_fields if not\n x.startswith('identifier:amazon')] + [ident_name]\n self.touched_fields = frozenset(tf)\n\n def get_domain_and_asin(self, identifiers, extra_domains=()):\n identifiers = {k.lower(): v for k, v in identifiers.items()}\n for key, val in identifiers.items():\n if key in ('amazon', 'asin'):\n return 'com', val\n if key.startswith('amazon_'):\n domain = key.partition('_')[-1]\n if domain and (domain in self.AMAZON_DOMAINS or domain in extra_domains):\n return domain, val\n if self.prefs['use_mobi_asin']:\n val = identifiers.get('mobi-asin')\n if val is not None:\n return self.domain, val\n return None, None\n\n def referrer_for_domain(self, domain=None):\n domain = domain or self.domain\n return {\n 'uk': 'https://www.amazon.co.uk/',\n 'au': 'https://www.amazon.com.au/',\n 'br': 'https://www.amazon.com.br/',\n 'jp': 'https://www.amazon.co.jp/',\n }.get(domain, 'https://www.amazon.%s/' % domain)\n\n def _get_book_url(self, identifiers): # {{{\n domain, asin = self.get_domain_and_asin(\n identifiers, extra_domains=('au', 'ca'))\n if domain and asin:\n url = None\n r = self.referrer_for_domain(domain)\n if r is not None:\n url = r + 'dp/' + asin\n if url:\n idtype = 'amazon' if domain == 'com' else 'amazon_' + domain\n return domain, idtype, asin, url\n\n def get_book_url(self, identifiers):\n ans = self._get_book_url(identifiers)\n if ans is not None:\n return ans[1:]\n\n def get_book_url_name(self, idtype, idval, url):\n if idtype == 'amazon':\n return self.name\n return 'A' + idtype.replace('_', '.')[1:]\n # }}}\n\n @property\n def domain(self):\n x = getattr(self, 'testing_domain', None)\n if x is not None:\n return x\n domain = self.prefs['domain']\n if domain not in self.AMAZON_DOMAINS:\n domain = 'com'\n\n return domain\n\n @property\n def server(self):\n x = getattr(self, 'testing_server', None)\n if x is not None:\n return x\n server = self.prefs['server']\n if server not in self.SERVERS:\n server = 'auto'\n return server\n\n @property\n def use_search_engine(self):\n return self.server != 'amazon'\n\n def clean_downloaded_metadata(self, mi):\n docase = (\n mi.language == 'eng' or\n (mi.is_null('language') and self.domain in {'com', 'uk', 'au'})\n )\n if mi.title and docase:\n # Remove series information from title\n m = re.search(r'\\S+\\s+(\\(.+?\\s+Book\\s+\\d+\\))$', mi.title)\n if m is not None:\n mi.title = mi.title.replace(m.group(1), '').strip()\n mi.title = fixcase(mi.title)\n mi.authors = fixauthors(mi.authors)\n if mi.tags and docase:\n mi.tags = list(map(fixcase, mi.tags))\n mi.isbn = check_isbn(mi.isbn)\n if mi.series and docase:\n mi.series = fixcase(mi.series)\n if mi.title and mi.series:\n for pat in (r':\\s*Book\\s+\\d+\\s+of\\s+%s$', r'\\(%s\\)$', r':\\s*%s\\s+Book\\s+\\d+$'):\n pat = pat % re.escape(mi.series)\n q = re.sub(pat, '', mi.title, flags=re.I).strip()\n if q and q != mi.title:\n mi.title = q\n break\n\n def get_website_domain(self, domain):\n return {'uk': 'co.uk', 'jp': 'co.jp', 'br': 'com.br', 'au': 'com.au'}.get(domain, domain)\n\n def create_query(self, log, title=None, authors=None, identifiers={}, # {{{\n domain=None, for_amazon=True):\n try:\n from urllib.parse import urlencode, unquote_plus\n except ImportError:\n from urllib import urlencode, unquote_plus\n if domain is None:\n domain = self.domain\n\n idomain, asin = self.get_domain_and_asin(identifiers)\n if idomain is not None:\n domain = idomain\n\n # See the amazon detailed search page to get all options\n terms = []\n q = {'search-alias': 'aps',\n 'unfiltered': '1',\n }\n\n if domain == 'com':\n q['sort'] = 'relevanceexprank'\n else:\n q['sort'] = 'relevancerank'\n\n isbn = check_isbn(identifiers.get('isbn', None))\n\n if asin is not None:\n q['field-keywords'] = asin\n terms.append(asin)\n elif isbn is not None:\n q['field-isbn'] = isbn\n if len(isbn) == 13:\n terms.extend('({} OR {}-{})'.format(isbn, isbn[:3], isbn[3:]).split())\n else:\n terms.append(isbn)\n else:\n # Only return book results\n q['search-alias'] = {'br': 'digital-text',\n 'nl': 'aps'}.get(domain, 'stripbooks')\n if title:\n title_tokens = list(self.get_title_tokens(title))\n if title_tokens:\n q['field-title'] = ' '.join(title_tokens)\n terms.extend(title_tokens)\n if authors:\n author_tokens = list(self.get_author_tokens(authors,\n only_first_author=True))\n if author_tokens:\n q['field-author'] = ' '.join(author_tokens)\n terms.extend(author_tokens)\n\n if not ('field-keywords' in q or 'field-isbn' in q or\n ('field-title' in q)):\n # Insufficient metadata to make an identify query\n return None, None\n\n if not for_amazon:\n return terms, domain\n\n if domain == 'nl':\n q['__mk_nl_NL'] = 'ÅMÅŽÕÑ'\n if 'field-keywords' not in q:\n q['field-keywords'] = ''\n for f in 'field-isbn field-title field-author'.split():\n q['field-keywords'] += ' ' + q.pop(f, '')\n q['field-keywords'] = q['field-keywords'].strip()\n\n encoded_q = dict([(x.encode('utf-8', 'ignore'), y.encode(\n 'utf-8', 'ignore')) for x, y in q.items()])\n url_query = urlencode(encoded_q)\n # amazon's servers want IRIs with unicode characters not percent esaped\n parts = []\n for x in url_query.split(b'&' if isinstance(url_query, bytes) else '&'):\n k, v = x.split(b'=' if isinstance(x, bytes) else '=', 1)\n parts.append('{}={}'.format(iri_quote_plus(unquote_plus(k)), iri_quote_plus(unquote_plus(v))))\n url_query = '&'.join(parts)\n url = 'https://www.amazon.%s/s/?' % self.get_website_domain(\n domain) + url_query\n return url, domain\n\n # }}}\n\n def get_cached_cover_url(self, identifiers): # {{{\n url = None\n domain, asin = self.get_domain_and_asin(identifiers)\n if asin is None:\n isbn = identifiers.get('isbn', None)\n if isbn is not None:\n asin = self.cached_isbn_to_identifier(isbn)\n if asin is not None:\n url = self.cached_identifier_to_cover_url(asin)\n\n return url\n # }}}\n\n def parse_results_page(self, root, domain): # {{{\n from lxml.html import tostring\n\n matches = []\n\n def title_ok(title):\n title = title.lower()\n bad = ['bulk pack', '[audiobook]', '[audio cd]',\n '(a book companion)', '( slipcase with door )', ': free sampler']\n if self.domain == 'com':\n bad.extend(['(%s edition)' % x for x in ('spanish', 'german')])\n for x in bad:\n if x in title:\n return False\n if title and title[0] in '[{' and re.search(r'\\(\\s*author\\s*\\)', title) is not None:\n # Bad entries in the catalog\n return False\n return True\n\n for query in (\n '//div[contains(@class, \"s-result-list\")]//h2/a[@href]',\n '//div[contains(@class, \"s-result-list\")]//div[@data-index]//h5//a[@href]',\n r'//li[starts-with(@id, \"result_\")]//a[@href and contains(@class, \"s-access-detail-page\")]',\n ):\n result_links = root.xpath(query)\n if result_links:\n break\n for a in result_links:\n title = tostring(a, method='text', encoding='unicode')\n if title_ok(title):\n url = a.get('href')\n if url.startswith('/'):\n url = 'https://www.amazon.%s%s' % (\n self.get_website_domain(domain), url)\n matches.append(url)\n\n if not matches:\n # Previous generation of results page markup\n for div in root.xpath(r'//div[starts-with(@id, \"result_\")]'):\n links = div.xpath(r'descendant::a[@class=\"title\" and @href]')\n if not links:\n # New amazon markup\n links = div.xpath('descendant::h3/a[@href]')\n for a in links:\n title = tostring(a, method='text', encoding='unicode')\n if title_ok(title):\n url = a.get('href')\n if url.startswith('/'):\n url = 'https://www.amazon.%s%s' % (\n self.get_website_domain(domain), url)\n matches.append(url)\n break\n\n if not matches:\n # This can happen for some user agents that Amazon thinks are\n # mobile/less capable\n for td in root.xpath(\n r'//div[@id=\"Results\"]/descendant::td[starts-with(@id, \"search:Td:\")]'):\n for a in td.xpath(r'descendant::td[@class=\"dataColumn\"]/descendant::a[@href]/span[@class=\"srTitle\"]/..'):\n title = tostring(a, method='text', encoding='unicode')\n if title_ok(title):\n url = a.get('href')\n if url.startswith('/'):\n url = 'https://www.amazon.%s%s' % (\n self.get_website_domain(domain), url)\n matches.append(url)\n break\n if not matches and root.xpath('//form[@action=\"/errors/validateCaptcha\"]'):\n raise CaptchaError('Amazon returned a CAPTCHA page. Recently Amazon has begun using statistical'\n ' profiling to block access to its website. As such this metadata plugin is'\n ' unlikely to ever work reliably.')\n\n # Keep only the top 3 matches as the matches are sorted by relevance by\n # Amazon so lower matches are not likely to be very relevant\n return matches[:3]\n # }}}\n\n def search_amazon(self, br, testing, log, abort, title, authors, identifiers, timeout): # {{{\n from calibre.utils.cleantext import clean_ascii_chars\n from calibre.ebooks.chardet import xml_to_unicode\n matches = []\n query, domain = self.create_query(log, title=title, authors=authors,\n identifiers=identifiers)\n if query is None:\n log.error('Insufficient metadata to construct query')\n raise SearchFailed()\n try:\n raw = br.open_novisit(query, timeout=timeout).read().strip()\n except Exception as e:\n if callable(getattr(e, 'getcode', None)) and \\\n e.getcode() == 404:\n log.error('Query malformed: %r' % query)\n raise SearchFailed()\n attr = getattr(e, 'args', [None])\n attr = attr if attr else [None]\n if isinstance(attr[0], socket.timeout):\n msg = _('Amazon timed out. Try again later.')\n log.error(msg)\n else:\n msg = 'Failed to make identify query: %r' % query\n log.exception(msg)\n raise SearchFailed()\n\n raw = clean_ascii_chars(xml_to_unicode(raw,\n strip_encoding_pats=True, resolve_entities=True)[0])\n\n if testing:\n import tempfile\n with tempfile.NamedTemporaryFile(prefix='amazon_results_',\n suffix='.html', delete=False) as f:\n f.write(raw.encode('utf-8'))\n print('Downloaded html for results page saved in', f.name)\n\n matches = []\n found = '404 - ' not in raw\n\n if found:\n try:\n root = parse_html(raw)\n except Exception:\n msg = 'Failed to parse amazon page for query: %r' % query\n log.exception(msg)\n raise SearchFailed()\n\n matches = self.parse_results_page(root, domain)\n\n return matches, query, domain, None\n # }}}\n\n def search_search_engine(self, br, testing, log, abort, title, authors, identifiers, timeout, override_server=None): # {{{\n from calibre.ebooks.metadata.sources.update import search_engines_module\n se = search_engines_module()\n terms, domain = self.create_query(log, title=title, authors=authors,\n identifiers=identifiers, for_amazon=False)\n site = self.referrer_for_domain(\n domain)[len('https://'):].partition('/')[0]\n matches = []\n server = override_server or self.server\n urlproc, sfunc = se.google_url_processor, se.google_search\n if server == 'bing':\n urlproc, sfunc = se.bing_url_processor, se.bing_search\n elif server == 'wayback':\n urlproc, sfunc = se.wayback_url_processor, se.ddg_search\n elif server == 'ddg':\n urlproc, sfunc = se.ddg_url_processor, se.ddg_search\n try:\n results, qurl = sfunc(terms, site, log=log, br=br, timeout=timeout)\n except HTTPError as err:\n if err.code == 429 and sfunc is se.google_search:\n log('Got too many requests error from Google, trying via DuckDuckGo')\n urlproc, sfunc = se.ddg_url_processor, se.ddg_search\n results, qurl = sfunc(terms, site, log=log, br=br, timeout=timeout)\n else:\n raise\n\n br.set_current_header('Referer', qurl)\n for result in results:\n if abort.is_set():\n return matches, terms, domain, None\n\n purl = urlparse(result.url)\n if '/dp/' in purl.path and site in purl.netloc:\n url = result.cached_url\n if url is None:\n url = se.get_cached_url(result.url, br, timeout=timeout)\n if url is None:\n log('Failed to find cached page for:', result.url)\n continue\n if url not in matches:\n matches.append(url)\n if len(matches) >= 3:\n break\n else:\n log('Skipping non-book result:', result)\n if not matches:\n log('No search engine results for terms:', ' '.join(terms))\n if urlproc is se.google_url_processor:\n # Google does not cache adult titles\n log('Trying the bing search engine instead')\n return self.search_search_engine(br, testing, log, abort, title, authors, identifiers, timeout, 'bing')\n return matches, terms, domain, urlproc\n # }}}\n\n def identify(self, log, result_queue, abort, title=None, authors=None, # {{{\n identifiers={}, timeout=60):\n '''\n Note this method will retry without identifiers automatically if no\n match is found with identifiers.\n '''\n\n testing = getattr(self, 'running_a_test', False)\n\n udata = self._get_book_url(identifiers)\n br = self.browser\n log('User-agent:', br.current_user_agent())\n log('Server:', self.server)\n if testing:\n print('User-agent:', br.current_user_agent())\n if udata is not None and not self.use_search_engine:\n # Try to directly get details page instead of running a search\n # Cannot use search engine as the directly constructed URL is\n # usually redirected to a full URL by amazon, and is therefore\n # not cached\n domain, idtype, asin, durl = udata\n if durl is not None:\n preparsed_root = parse_details_page(\n durl, log, timeout, br, domain)\n if preparsed_root is not None:\n qasin = parse_asin(preparsed_root[1], log, durl)\n if qasin == asin:\n w = Worker(durl, result_queue, br, log, 0, domain,\n self, testing=testing, preparsed_root=preparsed_root, timeout=timeout)\n try:\n w.get_details()\n return\n except Exception:\n log.exception(\n 'get_details failed for url: %r' % durl)\n func = self.search_search_engine if self.use_search_engine else self.search_amazon\n try:\n matches, query, domain, cover_url_processor = func(\n br, testing, log, abort, title, authors, identifiers, timeout)\n except SearchFailed:\n return\n\n if abort.is_set():\n return\n\n if not matches:\n if identifiers and title and authors:\n log('No matches found with identifiers, retrying using only'\n ' title and authors. Query: %r' % query)\n time.sleep(1)\n return self.identify(log, result_queue, abort, title=title,\n authors=authors, timeout=timeout)\n log.error('No matches found with query: %r' % query)\n return\n\n if self.prefs['prefer_kindle_edition']:\n matches = sort_matches_preferring_kindle_editions(matches)\n\n workers = [Worker(\n url, result_queue, br, log, i, domain, self, testing=testing, timeout=timeout,\n cover_url_processor=cover_url_processor, filter_result=partial(\n self.filter_result, title, authors, identifiers)) for i, url in enumerate(matches)]\n\n for w in workers:\n # Don't send all requests at the same time\n time.sleep(1)\n w.start()\n if abort.is_set():\n return\n\n while not abort.is_set():\n a_worker_is_alive = False\n for w in workers:\n w.join(0.2)\n if abort.is_set():\n break\n if w.is_alive():\n a_worker_is_alive = True\n if not a_worker_is_alive:\n break\n\n return None\n # }}}\n\n def filter_result(self, title, authors, identifiers, mi, log): # {{{\n if not self.use_search_engine:\n return True\n if title is not None:\n\n def tokenize_title(x):\n return icu_lower(x).replace(\"'\", '').replace('\"', '').rstrip(':')\n\n tokens = {tokenize_title(x) for x in title.split() if len(x) > 3}\n if tokens:\n result_tokens = {tokenize_title(x) for x in mi.title.split()}\n if not tokens.intersection(result_tokens):\n log('Ignoring result:', mi.title, 'as its title does not match')\n return False\n if authors:\n author_tokens = set()\n for author in authors:\n author_tokens |= {icu_lower(x) for x in author.split() if len(x) > 2}\n result_tokens = set()\n for author in mi.authors:\n result_tokens |= {icu_lower(x) for x in author.split() if len(x) > 2}\n if author_tokens and not author_tokens.intersection(result_tokens):\n log('Ignoring result:', mi.title, 'by', ' & '.join(mi.authors), 'as its author does not match')\n return False\n return True\n # }}}\n\n def download_cover(self, log, result_queue, abort, # {{{\n title=None, authors=None, identifiers={}, timeout=60, get_best_cover=False):\n cached_url = self.get_cached_cover_url(identifiers)\n if cached_url is None:\n log.info('No cached cover found, running identify')\n rq = Queue()\n self.identify(log, rq, abort, title=title, authors=authors,\n identifiers=identifiers)\n if abort.is_set():\n return\n if abort.is_set():\n return\n results = []\n while True:\n try:\n results.append(rq.get_nowait())\n except Empty:\n break\n results.sort(key=self.identify_results_keygen(\n title=title, authors=authors, identifiers=identifiers))\n for mi in results:\n cached_url = self.get_cached_cover_url(mi.identifiers)\n if cached_url is not None:\n break\n if cached_url is None:\n log.info('No cover found')\n return\n\n if abort.is_set():\n return\n log('Downloading cover from:', cached_url)\n br = self.browser\n if self.use_search_engine:\n br = br.clone_browser()\n br.set_current_header('Referer', self.referrer_for_domain(self.domain))\n try:\n time.sleep(1)\n cdata = br.open_novisit(\n cached_url, timeout=timeout).read()\n result_queue.put((self, cdata))\n except:\n log.exception('Failed to download cover from:', cached_url)\n # }}}\n\n\ndef manual_tests(domain, **kw): # {{{\n # To run these test use:\n # calibre-debug -c \"from calibre.ebooks.metadata.sources.amazon import *; manual_tests('com')\"\n from calibre.ebooks.metadata.sources.test import (test_identify_plugin,\n isbn_test, title_test, authors_test, comments_test, series_test)\n all_tests = {}\n all_tests['com'] = [ # {{{\n ( # Paperback with series\n {'identifiers': {'amazon': '1423146786'}},\n [title_test('The Heroes of Olympus, Book Five The Blood of Olympus',\n exact=True), series_test('The Heroes of Olympus', 5)]\n ),\n\n ( # Kindle edition with series\n {'identifiers': {'amazon': 'B0085UEQDO'}},\n [title_test('Three Parts Dead', exact=True),\n series_test('Craft Sequence', 1)]\n ),\n\n ( # + in title and uses id=\"main-image\" for cover\n {'identifiers': {'amazon': '1933988770'}},\n [title_test(\n 'C++ Concurrency in Action: Practical Multithreading', exact=True)]\n ),\n\n\n ( # Different comments markup, using Book Description section\n {'identifiers': {'amazon': '0982514506'}},\n [title_test(\n \"Griffin's Destiny: Book Three: The Griffin's Daughter Trilogy\",\n exact=True),\n comments_test('Jelena'), comments_test('Ashinji'),\n ]\n ),\n\n ( # # in title\n {'title': 'Expert C# 2008 Business Objects',\n 'authors': ['Lhotka']},\n [title_test('Expert C#'),\n authors_test(['Rockford Lhotka'])\n ]\n ),\n\n ( # No specific problems\n {'identifiers': {'isbn': '0743273567'}},\n [title_test('the great gatsby: the only authorized edition', exact=True),\n authors_test(['Francis Scott Fitzgerald'])]\n ),\n\n ]\n\n # }}}\n\n all_tests['de'] = [ # {{{\n # series\n (\n {'identifiers': {'isbn': '3499275120'}},\n [title_test('Vespasian: Das Schwert des Tribuns: Historischer Roman',\n exact=False), authors_test(['Robert Fabbri']), series_test('Die Vespasian-Reihe', 1)\n ]\n\n ),\n\n ( # umlaut in title/authors\n {'title': 'Flüsternde Wälder',\n 'authors': ['Nicola Förg']},\n [title_test('Flüsternde Wälder'),\n authors_test(['Nicola Förg'], subset=True)\n ]\n ),\n\n (\n {'identifiers': {'isbn': '9783453314979'}},\n [title_test('Die letzten Wächter: Roman',\n exact=False), authors_test(['Sergej Lukianenko'])\n ]\n\n ),\n\n (\n {'identifiers': {'isbn': '3548283519'}},\n [title_test('Wer Wind Sät: Der Fünfte Fall Für Bodenstein Und Kirchhoff',\n exact=False), authors_test(['Nele Neuhaus'])\n ]\n\n ),\n ] # }}}\n\n all_tests['it'] = [ # {{{\n (\n {'identifiers': {'isbn': '8838922195'}},\n [title_test('La briscola in cinque',\n exact=True), authors_test(['Marco Malvaldi'])\n ]\n\n ),\n ] # }}}\n\n all_tests['fr'] = [ # {{{\n (\n {'identifiers': {'amazon_fr': 'B07L7ST4RS'}},\n [title_test('Le secret de Lola', exact=True),\n authors_test(['Amélie BRIZIO'])\n ]\n ),\n (\n {'identifiers': {'isbn': '2221116798'}},\n [title_test('L\\'étrange voyage de Monsieur Daldry',\n exact=True), authors_test(['Marc Levy'])\n ]\n\n ),\n ] # }}}\n\n all_tests['es'] = [ # {{{\n (\n {'identifiers': {'isbn': '8483460831'}},\n [title_test('Tiempos Interesantes',\n exact=False), authors_test(['Terry Pratchett'])\n ]\n\n ),\n ] # }}}\n\n all_tests['se'] = [ # {{{\n (\n {'identifiers': {'isbn': '9780552140287'}},\n [title_test('Men At Arms: A Discworld Novel: 14',\n exact=False), authors_test(['Terry Pratchett'])\n ]\n\n ),\n ] # }}}\n\n all_tests['jp'] = [ # {{{\n ( # Adult filtering test\n {'identifiers': {'isbn': '4799500066'}},\n [title_test('Bitch Trap'), ]\n ),\n\n ( # isbn -> title, authors\n {'identifiers': {'isbn': '9784101302720'}},\n [title_test('精霊の守り人',\n exact=True), authors_test(['上橋 菜穂子'])\n ]\n ),\n ( # title, authors -> isbn (will use Shift_JIS encoding in query.)\n {'title': '考えない練習',\n 'authors': ['小池 龍之介']},\n [isbn_test('9784093881067'), ]\n ),\n ] # }}}\n\n all_tests['br'] = [ # {{{\n (\n {'title': 'Guerra dos Tronos'},\n [title_test('A Guerra dos Tronos - As Crônicas de Gelo e Fogo',\n exact=True), authors_test(['George R. R. Martin'])\n ]\n\n ),\n ] # }}}\n\n all_tests['nl'] = [ # {{{\n (\n {'title': 'Freakonomics'},\n [title_test('Freakonomics',\n exact=True), authors_test(['Steven Levitt & Stephen Dubner & R. Kuitenbrouwer & O. Brenninkmeijer & A. van Den Berg'])\n ]\n\n ),\n ] # }}}\n\n all_tests['cn'] = [ # {{{\n (\n {'identifiers': {'isbn': '9787115369512'}},\n [title_test('若为自由故 自由软件之父理查德斯托曼传', exact=True),\n authors_test(['[美]sam Williams', '邓楠,李凡希'])]\n ),\n (\n {'title': '爱上Raspberry Pi'},\n [title_test('爱上Raspberry Pi',\n exact=True), authors_test(['Matt Richardson', 'Shawn Wallace', '李凡希'])\n ]\n\n ),\n ] # }}}\n\n all_tests['ca'] = [ # {{{\n ( # Paperback with series\n {'identifiers': {'isbn': '9781623808747'}},\n [title_test('Parting Shot', exact=True),\n authors_test(['Mary Calmes'])]\n ),\n ( # # in title\n {'title': 'Expert C# 2008 Business Objects',\n 'authors': ['Lhotka']},\n [title_test('Expert C# 2008 Business Objects'),\n authors_test(['Rockford Lhotka'])]\n ),\n ( # noscript description\n {'identifiers': {'amazon_ca': '162380874X'}},\n [title_test('Parting Shot', exact=True), authors_test(['Mary Calmes'])\n ]\n ),\n ] # }}}\n\n all_tests['in'] = [ # {{{\n ( # Paperback with series\n {'identifiers': {'amazon_in': '1423146786'}},\n [title_test('The Heroes of Olympus, Book Five The Blood of Olympus', exact=True)]\n ),\n ] # }}}\n\n def do_test(domain, start=0, stop=None, server='auto'):\n tests = all_tests[domain]\n if stop is None:\n stop = len(tests)\n tests = tests[start:stop]\n test_identify_plugin(Amazon.name, tests, modify_plugin=lambda p: (\n setattr(p, 'testing_domain', domain),\n setattr(p, 'touched_fields', p.touched_fields - {'tags'}),\n setattr(p, 'testing_server', server),\n ))\n\n do_test(domain, **kw)\n# }}}\n",
+ "big_book_search": "#!/usr/bin/env python\n# vim:fileencoding=UTF-8\nfrom __future__ import absolute_import, division, print_function, unicode_literals\n\n__license__ = 'GPL v3'\n__copyright__ = '2013, Kovid Goyal '\n__docformat__ = 'restructuredtext en'\n\nfrom calibre.ebooks.metadata.sources.base import Source, Option\n\n\ndef get_urls(br, tokens):\n from urllib.parse import quote_plus\n from html5_parser import parse\n escaped = (quote_plus(x) for x in tokens if x and x.strip())\n q = '+'.join(escaped)\n url = 'https://bigbooksearch.com/please-dont-scrape-my-site-you-will-put-my-api-key-over-the-usage-limit-and-the-site-will-break/books/'+q\n raw = br.open(url).read()\n root = parse(raw.decode('utf-8'))\n urls = [i.get('src') for i in root.xpath('//img[@src]')]\n return urls\n\n\nclass BigBookSearch(Source):\n\n name = 'Big Book Search'\n version = (1, 0, 1)\n minimum_calibre_version = (2, 80, 0)\n description = _('Downloads multiple book covers from Amazon. Useful to find alternate covers.')\n capabilities = frozenset(['cover'])\n can_get_multiple_covers = True\n options = (Option('max_covers', 'number', 5, _('Maximum number of covers to get'),\n _('The maximum number of covers to process from the search result')),\n )\n supports_gzip_transfer_encoding = True\n\n def download_cover(self, log, result_queue, abort,\n title=None, authors=None, identifiers={}, timeout=30, get_best_cover=False):\n if not title:\n return\n br = self.browser\n tokens = tuple(self.get_title_tokens(title)) + tuple(self.get_author_tokens(authors))\n urls = get_urls(br, tokens)\n self.download_multiple_covers(title, authors, urls, get_best_cover, timeout, result_queue, abort, log)\n\n\ndef test():\n from calibre import browser\n import pprint\n br = browser()\n urls = get_urls(br, ['consider', 'phlebas', 'banks'])\n pprint.pprint(urls)\n\n\nif __name__ == '__main__':\n test()\n",
+ "edelweiss": "#!/usr/bin/env python\n# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:fdm=marker:ai\nfrom __future__ import absolute_import, division, print_function, unicode_literals\n\n__license__ = 'GPL v3'\n__copyright__ = '2013, Kovid Goyal '\n__docformat__ = 'restructuredtext en'\n\nimport time, re\nfrom threading import Thread\ntry:\n from queue import Empty, Queue\nexcept ImportError:\n from Queue import Empty, Queue\n\nfrom calibre import as_unicode, random_user_agent\nfrom calibre.ebooks.metadata import check_isbn\nfrom calibre.ebooks.metadata.sources.base import Source\n\n\ndef clean_html(raw):\n from calibre.ebooks.chardet import xml_to_unicode\n from calibre.utils.cleantext import clean_ascii_chars\n return clean_ascii_chars(xml_to_unicode(raw, strip_encoding_pats=True,\n resolve_entities=True, assume_utf8=True)[0])\n\n\ndef parse_html(raw):\n raw = clean_html(raw)\n from html5_parser import parse\n return parse(raw)\n\n\ndef astext(node):\n from lxml import etree\n return etree.tostring(node, method='text', encoding='unicode',\n with_tail=False).strip()\n\n\nclass Worker(Thread): # {{{\n\n def __init__(self, basic_data, relevance, result_queue, br, timeout, log, plugin):\n Thread.__init__(self)\n self.daemon = True\n self.basic_data = basic_data\n self.br, self.log, self.timeout = br, log, timeout\n self.result_queue, self.plugin, self.sku = result_queue, plugin, self.basic_data['sku']\n self.relevance = relevance\n\n def run(self):\n url = ('https://www.edelweiss.plus/GetTreelineControl.aspx?controlName=/uc/product/two_Enhanced.ascx&'\n 'sku={0}&idPrefix=content_1_{0}&mode=0'.format(self.sku))\n try:\n raw = self.br.open_novisit(url, timeout=self.timeout).read()\n except:\n self.log.exception('Failed to load comments page: %r'%url)\n return\n\n try:\n mi = self.parse(raw)\n mi.source_relevance = self.relevance\n self.plugin.clean_downloaded_metadata(mi)\n self.result_queue.put(mi)\n except:\n self.log.exception('Failed to parse details for sku: %s'%self.sku)\n\n def parse(self, raw):\n from calibre.ebooks.metadata.book.base import Metadata\n from calibre.utils.date import UNDEFINED_DATE\n root = parse_html(raw)\n mi = Metadata(self.basic_data['title'], self.basic_data['authors'])\n\n # Identifiers\n if self.basic_data['isbns']:\n mi.isbn = self.basic_data['isbns'][0]\n mi.set_identifier('edelweiss', self.sku)\n\n # Tags\n if self.basic_data['tags']:\n mi.tags = self.basic_data['tags']\n mi.tags = [t[1:].strip() if t.startswith('&') else t for t in mi.tags]\n\n # Publisher\n mi.publisher = self.basic_data['publisher']\n\n # Pubdate\n if self.basic_data['pubdate'] and self.basic_data['pubdate'].year != UNDEFINED_DATE:\n mi.pubdate = self.basic_data['pubdate']\n\n # Rating\n if self.basic_data['rating']:\n mi.rating = self.basic_data['rating']\n\n # Comments\n comments = ''\n for cid in ('summary', 'contributorbio', 'quotes_reviews'):\n cid = 'desc_{}{}-content'.format(cid, self.sku)\n div = root.xpath('//*[@id=\"{}\"]'.format(cid))\n if div:\n comments += self.render_comments(div[0])\n if comments:\n mi.comments = comments\n\n mi.has_cover = self.plugin.cached_identifier_to_cover_url(self.sku) is not None\n return mi\n\n def render_comments(self, desc):\n from lxml import etree\n from calibre.library.comments import sanitize_comments_html\n for c in desc.xpath('descendant::noscript'):\n c.getparent().remove(c)\n for a in desc.xpath('descendant::a[@href]'):\n del a.attrib['href']\n a.tag = 'span'\n desc = etree.tostring(desc, method='html', encoding='unicode').strip()\n\n # remove all attributes from tags\n desc = re.sub(r'<([a-zA-Z0-9]+)\\s[^>]+>', r'<\\1>', desc)\n # Collapse whitespace\n # desc = re.sub('\\n+', '\\n', desc)\n # desc = re.sub(' +', ' ', desc)\n # Remove comments\n desc = re.sub(r'(?s)', '', desc)\n return sanitize_comments_html(desc)\n# }}}\n\n\ndef get_basic_data(browser, log, *skus):\n from calibre.utils.date import parse_only_date\n from mechanize import Request\n zeroes = ','.join('0' for sku in skus)\n data = {\n 'skus': ','.join(skus),\n 'drc': zeroes,\n 'startPosition': '0',\n 'sequence': '1',\n 'selected': zeroes,\n 'itemID': '0',\n 'orderID': '0',\n 'mailingID': '',\n 'tContentWidth': '926',\n 'originalOrder': ','.join(type('')(i) for i in range(len(skus))),\n 'selectedOrderID': '0',\n 'selectedSortColumn': '0',\n 'listType': '1',\n 'resultType': '32',\n 'blockView': '1',\n }\n items_data_url = 'https://www.edelweiss.plus/GetTreelineControl.aspx?controlName=/uc/listviews/ListView_Title_Multi.ascx'\n req = Request(items_data_url, data)\n response = browser.open_novisit(req)\n raw = response.read()\n root = parse_html(raw)\n for item in root.xpath('//div[@data-priority]'):\n row = item.getparent().getparent()\n sku = item.get('id').split('-')[-1]\n isbns = [x.strip() for x in row.xpath('descendant::*[contains(@class, \"pev_sku\")]/text()')[0].split(',') if check_isbn(x.strip())]\n isbns.sort(key=len, reverse=True)\n try:\n tags = [x.strip() for x in astext(row.xpath('descendant::*[contains(@class, \"pev_categories\")]')[0]).split('/')]\n except IndexError:\n tags = []\n rating = 0\n for bar in row.xpath('descendant::*[contains(@class, \"bgdColorCommunity\")]/@style'):\n m = re.search(r'width: (\\d+)px;.*max-width: (\\d+)px', bar)\n if m is not None:\n rating = float(m.group(1)) / float(m.group(2))\n break\n try:\n pubdate = parse_only_date(astext(row.xpath('descendant::*[contains(@class, \"pev_shipDate\")]')[0]\n ).split(':')[-1].split(u'\\xa0')[-1].strip(), assume_utc=True)\n except Exception:\n log.exception('Error parsing published date')\n pubdate = None\n authors = []\n for x in [x.strip() for x in row.xpath('descendant::*[contains(@class, \"pev_contributor\")]/@title')]:\n authors.extend(a.strip() for a in x.split(','))\n entry = {\n 'sku': sku,\n 'cover': row.xpath('descendant::img/@src')[0].split('?')[0],\n 'publisher': astext(row.xpath('descendant::*[contains(@class, \"headerPublisher\")]')[0]),\n 'title': astext(row.xpath('descendant::*[@id=\"title_{}\"]'.format(sku))[0]),\n 'authors': authors,\n 'isbns': isbns,\n 'tags': tags,\n 'pubdate': pubdate,\n 'format': ' '.join(row.xpath('descendant::*[contains(@class, \"pev_format\")]/text()')).strip(),\n 'rating': rating,\n }\n if entry['cover'].startswith('/'):\n entry['cover'] = None\n yield entry\n\n\nclass Edelweiss(Source):\n\n name = 'Edelweiss'\n version = (2, 0, 1)\n minimum_calibre_version = (3, 6, 0)\n description = _('Downloads metadata and covers from Edelweiss - A catalog updated by book publishers')\n\n capabilities = frozenset(['identify', 'cover'])\n touched_fields = frozenset([\n 'title', 'authors', 'tags', 'pubdate', 'comments', 'publisher',\n 'identifier:isbn', 'identifier:edelweiss', 'rating'])\n supports_gzip_transfer_encoding = True\n has_html_comments = True\n\n @property\n def user_agent(self):\n # Pass in an index to random_user_agent() to test with a particular\n # user agent\n return random_user_agent(allow_ie=False)\n\n def _get_book_url(self, sku):\n if sku:\n return 'https://www.edelweiss.plus/#sku={}&page=1'.format(sku)\n\n def get_book_url(self, identifiers): # {{{\n sku = identifiers.get('edelweiss', None)\n if sku:\n return 'edelweiss', sku, self._get_book_url(sku)\n\n # }}}\n\n def get_cached_cover_url(self, identifiers): # {{{\n sku = identifiers.get('edelweiss', None)\n if not sku:\n isbn = identifiers.get('isbn', None)\n if isbn is not None:\n sku = self.cached_isbn_to_identifier(isbn)\n return self.cached_identifier_to_cover_url(sku)\n # }}}\n\n def create_query(self, log, title=None, authors=None, identifiers={}):\n try:\n from urllib.parse import urlencode\n except ImportError:\n from urllib import urlencode\n import time\n BASE_URL = ('https://www.edelweiss.plus/GetTreelineControl.aspx?'\n 'controlName=/uc/listviews/controls/ListView_data.ascx&itemID=0&resultType=32&dashboardType=8&itemType=1&dataType=products&keywordSearch&')\n keywords = []\n isbn = check_isbn(identifiers.get('isbn', None))\n if isbn is not None:\n keywords.append(isbn)\n elif title:\n title_tokens = list(self.get_title_tokens(title))\n if title_tokens:\n keywords.extend(title_tokens)\n author_tokens = self.get_author_tokens(authors, only_first_author=True)\n if author_tokens:\n keywords.extend(author_tokens)\n if not keywords:\n return None\n params = {\n 'q': (' '.join(keywords)).encode('utf-8'),\n '_': type('')(int(time.time()))\n }\n return BASE_URL+urlencode(params)\n\n # }}}\n\n def identify(self, log, result_queue, abort, title=None, authors=None, # {{{\n identifiers={}, timeout=30):\n import json\n\n br = self.browser\n br.addheaders = [\n ('Referer', 'https://www.edelweiss.plus/'),\n ('X-Requested-With', 'XMLHttpRequest'),\n ('Cache-Control', 'no-cache'),\n ('Pragma', 'no-cache'),\n ]\n if 'edelweiss' in identifiers:\n items = [identifiers['edelweiss']]\n else:\n log.error('Currently Edelweiss returns random books for search queries')\n return\n query = self.create_query(log, title=title, authors=authors,\n identifiers=identifiers)\n if not query:\n log.error('Insufficient metadata to construct query')\n return\n log('Using query URL:', query)\n try:\n raw = br.open(query, timeout=timeout).read().decode('utf-8')\n except Exception as e:\n log.exception('Failed to make identify query: %r'%query)\n return as_unicode(e)\n items = re.search(r'window[.]items\\s*=\\s*(.+?);', raw)\n if items is None:\n log.error('Failed to get list of matching items')\n log.debug('Response text:')\n log.debug(raw)\n return\n items = json.loads(items.group(1))\n\n if (not items and identifiers and title and authors and\n not abort.is_set()):\n return self.identify(log, result_queue, abort, title=title,\n authors=authors, timeout=timeout)\n\n if not items:\n return\n\n workers = []\n items = items[:5]\n for i, item in enumerate(get_basic_data(self.browser, log, *items)):\n sku = item['sku']\n for isbn in item['isbns']:\n self.cache_isbn_to_identifier(isbn, sku)\n if item['cover']:\n self.cache_identifier_to_cover_url(sku, item['cover'])\n fmt = item['format'].lower()\n if 'audio' in fmt or 'mp3' in fmt:\n continue # Audio-book, ignore\n workers.append(Worker(item, i, result_queue, br.clone_browser(), timeout, log, self))\n\n if not workers:\n return\n\n for w in workers:\n w.start()\n # Don't send all requests at the same time\n time.sleep(0.1)\n\n while not abort.is_set():\n a_worker_is_alive = False\n for w in workers:\n w.join(0.2)\n if abort.is_set():\n break\n if w.is_alive():\n a_worker_is_alive = True\n if not a_worker_is_alive:\n break\n\n # }}}\n\n def download_cover(self, log, result_queue, abort, # {{{\n title=None, authors=None, identifiers={}, timeout=30, get_best_cover=False):\n cached_url = self.get_cached_cover_url(identifiers)\n if cached_url is None:\n log.info('No cached cover found, running identify')\n rq = Queue()\n self.identify(log, rq, abort, title=title, authors=authors,\n identifiers=identifiers)\n if abort.is_set():\n return\n results = []\n while True:\n try:\n results.append(rq.get_nowait())\n except Empty:\n break\n results.sort(key=self.identify_results_keygen(\n title=title, authors=authors, identifiers=identifiers))\n for mi in results:\n cached_url = self.get_cached_cover_url(mi.identifiers)\n if cached_url is not None:\n break\n if cached_url is None:\n log.info('No cover found')\n return\n\n if abort.is_set():\n return\n br = self.browser\n log('Downloading cover from:', cached_url)\n try:\n cdata = br.open_novisit(cached_url, timeout=timeout).read()\n result_queue.put((self, cdata))\n except:\n log.exception('Failed to download cover from:', cached_url)\n # }}}\n\n\nif __name__ == '__main__':\n from calibre.ebooks.metadata.sources.test import (\n test_identify_plugin, title_test, authors_test, comments_test, pubdate_test)\n tests = [\n ( # A title and author search\n {'title': 'The Husband\\'s Secret', 'authors':['Liane Moriarty']},\n [title_test('The Husband\\'s Secret', exact=True),\n authors_test(['Liane Moriarty'])]\n ),\n\n ( # An isbn present in edelweiss\n {'identifiers':{'isbn': '9780312621360'}, },\n [title_test('Flame: A Sky Chasers Novel', exact=True),\n authors_test(['Amy Kathleen Ryan'])]\n ),\n\n # Multiple authors and two part title and no general description\n ({'identifiers':{'edelweiss':'0321180607'}},\n [title_test(\n \"XQuery From the Experts: A Guide to the W3C XML Query Language\"\n , exact=True), authors_test([\n 'Howard Katz', 'Don Chamberlin', 'Denise Draper', 'Mary Fernandez',\n 'Michael Kay', 'Jonathan Robie', 'Michael Rys', 'Jerome Simeon',\n 'Jim Tivy', 'Philip Wadler']), pubdate_test(2003, 8, 22),\n comments_test('Jérôme Siméon'), lambda mi: bool(mi.comments and 'No title summary' not in mi.comments)\n ]),\n ]\n start, stop = 0, len(tests)\n\n tests = tests[start:stop]\n test_identify_plugin(Edelweiss.name, tests)\n",
+ "google": "#!/usr/bin/env python\n# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai\n# License: GPLv3 Copyright: 2011, Kovid Goyal \nfrom __future__ import absolute_import, division, print_function, unicode_literals\nimport hashlib\nimport os\nimport re\nimport regex\nimport sys\nimport tempfile\nimport time\n\ntry:\n from queue import Empty, Queue\nexcept ImportError:\n from Queue import Empty, Queue\n\nfrom calibre import as_unicode, replace_entities, prepare_string_for_xml\nfrom calibre.ebooks.chardet import xml_to_unicode\nfrom calibre.ebooks.metadata import authors_to_string, check_isbn\nfrom calibre.ebooks.metadata.book.base import Metadata\nfrom calibre.ebooks.metadata.sources.base import Source\nfrom calibre.utils.cleantext import clean_ascii_chars\nfrom calibre.utils.localization import canonicalize_lang\n\nNAMESPACES = {\n 'openSearch': 'http://a9.com/-/spec/opensearchrss/1.0/',\n 'atom': 'http://www.w3.org/2005/Atom',\n 'dc': 'http://purl.org/dc/terms',\n 'gd': 'http://schemas.google.com/g/2005'\n}\n\n\ndef pretty_google_books_comments(raw):\n raw = replace_entities(raw)\n # Paragraphs in the comments are removed but whatever software googl uses\n # to do this does not insert a space so we often find the pattern\n # word.Capital in the comments which can be used to find paragraph markers.\n parts = []\n for x in re.split(r'([a-z)\"”])(\\.)([A-Z(\"“])', raw):\n if x == '.':\n parts.append('.
\\n\\n')\n else:\n parts.append(prepare_string_for_xml(x))\n raw = '
' + ''.join(parts) + '
'\n return raw\n\n\ndef get_details(browser, url, timeout): # {{{\n try:\n raw = browser.open_novisit(url, timeout=timeout).read()\n except Exception as e:\n gc = getattr(e, 'getcode', lambda: -1)\n if gc() != 403:\n raise\n # Google is throttling us, wait a little\n time.sleep(2)\n raw = browser.open_novisit(url, timeout=timeout).read()\n\n return raw\n\n\n# }}}\n\nxpath_cache = {}\n\n\ndef XPath(x):\n ans = xpath_cache.get(x)\n if ans is None:\n from lxml import etree\n ans = xpath_cache[x] = etree.XPath(x, namespaces=NAMESPACES)\n return ans\n\n\ndef to_metadata(browser, log, entry_, timeout, running_a_test=False): # {{{\n from lxml import etree\n\n # total_results = XPath('//openSearch:totalResults')\n # start_index = XPath('//openSearch:startIndex')\n # items_per_page = XPath('//openSearch:itemsPerPage')\n entry = XPath('//atom:entry')\n entry_id = XPath('descendant::atom:id')\n url = XPath('descendant::atom:link[@rel=\"self\"]/@href')\n creator = XPath('descendant::dc:creator')\n identifier = XPath('descendant::dc:identifier')\n title = XPath('descendant::dc:title')\n date = XPath('descendant::dc:date')\n publisher = XPath('descendant::dc:publisher')\n subject = XPath('descendant::dc:subject')\n description = XPath('descendant::dc:description')\n language = XPath('descendant::dc:language')\n\n # print(etree.tostring(entry_, pretty_print=True))\n\n def get_text(extra, x):\n try:\n ans = x(extra)\n if ans:\n ans = ans[0].text\n if ans and ans.strip():\n return ans.strip()\n except:\n log.exception('Programming error:')\n return None\n\n def get_extra_details():\n raw = get_details(browser, details_url, timeout)\n if running_a_test:\n with open(os.path.join(tempfile.gettempdir(), 'Google-' + details_url.split('/')[-1] + '.xml'), 'wb') as f:\n f.write(raw)\n print('Book details saved to:', f.name, file=sys.stderr)\n feed = etree.fromstring(\n xml_to_unicode(clean_ascii_chars(raw), strip_encoding_pats=True)[0],\n parser=etree.XMLParser(recover=True, no_network=True, resolve_entities=False)\n )\n return entry(feed)[0]\n\n if isinstance(entry_, str):\n google_id = entry_\n details_url = 'https://www.google.com/books/feeds/volumes/' + google_id\n extra = get_extra_details()\n title_ = ': '.join([x.text for x in title(extra)]).strip()\n authors = [x.text.strip() for x in creator(extra) if x.text]\n else:\n id_url = entry_id(entry_)[0].text\n google_id = id_url.split('/')[-1]\n details_url = url(entry_)[0]\n title_ = ': '.join([x.text for x in title(entry_)]).strip()\n authors = [x.text.strip() for x in creator(entry_) if x.text]\n if not id_url or not title:\n # Silently discard this entry\n return None\n extra = None\n\n if not authors:\n authors = [_('Unknown')]\n if not title:\n return None\n if extra is None:\n extra = get_extra_details()\n mi = Metadata(title_, authors)\n mi.identifiers = {'google': google_id}\n mi.comments = get_text(extra, description)\n lang = canonicalize_lang(get_text(extra, language))\n if lang:\n mi.language = lang\n mi.publisher = get_text(extra, publisher)\n\n # ISBN\n isbns = []\n for x in identifier(extra):\n t = type('')(x.text).strip()\n if t[:5].upper() in ('ISBN:', 'LCCN:', 'OCLC:'):\n if t[:5].upper() == 'ISBN:':\n t = check_isbn(t[5:])\n if t:\n isbns.append(t)\n if isbns:\n mi.isbn = sorted(isbns, key=len)[-1]\n mi.all_isbns = isbns\n\n # Tags\n try:\n btags = [x.text for x in subject(extra) if x.text]\n tags = []\n for t in btags:\n atags = [y.strip() for y in t.split('/')]\n for tag in atags:\n if tag not in tags:\n tags.append(tag)\n except:\n log.exception('Failed to parse tags:')\n tags = []\n if tags:\n mi.tags = [x.replace(',', ';') for x in tags]\n\n # pubdate\n pubdate = get_text(extra, date)\n if pubdate:\n from calibre.utils.date import parse_date, utcnow\n try:\n default = utcnow().replace(day=15)\n mi.pubdate = parse_date(pubdate, assume_utc=True, default=default)\n except:\n log.error('Failed to parse pubdate %r' % pubdate)\n\n # Cover\n mi.has_google_cover = None\n for x in extra.xpath(\n '//*[@href and @rel=\"http://schemas.google.com/books/2008/thumbnail\"]'\n ):\n mi.has_google_cover = x.get('href')\n break\n\n return mi\n\n\n# }}}\n\n\nclass GoogleBooks(Source):\n\n name = 'Google'\n version = (1, 1, 0)\n minimum_calibre_version = (2, 80, 0)\n description = _('Downloads metadata and covers from Google Books')\n\n capabilities = frozenset({'identify'})\n touched_fields = frozenset({\n 'title', 'authors', 'tags', 'pubdate', 'comments', 'publisher',\n 'identifier:isbn', 'identifier:google', 'languages'\n })\n supports_gzip_transfer_encoding = True\n cached_cover_url_is_reliable = False\n\n GOOGLE_COVER = 'https://books.google.com/books?id=%s&printsec=frontcover&img=1'\n\n DUMMY_IMAGE_MD5 = frozenset(\n ('0de4383ebad0adad5eeb8975cd796657', 'a64fa89d7ebc97075c1d363fc5fea71f')\n )\n\n def get_book_url(self, identifiers): # {{{\n goog = identifiers.get('google', None)\n if goog is not None:\n return ('google', goog, 'https://books.google.com/books?id=%s' % goog)\n # }}}\n\n def id_from_url(self, url): # {{{\n from polyglot.urllib import parse_qs, urlparse\n purl = urlparse(url)\n if purl.netloc == 'books.google.com':\n q = parse_qs(purl.query)\n gid = q.get('id')\n if gid:\n return 'google', gid[0]\n # }}}\n\n def create_query(self, title=None, authors=None, identifiers={}, capitalize_isbn=False): # {{{\n try:\n from urllib.parse import urlencode\n except ImportError:\n from urllib import urlencode\n BASE_URL = 'https://books.google.com/books/feeds/volumes?'\n isbn = check_isbn(identifiers.get('isbn', None))\n q = ''\n if isbn is not None:\n q += ('ISBN:' if capitalize_isbn else 'isbn:') + isbn\n elif title or authors:\n\n def build_term(prefix, parts):\n return ' '.join('in' + prefix + ':' + x for x in parts)\n\n title_tokens = list(self.get_title_tokens(title))\n if title_tokens:\n q += build_term('title', title_tokens)\n author_tokens = list(self.get_author_tokens(authors, only_first_author=True))\n if author_tokens:\n q += ('+' if q else '') + build_term('author', author_tokens)\n\n if not q:\n return None\n if not isinstance(q, bytes):\n q = q.encode('utf-8')\n return BASE_URL + urlencode({\n 'q': q,\n 'max-results': 20,\n 'start-index': 1,\n 'min-viewability': 'none',\n })\n\n # }}}\n\n def download_cover( # {{{\n self,\n log,\n result_queue,\n abort,\n title=None,\n authors=None,\n identifiers={},\n timeout=30,\n get_best_cover=False\n ):\n cached_url = self.get_cached_cover_url(identifiers)\n if cached_url is None:\n log.info('No cached cover found, running identify')\n rq = Queue()\n self.identify(\n log,\n rq,\n abort,\n title=title,\n authors=authors,\n identifiers=identifiers\n )\n if abort.is_set():\n return\n results = []\n while True:\n try:\n results.append(rq.get_nowait())\n except Empty:\n break\n results.sort(\n key=self.identify_results_keygen(\n title=title, authors=authors, identifiers=identifiers\n )\n )\n for mi in results:\n cached_url = self.get_cached_cover_url(mi.identifiers)\n if cached_url is not None:\n break\n if cached_url is None:\n log.info('No cover found')\n return\n\n br = self.browser\n for candidate in (0, 1):\n if abort.is_set():\n return\n url = cached_url + '&zoom={}'.format(candidate)\n log('Downloading cover from:', cached_url)\n try:\n cdata = br.open_novisit(url, timeout=timeout).read()\n if cdata:\n if hashlib.md5(cdata).hexdigest() in self.DUMMY_IMAGE_MD5:\n log.warning('Google returned a dummy image, ignoring')\n else:\n result_queue.put((self, cdata))\n break\n except Exception:\n log.exception('Failed to download cover from:', cached_url)\n\n # }}}\n\n def get_cached_cover_url(self, identifiers): # {{{\n url = None\n goog = identifiers.get('google', None)\n if goog is None:\n isbn = identifiers.get('isbn', None)\n if isbn is not None:\n goog = self.cached_isbn_to_identifier(isbn)\n if goog is not None:\n url = self.cached_identifier_to_cover_url(goog)\n\n return url\n\n # }}}\n\n def postprocess_downloaded_google_metadata(self, ans, relevance=0): # {{{\n if not isinstance(ans, Metadata):\n return ans\n ans.source_relevance = relevance\n goog = ans.identifiers['google']\n for isbn in getattr(ans, 'all_isbns', []):\n self.cache_isbn_to_identifier(isbn, goog)\n if getattr(ans, 'has_google_cover', False):\n self.cache_identifier_to_cover_url(goog, self.GOOGLE_COVER % goog)\n if ans.comments:\n ans.comments = pretty_google_books_comments(ans.comments)\n self.clean_downloaded_metadata(ans)\n return ans\n # }}}\n\n def get_all_details( # {{{\n self,\n br,\n log,\n entries,\n abort,\n result_queue,\n timeout\n ):\n from lxml import etree\n for relevance, i in enumerate(entries):\n try:\n ans = self.postprocess_downloaded_google_metadata(to_metadata(br, log, i, timeout, self.running_a_test), relevance)\n if isinstance(ans, Metadata):\n result_queue.put(ans)\n except Exception:\n log.exception(\n 'Failed to get metadata for identify entry:', etree.tostring(i)\n )\n if abort.is_set():\n break\n\n # }}}\n\n def identify_via_web_search( # {{{\n self,\n log,\n result_queue,\n abort,\n title=None,\n authors=None,\n identifiers={},\n timeout=30\n ):\n isbn = check_isbn(identifiers.get('isbn', None))\n q = []\n strip_punc_pat = regex.compile(r'[\\p{C}|\\p{M}|\\p{P}|\\p{S}|\\p{Z}]+', regex.UNICODE)\n google_ids = []\n check_tokens = set()\n has_google_id = 'google' in identifiers\n\n def to_check_tokens(*tokens):\n for t in tokens:\n if len(t) < 3:\n continue\n t = t.lower()\n if t in ('and', 'not', 'the'):\n continue\n yield strip_punc_pat.sub('', t)\n\n if has_google_id:\n google_ids.append(identifiers['google'])\n elif isbn is not None:\n q.append(isbn)\n elif title or authors:\n title_tokens = list(self.get_title_tokens(title))\n if title_tokens:\n q += title_tokens\n check_tokens |= set(to_check_tokens(*title_tokens))\n author_tokens = list(self.get_author_tokens(authors, only_first_author=True))\n if author_tokens:\n q += author_tokens\n check_tokens |= set(to_check_tokens(*author_tokens))\n if not q and not google_ids:\n return None\n from calibre.ebooks.metadata.sources.update import search_engines_module\n se = search_engines_module()\n br = se.google_specialize_browser(se.browser())\n if not has_google_id:\n url = se.google_format_query(q, tbm='bks')\n log('Making query:', url)\n r = []\n root = se.query(br, url, 'google', timeout=timeout, save_raw=r.append)\n pat = re.compile(r'id=([^&]+)')\n for q in se.google_parse_results(root, r[0], log=log, ignore_uncached=False):\n m = pat.search(q.url)\n if m is None or not q.url.startswith('https://books.google'):\n continue\n google_ids.append(m.group(1))\n\n if not google_ids and isbn and (title or authors):\n return self.identify_via_web_search(log, result_queue, abort, title, authors, {}, timeout)\n found = False\n seen = set()\n for relevance, gid in enumerate(google_ids):\n if gid in seen:\n continue\n seen.add(gid)\n try:\n ans = to_metadata(br, log, gid, timeout, self.running_a_test)\n if isinstance(ans, Metadata):\n if isbn:\n if isbn not in ans.all_isbns:\n log('Excluding', ans.title, 'by', authors_to_string(ans.authors), 'as it does not match the ISBN:', isbn,\n 'not in', ' '.join(ans.all_isbns))\n continue\n elif check_tokens:\n candidate = set(to_check_tokens(*self.get_title_tokens(ans.title)))\n candidate |= set(to_check_tokens(*self.get_author_tokens(ans.authors)))\n if candidate.intersection(check_tokens) != check_tokens:\n log('Excluding', ans.title, 'by', authors_to_string(ans.authors), 'as it does not match the query')\n continue\n ans = self.postprocess_downloaded_google_metadata(ans, relevance)\n result_queue.put(ans)\n found = True\n except:\n log.exception('Failed to get metadata for google books id:', gid)\n if abort.is_set():\n break\n if not found and isbn and (title or authors):\n return self.identify_via_web_search(log, result_queue, abort, title, authors, {}, timeout)\n # }}}\n\n def identify( # {{{\n self,\n log,\n result_queue,\n abort,\n title=None,\n authors=None,\n identifiers={},\n timeout=30\n ):\n from lxml import etree\n entry = XPath('//atom:entry')\n identifiers = identifiers.copy()\n br = self.browser\n if 'google' in identifiers:\n try:\n ans = to_metadata(br, log, identifiers['google'], timeout, self.running_a_test)\n if isinstance(ans, Metadata):\n self.postprocess_downloaded_google_metadata(ans)\n result_queue.put(ans)\n return\n except Exception:\n log.exception('Failed to get metadata for Google identifier:', identifiers['google'])\n del identifiers['google']\n\n query = self.create_query(\n title=title, authors=authors, identifiers=identifiers\n )\n if not query:\n log.error('Insufficient metadata to construct query')\n return\n\n def make_query(query):\n log('Making query:', query)\n try:\n raw = br.open_novisit(query, timeout=timeout).read()\n except Exception as e:\n log.exception('Failed to make identify query: %r' % query)\n return False, as_unicode(e)\n\n try:\n feed = etree.fromstring(\n xml_to_unicode(clean_ascii_chars(raw), strip_encoding_pats=True)[0],\n parser=etree.XMLParser(recover=True, no_network=True, resolve_entities=False)\n )\n return True, entry(feed)\n except Exception as e:\n log.exception('Failed to parse identify results')\n return False, as_unicode(e)\n ok, entries = make_query(query)\n if not ok:\n return entries\n if not entries and not abort.is_set():\n log('No results found, doing a web search instead')\n return self.identify_via_web_search(log, result_queue, abort, title, authors, identifiers, timeout)\n\n # There is no point running these queries in threads as google\n # throttles requests returning 403 Forbidden errors\n self.get_all_details(br, log, entries, abort, result_queue, timeout)\n\n # }}}\n\n\nif __name__ == '__main__': # tests {{{\n # To run these test use:\n # calibre-debug src/calibre/ebooks/metadata/sources/google.py\n from calibre.ebooks.metadata.sources.test import (\n authors_test, test_identify_plugin, title_test\n )\n tests = [\n ({\n 'identifiers': {'google': 's7NIrgEACAAJ'},\n }, [title_test('Ride Every Stride', exact=False)]),\n\n ({\n 'identifiers': {'isbn': '0743273567'},\n 'title': 'Great Gatsby',\n 'authors': ['Fitzgerald']\n }, [\n title_test('The great gatsby', exact=True),\n authors_test(['F. Scott Fitzgerald'])\n ]),\n\n ({\n 'title': 'Flatland',\n 'authors': ['Abbott']\n }, [title_test('Flatland', exact=False)]),\n\n ({\n 'title': 'The Blood Red Indian Summer: A Berger and Mitry Mystery',\n 'authors': ['David Handler'],\n }, [title_test('The Blood Red Indian Summer: A Berger and Mitry Mystery')\n ]),\n\n ({\n # requires using web search to find the book\n 'title': 'Dragon Done It',\n 'authors': ['Eric Flint'],\n }, [\n title_test('The dragon done it', exact=True),\n authors_test(['Eric Flint', 'Mike Resnick'])\n ]),\n\n ]\n test_identify_plugin(GoogleBooks.name, tests[:])\n\n# }}}\n",
+ "google_images": "#!/usr/bin/env python\n# vim:fileencoding=UTF-8\nfrom __future__ import absolute_import, division, print_function, unicode_literals\n\n__license__ = 'GPL v3'\n__copyright__ = '2013, Kovid Goyal '\n__docformat__ = 'restructuredtext en'\n\nfrom collections import OrderedDict\n\nfrom calibre import random_user_agent\nfrom calibre.ebooks.metadata.sources.base import Source, Option\n\n\ndef parse_html(raw):\n try:\n from html5_parser import parse\n except ImportError:\n # Old versions of calibre\n import html5lib\n return html5lib.parse(raw, treebuilder='lxml', namespaceHTMLElements=False)\n else:\n return parse(raw)\n\n\ndef imgurl_from_id(raw, tbnid):\n from json import JSONDecoder\n q = '\"{}\",['.format(tbnid)\n start_pos = raw.index(q)\n if start_pos < 100:\n return\n jd = JSONDecoder()\n data = jd.raw_decode('[' + raw[start_pos:])[0]\n # from pprint import pprint\n # pprint(data)\n url_num = 0\n for x in data:\n if isinstance(x, list) and len(x) == 3:\n q = x[0]\n if hasattr(q, 'lower') and q.lower().startswith('http'):\n url_num += 1\n if url_num > 1:\n return q\n\n\nclass GoogleImages(Source):\n\n name = 'Google Images'\n version = (1, 0, 3)\n minimum_calibre_version = (2, 80, 0)\n description = _('Downloads covers from a Google Image search. Useful to find larger/alternate covers.')\n capabilities = frozenset(['cover'])\n can_get_multiple_covers = True\n supports_gzip_transfer_encoding = True\n options = (Option('max_covers', 'number', 5, _('Maximum number of covers to get'),\n _('The maximum number of covers to process from the Google search result')),\n Option('size', 'choices', 'svga', _('Cover size'),\n _('Search for covers larger than the specified size'),\n choices=OrderedDict((\n ('any', _('Any size'),),\n ('l', _('Large'),),\n ('qsvga', _('Larger than %s')%'400x300',),\n ('vga', _('Larger than %s')%'640x480',),\n ('svga', _('Larger than %s')%'600x800',),\n ('xga', _('Larger than %s')%'1024x768',),\n ('2mp', _('Larger than %s')%'2 MP',),\n ('4mp', _('Larger than %s')%'4 MP',),\n ))),\n )\n\n def download_cover(self, log, result_queue, abort,\n title=None, authors=None, identifiers={}, timeout=30, get_best_cover=False):\n if not title:\n return\n timeout = max(60, timeout) # Needs at least a minute\n title = ' '.join(self.get_title_tokens(title))\n author = ' '.join(self.get_author_tokens(authors))\n urls = self.get_image_urls(title, author, log, abort, timeout)\n self.download_multiple_covers(title, authors, urls, get_best_cover, timeout, result_queue, abort, log)\n\n @property\n def user_agent(self):\n return random_user_agent(allow_ie=False)\n\n def get_image_urls(self, title, author, log, abort, timeout):\n from calibre.utils.cleantext import clean_ascii_chars\n try:\n from urllib.parse import urlencode\n except ImportError:\n from urllib import urlencode\n from collections import OrderedDict\n ans = OrderedDict()\n br = self.browser\n q = urlencode({'as_q': ('%s %s'%(title, author)).encode('utf-8')})\n if isinstance(q, bytes):\n q = q.decode('utf-8')\n sz = self.prefs['size']\n if sz == 'any':\n sz = ''\n elif sz == 'l':\n sz = 'isz:l,'\n else:\n sz = 'isz:lt,islt:%s,' % sz\n # See https://www.google.com/advanced_image_search to understand this\n # URL scheme\n url = 'https://www.google.com/search?as_st=y&tbm=isch&{}&as_epq=&as_oq=&as_eq=&cr=&as_sitesearch=&safe=images&tbs={}iar:t,ift:jpg'.format(q, sz)\n log('Search URL: ' + url)\n br.set_simple_cookie('CONSENT', 'YES+', '.google.com', path='/')\n raw = clean_ascii_chars(br.open(url).read().decode('utf-8'))\n root = parse_html(raw)\n results = root.xpath('//div/@data-tbnid') # could also use data-id\n # from calibre.utils.ipython import ipython\n # ipython({'root': root, 'raw': raw, 'url': url, 'results': results})\n for tbnid in results:\n try:\n imgurl = imgurl_from_id(raw, tbnid)\n except Exception:\n continue\n if imgurl:\n ans[imgurl] = True\n return list(ans)\n\n\ndef test():\n try:\n from queue import Queue\n except ImportError:\n from Queue import Queue\n from threading import Event\n from calibre.utils.logging import default_log\n p = GoogleImages(None)\n p.log = default_log\n rq = Queue()\n p.download_cover(default_log, rq, Event(), title='The Heroes',\n authors=('Joe Abercrombie',))\n print('Downloaded', rq.qsize(), 'covers')\n\n\nif __name__ == '__main__':\n test()\n",
+ "hashes": {
+ "amazon": "e2dc988ace313e5689de47912c4c1446e2311868",
+ "big_book_search": "9b468ff223b7ddbf6bbd26e58194c0fa8fbbfb69",
+ "edelweiss": "efd8f281a56435895b7916f85598d469bb53bb02",
+ "google": "bfe34ba5e1be36511f2228a350bd91c676724aac",
+ "google_images": "3323061049afe11a42422f325783de220991149d",
+ "openlibrary": "8707d3b3161de476b46ed967dea1116707dcfb0a",
+ "search_engines": "52a24c5004033fc9f393a260a09e6f8afb80b0ba"
+ },
+ "openlibrary": "#!/usr/bin/env python\n# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai\nfrom __future__ import absolute_import, division, print_function, unicode_literals\n\n__license__ = 'GPL v3'\n__copyright__ = '2011, Kovid Goyal '\n__docformat__ = 'restructuredtext en'\n\nfrom calibre.ebooks.metadata.sources.base import Source\n\n\nclass OpenLibrary(Source):\n\n name = 'Open Library'\n version = (1, 0, 0)\n minimum_calibre_version = (2, 80, 0)\n description = _('Downloads covers from The Open Library')\n\n capabilities = frozenset(['cover'])\n\n OPENLIBRARY = 'https://covers.openlibrary.org/b/isbn/%s-L.jpg?default=false'\n\n def download_cover(self, log, result_queue, abort,\n title=None, authors=None, identifiers={}, timeout=30, get_best_cover=False):\n if 'isbn' not in identifiers:\n return\n isbn = identifiers['isbn']\n br = self.browser\n try:\n ans = br.open_novisit(self.OPENLIBRARY%isbn, timeout=timeout).read()\n result_queue.put((self, ans))\n except Exception as e:\n if callable(getattr(e, 'getcode', None)) and e.getcode() == 404:\n log.error('No cover for ISBN: %r found'%isbn)\n else:\n log.exception('Failed to download cover for ISBN:', isbn)\n",
+ "search_engines": "#!/usr/bin/env python\n# vim:fileencoding=utf-8\n# License: GPLv3 Copyright: 2017, Kovid Goyal \n\nfrom __future__ import absolute_import, division, print_function, unicode_literals\nimport json\nimport os\nimport re\nimport time\nfrom collections import namedtuple\nfrom contextlib import contextmanager\nfrom threading import Lock\n\ntry:\n from urllib.parse import parse_qs, quote_plus, unquote, urlencode, quote\nexcept ImportError:\n from urlparse import parse_qs\n from urllib import quote_plus, urlencode, unquote, quote\n\nfrom lxml import etree\n\nfrom calibre import browser as _browser, prints, random_user_agent\nfrom calibre.constants import cache_dir\nfrom calibre.ebooks.chardet import xml_to_unicode\nfrom calibre.utils.lock import ExclusiveFile\nfrom calibre.utils.random_ua import accept_header_for_ua\n\ncurrent_version = (1, 2, 0)\nminimum_calibre_version = (2, 80, 0)\nwebcache = {}\nwebcache_lock = Lock()\n\n\nResult = namedtuple('Result', 'url title cached_url')\n\n\n@contextmanager\ndef rate_limit(name='test', time_between_visits=2, max_wait_seconds=5 * 60, sleep_time=0.2):\n lock_file = os.path.join(cache_dir(), 'search-engine.' + name + '.lock')\n with ExclusiveFile(lock_file, timeout=max_wait_seconds, sleep_time=sleep_time) as f:\n try:\n lv = float(f.read().decode('utf-8').strip())\n except Exception:\n lv = 0\n # we cannot use monotonic() as this is cross process and historical\n # data as well\n delta = time.time() - lv\n if delta < time_between_visits:\n time.sleep(time_between_visits - delta)\n try:\n yield\n finally:\n f.seek(0)\n f.truncate()\n f.write(repr(time.time()).encode('utf-8'))\n\n\ndef tostring(elem):\n return etree.tostring(elem, encoding='unicode', method='text', with_tail=False)\n\n\ndef browser():\n ua = random_user_agent(allow_ie=False)\n # ua = 'Mozilla/5.0 (Linux; Android 8.0.0; VTR-L29; rv:63.0) Gecko/20100101 Firefox/63.0'\n br = _browser(user_agent=ua)\n br.set_handle_gzip(True)\n br.addheaders += [\n ('Accept', accept_header_for_ua(ua)),\n ('Upgrade-insecure-requests', '1'),\n ]\n return br\n\n\ndef encode_query(**query):\n q = {k.encode('utf-8'): v.encode('utf-8') for k, v in query.items()}\n return urlencode(q).decode('utf-8')\n\n\ndef parse_html(raw):\n try:\n from html5_parser import parse\n except ImportError:\n # Old versions of calibre\n import html5lib\n return html5lib.parse(raw, treebuilder='lxml', namespaceHTMLElements=False)\n else:\n return parse(raw)\n\n\ndef query(br, url, key, dump_raw=None, limit=1, parser=parse_html, timeout=60, save_raw=None, simple_scraper=None):\n with rate_limit(key):\n if simple_scraper is None:\n raw = br.open_novisit(url, timeout=timeout).read()\n raw = xml_to_unicode(raw, strip_encoding_pats=True)[0]\n else:\n raw = simple_scraper(url, timeout=timeout)\n if dump_raw is not None:\n with open(dump_raw, 'w') as f:\n f.write(raw)\n if save_raw is not None:\n save_raw(raw)\n return parser(raw)\n\n\ndef quote_term(x):\n ans = quote_plus(x.encode('utf-8'))\n if isinstance(ans, bytes):\n ans = ans.decode('utf-8')\n return ans\n\n\n# DDG + Wayback machine {{{\n\n\ndef ddg_url_processor(url):\n return url\n\n\ndef ddg_term(t):\n t = t.replace('\"', '')\n if t.lower() in {'map', 'news'}:\n t = '\"' + t + '\"'\n if t in {'OR', 'AND', 'NOT'}:\n t = t.lower()\n return t\n\n\ndef ddg_href(url):\n if url.startswith('/'):\n q = url.partition('?')[2]\n url = parse_qs(q.encode('utf-8'))['uddg'][0].decode('utf-8')\n return url\n\n\ndef wayback_machine_cached_url(url, br=None, log=prints, timeout=60):\n q = quote_term(url)\n br = br or browser()\n data = query(br, 'https://archive.org/wayback/available?url=' +\n q, 'wayback', parser=json.loads, limit=0.25, timeout=timeout)\n try:\n closest = data['archived_snapshots']['closest']\n if closest['available']:\n return closest['url'].replace('http:', 'https:')\n except Exception:\n pass\n from pprint import pformat\n log('Response from wayback machine:', pformat(data))\n\n\ndef wayback_url_processor(url):\n if url.startswith('/'):\n # Use original URL instead of absolutizing to wayback URL as wayback is\n # slow\n m = re.search('https?:', url)\n if m is None:\n url = 'https://web.archive.org' + url\n else:\n url = url[m.start():]\n return url\n\n\ndef ddg_search(terms, site=None, br=None, log=prints, safe_search=False, dump_raw=None, timeout=60):\n # https://duck.co/help/results/syntax\n terms = [quote_term(ddg_term(t)) for t in terms]\n if site is not None:\n terms.append(quote_term(('site:' + site)))\n q = '+'.join(terms)\n url = 'https://duckduckgo.com/html/?q={q}&kp={kp}'.format(\n q=q, kp=1 if safe_search else -1)\n log('Making ddg query: ' + url)\n br = br or browser()\n root = query(br, url, 'ddg', dump_raw, timeout=timeout)\n ans = []\n for a in root.xpath('//*[@class=\"results\"]//*[@class=\"result__title\"]/a[@href and @class=\"result__a\"]'):\n try:\n ans.append(Result(ddg_href(a.get('href')), tostring(a), None))\n except KeyError:\n log('Failed to find ddg href in:', a.get('href'))\n return ans, url\n\n\ndef ddg_develop():\n br = browser()\n for result in ddg_search('heroes abercrombie'.split(), 'www.amazon.com', dump_raw='/t/raw.html', br=br)[0]:\n if '/dp/' in result.url:\n print(result.title)\n print(' ', result.url)\n print(' ', get_cached_url(result.url, br))\n print()\n# }}}\n\n# Bing {{{\n\n\ndef bing_term(t):\n t = t.replace('\"', '')\n if t in {'OR', 'AND', 'NOT'}:\n t = t.lower()\n return t\n\n\ndef bing_url_processor(url):\n return url\n\n\ndef bing_search(terms, site=None, br=None, log=prints, safe_search=False, dump_raw=None, timeout=60, show_user_agent=False):\n # http://vlaurie.com/computers2/Articles/bing_advanced_search.htm\n terms = [quote_term(bing_term(t)) for t in terms]\n if site is not None:\n terms.append(quote_term(('site:' + site)))\n q = '+'.join(terms)\n url = 'https://www.bing.com/search?q={q}'.format(q=q)\n log('Making bing query: ' + url)\n br = br or browser()\n br.addheaders = [x for x in br.addheaders if x[0].lower() != 'user-agent']\n ua = ''\n from calibre.utils.random_ua import random_common_chrome_user_agent\n while not ua or 'Edg/' in ua:\n ua = random_common_chrome_user_agent()\n if show_user_agent:\n print('User-agent:', ua)\n br.addheaders.append(('User-agent', ua))\n\n root = query(br, url, 'bing', dump_raw, timeout=timeout)\n ans = []\n for li in root.xpath('//*[@id=\"b_results\"]/li[@class=\"b_algo\"]'):\n a = li.xpath('descendant::h2/a[@href]') or li.xpath('descendant::div[@class=\"b_algoheader\"]/a[@href]')\n a = a[0]\n title = tostring(a)\n try:\n div = li.xpath('descendant::div[@class=\"b_attribution\" and @u]')[0]\n except IndexError:\n log('Ignoring {!r} as it has no cached page'.format(title))\n continue\n d, w = div.get('u').split('|')[-2:]\n cached_url = 'https://cc.bingj.com/cache.aspx?q={q}&d={d}&mkt=en-US&setlang=en-US&w={w}'.format(\n q=q, d=d, w=w)\n ans.append(Result(a.get('href'), title, cached_url))\n if not ans:\n title = ' '.join(root.xpath('//title/text()'))\n log('Failed to find any results on results page, with title:', title)\n return ans, url\n\n\ndef bing_develop():\n for result in bing_search('heroes abercrombie'.split(), 'www.amazon.com', dump_raw='/t/raw.html', show_user_agent=True)[0]:\n if '/dp/' in result.url:\n print(result.title)\n print(' ', result.url)\n print(' ', result.cached_url)\n print()\n# }}}\n\n# Google {{{\n\n\ndef google_term(t):\n t = t.replace('\"', '')\n if t in {'OR', 'AND', 'NOT'}:\n t = t.lower()\n return t\n\n\ndef google_url_processor(url):\n return url\n\n\ndef google_get_cached_url(url, br=None, log=prints, timeout=60):\n ourl = url\n if not isinstance(url, bytes):\n url = url.encode('utf-8')\n cu = quote(url, safe='')\n if isinstance(cu, bytes):\n cu = cu.decode('utf-8')\n cached_url = 'https://webcache.googleusercontent.com/search?q=cache:' + cu\n br = google_specialize_browser(br or browser())\n try:\n raw = query(br, cached_url, 'google-cache', parser=lambda x: x.encode('utf-8'), timeout=timeout)\n except Exception as err:\n log('Failed to get cached URL from google for URL: {} with error: {}'.format(ourl, err))\n else:\n with webcache_lock:\n webcache[cached_url] = raw\n return cached_url\n\n\ndef google_extract_cache_urls(raw):\n if isinstance(raw, bytes):\n raw = raw.decode('utf-8', 'replace')\n pat = re.compile(r'\\\\x22(https://webcache\\.googleusercontent\\.com/.+?)\\\\x22')\n upat = re.compile(r'\\\\\\\\u([0-9a-fA-F]{4})')\n cache_pat = re.compile('cache:([^:]+):(.+)')\n\n def urepl(m):\n return chr(int(m.group(1), 16))\n\n seen = set()\n ans = {}\n for m in pat.finditer(raw):\n cache_url = upat.sub(urepl, m.group(1))\n m = cache_pat.search(cache_url)\n cache_id, src_url = m.group(1), m.group(2)\n if cache_id in seen:\n continue\n seen.add(cache_id)\n src_url = src_url.split('+')[0]\n src_url = unquote(src_url)\n ans[src_url] = cache_url\n return ans\n\n\ndef google_parse_results(root, raw, log=prints, ignore_uncached=True):\n cache_url_map = google_extract_cache_urls(raw)\n # print('\\n'.join(cache_url_map))\n ans = []\n for div in root.xpath('//*[@id=\"search\"]//*[@id=\"rso\"]//div[descendant::h3]'):\n try:\n a = div.xpath('descendant::a[@href]')[0]\n except IndexError:\n log('Ignoring div with no main result link')\n continue\n title = tostring(a)\n src_url = a.get('href')\n if src_url in cache_url_map:\n cached_url = cache_url_map[src_url]\n else:\n try:\n c = div.xpath('descendant::*[@role=\"menuitem\"]//a[@class=\"fl\"]')[0]\n except IndexError:\n if ignore_uncached:\n log('Ignoring {!r} as it has no cached page'.format(title))\n continue\n c = {'href': ''}\n cached_url = c.get('href')\n ans.append(Result(a.get('href'), title, cached_url))\n if not ans:\n title = ' '.join(root.xpath('//title/text()'))\n log('Failed to find any results on results page, with title:', title)\n return ans\n\n\ndef google_specialize_browser(br):\n with webcache_lock:\n if not hasattr(br, 'google_consent_cookie_added'):\n br.set_simple_cookie('CONSENT', 'YES+', '.google.com', path='/')\n br.google_consent_cookie_added = True\n return br\n\n\ndef google_format_query(terms, site=None, tbm=None):\n terms = [quote_term(google_term(t)) for t in terms]\n if site is not None:\n terms.append(quote_term(('site:' + site)))\n q = '+'.join(terms)\n url = 'https://www.google.com/search?q={q}'.format(q=q)\n if tbm:\n url += '&tbm=' + tbm\n return url\n\n\ndef google_search(terms, site=None, br=None, log=prints, safe_search=False, dump_raw=None, timeout=60):\n url = google_format_query(terms, site)\n log('Making google query: ' + url)\n br = google_specialize_browser(br or browser())\n r = []\n root = query(br, url, 'google', dump_raw, timeout=timeout, save_raw=r.append)\n return google_parse_results(root, r[0], log=log), url\n\n\ndef google_develop(search_terms='1423146786', raw_from=''):\n if raw_from:\n with open(raw_from, 'rb') as f:\n raw = f.read()\n results = google_parse_results(parse_html(raw), raw)\n else:\n br = browser()\n results = google_search(search_terms.split(), 'www.amazon.com', dump_raw='/t/raw.html', br=br)[0]\n for result in results:\n if '/dp/' in result.url:\n print(result.title)\n print(' ', result.url)\n print(' ', result.cached_url)\n print()\n# }}}\n\n\ndef get_cached_url(url, br=None, log=prints, timeout=60):\n return google_get_cached_url(url, br, log, timeout) or wayback_machine_cached_url(url, br, log, timeout)\n\n\ndef get_data_for_cached_url(url):\n with webcache_lock:\n return webcache.get(url)\n\n\ndef resolve_url(url):\n prefix, rest = url.partition(':')[::2]\n if prefix == 'bing':\n return bing_url_processor(rest)\n if prefix == 'wayback':\n return wayback_url_processor(rest)\n return url\n\n\n# if __name__ == '__main__':\n# import sys\n# func = sys.argv[-1]\n# globals()[func]()\n"
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/mtp_devices.json b/arch-config/.config/calibre/mtp_devices.json
new file mode 100644
index 00000000..675c62ca
--- /dev/null
+++ b/arch-config/.config/calibre/mtp_devices.json
@@ -0,0 +1,11 @@
+{
+ "blacklist": [
+ "9d273cd5"
+ ],
+ "history": {
+ "9d273cd5": [
+ "ONEPLUS A3003",
+ "2021-05-15T18:17:07.571225+00:00"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/arch-config/.config/calibre/plugins/DeACSM.zip b/arch-config/.config/calibre/plugins/DeACSM.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1eca0f2b997b03262f35f6039338d8c260856d1e
GIT binary patch
literal 849952
zcmbTc1CZd*wl3VZZQGc(?Vh%6+qP}nwrz9Tw(aie?tkXo_t$&3?m6e3dP(ghwNhEh
zUitE^oo{V9DPRy3000080Bn<3MKj6DAqsQ=fHV~V0B8Ul09{>k8*?XJT{=5=WhF=e
zVAjKS{lCrG4H^It^cFn6V^Aj==<~2sb56^^(P
zDc0i0o5#?GjWf76R#7%~Y$MIFM8}7FC?eOMXCIA#>2*Nue~cH8?cWng4$({x_g6N$
z8lVj;xMTk~4D5qHU5XekMhOS8!-{A}H%~7$4!(Wxj`}I7C-^#Ht}bp*0ngWk
zZ1V$Iz5uE#VNV>SQSg|+80a@toT6f-`0)JMXew$O{>$*>y#d3uUiM7+nGAjz^*=x7R(Hk&nZVG!fn6%v_RrQkzfftUfgE;>W$=o2PN*#)8u
z5ykHO3>!zY<^k50vFpyR6A2pyLSoUb?
zfSn}_^MW0uv6Q?o#}@g^br~wQRg$C+n3DDnMh}GcLzl_OXyTb5k8$Plco_i~@KE;2
zXbr=V+gwN$#(d$hhVH%M#}!jVm9Ngq$zqQ}e4;^x+^JoJ(*^8|bfQDZGWeRfBjt1^
z*{9tyxeSOR`z+`y@efPnh_VGLOqtUc%c`=5;yao;wl@RP%en1yBHZmrsnrAQ!|EW{
z!-Gah%I!?*2aQ-oQh}Skzo+KO$e8XmS>Q*SnQ`yUV7;e7zwi
zuwu2&jRKKy8(B3?2%+i4n}>%aJk*$xwi-fKhi~>fa-7GN0CJ@|CX5iM!{vmT&}4j6
zj2+<5&=soR4eDd-BZ*@8NGvl&HGTFbNet>NCFy^vBJw~WjgwW;uL(eE=7{OSkO`n5
zBbbb%EVBb}&fQ)GHmZ(}4jJEb60n)emK$xWqOZF^n1~sq}fGC9lqQLLRi(l5B7w$gTpxqEnsV!d*2k+faxNY2U^Z|~fCiPL?uiQd-)6tuszaL^tZO^(pxzJv1Z${@w
zz=Sd_m``P-g18*rs4H!(AI#b6$E!Bb5j}%pci5<|KLECM66@}8ZgS0&+H#fRJ6nnO
zS7;?p5nOWp6~N0I!VHf5&l^t%_KSPp^phe<#hYJ>hv8Y*rec*U5I986M>L|uhmEL&
zUlsv7^#O_w@8}^}UY!-*BpA8}3PIoA!kXwLN9#cScv~HNgfYW&MQMAoN0a5L9U$ix
zF|Oszw%e^IVxQR{Fc(hnLXH*XbAtTDLKS2lC=3_p@vrK5amX
WQUnM`*DG1fcuS(mZ0|l7cSWoYUC?jd2s9nm5fvksj(JIZ9q|x?ezHWTA3C7S&
z!!!bKcfK7kJPWs(9+}-xA*Quh>b{$XFW0dmY3&le7_&Ctry864)kG;zs)L+iA_T9m
z&X=lQbR^bNitd}-lllT?y@}0ykYOG##g-el5MxOzUP+`a%plWLUlvsulpm^RJ-8po
z$42K~AG(rUFaq>eyD6n_?)5QoeDF{s_h5Oq{wxfFLj8PR=q`^U9g-u=#9oi~IHm6&
z-U{$d`NeQL2)vu(LB5BIG9ZG70#p9ooz0ZkktKjZ`AvC>#kzH?`kcSGlhTEqQlue8
z^Afs8!mI?~MK$QKb21w6g_qIJM?n;nk{~ZB7eKK}i*fiN(e7v!_Mse50KOq=BK+92
z(Y@gn%M)lLSRN{&esHz>4tSg&H6P9{){)p68fYL(rpGNJ(-x@cLK$T~vAtUnNz;`q
z2{XML&5li)le*-E9QGmb5$PI}m6fzArrv58F9SloBh_Yn;ka%2^*BsUGOLk@Kb@JuL_bK+v$Hz&K%4In-qH5k*
zoCjxu4dP=aDkO=OFI!$GE*=L{u5cN}ohw;=9vpZ{0&3;0<0G`~tK(&~$4$f>Y#boI
z-(;`}d*a@B01cqur~byxs5M}~I_=ngG$Ts18dMj*oWo_RY{o`Fj;JVmIKI|_OAkCO0`h^n>m2r~kWI{s(@)cMe>H^K^1yU=
zJ3I?_WvP@{JICLOn0SLpy(p5djt)!bS{9o%#reh>%8I%TLZ2g1W89`?isQw#UpN%Dm^^(&
z(|O{;TRgkbQ_J9IKfAwWHMF$&T#(GKkS?I3c*ee4Dkz*TCa5??7rqI|`BW*2#(oiY
z$Y=Ce@i15+h3*7fG->$ApDdH_V|coJ=wfZ6q01P@$~sB2&N^8^dBwO_J;Zfp=l(
zcnSslh6YNy0!@jK!lhTh#J?jNkf|6@@Vb0*)qQJ^fB_~c;Gvkf&oT+vCG>Y0BdX~8
zGDime=$3`KM9#*(ZJiCgyyOvf>X>L?umNUw1pVP(jrC9tj8BFkuA?;8?vOf$EcRQ7
z{&et?DH!+$UtZK0kWI2XHBzwR;DwHsMesS(HaZTKa4m;6R0JR9HcE$pMROeFod!Dm
zsuUdy|1PNFmP4iybR3bxmWtg0t!>VI960bG!%9ftUO^bR7;I_hmp7O+i?^Q3(^_&1
ziI^`R6G!qI0^?`vK_W37U+d2=us!7fTAV1>K-XOZag)zX3ioG}%XpHu!5d$XnVaD{
znp*M>A!dA
z21(H&9ztL+o3$
zC5zBP66}naOkLZF-fcLMOAR%y!6E5R?E$I|JaCfMw|L-UToSY~vg1BKl>si|irAFp
zXUQa-bTG8Q<)xkT>Z?zGfwpi0SPF5c$s&HcY))<^6BAEB<#Q<8b92ME;d-+Bb(O`1
z-g9P5=pOB}REEKEfAZ6h2R!A8z|06)o&`T9#^!N?pabqPDla^m7htyPl;r({>^WQR
zIl|+t`tb?1laVY*wnu+*Qi^~0og$u&2QrywA|N|K0mmndo*Il5neOuf5mObs=Ph?e
zq8}nMs5yl&BhR9B%J+j><3w3T%_9NtUGV3f)7dm%F@5%}Ie*nASlCZEp1a5KGkiXA-lgtN08mBS9UkXil;juIvh9W0`V=oSC*WYtCexHia8~O;4MavsQk>TIZDn
z;Ss@n#R-$2tX(}`)r6W$s~xQaz1gFI{s&kNqSv)Rhk$X5YCym8k0H`GCPZm%wG)5g
zOn}$(6N}OO@H;9aUbB{G<@UuLlC-H(V}M|MI)s@V?)O3hD}bPT9$sD{KaVB1km5$X
zUN)9D`rzWy1IdJi*!Bu7wT?D_EUSh@r8j*t=~7P$s!^Y?mOJO}PJra@cFU(+j6Dy1
zu^$Dx#UK>?4Uq`Y^}y7bQPEuruhmpOgnJ*!b@~%ZuTv(9^N1-DJrp6&yP}03QN{io
zF=v9$>*MjMo`bXpzU#xSQh=%Ipg6_QmHy{a(WWm
zpxG+cdXz0gi4waMB7$m#>~5J)rdC_B(Ju`jhv(~E6vN(uUvV^C2Dlq2y;}LKAB?cS8r9CsW`W1kc+<^Api$volTq*&%nzkFfdQlPE}jX?4oFH*wc%j
zu#&A2z#Q)m77&6e^?9iPuRcic#QE}7q`LKohgF*bzO
z>}mCR1&CUV7gM_VJO;^%TbYV(#3Vj-ib72hq32P~oLRvFreYtTBF9*+sJ#eu!UKS9
zII!OQim}Iv0SON=d8Mei?i;gaVtw%g%OSmyQEvqT6i5^ndGA@?W~wOh_l%We&KxD<
zliNc=N}fYOj;w61Cz0{%Rx8nS342olX*qQP;R27-cF8+U)X%Rq25;~8QO>X^&5Dhp
ziYxo)NOzM+H|6Z$NS@tm5?S(@u|oT&sW=ME!{Ax+4Ei#j$s;7_&sp5?n>U>N5&)N3
zXqb1<*6^LS;H9#5B9onFom4MWcj$ukM7gPCJ4n#qJO=jG16wvXk-uFT&nJ*v?r~cg
zwn+Jw)-}wUNawvPEgfZv>x5%6VmG9XnMJze5-H4`KH^SajXugmx;!C9PnC`3CIKpV
z{XbEXT`fLw_1?W!w>GX;err5h%08qmN2s`v&z#lHy$NLG=z=)~6YnNEwFGSV9-;Ng
z;x;rprza&0K5h;o&h_klU}el7KeRRPwiVda-bHTC_sOsM
z@&l6GZ?mBBmQD)4V<{SB>6%z$fVLkF2hfiQBzJ)U>>*KFxtUJx{>N
zUEh~C9VqRd)ydi(+q@Ds`tiZl(AY8l98)&M?l=Jii#ZZv-lU5DI11OU2)Z`~AxN;i
zL05-?7Q9TysxbwJHFdilwde{Rop3HqFJbGnG8si*VZub-6|~Qlq~)|^r9#p{i!^Vt
zX7qI4SlFo)#0mRafmoaouOLivdP_p?*o|g>Es{K{JPZWm4_!tFA+OqWU(3khWo3N1
zH(cjQ=sbF^T~gz>b(M#4Sk=uh_z>2Oqcb2$TQ12xKtQ+m5;wh9w{q$0P5iqwi}6=~
zt4nos1bwlv2eLI6D_Zp;n0MxyZIYCRsfN)GjMV~v4eQSEs_vmd6*k)-MU$)8^YG2M
zMiL5NnE(1A=k~7~d)f4m=&);+=jcmND
zsG`PYYLZ&ISt98INt#~Pw7m1JjeM~S;9spX
zOwv+IkA_KKL@>_KYI>fEphj3ql(IZXIf?{c^=b{HM}%-$L7!&U@Qn$|I=CEb7_$rt
zWoTR>M*USLWws7~Zslb`oLUqwuw5uE$<)%ng&e!$oyRHtP}1WLD>4ZZq=6N$2F~#K
zbywBVgGU1WaRJD-8Y)>1y7Lw1*M8V*$R+o5U0&<7w$M@>wp@yABp9$1e?aWL#&2s=
z$D(b!q5Agg7=e~qPiGN1m(q|n;GzBJ*`6r)JB)7a)5MsDNNZ!U3LM
zsO=S;tBc?}-DxR^+XJsvfHqE$9~gal5>dpVlVv`)a*(-t)YZ=JQ?ZIg_{_^!`O
zDEWe^V;=u(UJC+>&D|BM0_ok;T82QK&cY%`&YJ?|K?0qcXi<-sqIw=(e(E$!y+Dyw
zXS1c|Be?AwZycJHBNsw{b|uAR$JOJ7f|LkrL`}c13-6gdbzpCL{xWurX%7-N0+nn|ncvp@~@kuYfDw0>7
z+8_Hj$ttDVpT#b*PU@7&Plar!+4zL4i<{mfolZq_KIfLehQX~kTaI$zan~2<6A5=!
zoX!>qW>MK>CsVMe_Sn;dLWs}&vBRGggQ2FDj;|7y-mQ^p&WZ5RJt;a58k%~3>eJ~f
zFty`2ztb?Ip(@dNHl8ua^&fju=I-$Qyzy~*%g5`{%KIRV_q2sjI!=uH7*?pP0{4Em
zRi)bTPO^E00EKLcfv$4@1q%Nmg#fQw_hh>TyVGX)mJ}X7@`f(@x&kAuFHN?&PyHZT
zuV-~SPh+fJrN7FC=>5u+U%Wc!c-41tOsOt@1PyY(}
z>RL}|F}B95L;sF#D%Ll8AfzrP^^{w~wkDh3(_H%euUR{sO2RbOfI%~uHsBxHEO;^?
z{Q@l9gKJTEfHiQ*xR-W8P*}f4WYIW_?yeE&mdxtfgC{&!R-xYVoTr_bgvx-K|yt`e9-hu@RgIRJ9Dt+bHT<6cv
zqL{Ub2zS_>ZJy=oNWL>f150LLE^;1kRlP3$@TdCaW9NNCXH?zqt?qEh$6Rt(QL#nO
z?Adu{&uGY`g^OdfV1n90%u7HM6RoW&(
z394$GMz%G43Qs@0jbfb}|ZSyme5-irb-7x@33ks^obTyJ|ZS9H^?s
z$VL)1MN7q)l>a^Cf(er*r4k}`{26G40qhVmUY^#&4^qmJR`%|KH-eeS?u1xN*b8nM
z5VTYv@`Fhwt>QVQEQj`Rf<5dn3KOLmnh5y~XU^4X&}8x017yo|QzPOT=IUFFe5qpH
zd@l6}h_(b$&<2G!G6NKHqWg3Z`}DR3xnH-lqIJPD8wy=Wf<$f+TBQEt`%(`9pJ0Cx
z{uv;m7ytwS@E6Db`in>V?+E|jB=Z0G@elsF8{xn7`QHkH|DIdC75ZZ~2oSm-PzxXH
zst=<(lBt^GJx=K#HL4N(?E?Y;r+1w`UqCM}MXgJfA;22Wx?jo@$
zW%8cbQ`6-vZxv;g^kRDM<-m30q;~A2}0-D_6-$R)7<8qwe{(
zJMG%CS?T4g%VA-{fXIO^LY%jLr`kFXo5YZP|NVwyBkXL#+1U2(C2FkEUifex*V8Pt~;{FC*
z7pCAR%Sv$SfTlxwynj1THOG*^qm=?nJfdNdNeI0Zg=|;zc_;A`!D?2{U9$a)H1EdX
z(NaJFfWPnlpK~eQpECsi8WqM44z>=C|ELoGdr)XA$k=W$z;s`z+EIqAiXi2+5}L_9
z&JEgtwq%#k%2{zDQb~mfldtvSKk1`~!?PO4-|+C>17fXMcy11eZ@p(CL=FpfX@j3o
z0%Rj_nnrcnftd~PS_S*DL_O~>$t^MZcz=JnSlba?(R_zL6+G00e)eFSKep`zUK10f
znwt!E>r>Q9s|i%ja@y@d{UT&%M!I&qh61alWel<=YCr%TJU~Izp`1Vv{2>}_S7{V;
zUJc+=Q1j~D?6-(&ws9^he<{1B22YN<>t~i;>S}65*jy0cZSlL;e={mMz~4N*XV|8J
z1Ywf5X4hU$=V>qIcjl|m-gIA{c>Jge|6H1BU!6oKF7>y2*
zv|nV2Vnfi8>x`kG5-#?%c7owTpC1@u$xnuOF95q1pSw{+Q$*%q)ChR)ftR$J#{@Yt65W{L*yb3J
zE)O174bH|)&NCi6Lu-ifk_~yfjiZTbHle{q_dPR(!2q)}21-UWvl>t9AzH&qR
z3?aR+^R-5?0(jTCnYU1lGh$`)oQ6}7?yaBn(iWb(PFyBp!%CrRs^Jg%he3|{)M2&CeH-w
zAF}%kw0{mk79;=wynhWra~or){{Vnjs+zVNtSCM&wR+4L2^z!V4MP+`9sJ-;YPu1;
zARB@D5Dg+6S|kd@yK~f8`{N}v7^~fw!onj_pc&DYt{w+VuzxvMG1auA=(C3L?R)YoT?;i>h>WC;4
zU%6}u|8tEOT`0K+W|RfqyX>@V$U$J%`Jq1g8!@;Q;klIA
z43XA79b58FB576n0v2Z{e1pTzlR}h
zL}}`wr7bT(fGjJJT<=WH>GAoMtLI8_hIb^ykuSTMBJCvdnx5a0B(q~EUlkrVSrlhdL8WMi!PM@tw)d%`02DfXfR0Azl!Y{2aBJvi
z-D9wPm8vo>v3;ecGPram6js2{$gR7PX}A>5L|}_8+cp(c|cNLUFByKPU?C_0xaCj5+$BC9C^l)
zelA%J-|ao}ticN`pCB3yT~h2T;*y%}4kN>Z1(pxo4y;gpB$_Y1pb)Gj;izROV`z;h
z3w~wz)-w^tX|DTqMO&?IZOHVwR@rxuAfIgpY5Ky3UH&vQkq
z+MA&18a*eDsZd}X*vCwARu-d+Gm6N@xEduirU@S%Rj!a0PWB)Q1zn_>N?M#|@9hJA
zn6@0wM!a7A2H9z>ZmuGFx3HodE6fI0HyZtS#Q*MA}kkV31
z8nNd%1fMwC4;jO;fd
z5=E&wcQD`Ks%3Ha$gg9M&JX3fxTx}HXAh>{4T{)@p_tvVTB(hLqi>34Kh?*L+1f$<
z$Waz$6z3qzWAMKbUtQDd1OF4#zj6KN5yvI^_Yrq6{}1v}w}z$dCM((}Z*Raw6?OUi
zn2o}Zvr7+T;$}eLe%=O1xjuW)n4!C}r7$SUKb6V%ofn-RVabMUu&t-iC{dD|hudu-
z*_^n5RAt9*BJWo99xWO;I5@NuZ$&3mTaq*OC^j}}ry^Ubw286dPH2e=Fj3j>&*S}o
zsux`124sRDuRg~0BqNzfT_y*Y6^Hq8kyc})!HbNY{h|s(u67NYu>_@p39g)%f(Yc_
z+ZQ*=dMftN}OTIkxXL=rpqu%|h|ZX&CbAaX0baA%dwJAy|g9jFlkjP(IYJa-NG-UDf&GmpAFG361f56ja%r~
zDAtvb>>YhX!EPs#s7rScZeQ1}1-4@Ghg^(EQ9pF+&nEM5Y-yycK$;e-(J{z3F55JZ
zhoIk%JJ#+(ImSEj3CwH4b+(A)a`0}G!rkDh%3i!(o?KI>6nT#==PgDX&R6HBVRrd=
zq}&^B(^sRWl|qRaA8g^OB;7z?MHIRRpqxw7aZ>ZAS*9T@W@f6A5&^fSl&}Kvgx@=0Vy0b4ZITRR3}eVHO}N(@tS6hbtgd|^;koK
zng7fRla4hr)}-SKVggf(U1wA2$ppkgAkRm$?e?B}+>Rl>)R#B7{l5MU>;CmQc>^
z1MRHBl;2m8=^<7bGUn4wqpp4R2sT71`aA^A1?KE;vnuge%IEvU7?D_;TjI;X$f-$n
zM2mj3>A>|o=U|0ENA)@_D$I7;ZkF~(T_1jBvER#UD61GFsnOS-hED5b1%*1~^ffik
zME&`5vr7*hGgQzE&T@Gksx>g1mDm}#JBFA3WH5tKR#hr4|
zL>wG`kEc7%G+i>Y<&oQ6>ke=1@6|k(nr3~#=sOv`c-jE}n!|cMBC>0LwqQA-r5sQ;
zyS|Rp!`&zU14=S7sCPb1}by62mE$FW4ctd&va
zbnG?{^nIha(sr7_C$bSu@c=CR-TU4v&)Ia(Az~x-Bc2wwsYub_iQtyj32GvEjtl$8
zWr>PK_*&5w{xd8)X+JDDO-nF{F0#X&@S)rOVHc#&5sv%1@1;BS~
zcnZ<~9SYAa3I0`TrDr9^pGK3X&6Y&~bdf7EDDM>PN(EzJHz>Oe-O2GAj1@^wvNZV?
zb^q)TkFl_XIpMJ4W`I6TSE0+QSORqKKB&4FqKtj47#sS)a+R|ob
z{P{?zM4*30>J~T^IGPRh3nY|S0_VEyVzLR9IA?bYRq|>c*d&^>?Y$=q{FBrDZ*>^
zM^vjVLZr9t|<*R
zbGvbe{aVu(n)(bVx=EIzwIlYiN}99+St=)1Mw~
z`gnJ}+S!ygWZxko<`NxniVym^e-$-vCMC@{>N_HIEzWLG{;bCC*w%idg(0WRzFo$tehHg2K9oHLwpqxg7E1OyAl|+tgm06Plp4vC#f&A#~
z1i>L8CaB0vPh#Cqxl-z}E!&!fNZm7vraTF$c?RCChIJp@g;tUAMHnGFJJUF
z%eeB)sDr|zvb~2hkV(2sSkzvAQof{aa!3PQ8l!YKq7(g_=VR(31hW1Xd+v~GYkKP(~uGTVR2&EDDH~umb<4hhtb2G}m_O1pfG8$}2}~+m=L>2*oRmLj3iKjV;8#
z9@ZM9F5aS<9$aW7)3xGsA=3x6Qhpj3cFT6Wg=as(9#P7hxun^fF_}9bYWvo%p8ftS
zzR#=t>aJ}10?s!UyN1ArOuHRl@H85owJg7&qsFhaTpOo|R`I)-2v7Oi-n3q41}d9&
z`Wy7`2z62dSeNZjIqB~>^q-GVn-Kv3NdNUefvtm)v4gRZk-6c2@^8?rYW?#-6yYmJ
zml2dOtCF7QRpCiVmLuT_fB2042?CikO?wjete=z`L;v;4
zEkS{F{ZL4|9?U(*P^36F1GW;Jd`n0GWV&ft_D*G(X&4ydkXeG!5|F2ma0_BI~u{nxGPKlUbh+rC@
zfx{8Y;`%wI=3ml)BWXgi_T#af{*RFIL>;raX>e1AJd>y%)?WEhD4oKonhuEi7%x>I
zj5r0@WA07pxdggJ0};DvaYX3rZaml9GwJ!zir++CEg
z^f>RTgn7cdQG?jG^nI8+edxB_by6rVFA}@5rMuv}+OncKTy_1}FJh{|w!blFNTr~;^Zi}%WL)%WXJc;SM>h}hqM}xfl=isEX2p->6iOK!Ol^O0z
z={lGwmPWr;v2{Vr=DVFn_2GH?SnPWDp`}A-%!;NtRWW|%d0%}bX7+t>!$<|?^I^5M
zIbRpl&b*DWm@uw>jor~%W3Z>rn5tg9hoPD=9+*Sg^Ef?$t-IXT;(L6h0bP6?F!ZTn
z7s3zF_BFFPTiXHIM%bhxp!>&`ggN|rU_r5n)eaOnD>H!=IsLSdjK!vEMh0HNB)m={
zcvkkvhSOEB_S2H`%2AA;cf5g|#D_K+X>^C{4RE#?oZX7ehSQ$`eHMx;o;FZaA`PKO
z!Vw+^!0uYqFE{$QS51IiUxQeDAobl#j}KSGVf%nk3DA9(wKB}&h0Gj;(LS(XZLF(2
zVeJ}}Aivw`96b>(ptsMe#Zx4|M5^K8VNOqf9P3|G(ZlRr9L!0Rf&Eu}$HSxVVf
zLxqI1sGJZ?W+;?eVDWJA>BmgF+32i@Yq2IS
zw!g2jPcV%g!-q3jGO@-)H9MK@b-@n39b3Nr`Xp}~2FHf#@X?jjZ4la-QFSF3~|t
zpsZPS(8R>Lq?A;xQb#k2r@}KOhh$S{bLvXqcpsuBgt2ZVcdhPhEp^rO$3+|YslN~b
znJNrhJ#DrFQ-S9@u+U*fdyCX4Q%9sKHCVOpT{{L{nJ>6NrdKV$wn!ZUf@Im$Xi)H2
ze0-BBu`1PPp4@Q)x~(|Hi&vCnf?`qPHm#nKChcuDOE8ccUiA^Bznf(=?)&g@===Op
zbj)TFgQQ!63tr0!Eu!gpI+)i?Kh^hpVEL#^da9TX$?`s(7P^`DdUF%nq+Io|Bd+SX8
zwGESI>35m2ygBJdGgd#`Cz}CxqJ=0X|F2T{BtrIu_|SOz7b)bq9Vf)=BlIpbu6
z_sg7VtGXYktX~MLRIT^FGjx)jr$Vd_IzjRii+zB0(}btZl95n1DurxYyOMu^n}|%%
zSd-StQEj~TY%Q`7QE!--Q`b{QWc%r??VzLRX$#Y<6lqvprBEkSvrbzy=0vK7Ty0p}
zmhtf>sHE2LHAD54(r6fDu2!3qHxu8r6qLhWH7-@}=#}N^(uYwQb^q{LypRg%Wln^m
z+LCoHAEwmF4y!-qH9o>&FQoqY`C8PTF`;33<}<1vgxlM1cAsiBk^Zm`n=
z?iACzDa@>`rO+y(K1D;Tf1_L2DMLPSQFjdP!@fvwJ;yRjM}*S{3kZcBI?fjH!9`#7
z`IwAn+qec7dyR59()xVm`GZUqD@{g*MK2l(d
z3>W~w-z@dd^H(=A008;F&Rn@oZn}oHM#hH!f!4B=rfs_~iV|}3NnNrA&2Jzv
zaxg2dwF{tJM3wBK_*76GhdvUnY)HIe^?b5|kAUY%I9;K7M8=WBY&zq(oqp#JZ;)-h
z|9GZyIeA)WilM5iI`Zj~dRi?zSr^r)WE4-4+f3nHAoVH3EsLW*yKoV%=Cxt$uKwdd
zK80jW3RP;TcpI%XgpfBvi*Hz@{9&&w+)CKJ1+`MSiT
z(SU~aZl$eE1wZmuDxUO1p;lw3e)Y&+Lxpg`IXg!m$KVGgYKVSSVjabhVdk~=r_*YT
z43?pisfsr%ClY71SV*vJL4DZbR*zP6@XP}ZeMw-!)PXZc+3(@K#0#pc$GQchPn_co
zyH-w+Gg1wM^J&bdRu{I9mRi|D44cZKy(#1ik81-=BA+KKEY&tl%h=M$!t
zz2}#%?O#IIqj&bW9yrK5%7`;!??r>t8}S;kIz=5wp@W@NPHDBdy703Mu&tw1zfKyz
zKHBXO#Zu3;PHIhi)vGwK^eOiX!fV+IreY*^oA8NQzlY+>(2@9LhIbJxZne+w8S1?h|ryRl>U2
zEbEu%n4m_xxf5?cMjd+3rkV^&&ssGuJ37gI7Ky3u{|r45IWe$3-$Jday$H5es(lgQ
zPCdGQe%B~XOntp^D`m51AHOfXSnufZ{cWw>%Mo>5kEl35!TIXwtLP2JKmwZ>QlLLy
zXU_gZ3kwf6cO*)b{~%^0Yb0O(vQiQLEGsVaUOBH#tm?Hx>O8gvObVP#fm^DOtzub*@I}
zmwvA3ie7@B{5gKyfXLa*^M7_vkf$w9JE?F_kYzvly@Ae=wK{fCGC77#Wb4xvt&aa5
ze#zAPDxU7VM;i1}KBGuFqrsjY+aL0*jC?OL7?&P&6f)jq(V)aTb~L9{l^Nj^aaE7v
z93^MJxb#ix$7qwjStMRkl61nZomHY`EtEjA1;a%6N>rr_ey
zSv=K7$IpL47QHL{`oP_v=IBP
zHv6}(LrZVGm4qT;XoFMNG}S0phm&4+XOk-idbA`nn#kiXMyEsW6GCGzYFNp&SYY&BfoG!uCGmNTs_>Kio5cwJ54NTY*=M~n3Q
z>2QaWl##3p=59L&g=yvWBD5)+)`J)F0|XKhr9B=Bj)`rmF#sEGAIcJdS^>`6&)zQS
z5j<1OLlEgsjyFvp1RgD=&D*KdCm>oMeEExlNv}q&5VUSAwwTUOCjM?8J@CN5YlP(EZr+Y`mXVA*77%3xCkHtG>b7hM&slY5{;g3JGLRZBnd>M
z95S6-u9?HE^-t-0cI-HCUij_)aTX|a~}2@JcX7>sJ|xBwmq1o_RUUWxIN^*+UOdL@oH@G
zKem@noKt{H+DQA@BpSd+iU_DV*VgW0x}eqjIyodF-4GLh@5b?n<7dxq4@n6|-q*h$
zbvng|&n`xqcS#Q#BqD!JD^CPPHvS^`)JGK^QRSOKA7R74A>#DW1vbDm(n&Qt0sh6Y
z!h(G~l$j_31CkeCcWWcj5Tc@9%`BM~gCN^YQUc09pziYXy(--W&AsJ5K(D_49K;{J
zR<3@VEIMCaBF<0pfgzvA7H?-1rD7G>A%iqC00d{_Vc9(kt&b>L4m`k=kH9_WsA>Nd
zz?wW4(BG>rERn=5>}0swt&MVDnAa$3Z$s}{4IvJQ4;}NHWLF-n8T~d87v3i?-19Pa
za)TxY;`>8eBaU?ZEi{)^V&MCo;R75)(->lZql{p<$-w^`7%V_bmZE4-XIT-3Zm+Ky?)Hu{tij?{1KG
zbzq)TD=`ai2M%ly`P(eI#q$OqcGpu9zroAr2Q+0metGv(7+PLBLJm*W$Hkk0Y3N#Y
zbEG5>zHC|n@GDcg;!U&bH1EM|zt0)>vuE=&*Cl12b6O}h(7qynfwEigm1$LB$oSXL
z2ggnvxqw|G@i5f3iM#NeAaBYcI3~5Icrb2gy1$)T6BD3{C%u$)@`FQ}Ru=NMNWH4c
zJ)=)m!#2!2OPUitDLcE74l|KEVt{1#ky66z$Ecbm>2`lo{E^C;e~
zGCn4n-ZJxP&zx-{EX(2T+>3{N8c8EVhanoSwHctvq&p}eDQJhf9je(Xz+(hVgzSmg
zIbL+6Oc>NNUZ2!imTe=f68$t(S%Drob|7j~KtSEIn!Qx>PNNT;4MqjQ7}sNbw{shb
zSRi9c9Vja4R4VS_Xd(SblrnmAAewewJ20OjWA3=F_f*kAkBbu`
z^$od6_);4acU
z@NyDTkZi1KjnyxLQcAj~(WtdBXEsXTZK{!Bgrri!Wpj}nLD&NM905v*L!th2npKYh
zZt1BY&F-N{)cGL>m|B0}`oRF(&r8NN?u)7$6!A)cW8Gc)TAtC68gnQTcP1~Kx~}Z*
zq;lgqc0&Fr27^aX1cqqaLnSky=>7b_m5BsdFox~Py`7%|bh3y~E7Y17y2{t<9*Ece
z4-Oc$LEEk}<7UR*>l{MF-(EylI)%LrY{z;MJD<&n!w1Lozc4rudl=zkWCi+w!EB6%
z>na0XH81y4NHDU0-QFsK-1qtD_QUwD?v{}BERQGb__xH5!`^*873`*i+nX(l_ce&?
zPiD#(P6`^~l#H>XC%A>MsyF^C=l_-Gf5jTS!D#%3&tNp)ZUc6^v+ciji>p2iv
z8s8#dYPFLX__qi5CjCzC`&H%`kA%dQoKsy|K_XA*dyKKeZl~XR=U&?D4KIHot=S@m
z6VE|ts)!R!o>zbp;Z|d9q$R7#v`cO!li6opfx1=>Ck`5JWl>>9x)=U@r$70LbQ?vk
zMdPt9En2Wvb0(3C6zW`D*amAPN4IE1rrelr-1or_>c|)^0FXH`K4P}T<+a!zEN9d>q8q;(Jhc#
z&=kD`N!=~5y14+(0nKSbR8gw-E*bgFT?MQ**x<%yR}ekH{{%>LsLBvEB-pEa&sVgc
zm9UB`7LbPmlu!{`CA}C}2ela3r-H>9{7u601Z%r0jS8(@ZJ_Rhil|*}SdN7vvL>|=
zIn@kry{hF@upq`8gHrqGU;!Umg3wA3ob^>g2y*u*LODiOba~$9r|LNxH=vAe;BLk?
zIHKz*|F53cY4KpByUTLhZXiSPR!+g10Thw5KM!6{l`BmchSP`z3AwP5E88E(%#@_A
zM=?h7HY=(xPgAnzC@PF|e{wkVTETHxh1lv12DhZZ*bpW350TJxzCT4FhOlRgA#_5V
zR_mY`*c#_6WOBFa@*#IU=3g1;
zO#Th=pY5Hfx81qH&UI~7_Z6Y=2kKs3I7jH3(Y(oM4Ap@XKhRk}>B{Cj2)AagGz3=_
zS`(uv=P`A4j9UfbxQkTjb>UWdEWqtePP7K2=C8o1=_o+2Gr72x>=Bo{iYZXab-?mY
zDyFW$RDfYZ7bL1+hRhI1)Ar$(d}yLeJXX^soQUV<1j#93{_MhDl4R~5);6S-r_R-b
z=K&G=^kKOj$hRI5EE07P56tU4IbW((`*`RkQJf=qVkjSc2Wd~MXH0nvIAg>fr+@oi
zJ7;27Nd#v9akqR)Xlg0zS4s}ln^4ex8_6FQPH(1D$I~B^4?Y!+hqi^zS;H2_}G7ZfFL3-3Tr_eR^DO}zZ{Jvi_1+B|EB_2qllxnFGk?nP4OJl*We
z8=>IqY|AHSjH0f)K2&{})jrO3PjLTBRDXbiEv3YG)5MaZ%uO{}i;rr$kZ_=@1F)|{
zlkKKI+;5Si*S|V0g5B=L^ryA+)nRE{J@0tYFMvpIJv;L3>+s61@2=cX3Fl777Sn5(
zo#b>V8_=T@$ap8_5F?EXb>0S8kuPlL*<^cjhy~p=nwFrA7GS!X%Yvw3#1rN*m}090
zBE?&k>LQLOjT`#dF33A
z(Sc8AF1GhGK<;6*N|qr-EO{6^y6QvL85KPdQxEerYBP
zx&nv#k_hF4G;}%w%HX+PBjcEb!R9f%b@%l+J{L-Ap?YG}-ig=cQF07W6zN{
z@7WH?0UUQ?aw+xT!^($)BXaHFqURgEULr%BC*#B;BP{ygc
zQCEJ0WR@mt>?|sm8VO-}r_{N!4yr2j`kJpUOL+i}qyN~y0!}&mFaZ)~`Fxz`=6m_d
zzQ}-bO*jKd&fXkEvnUMSE!Zc=3n}P3u}xe(%^gZD8*
zL&&qEVVRx;yG9NYe}ACZ2{N!L;|9u}dbW3C0Z=DYsO(Ah6F`r6e7qQ6^g{+zg^+?0
zA)JtL40ufSDSo%|KqVl0X1q(Yj
z&1q6;;%p?Zb69wo5L^(u203`BJk0&D9$_9$&hTyp63bC>u8<_rHA(Es>OJQjT_=EZ
z6K{d{yp)0VZR+OV6T&%{g(vUNcXB9+P`8F)ULMT@Vv>fh{_66yV0$Y#pq^^CF^Wzp
zhfsS+2!=GHh14j*S2`fBMOKN+uX49hl=~}jybH*$cGtnODdkXwKvS$r{Ud`~0sOO#
z08#Ym*{wEZ=5g$94W>_cwg~s5@UJ5LNYEBS4{8veEu;KY3N4heGo
zlV}IudbluX{dXU$xKL=mQaffDsS65zfsNtjP&fvKhdq=Kw`h!ld2bDymkGs(%)%%@-WnWL=l+
zS-NPQdALr8;fgQW%2&^u$xME%m0T+2$fz1-4;F#5ip3FeUsYO=7J(CslVHf&$IDx@
zj=~x>)}gdar>sq-8Ik}Tk$QlU>CDf!sBY@@qQa3J<#q46XH&7X`Ub#y@8n^HE&Ph6
z@+PQTz&h6$8>yc<(xpbX(QY5tPxU?w*%`IRCH}2CufdgFpQTpW$B0?ePf-?X79xG`
z?%y=BiQM`sb=}p(Gnmfky24`L6@hc_dKJRm^kR~$C+qsimTC4D&1tl~b9Sblkn`Q2
z#704~PPc~>O#KV_$|DWs+TT{L&MQ;7YEZJ++jT>m$7Xcu&%>Y5(%)pX
zcTzrz$oRi+C${eBs-?wTIVrS~s_x3qA*#|z7x*KA=L9m}A8g7duAG#mh$#2h(pWIWA
zog0kYG=4kg_k?IQrrlaMepj2hBHr5l{Vf~GR>C!9;_FOt>w!sMdDHO)?{ROoOXBNI
zUrEAr+^2|*A_hJ2^OF@^0l1Gdck%w<(s%EMft|t!Ga=n)ccU1df4Yy<4gz<0|8ButhmiC*
z(ew@f5rDZ>c02*BZ<36dQb)p$}74PVXiw7Ue
zGhKe!-g9_K_DwwW@rG0Bl>3ZmF6G$4KqC#1+xF;+ETZ
zO%ZBLX29=eh>!77AiOtoBn>2$(4L_V-@ii5v#g|fL!1eIc6MhF@=Qbb10yF-_BW%S
z+rY&MWSwh-fAGXSVJQ)niO*bZiojrmbz0fB&BPx11)dx
z{v)wjfLd{FQqk?SFZmUsmHkQ4^8xK09Y)}9>8l~q++g+RBNcPIx7b&vqF+usIDXf$rBR&9jc12J&-rkPT*uB##_uL&RkkdeVF?OEX
z#XdBkgHQAlXbT_d0kMJt(4p&GHv}=ex^}x%?zA8ui_oH7vhI3bt3?Vm2J7Cld96g$P3vCu
zTD*Vu)}f-z5W5Mfvi9q37@6IJia@=Cw8nO)EJFK~xg6?bv8z9S|cY!)$+gc8fySI`^{^3kr0!4$fWR_gAY-&Io0EyJFtJrX}>mGg0^
zEa;Chqb1p1?J<7vdmkS%XPmp}eRTrM9ypYa(VSftQa7+dx+;pM%N-XGCkRC{(xu}k
z_bwzWH@wr0ux1aA!A>Yi={@&s@#qPh0ykK>qsh|P1;_F;QF}YHUV5Ov#Ph5^UEb-1
zWIl@ez-&@>w9y-F%^UQV)>6!3=L*IBU+qF^F>O|yw>~Q^YixN}aaL-b(hBUa0XuMg
zqdDd|lvRdfxerWuEO5x1?keDuo+$Q%rxwd}lsc|Z@OumU-w&-8ggO|64s$90Z
zo|gDR*5j8uB8E$TQSTP_k}D=2n*wR5N=?MO
zkN3S2%HoMS&95w9xi|pP>}>YJwZl_uj&kA$XPux+ly(4){#0782
z(kxb2AVm->X_(1h3GRKCOrawQnN&UmcYS2ZB<*r1gxLp(5Yo1ryg*l44&PoezHEf)
zH&Z1;2~7IrdpV`I{gyV0KFis?9KUjOQM4c0y2cmUj?48+s&I>Fv0Gg(C{NY;Rx@l~
zZ1&NDY9mSwlR^&3I%-Fj>3(UUL%lxkhA*V+ol(gZ8pB?`{*7enJ38oAnjU-X(cgFC
z)+>!%^-=|;z5ZLTp$qLFNx!dF)1(3;(K8ClEWd&)_NMnZvk8+5lF;v?)5p~lzng~O
zqRsQmEkzNB3BD@4H0z$a{`a`58(K{WMxc!&rZ|ZvPI7U4t#JuBSVGDlHl>25#MMHQ
z>a-Lt_Hx_5ed(Y!mYRB19bY}MX3x0IS98n_ZO_7AUAZ|#sJC(|Xa{z-JHo>8tKso~
z=0094KMgOyklxGF-&x7Lsa*y~wSaM_A|1S-R_aDsC*0lSoen-~P09#{v
zTX)R?4Z=}(xczZL!e*530|_KZ?YLIeniNM-+f4hgI|ow|mv+tmn
zgUR=m)RA}^Ud=hNc>Hs2@pLd6y|6JOZY{KED-(&$5u+%UrYN*+f?d8q<#@ooOKLrt
z(OeW_JG}fZ<~GN_eWiIsCdB!&0&6sObA-|zW8Nrb+8
zKp}}Kc}uYeA9Mx?LFgy7X2XY-=^St#}8h?CUz=?<{p3_jVG``lLL2k|Yafw4`M9gK0sWXW_Vh8zjozbMx+D^*7ZK_&
znZF6~0_Jk@#~{@asC(T#so!)`IvD#nK4ZQDg`ER`<}ZOVaSM#^>qwJ1J#a{9n0WKw`r<
z45ORj*dMnrDPdLe>Qe`tw0>V}*Pf!Q{dT*#Xc|&&RGPZ76ZQ^$FtbmOSY67
zmo|uRH{M;MwKM(VbkWhb>Zj~$`4rK`2@7A3?T5o_qo>U%T>1fIL0(e1v4foflm$&g
z;W>r)f~G0pZy~=iV#Vo4FL6P%Oe?;nv%Ij7FHp2;mOT6%0sXXl1jTk>L%TtL*1#Rx
zI3jL!-S!yPUf<(C$7mPm{#&R8(&QO6cG17*=VitnmM;C
zJ9r1tkFs1iO)wF`#5IxebOtbS|8BL%5-;zSrI##8_QPD7YbQ3
zr{m)Fw2?1cS+@e^bQsY$ITj?pvp4Y#KY4N*dFyO&5yl|`tH8a?%J*QnH}fH)mbBvCP;2?8^ry^L4`wL
ziKT7QxGvY_h#8s)dGlq+J?F-+nKGQp>NJlT4N?@PJVA`E7J?&3wLa~T8Z9!N)?|mj
zV{if7+5A!(zqi+#g1fud$jg(94|isMXaCy$BTjnAm6@C60wRdt{MiII_sHu+K<&7X
z6wQKb?2A}Q9rrr+A_V9#;zSX$-(i9~vM-%Km%5!%0(_sBe)aosqZ48gUoKaUw;r_X
zT*o5KC47l(IZDvYdI7=u
z5;lOw=!c92L=!L*co5bgfgCB(`VtW)%{|-&pOM`FHUm?q=7`5pwXt}4bll5N<#K3n3<_{&188;!{>&!y#-Lp-c
zxr4HnxIihfjw>h1W+$qW4Kw3y*u6yuVc+1I?6E~xLgOTARqiPztpL%rDh+n7S%eMG
zQ304_(_ZgavvrY8u){4w7{nZWoX1DZTJ7f(ZNws*@YoMt2#}J+u{?m}gjE8Pr-#YWpFI__l`F#tC8wuOBu1#D&Bt}xNGRLL<15gPpc
z*EY^L;~Z}}X?Ch%$IPGln5%)7*j_f92gA*-LKpPm-fC0uubkO?rRW6%~pk~!57J*^=6lkxuK^t_uw6Fze(
zJ8Vhn_YU)Jf`e!-&X*&}TT4*;m(!2A(NVR=c4%EDnk?v2HrY>fic~iJ?3T}1V=X@o
zA~pzhwJ<~M?|?;h75m)3W-w@$8J%6C3EF)iBh=SZPPf_AbBhQ3GISb+AggD~jQiyNQY=(IS*izGODM
z0&$n+AE#!d!E%ZM;gD>BPjX~haW!|1u1{NxHX*O2f@(3EYi>y2}ND`D8WRi2sDFQnbI?)*v07yx(J2~A-F2qs1ijRYWzNF90cpw
z)4e)FvcGUrwX%i*H0;5EMi%IH-cn-%I>ky>vZR!XKB!XSY&e4
z5g@lRL-DT8BNRVhDAR|($X|^3tjW+*8OAs!&YcV^>st5S6f2fDDql25W{VFx4#Ml5XIAY{`M$xHZpX7wX7MaBqK(vwOH)K^IbeO
z?laXUGRoao*_FQ5arQE+$P&Siw;+uuLaWEnV
zO#yDKqiQip?2NKxhoa2u`Jrb{;j}{`3hVZwo2#(U>pV4{TX)tlZnW0NOI9#_N09cC
zd35hM=X3uk`sd9}sm~U&RxARc24WDhODB&5=>rx?mIa-hB3MJstb
zIjQs))?pluCzQHL!ofO`f!D+AJ&xQiy_A?rv6m#tfi>B6-eM~45re(sbhs`o(%;Td
zq|YJi-Mvv4O`}$C)AvZ4T&`
zZvw*w2v0Vr7@^e~6uXHE{xg_%v7;zYMB?Br#tP()ij;pA0M}u=h+P0xjKHvgv@kZ2h6MXx%nR&t`>}bv)3j$$INS;Q=_sH?@
zfG%SzlCSqX#qkG5Ajt~Ju7A?3u;6x^#^p2%(IFg)PG;T9(P}!fOmkbGfgYHgttwt^
zJWYAqjpgDjaOyPAug`bn&nNP=roME;KTKO~ldt70`Di>!h34c8AuIx4
zRL1d~w~Ne~XcF3EXrk`J-ja^3t1G*sZ=9f<+T2(4Z^8g;AvRvT^kB7NM;JgGz;f_<
zmo2+%2{F@#*CK6xOPdNCTicrn?zOMP{Qgbg#5
zviFWG??H>EtCGZ2bq~?66qZts_!ZQc?KZ+NlP&Yvp6M9*6dJ7cvnEHtqTlm@5{KsYy$pT*j^6%A+~N%|B~`og9$m4b;YHUS+fBt(yEG0oi{phpfzIz1uvJarso
z30j^>zAu<=
z_)4^=8gguXDO_r++#~oB)jo`Z&RklRTS;oIL}4WH=H+X~G9#UbZ@|jV)*%
zuwpFsD(t==@?WX&IdNbd?kwZ@qj1OXv(Lu(oiA%JWxGqY`&EI4f<Ge;fIUvnc~s)8bLD`=|(Nk=oa6NF(I9ebnciv`anURK4}=O7#_00bkCT!Ce#
z?Dgf}U72}S2)!SiR3Djm`A?UpXDY!79~0>Q3>={KVwXt3e8eq^4#uUKGy{JTbOKIR
z>yK8O-cDkj*nsc$*#L7d1VW#(0LohJOwL(_&c9O@t%EogKNU;XAY8Si^QYCit$U0^
zp0+UQMRR2N1RePuH-uF^v6NU7xl^({l|
zGShNex;<;eE8jC^`$l&WHvL&;D@ZBTAzdEOGh#r(DsTk(bdH@;Z$^^Eb>_YH`oKss
z=nq_OP3f}OXna#A14z^d1^Qdvtsz8(+q
zNKTV%{Gq10gY%H;dibGfOZD&L+_wiK#j_g|8)kJ8#VWFv^M+y7#G-+%9|W(*k(xhU
zcjTY8dR|cU*eKVHsDq4}yeJndvPVZh3txVMx86rTPZiRf
z=Q!Hi!2enwE{hZHF0(N>e**_YD*oV3W1g+rt#{UY!)kBV>?SE2ul1UzdSk>Ii1A)2
zbDpEXUdA>0j)PY;0IblI_$G^g4Ftw;t+k96AE~Iu*@tmiRZF{|SfqwMWYs97o9iXm
zE}s2d=+s`dg=G0sab6r}$n)~2ftRODuI&X&9Gj@3_^WcZKUVZC%@XL?HWKv5TuiJ%
zU$iIiDe|#}Fve@rdytUl8^acQ-hXhSA+;!9%yrl-H7>5&FNpCj*2+7)&Fxkb`PWB%
zWmFSg*v`ruoA9rbDD*f%DZM94lm!Pa#R@>iH6-9>ofn_6=QYfYB8vWwj2
znfb1K^waqr(RlUzp3Us@tsU~l(s<|U(A6FIH$5x(b??j62ps6%KTE^F^1k%UNjQ<1
zb@`8H#ft4DQ?+R$TD!v*aYNa-(~dqQi&t|~PJMpdPw@{hjv=VnPrWJFRgH%ngSmp@
zdl-snY*o(sa|YZK|LkKwOw6F^++^Jj?(Pf>Zt2W9$BQ{?6O!JZXsKus*B;
zWjI8fm4}U6p-Ar6{4J?TKg1yJPZhe<;S330S?zJYRtKK8cK?*hq4y^gaIMQp6JELf
z&7V3Zf|ML4{dnA@ECh01B7Fl5x!?S2!A^yo<}bKQw
z^!y)y@Lx0Ve{K`YJG(<4Oly5CiG
zbyaoaa!izE?*~r=nk(ep@b)`hzMn6(;`II)*W}NmOwwe{EmciaoRpI$t$%jSOjBp?
zlv$$jD2vZ$8K)LOzdd}?(#}g}r8E!jH527AR+HZy*>cU6(3jf3j2g4dO|{Io
zBY*#(U7XVVl4kc!o@PEO0e#0a>E<0Hzh9ge|9dC8N)A2w>OJyD*SuWw{Oc}k%s#&w
zk>l21W5(=*enq=|<8=HtSN7tz$x7*Ds*B=yt9;2u@szyN4vo+|7Ob{c!GHDqo+g>z
ze|jeS_v-KpxVMJeFfldOhBj=-c_q
zEBx_z{-dRuhl1a1_4ei4++4n2_%GV}uJ#-%SsL9znQ59#bFxpOENWhvt5e!c8r1pe
zRM8}YGh$}4rXD4aDFddw`s48%jkIdEj)Uqcvo1^_sxiP^Lt)Ghtn-(2qk=(`yK9>Q
zh_Ma2fs)z9Z6j@S75U*~4|Jm-s+Fp;1{t&AMI9HE7`j;%JX0?rCBMm
zk#2BFyg>Uc&IwnK+B>s?PWiiM|Bk?gckX$Yc6^scKg+D)8>Hv*dOoHeZ?(ef1?HRy
zLXF<4fT7&gqsrtgE!xMT0Al@pimcK$AR?srranw>f4_{q>VM-CKW_JKelG@nZb{;k
zmNXq@?E_>`CEF@cED5_<>YBV-ui%q!X-FzhoIIy82@R!LQ(CE4eH
zy=}P5`)wabN!T{z9Viy~GGnQ(HnD-`)lN8SnJR;*)10M9$S1cCwByX{DVN6yL7FK%
zVTW4zOkc7?9Zx6L?E3l<%$a__L<5_EKF!g?2N~=6e_RmkK|hs;g9ouL(Es`bkoTOo
z3E59!X0}_g1O+nHuOwXU+x+F@NT><&tmUfJ3@P+{NA0PZnF|M}D>mk3EWgT=SlPqOu)|*hl@fdZvaMWtvn_Rz=EULlz>ARvUIhR
zO9TU!_6Jg-&L7+bAgr8qc*FzV)yF%9vP7#IcHlybf@B&5*ibLMwm9bTL({0M08EWYmFxJx?|A#Sw4{EPN>fpdw9Em;V=R
zG#RSFtHHMU8vrn$aA5S5pEhY(1nZix7RnEikvcCn2A}N9Rdyv9lX{ZLRbF=S=S?tHZFsPA-r%CS
zNh3Fp6n+_Icpv4|AArpbN^oy}Y)0YL&^ecASYvXhC>~nWI6m{A=>UKnmoh4P727^e
z&Z1AunuAR-Ml&=xNv}!IBx9Y+|`3D!}
zBvKsb3WH17v&EP-^XRsMbk1_@R_)J6j|K#D7%FoRHOCt@HG|LFJNFC
zV_$)Pt0-{iP42MUC*#jM#VH%W>||LBn^7wiS&GFVI79s4SP=~zK^dVrHbiw>pP(!=
zw`jjF7&vd9O>#l;MkXGFSi2OqGA8gI=Dco|)7>FkGl~eTaP=)@s7};u)GC++$F7I~
zC;n+LkQ4F&kH%<$mD<}~IFtRv7+D}bh8-L!FIk$MhEA_H*^ezewP0x#mQ+CU=qGV^
zIGoF>l<)G3Dyq_?M_2*1^w5v52ZvJ3w$PzJz^?`*R!*m1zQ<
zN|@;?y^`w8x-ezC-^gv9z7`rx1BEOjAZNwGz{^Snp?FggDn}BTc_aeUs6gtXj&$xN
zM~locJDOD#u|$u`DPT#W>J9-1ipYe)T2Wfcj?A_}q*<+a-m8ve-5m8&l!4(_NlHL@
zq7!`;ql0rtoPGNS2E*1Pl{(zZDr1iZjJ!m^Hz>{m^w#Nc8OCo^-2@7fw!j@TF2Rsh
zf;5v<&74O`*m+!8
zA%hj;Cv7{!g=_#0UbJr!bGSH}1yS|t@90&Yh$at`7w$syU$_Oq*IYaE>r9MPy+fF*
zHorIQ2h^(sQ$A8Q9#IQvo|GoU1Cci7YSbp}hpXL0%?ltaw@>ZXo;*Sef+|-2sp{YA
znzStlm}kke2Z8%zDgokoKKxH2@uEko7@Q(ahJ=ziz*xr7EK>kjGyj7nCk=HPW}5b8
z1CSwC+^|GL@S$y@=rO!tLtj@79C{XrrI5N(fGpD*)w*TIKy+nGKMVJ@Y;_f+3HHI=9+aq^njoTxAnc-}qf}5pJD6!NjAoTZjPQ)4S#+?J66sR>fxZ=0n0$^HPM~zjNR4lwBuI>9$Nmw{^
z^(ou>A)hksQT2qV8rOvL^yY^!G&gWOA=yG%{OR5Gu!K9d^`OR&?eF|u
zi>;Lh449Jm*R}2OMj`beo4vkA3=ek;(v?=xz>aNr%*bG74@YQ#Il`|&OwwA
z7r9}K%+Qh?xlhK;t#=}uUFQIIb7qnbeij#P&(ulCrIfq}a}_l)h&E#2a}J=aIu0K2W=JC+>4Yy(-FK-2Hl!(m$sdZ-#?)jNk3bS{n2E;+7aqZnIN
zwb%F%Czp&XSY6XIh7JE60sFd?6X$-P9OvgYyE!aF-K;ugbGE|EO`r<}H%>m=F%2vF
zw;1y-0MhVouywy2kIY*em;+XQY!1~c}LISBb;dyv&(;H%@s
zpns^hY?Ep36Ri>4bsz@-ZW}l}U7>1v6XKU+i~k-T@)K665mm#h7NdEuKh56ZyJj7T
zTeD0--ZL$6L3!}Lz{=p19b^_;g0Ve7AEt@jyhHXclD&iqV+OvpQr*h~G!s7&?LaW$
zPEmj@SLO~ykS-b&JL)^@KuhMbhBiuN8@Pp`$e7rjb8ctU%lJZAV$;$|xR#nj++B?P
zpOYYZQk!5j?62XKTEY*Sas)SrPaM4^0WbaC%H;?0arY{F0Pqh!B$9WP-%t~~vR#BJ2r2cw92?*#R0cozZzbn}`o}MlQxIQ8zv|Ab}|lJnIYPeb-G+uEO^+
zV-qwUlIW`kTFfH7Gw#x7GRv`n48qZI5M8z1;A}BQaGen+ksy93D8%++%>2FPy=h!I
zUW#=R)6eL^V^XO>leWVp-hQ0CJuF>yur<
zLI+p}2b(RkF5LAIQ8LpkQ)xyj_&z&
zLv9FFGT!5R>|st@#0_5qf{-FZEJQxuf-Z+}e5ePIMdF6l0h(xHg4&9BB$BUL4Xn^k!%_A0c65TNn&B{;sOf9YS}p
zXMUzrfaX{sV)S?HA<*h9$O*d8EE+A_40rj4by5gM^@696YoTc;(P)$@@EJz@)!}@%5ONTVNKj_o=
zxYsTgge;50KtEq7HV0RmYwDFRJrNp{j^V+Xbj&Ed5K%l&3;dJ3N9$7X?o>TV2cSHA
zf7KS!2&xS(e4A_g%|Twug|iGkt9GXQB^8mC=XvDNJHqepOqjVv#7QI9RT=n=7=&%3
zQFR-3gWHf?T>jX{1qYUE6nHXRfR<;trZP@#o_ZG3AB1F?jZ^yy1;%cAr1j32g@4K#
zy=NM21EdoWiFgYB;58(jRWO*wOE75HOwly!8Q-I-u{@LbgP#yu{Umi40TZ%<{ZNAT
z2m-H*M|lV|8vyHB%6Awpb0qH6gaH-hu|40HP*^!7nIHa4zUiupGU+D1urJl+MeE^u
zc;}U_WKiQ_ZEtU
zX*@XElbMHJblOjfSA^!T4n2vwts=jnVL~K1)Gm;RBLIXf^6ARK7(xGk+-(2`l$8njx`hZ
zD%F%%<7GbyC(wWcOy0^iALwE@g@!{Vw8f8U}HeYZ3?zg_<(xuR36}no!n#bE!4%B
z{17fy#pt3&&~gSX1Deq~kFfoR)zuBhzv>KcnA5A#xz1hIc@4(Z5?(jOwG6$k&?4Sj
zhK?)BWv0Qd{&lv-W_LN7$)lVddgT8_lkhGoW+-j$>2vrZRwz;*%3-x%jT>d<>f!VM
zze(oi0eKCX8ARx(lJiT%RC6xU2+OObpTCATfq*ZM~pwR-$3RTi>{7NxFjee-Cw5ti1pr-G7qPJh
z%6rJQKsXS+2m-*QjnWldTa;>whooDb)lxsKsrTa%ZE7Jf(C$u{Xb@&?ig7GeiGVKJ
zUeVOu84Z^iPAJmNoz}a_`j`UD;r(7I)u*~32VXC-O6O9}<_*}8
zveCnal%^h49zJ#Qw~WfYP-@(hRcyr(e)mJ+YQcO;_yD&((FzR{urth$E0Kg8JG6B&
zs|$nB4E95~_MO8pIemAH$`q$-nfYT}1!^}%0mC_EsV{n2R5Z{kP#tA#p5zn`K81V%
zP9fuO*GS(#R@vPNmEmDOticPm`g4!$F~N8(;sb%aP{4}Dn8FV&gzlAErFM2WRxUiI
zaRP7)kRgUK6DUiCjW}B7S5O8zMT+fMOqrXFx)_}j%cE}s1GlY%4{*|GbG4#Dbpi|^
zQrJzkZ9y{PC=Ui5l!SB!%$Ge0zcVUuqo0iZVmf?@zGg`k4K1dfYqwMp#bzw&LJ0z^
ztjjT}=#$BB7dgf3j9$&ba}<;)a_&aRTqMNcixqu@CpFztQM57ufTk~&+AzNn0ShC8
z2;gTMCXHG%ZmQxOVIWywEe`${08c=$zcm-In2xxFLW5{w8u_r7)vJQ(x
zHq{XSwkW2`XH|Z>$gFRAw!om6LsFxv^C6u~RL5#l;3Nf(3Bc87(v(VJ@zi?YpR7u}
zYhXI9_C4~kLyqNHX)#i<+fHc~ZRU@N%vDEW)pf07n}Wuy|1=<0+`=EMm=6n?4713seYP1r?E=y1I*
zyC+z2qgo^Dne3m&Zia5Z8dxqN(1xNcb>M|jZPf+!5p>+edd;K!qrMX~rLD~r%lih=ojCvZ)Th4-8YT#AKhED0a`eJ#iRyIx0Aef_y4;`i}+3#U7Z
z^RYmFL^xOL47wa2*VyE`O1Ybh6$$h*7b`ryxZ`d?dIGimbanzAD|KKF+=1S#I!34hD+6xm5w1C^uGI%4wIT5X7GDj5&`21Y=nQ
zL8=psEsotAt8pv&ATRANXsyy{2jD%TMe!`1+g@?4Z*Oxwow6Gy59@Jwx;5b>UuLyL
zWNkpJm8EKCGZQ{e;hGJNYnmJcIL}eS9gGSMV`vg}%ti<*#G;uTd>qFjy`X`c!L~>6
zF+5_cqmE}c#c1avuK#T6|JUY{L;Z9d{wy&{T~M{!iYMq_ll-K!)=_1EHUEfc0AzJF=Z*jq
z&J~sGBFc(kh`WO%>__9=a5egjQFLwX_cIx{+;KA@Lxm9$a2Z3j#W)v)Q(vM(j)877
zF@U2y@|cTu!jgs}8I%lEj(9YyQ#ChHE-h_GqE1H}#N$qD?aQizR!fl`9=2$r=$R0O
zg-&)96^%~L3x!9-!nwK<6HE~G!J>By?4%L!UWMY-JRF^8UgW5GbaBEfB=rSGkIB1t4O1sC0?myX#p#7GswYxH
z8=|%ivYW`0W}__uKpkA)KX~vOZrl1nY+&CC**~)3fk9_et^it4TOC>wx6k?+>##wP
z3Q6DVjP*@W-vJnPDc!*CglkxXXW+t}7MeZConl88#Op{%ipH{0=
zanqQ{Szg9)XSyh|0RK}2rEgKLYwQ&y{HE;-x3JlvI
zu^RH)4cUIC**lCPtW)CTZ!;O`IiF(4Z1I)!K@;p}B#R1=A9M4M7W83dEE84@6gB$Z
ztqD#zbedi9-4E4k3=>xCUiUa!Pd9N8_1-eX0=yf&A1zq
z&pblfft6Q$nJaTg+5EnM>3rF+!*!qI+JdQY;Co2wK%8q-SxN<`1EYT%3f&eerpGp<
zo!8L)AyHa&rrD;ASz>C020~N8fy9j9Uw!w0QMgwNsl=Xepg9)eor}iHpr`kn0fiMI-A&_^R6WG
zbB7R^j3sJ!(1y150ct?Gp$q{X81-4hHbRP#!1NFE=YUO_PsyCR1P8@5Xzk8CBK
z_Jo-{K5O~h1)4s?@C7{fnp=0EX$2=|(K7{^4q*PG`n(7-7Jqt2WMA-ETpJvN%{rk1BJj1HiWn-W8*V4Xx`VT^MZ@N%U%*vAwNn%yBct#
zfP76if3P~tJ>wKj*n{9W3lmRbLTm~lEschpq3Gq97t_@Y^CHn=D`_8YoM8WoNJRQP
ziz^hHG=fdziNt2dy|_VA1}Gm5Rw0T56^C*I&@b;dt30nISm)oI6l+8dn294M8G077A8?1JYZ9@|n)rb5@*#LDH=;P
z!~>;ura>N}D28yf$JoGV!sHV}6{MCOapnGp#T6p#SA;C;#7OwWsD|dKz~g~Yrxlim
zR-Y2;XrzJ4ihXKCFI}Voldy=1%Sz!Yh@omT^|+$&tA%R!DNKc-9;0OtU(h_{Qxq|zyga6dSRS>(*n%MY
zAY{uCjhBmLjk%;_)bsav``bu9aj7@oUzbN7*-7V`?US&1v_{?Q%^n@cJBmT&J6`FF
zIUSwP-gek5;f*)Fpg60jP<6&dzE3T>X&ld}+~n|c(NHP*=)zKmgWHR%mV
ze~t(6e{;0#rrD&PH};x^gzrX1B+Yz`vGAlFp~8p$*QEQ4QaeK}g$Z{!gd^EXq+sC2&E)l+5_Y{_6q7
z+Xu%a4~>Nc-D!RObtTr~4tRl6ikk*vKsIO>kvkbL?dw7TJMeWG!E(X`xNlk&PrYH%
z8~t~YFZwuhb|RfD4Z$=9r~GAQn>0CF&C|v1NttJhsY3o3*V9BsW6VnL2(weX##oZk
z6r4Jx(rC2=%eR4~Zr9{X&W1pLcq>DFx4DU-p`jaWUP!;aLM*_VK)Q3kz>T@$2QXLs
zsN;tQ${Z=?gl3T~-D(Lty2kkXeMI*3y3iWmGv>-*rf6W^c!9s-fjWJ?pADKdN$aL)
zS<>g31l0;Jbs#n;a6)FIpkoe4chUi%Y7?o_hNXG+m!~fi^}ipUze-*_`teor{CoB8
z2?z9h`Qpjrr{6z){OHxw=Rf?3m`>uMtX(SsR7m>ni@iUO6b`99G<^)=4NuUwK#@x7
zH7w8bWwvDg2ZWWqtIHJaTwwdDLoV=t7G{`i1}8&Uaj>h*gz|w(W1JE4
zt#&N@=tGGCr>?;6@5b8igIW90&gqo)WL6ou?l8KR+D6VYJ{l}sDg>kp0
z6RxsLYmc{v;_Kblr)rGq-6Ns%!l-%r(Tt-Zd`FRM(cI6g}`0
zoqw>Km2GdI?aa6_^VbCaFzl__J&n;A!(9gDUMF{j5>4zI7sZ6pvQA54jh6juU$;fD
z+y;v%byx`q&RKSo!SvD@OgrW0?0C=K%B)~FWYm)l(r8{{F1dA+zvTU;Z@ubFsvkHz
zWCynNGO51)Kmg(_YqJxU1`a^1TZ!*C78Q>%@
z6sVc?w@)Cwn=Qgwy418%h`(gVOVZVNXo*`xk?iX+Pr`u&B8sAh6X~5Rd6mA*fNvWT
zqS^VqQRIu~ic*D16?XUKGU0Fz_0lye*bPB<3`Rew`D~j?qn(S5MwngO#iwLm)Y_mY
zW4V-NJU%rt5^aDt*+ml<&k2JklZ<>a3>7=Rkgk*1Tf%<@EI5d?NtB$lpn6PG^}n+V
zU&F+1?4a*LyQ2=)Zp}u0&<|rv)_9bGyW%$uf~)G;enR=2lCP7!*rBEevC*0KL!qas
zO88a`uDsDOp{VG`9o*y*M~3Ku1{tTeKEqslZAOA41yY9J5yH1YtadwX#xF4R#%TZ7
zh+dn;UL{{o3(XB#y(Ol~@}Uma9xmFjt|6f5$Bn0)so+B(>Bd26JKJc*MotK0kGVS)
z4K%)dL3J>#nUojHx=>tsnT^8by}pTxY-879p)Im`7c*+8nbrkvNqHUHdTL>;^x)Xy
zt6>vJzA@;K3DqnjYI2Bt87vNPQ^OjH7?q-fHblP8rNsf?{nVaoF2~g8bTzBvS7jeb
z;OVQpbK~)b2QYuouAk6J7mI$v52hxv1jH9DIcrUO=~{s
z3$pJ>^e{_dw8wFlAPxl+OzDxa@t}z@UU9@FE%1pC6E@Qkfb1=>4i2NE#z1P7cW!j2
z5X)tP*N7%Ol2NyHTAY+eeikINeJmb#nml&{ncdB5ez@I(KsYd;bHyh@G#OrC%TxbF?}762g(27iGSo4cs&477e9y$
zATKP(k8hr(OA$qk66!jw`YRMR>y_B1U0zRa`F~_TnlI&>m({_1)F{|!W2XgD_=OTm
zC@?-5nw}Ts8@e14JlG;T7mzdpph^UpcXZ8G)GeF(4jFn`D`{h|u~u#w*RUDnL>!4M
zLT}>c%W^(e3-CP|=%i?7R^0b(I$2vsm(_`wj@6{36P?J=%W~(FG;63VHV25Ca8aw%
zS#oA1j9v6*QJgPCddQ~>%1DvUhOk$r6dDhNNxwM8i6@W+!<$C%akp
zlGWK5_!5k~i&8COO>WT^qtK^nL#weVf~U@s1x9TnAjDi~NR%X9i-!>t1}{`E7c|+>
z(fLANE+Sw=#?q#K@JYeg)IUsmGq9)J@99<|Ns1ws>atM6@bT_zpvB*aT?dpxq)C%*J;J!68}H6H3w$_
za3*9kKRvtj%r-d-`0>QX2)$6tmQuv7>%<)vLq*kL+h9^HdTR`aZX)iec$y!7sR
zo0d{MufxZ-?>*GKmMw3PN9TNRJ}F&Al~}sy%Ib(WOgPv;q#uzzTS$n#Mc;&m+<))d
zchgUf1MSgku!4sm=s6k{Y~u&Tm-Y5GhN3e!qC;0c-7G(M?;0Z{8@4{LA{;$L4p|g5
zP1?bw3H;RrpD}k^PVmqY!l_mb@k6h49)=Jo*2}RD{Q%U1<}Wq+cp+C{X_^@0X5~-F
z5q=SlX?V967Yo&Xz_{PnD;NqZo6_HOoZLr;D-EE*CSpYUNG_zzPUMMpcc%>rY>*XR
zBfH?8CO)5mi&2n+jG+hl=^~pR!WpxnIC=?z5jwJ+=|;r9Q2(tBH56>HujXMobKnj4
zBRl6GIcWT`9rLtiK}aR%*oa({>4pTZHo3<|Hh}!l7{SwFFviSbe4A^{XhXn;dHyaZ
zlSRJ<_TK)&q^*kdxx#oV*^)31yiWSCPZI22^{;HRR~D<&vqWaJS}h(N*#>>jYqoE@3>kDFVB(
zU&vvDi`g7NbEU9bOhW?Zqz>zCL4>byT)J_Y0Bx8dIa8bO*S+7k
z|JbwMh%6%d-k3c5QGb=bNxs^or}x+N^xI4K(IsVL&2Qv2=Sm{P_?M*L-%q~&+8+131*we;l_Cjns^
z`yOfK_SDf(#E3kw4Rw^wy8OeY)X@e6Z>Esnrxm0xs?TBsfhwDG)lE#I>6Rszby24?
zjn8`xcrGt+cbq-&XY6eqWox*cZ)^Z-Y)0pTIqmemq0=^;6zC*OKLqELc|G*934jrclx
zlU+detK{DMzt3`&3F4IHw^g!-3$_1&)XCKr
z(IM-~ix^7ENw8^F_uU!N=YNlbJgeUJ`ObnEBRQqkGsQJKMP%Owz1GfsJU&^Vzp5i~
z$wc5Npr@VUMsd%Nn?j_*R;59+qFAVJ8ctF-_#WUK&b
z3kVooP*+6b*mzKzZv>+yGsh35MG$!tk`y
zkve%Z56)R#FRO#kK07}@ALaFGq>j+fp1%5N_tj@ry_#N}mc?pWeKslP`(J%FQ}lS1
zo@Ui&C|m9B-QW9aw49!JAS-o@!~MYi{^iU*mM=`qMo{m})B0>Q$?{nrJNsGk(A&KhP*blEo`2D1KevUp3xPP+
zDBJ~J4j{(|;h4>EWT=y{DYvZCSC|Lp(C!Z$UjVbd9Ay$#$C<^pHu~Da>2A_@r+zm8
zjO?;_(R`ihPnlcIspVg?>lbR*CKMGI%##cm@Fb(vh5RF
z?8uq43s-@57OB5-e(1cai!k8TH
z@;3Se#!x*bjpB|0dKKutSfF%o`{DbRVSP}u(v`qnCt+*z;@2eEHygQXS|}&z8YtTD
zU!!wF!-8qKP8tTGTaBItZYW%G=9HbM@5V%GFgd-ciTBL0Mf^rr30KY59x1L7g2|H(
z5B7xu$Mrl3)K=0_jP@-Pk0um*;hfmv(Ve;IcblH2fz-m&k=!zr2E|NjHWFWscBAYxB*{I=yeJA-|HDvEI&uwrddlOL?s3e-rNb?r#-FBFo)Tlyj5QEke{ZgJCi
z6WU5`35_-G_0LiF{)u*LNpmGYdJrGdy}GDMi9ibG}bDrFScZZEC1DcMQr4@5co>m
zI4`vK^zzON^R#*chft$yf+-0EU*FP(7_qzGjuPs-6uHp^p;(2S8T$a^=>m;ep&hC~
z=cos^H~*6Se=rDB&hg+C$fSCpSUPoDlzjop>oi>m%L2o}CcYlBThObBUx$An8Ly0p
zKgP$St?}ZLzLyv*UN*iP3us{h9XNb$We9y4HGp&~jH>`Xgx&9l6Sv=w(?4f%K<8o(
zy79pb``B3}p1PvLUC-r49A0s4H{#ITwR70)ODPvNj7#vl(>r`bXWK^@f&kLfZlaHm
zpBynY@zv;v1v9WobfV9%K{C%;{uI-fENQN>erNTWEmR%?Ipi5ZVI+}H<&NxYejp1F4)Ovy41b$+8
z9MF7r!8T(Fa;}tm0g{)H0U301qITjUS8}Y8kB7-waSnD~NmXz>`5i=cUTlS#D+q61
z5$;!YLE`mnmM`mkl1x^mLY!rpzfEg2&8r|=`af5BiGEECFngD(y-v9w05V_NsCJEc
z@=P5P0GXx%qN6WXvl%Ii#ytM^?_K08;SHrB7Of7sn1}w2${$o4HMiXhXmBw
zI5!gJ?_0ub2vz0rerp2U>WNiE)x{nrv4lyDB$o4@@adK`v1!kRk+Hv-h%$&dH-%m16>Uv;BYp~8B4bmkF
zZsq4u9@0l1vWG!6aBhgJG)a755Xj7Qjb^Jj2HShOwS>D4U&zs^d>~E=G)e6@7~ul_
zFnHyj4|!~aT-M($f(N1!&54HfH6fMLd4|0CuzhlKahVv<@Kq#YvsRK6sieU8+XbvoeX)zlR(S9=kP-$t%d_I9vP6O
zZZLPVgtE%!=|ai7=Bn9Y5I`t*LCL6YmcBB73CK4BI$tP~Qv*c^AUeQweVs0h=8n>0
zsSc*)RHWF3ff+AAe}qPlU@|d|qVvp)>`ynSw_p_Xl_CmP_%C(_mNFne4a_s2jXaxp
zfI@xiB4UEbgMSF6H&=zj1n%*`v-UK>lSF63RwQEdkU+*+PdiLN^$8FV4L4u=Zro&p*8STAiZ6{f^g*h(972U%!X+
z1CnVTXRNKESg0d%T3I)VOX3gTT3SS+Wj>V~XXJXoIJ4YpJ99l6`iN9M1o4ek`gpz
zx!hG2{Xr08E-5dS{vBt4$edX<2)!LH-|4g`3g9v*(CzeY
zguOAz(*aXZ{|0VhGAd!D*@`+`9Sv}jE_!5}x1e5L=T2=Nu3RE-x9XT!i98jjT
zB*I;3IygBUA7aNvbQ4#z>8?gS;aQ1>vi-WO3}$Cj@zxlh+M*^X8f@^GV5PsE@EgmBt9`{XA$Z*$^GyvJR1dDg{LXtDm>p~TWL8lD9#&u
zZ?K2!3FJ^qEw&n*%g8kIpmxw%0^)OS1^5q*Rju$+2j2{bDrE)9fsTkh@dVavI#7g
zpPV7>?C-t%>igthlCViGM=SA7@|E-P{4Aek{4KUm8XJ4Km;6uSGzz_y#hV5g?}$r!
z?j5?IJo0&cx#0Pb*vj6bi%2cCd#r^a;VjTx(br3NqfsLRw3@jHh3BZ@0t=>|dsHpSO1|b_cp1b{ow09yL^K@5sjB%#MrDNTaM(yc-4dV;qYTvvE5$`*7whJ~<={
z7c|_ITsCVMhI~61rR4Bnl4wg>T{*0Bz-o1pwmubFcQe!MgIZ}bNgZd460P_$8Whxa
zB+Y55->0XNJjen#o)Ci*;kK}_CD%8DB8&X+I*y5ca1A{9zRRjfnJ??2>~wc#u2iO`
zo=i5o3mQc2D?DG$vbn}i0}=nA8