diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f31c1d..c41eb36 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,11 +20,6 @@ jobs: resource_class: small steps: - checkout - - run: - name: 'Pull Submodules' - command: | - git submodule init - git submodule update - run: name: 'Install Dependencies' command: npm install diff --git a/.gitmodules b/.gitmodules index a18bdf0..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "font-glyphs"] - path = font-glyphs - url = https://github.com/orangemug/font-glyphs diff --git a/font-glyphs b/font-glyphs deleted file mode 160000 index db9deb3..0000000 --- a/font-glyphs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit db9deb30cd0cea018918bd19eb82a2c48af6426e diff --git a/font-glyphs/README.md b/font-glyphs/README.md new file mode 100644 index 0000000..98ee5ef --- /dev/null +++ b/font-glyphs/README.md @@ -0,0 +1,33 @@ +- fonts glyphs were rendered by using mapnik and this repos: https://github.com/openmaptiles/fonts +- use node 14.18.1 or lower to generate fonts in this repo +- the repo uses fonts that are supported by mapboxgl +- the noto fonts contain the following source ttf files and were bundled to one folder + +``` +[ + { + "name": "Noto Sans Regular", + "sources": [ + "NotoSans-Regular.ttf", + "NotoNaskhArabic-Regular.ttf", + "NotoSansGeorgian-Regular.ttf" + ] + }, + { + "name": "Noto Sans Bold", + "sources": [ + "NotoSans-Bold.ttf", + "NotoNaskhArabic-Bold.ttf", + "NotoSansGeorgian-Bold.ttf", + ] + }, + { + "name": "Noto Sans Italic", + "sources": [ + "NotoSans-Italic.ttf", + "NotoNaskhArabic-Regular.ttf", + "NotoSansGeorgian-Regular.ttf", + ] + } +] +``` diff --git a/font-glyphs/glyphs.json b/font-glyphs/glyphs.json new file mode 100644 index 0000000..6dadbf2 --- /dev/null +++ b/font-glyphs/glyphs.json @@ -0,0 +1 @@ +["Noto Sans Bold", "Noto Sans Italic", "Noto Sans Regular", "Roboto Regular"] diff --git a/font-glyphs/glyphs/Noto Sans Bold/0-255.pbf b/font-glyphs/glyphs/Noto Sans Bold/0-255.pbf new file mode 100644 index 0000000..73ba521 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/0-255.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/1024-1279.pbf b/font-glyphs/glyphs/Noto Sans Bold/1024-1279.pbf new file mode 100644 index 0000000..6e47e24 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/1024-1279.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/10240-10495.pbf b/font-glyphs/glyphs/Noto Sans Bold/10240-10495.pbf new file mode 100644 index 0000000..6d814e9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/10240-10495.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 10240-10495 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/10496-10751.pbf b/font-glyphs/glyphs/Noto Sans Bold/10496-10751.pbf new file mode 100644 index 0000000..885ae0e Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/10496-10751.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/10752-11007.pbf b/font-glyphs/glyphs/Noto Sans Bold/10752-11007.pbf new file mode 100644 index 0000000..2203a84 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/10752-11007.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 10752-11007 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/11008-11263.pbf b/font-glyphs/glyphs/Noto Sans Bold/11008-11263.pbf new file mode 100644 index 0000000..7be7a67 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/11008-11263.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 11008-11263 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/11264-11519.pbf b/font-glyphs/glyphs/Noto Sans Bold/11264-11519.pbf new file mode 100644 index 0000000..224275e Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/11264-11519.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/11520-11775.pbf b/font-glyphs/glyphs/Noto Sans Bold/11520-11775.pbf new file mode 100644 index 0000000..a09a262 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/11520-11775.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 11520-11775 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/11776-12031.pbf b/font-glyphs/glyphs/Noto Sans Bold/11776-12031.pbf new file mode 100644 index 0000000..2596de0 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/11776-12031.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/12032-12287.pbf b/font-glyphs/glyphs/Noto Sans Bold/12032-12287.pbf new file mode 100644 index 0000000..c102a30 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/12032-12287.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 12032-12287 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/12288-12543.pbf b/font-glyphs/glyphs/Noto Sans Bold/12288-12543.pbf new file mode 100644 index 0000000..4f8d440 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/12288-12543.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 12288-12543 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/12544-12799.pbf b/font-glyphs/glyphs/Noto Sans Bold/12544-12799.pbf new file mode 100644 index 0000000..557807e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/12544-12799.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 12544-12799 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/1280-1535.pbf b/font-glyphs/glyphs/Noto Sans Bold/1280-1535.pbf new file mode 100644 index 0000000..0e53d64 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/1280-1535.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/12800-13055.pbf b/font-glyphs/glyphs/Noto Sans Bold/12800-13055.pbf new file mode 100644 index 0000000..51e624b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/12800-13055.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 12800-13055 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/13056-13311.pbf b/font-glyphs/glyphs/Noto Sans Bold/13056-13311.pbf new file mode 100644 index 0000000..f9a8b5e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/13056-13311.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 13056-13311 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/13312-13567.pbf b/font-glyphs/glyphs/Noto Sans Bold/13312-13567.pbf new file mode 100644 index 0000000..d16fc60 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/13312-13567.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 13312-13567 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/13568-13823.pbf b/font-glyphs/glyphs/Noto Sans Bold/13568-13823.pbf new file mode 100644 index 0000000..489446e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/13568-13823.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 13568-13823 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/13824-14079.pbf b/font-glyphs/glyphs/Noto Sans Bold/13824-14079.pbf new file mode 100644 index 0000000..cbc322d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/13824-14079.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 13824-14079 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/14080-14335.pbf b/font-glyphs/glyphs/Noto Sans Bold/14080-14335.pbf new file mode 100644 index 0000000..a798fbc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/14080-14335.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 14080-14335 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/14336-14591.pbf b/font-glyphs/glyphs/Noto Sans Bold/14336-14591.pbf new file mode 100644 index 0000000..bc8f462 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/14336-14591.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 14336-14591 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/14592-14847.pbf b/font-glyphs/glyphs/Noto Sans Bold/14592-14847.pbf new file mode 100644 index 0000000..0f3fb3a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/14592-14847.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 14592-14847 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/14848-15103.pbf b/font-glyphs/glyphs/Noto Sans Bold/14848-15103.pbf new file mode 100644 index 0000000..b5802c5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/14848-15103.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 14848-15103 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/15104-15359.pbf b/font-glyphs/glyphs/Noto Sans Bold/15104-15359.pbf new file mode 100644 index 0000000..e6aaef8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/15104-15359.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 15104-15359 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/1536-1791.pbf b/font-glyphs/glyphs/Noto Sans Bold/1536-1791.pbf new file mode 100644 index 0000000..3088024 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/1536-1791.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 1536-1791 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/15360-15615.pbf b/font-glyphs/glyphs/Noto Sans Bold/15360-15615.pbf new file mode 100644 index 0000000..7040e42 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/15360-15615.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 15360-15615 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/15616-15871.pbf b/font-glyphs/glyphs/Noto Sans Bold/15616-15871.pbf new file mode 100644 index 0000000..d32123e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/15616-15871.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 15616-15871 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/15872-16127.pbf b/font-glyphs/glyphs/Noto Sans Bold/15872-16127.pbf new file mode 100644 index 0000000..27055cb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/15872-16127.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 15872-16127 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/16128-16383.pbf b/font-glyphs/glyphs/Noto Sans Bold/16128-16383.pbf new file mode 100644 index 0000000..a887533 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/16128-16383.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 16128-16383 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/16384-16639.pbf b/font-glyphs/glyphs/Noto Sans Bold/16384-16639.pbf new file mode 100644 index 0000000..e1eceb1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/16384-16639.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 16384-16639 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/16640-16895.pbf b/font-glyphs/glyphs/Noto Sans Bold/16640-16895.pbf new file mode 100644 index 0000000..d4209c4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/16640-16895.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 16640-16895 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/16896-17151.pbf b/font-glyphs/glyphs/Noto Sans Bold/16896-17151.pbf new file mode 100644 index 0000000..f769104 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/16896-17151.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 16896-17151 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/17152-17407.pbf b/font-glyphs/glyphs/Noto Sans Bold/17152-17407.pbf new file mode 100644 index 0000000..7de85fe --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/17152-17407.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 17152-17407 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/17408-17663.pbf b/font-glyphs/glyphs/Noto Sans Bold/17408-17663.pbf new file mode 100644 index 0000000..6f2eb05 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/17408-17663.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 17408-17663 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/17664-17919.pbf b/font-glyphs/glyphs/Noto Sans Bold/17664-17919.pbf new file mode 100644 index 0000000..470fcfd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/17664-17919.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 17664-17919 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/1792-2047.pbf b/font-glyphs/glyphs/Noto Sans Bold/1792-2047.pbf new file mode 100644 index 0000000..f72a8ad --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/1792-2047.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 1792-2047 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/17920-18175.pbf b/font-glyphs/glyphs/Noto Sans Bold/17920-18175.pbf new file mode 100644 index 0000000..811a000 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/17920-18175.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 17920-18175 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/18176-18431.pbf b/font-glyphs/glyphs/Noto Sans Bold/18176-18431.pbf new file mode 100644 index 0000000..c799970 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/18176-18431.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 18176-18431 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/18432-18687.pbf b/font-glyphs/glyphs/Noto Sans Bold/18432-18687.pbf new file mode 100644 index 0000000..2e62272 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/18432-18687.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 18432-18687 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/18688-18943.pbf b/font-glyphs/glyphs/Noto Sans Bold/18688-18943.pbf new file mode 100644 index 0000000..55f33d3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/18688-18943.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 18688-18943 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/18944-19199.pbf b/font-glyphs/glyphs/Noto Sans Bold/18944-19199.pbf new file mode 100644 index 0000000..276c3c2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/18944-19199.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 18944-19199 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/19200-19455.pbf b/font-glyphs/glyphs/Noto Sans Bold/19200-19455.pbf new file mode 100644 index 0000000..96bc219 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/19200-19455.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 19200-19455 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/19456-19711.pbf b/font-glyphs/glyphs/Noto Sans Bold/19456-19711.pbf new file mode 100644 index 0000000..17f642f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/19456-19711.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 19456-19711 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/19712-19967.pbf b/font-glyphs/glyphs/Noto Sans Bold/19712-19967.pbf new file mode 100644 index 0000000..f66d081 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/19712-19967.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 19712-19967 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/19968-20223.pbf b/font-glyphs/glyphs/Noto Sans Bold/19968-20223.pbf new file mode 100644 index 0000000..469f142 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/19968-20223.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 19968-20223 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/20224-20479.pbf b/font-glyphs/glyphs/Noto Sans Bold/20224-20479.pbf new file mode 100644 index 0000000..1999957 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/20224-20479.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 20224-20479 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/2048-2303.pbf b/font-glyphs/glyphs/Noto Sans Bold/2048-2303.pbf new file mode 100644 index 0000000..9f5ef44 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/2048-2303.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 2048-2303 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/20480-20735.pbf b/font-glyphs/glyphs/Noto Sans Bold/20480-20735.pbf new file mode 100644 index 0000000..69d6076 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/20480-20735.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 20480-20735 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/20736-20991.pbf b/font-glyphs/glyphs/Noto Sans Bold/20736-20991.pbf new file mode 100644 index 0000000..5570d1c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/20736-20991.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 20736-20991 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/20992-21247.pbf b/font-glyphs/glyphs/Noto Sans Bold/20992-21247.pbf new file mode 100644 index 0000000..8fa0761 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/20992-21247.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 20992-21247 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/21248-21503.pbf b/font-glyphs/glyphs/Noto Sans Bold/21248-21503.pbf new file mode 100644 index 0000000..27644d6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/21248-21503.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 21248-21503 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/21504-21759.pbf b/font-glyphs/glyphs/Noto Sans Bold/21504-21759.pbf new file mode 100644 index 0000000..72bc8f0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/21504-21759.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 21504-21759 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/21760-22015.pbf b/font-glyphs/glyphs/Noto Sans Bold/21760-22015.pbf new file mode 100644 index 0000000..3c74c0f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/21760-22015.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 21760-22015 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/22016-22271.pbf b/font-glyphs/glyphs/Noto Sans Bold/22016-22271.pbf new file mode 100644 index 0000000..f7d2a04 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/22016-22271.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 22016-22271 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/22272-22527.pbf b/font-glyphs/glyphs/Noto Sans Bold/22272-22527.pbf new file mode 100644 index 0000000..f5aecdb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/22272-22527.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 22272-22527 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/22528-22783.pbf b/font-glyphs/glyphs/Noto Sans Bold/22528-22783.pbf new file mode 100644 index 0000000..f6816d0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/22528-22783.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 22528-22783 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/22784-23039.pbf b/font-glyphs/glyphs/Noto Sans Bold/22784-23039.pbf new file mode 100644 index 0000000..99874db --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/22784-23039.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 22784-23039 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/2304-2559.pbf b/font-glyphs/glyphs/Noto Sans Bold/2304-2559.pbf new file mode 100644 index 0000000..21bc470 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/2304-2559.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 2304-2559 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/23040-23295.pbf b/font-glyphs/glyphs/Noto Sans Bold/23040-23295.pbf new file mode 100644 index 0000000..c3456ad --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/23040-23295.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 23040-23295 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/23296-23551.pbf b/font-glyphs/glyphs/Noto Sans Bold/23296-23551.pbf new file mode 100644 index 0000000..ff91d90 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/23296-23551.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 23296-23551 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/23552-23807.pbf b/font-glyphs/glyphs/Noto Sans Bold/23552-23807.pbf new file mode 100644 index 0000000..5754a47 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/23552-23807.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 23552-23807 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/23808-24063.pbf b/font-glyphs/glyphs/Noto Sans Bold/23808-24063.pbf new file mode 100644 index 0000000..18e03b4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/23808-24063.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 23808-24063 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/24064-24319.pbf b/font-glyphs/glyphs/Noto Sans Bold/24064-24319.pbf new file mode 100644 index 0000000..2217ced --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/24064-24319.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 24064-24319 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/24320-24575.pbf b/font-glyphs/glyphs/Noto Sans Bold/24320-24575.pbf new file mode 100644 index 0000000..346af82 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/24320-24575.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 24320-24575 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/24576-24831.pbf b/font-glyphs/glyphs/Noto Sans Bold/24576-24831.pbf new file mode 100644 index 0000000..c826382 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/24576-24831.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 24576-24831 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/24832-25087.pbf b/font-glyphs/glyphs/Noto Sans Bold/24832-25087.pbf new file mode 100644 index 0000000..3369b41 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/24832-25087.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 24832-25087 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/25088-25343.pbf b/font-glyphs/glyphs/Noto Sans Bold/25088-25343.pbf new file mode 100644 index 0000000..af00107 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/25088-25343.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 25088-25343 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/25344-25599.pbf b/font-glyphs/glyphs/Noto Sans Bold/25344-25599.pbf new file mode 100644 index 0000000..66a162f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/25344-25599.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 25344-25599 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/256-511.pbf b/font-glyphs/glyphs/Noto Sans Bold/256-511.pbf new file mode 100644 index 0000000..d9a369f Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/256-511.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/2560-2815.pbf b/font-glyphs/glyphs/Noto Sans Bold/2560-2815.pbf new file mode 100644 index 0000000..97f9c88 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/2560-2815.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 2560-2815 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/25600-25855.pbf b/font-glyphs/glyphs/Noto Sans Bold/25600-25855.pbf new file mode 100644 index 0000000..2f55711 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/25600-25855.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 25600-25855 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/25856-26111.pbf b/font-glyphs/glyphs/Noto Sans Bold/25856-26111.pbf new file mode 100644 index 0000000..311d925 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/25856-26111.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 25856-26111 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/26112-26367.pbf b/font-glyphs/glyphs/Noto Sans Bold/26112-26367.pbf new file mode 100644 index 0000000..6a00244 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/26112-26367.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 26112-26367 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/26368-26623.pbf b/font-glyphs/glyphs/Noto Sans Bold/26368-26623.pbf new file mode 100644 index 0000000..e0e00c1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/26368-26623.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 26368-26623 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/26624-26879.pbf b/font-glyphs/glyphs/Noto Sans Bold/26624-26879.pbf new file mode 100644 index 0000000..0a7ad2a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/26624-26879.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 26624-26879 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/26880-27135.pbf b/font-glyphs/glyphs/Noto Sans Bold/26880-27135.pbf new file mode 100644 index 0000000..1ca845a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/26880-27135.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 26880-27135 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/27136-27391.pbf b/font-glyphs/glyphs/Noto Sans Bold/27136-27391.pbf new file mode 100644 index 0000000..eb05272 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/27136-27391.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 27136-27391 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/27392-27647.pbf b/font-glyphs/glyphs/Noto Sans Bold/27392-27647.pbf new file mode 100644 index 0000000..4376976 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/27392-27647.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 27392-27647 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/27648-27903.pbf b/font-glyphs/glyphs/Noto Sans Bold/27648-27903.pbf new file mode 100644 index 0000000..073b70b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/27648-27903.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 27648-27903 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/27904-28159.pbf b/font-glyphs/glyphs/Noto Sans Bold/27904-28159.pbf new file mode 100644 index 0000000..fda9312 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/27904-28159.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 27904-28159 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/2816-3071.pbf b/font-glyphs/glyphs/Noto Sans Bold/2816-3071.pbf new file mode 100644 index 0000000..51c2d76 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/2816-3071.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 2816-3071 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/28160-28415.pbf b/font-glyphs/glyphs/Noto Sans Bold/28160-28415.pbf new file mode 100644 index 0000000..ebec463 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/28160-28415.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 28160-28415 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/28416-28671.pbf b/font-glyphs/glyphs/Noto Sans Bold/28416-28671.pbf new file mode 100644 index 0000000..e930822 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/28416-28671.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 28416-28671 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/28672-28927.pbf b/font-glyphs/glyphs/Noto Sans Bold/28672-28927.pbf new file mode 100644 index 0000000..e9d95ce --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/28672-28927.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 28672-28927 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/28928-29183.pbf b/font-glyphs/glyphs/Noto Sans Bold/28928-29183.pbf new file mode 100644 index 0000000..887c9d2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/28928-29183.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 28928-29183 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/29184-29439.pbf b/font-glyphs/glyphs/Noto Sans Bold/29184-29439.pbf new file mode 100644 index 0000000..7915fed --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/29184-29439.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 29184-29439 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/29440-29695.pbf b/font-glyphs/glyphs/Noto Sans Bold/29440-29695.pbf new file mode 100644 index 0000000..e9ae7f6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/29440-29695.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 29440-29695 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/29696-29951.pbf b/font-glyphs/glyphs/Noto Sans Bold/29696-29951.pbf new file mode 100644 index 0000000..9776dd4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/29696-29951.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 29696-29951 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/29952-30207.pbf b/font-glyphs/glyphs/Noto Sans Bold/29952-30207.pbf new file mode 100644 index 0000000..51331ca --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/29952-30207.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 29952-30207 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/30208-30463.pbf b/font-glyphs/glyphs/Noto Sans Bold/30208-30463.pbf new file mode 100644 index 0000000..43d7dd4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/30208-30463.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 30208-30463 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/30464-30719.pbf b/font-glyphs/glyphs/Noto Sans Bold/30464-30719.pbf new file mode 100644 index 0000000..66953cf --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/30464-30719.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 30464-30719 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/3072-3327.pbf b/font-glyphs/glyphs/Noto Sans Bold/3072-3327.pbf new file mode 100644 index 0000000..b485dde --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/3072-3327.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 3072-3327 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/30720-30975.pbf b/font-glyphs/glyphs/Noto Sans Bold/30720-30975.pbf new file mode 100644 index 0000000..00dce24 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/30720-30975.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 30720-30975 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/30976-31231.pbf b/font-glyphs/glyphs/Noto Sans Bold/30976-31231.pbf new file mode 100644 index 0000000..de35f45 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/30976-31231.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 30976-31231 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/31232-31487.pbf b/font-glyphs/glyphs/Noto Sans Bold/31232-31487.pbf new file mode 100644 index 0000000..50cc15a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/31232-31487.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 31232-31487 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/31488-31743.pbf b/font-glyphs/glyphs/Noto Sans Bold/31488-31743.pbf new file mode 100644 index 0000000..db12f48 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/31488-31743.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 31488-31743 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/31744-31999.pbf b/font-glyphs/glyphs/Noto Sans Bold/31744-31999.pbf new file mode 100644 index 0000000..23029fb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/31744-31999.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 31744-31999 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/32000-32255.pbf b/font-glyphs/glyphs/Noto Sans Bold/32000-32255.pbf new file mode 100644 index 0000000..01ea9be --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/32000-32255.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 32000-32255 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/32256-32511.pbf b/font-glyphs/glyphs/Noto Sans Bold/32256-32511.pbf new file mode 100644 index 0000000..298a0c9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/32256-32511.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 32256-32511 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/32512-32767.pbf b/font-glyphs/glyphs/Noto Sans Bold/32512-32767.pbf new file mode 100644 index 0000000..6edf2fe --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/32512-32767.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 32512-32767 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/32768-33023.pbf b/font-glyphs/glyphs/Noto Sans Bold/32768-33023.pbf new file mode 100644 index 0000000..3592082 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/32768-33023.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 32768-33023 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/33024-33279.pbf b/font-glyphs/glyphs/Noto Sans Bold/33024-33279.pbf new file mode 100644 index 0000000..9a6c78b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/33024-33279.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 33024-33279 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/3328-3583.pbf b/font-glyphs/glyphs/Noto Sans Bold/3328-3583.pbf new file mode 100644 index 0000000..3363d6e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/3328-3583.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 3328-3583 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/33280-33535.pbf b/font-glyphs/glyphs/Noto Sans Bold/33280-33535.pbf new file mode 100644 index 0000000..95cbf8f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/33280-33535.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 33280-33535 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/33536-33791.pbf b/font-glyphs/glyphs/Noto Sans Bold/33536-33791.pbf new file mode 100644 index 0000000..31bff95 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/33536-33791.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 33536-33791 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/33792-34047.pbf b/font-glyphs/glyphs/Noto Sans Bold/33792-34047.pbf new file mode 100644 index 0000000..2911920 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/33792-34047.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 33792-34047 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/34048-34303.pbf b/font-glyphs/glyphs/Noto Sans Bold/34048-34303.pbf new file mode 100644 index 0000000..6a40dc3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/34048-34303.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 34048-34303 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/34304-34559.pbf b/font-glyphs/glyphs/Noto Sans Bold/34304-34559.pbf new file mode 100644 index 0000000..2a1ae36 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/34304-34559.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 34304-34559 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/34560-34815.pbf b/font-glyphs/glyphs/Noto Sans Bold/34560-34815.pbf new file mode 100644 index 0000000..7e8015c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/34560-34815.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 34560-34815 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/34816-35071.pbf b/font-glyphs/glyphs/Noto Sans Bold/34816-35071.pbf new file mode 100644 index 0000000..cc12033 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/34816-35071.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 34816-35071 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/35072-35327.pbf b/font-glyphs/glyphs/Noto Sans Bold/35072-35327.pbf new file mode 100644 index 0000000..51cae4a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/35072-35327.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 35072-35327 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/35328-35583.pbf b/font-glyphs/glyphs/Noto Sans Bold/35328-35583.pbf new file mode 100644 index 0000000..599454e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/35328-35583.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 35328-35583 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/35584-35839.pbf b/font-glyphs/glyphs/Noto Sans Bold/35584-35839.pbf new file mode 100644 index 0000000..1dbb54b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/35584-35839.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 35584-35839 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/3584-3839.pbf b/font-glyphs/glyphs/Noto Sans Bold/3584-3839.pbf new file mode 100644 index 0000000..4ebb2b6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/3584-3839.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 3584-3839 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/35840-36095.pbf b/font-glyphs/glyphs/Noto Sans Bold/35840-36095.pbf new file mode 100644 index 0000000..87db399 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/35840-36095.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 35840-36095 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/36096-36351.pbf b/font-glyphs/glyphs/Noto Sans Bold/36096-36351.pbf new file mode 100644 index 0000000..9a529c9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/36096-36351.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 36096-36351 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/36352-36607.pbf b/font-glyphs/glyphs/Noto Sans Bold/36352-36607.pbf new file mode 100644 index 0000000..5a6f938 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/36352-36607.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 36352-36607 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/36608-36863.pbf b/font-glyphs/glyphs/Noto Sans Bold/36608-36863.pbf new file mode 100644 index 0000000..7df4e70 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/36608-36863.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 36608-36863 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/36864-37119.pbf b/font-glyphs/glyphs/Noto Sans Bold/36864-37119.pbf new file mode 100644 index 0000000..07db67f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/36864-37119.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 36864-37119 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/37120-37375.pbf b/font-glyphs/glyphs/Noto Sans Bold/37120-37375.pbf new file mode 100644 index 0000000..a90912d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/37120-37375.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 37120-37375 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/37376-37631.pbf b/font-glyphs/glyphs/Noto Sans Bold/37376-37631.pbf new file mode 100644 index 0000000..7354a9d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/37376-37631.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 37376-37631 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/37632-37887.pbf b/font-glyphs/glyphs/Noto Sans Bold/37632-37887.pbf new file mode 100644 index 0000000..4d89145 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/37632-37887.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 37632-37887 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/37888-38143.pbf b/font-glyphs/glyphs/Noto Sans Bold/37888-38143.pbf new file mode 100644 index 0000000..60d11f2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/37888-38143.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 37888-38143 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/38144-38399.pbf b/font-glyphs/glyphs/Noto Sans Bold/38144-38399.pbf new file mode 100644 index 0000000..b90a03f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/38144-38399.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 38144-38399 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/3840-4095.pbf b/font-glyphs/glyphs/Noto Sans Bold/3840-4095.pbf new file mode 100644 index 0000000..f66a413 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/3840-4095.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 3840-4095 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/38400-38655.pbf b/font-glyphs/glyphs/Noto Sans Bold/38400-38655.pbf new file mode 100644 index 0000000..6c6d371 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/38400-38655.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 38400-38655 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/38656-38911.pbf b/font-glyphs/glyphs/Noto Sans Bold/38656-38911.pbf new file mode 100644 index 0000000..f0f7d4e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/38656-38911.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 38656-38911 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/38912-39167.pbf b/font-glyphs/glyphs/Noto Sans Bold/38912-39167.pbf new file mode 100644 index 0000000..892c3b5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/38912-39167.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 38912-39167 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/39168-39423.pbf b/font-glyphs/glyphs/Noto Sans Bold/39168-39423.pbf new file mode 100644 index 0000000..77d45f7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/39168-39423.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 39168-39423 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/39424-39679.pbf b/font-glyphs/glyphs/Noto Sans Bold/39424-39679.pbf new file mode 100644 index 0000000..2d8bc55 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/39424-39679.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 39424-39679 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/39680-39935.pbf b/font-glyphs/glyphs/Noto Sans Bold/39680-39935.pbf new file mode 100644 index 0000000..1cae594 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/39680-39935.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 39680-39935 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/39936-40191.pbf b/font-glyphs/glyphs/Noto Sans Bold/39936-40191.pbf new file mode 100644 index 0000000..a88c9ef --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/39936-40191.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 39936-40191 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/40192-40447.pbf b/font-glyphs/glyphs/Noto Sans Bold/40192-40447.pbf new file mode 100644 index 0000000..e49d1cc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/40192-40447.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 40192-40447 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/40448-40703.pbf b/font-glyphs/glyphs/Noto Sans Bold/40448-40703.pbf new file mode 100644 index 0000000..93fc022 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/40448-40703.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 40448-40703 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/40704-40959.pbf b/font-glyphs/glyphs/Noto Sans Bold/40704-40959.pbf new file mode 100644 index 0000000..421d7fa --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/40704-40959.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 40704-40959 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/4096-4351.pbf b/font-glyphs/glyphs/Noto Sans Bold/4096-4351.pbf new file mode 100644 index 0000000..b0340b9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/4096-4351.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 4096-4351 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/40960-41215.pbf b/font-glyphs/glyphs/Noto Sans Bold/40960-41215.pbf new file mode 100644 index 0000000..9d5a701 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/40960-41215.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 40960-41215 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/41216-41471.pbf b/font-glyphs/glyphs/Noto Sans Bold/41216-41471.pbf new file mode 100644 index 0000000..c2d22aa --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/41216-41471.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 41216-41471 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/41472-41727.pbf b/font-glyphs/glyphs/Noto Sans Bold/41472-41727.pbf new file mode 100644 index 0000000..5d06204 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/41472-41727.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 41472-41727 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/41728-41983.pbf b/font-glyphs/glyphs/Noto Sans Bold/41728-41983.pbf new file mode 100644 index 0000000..f9b1961 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/41728-41983.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 41728-41983 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/41984-42239.pbf b/font-glyphs/glyphs/Noto Sans Bold/41984-42239.pbf new file mode 100644 index 0000000..ba3392e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/41984-42239.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 41984-42239 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/42240-42495.pbf b/font-glyphs/glyphs/Noto Sans Bold/42240-42495.pbf new file mode 100644 index 0000000..543bd75 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/42240-42495.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 42240-42495 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/42496-42751.pbf b/font-glyphs/glyphs/Noto Sans Bold/42496-42751.pbf new file mode 100644 index 0000000..df77ede --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/42496-42751.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 42496-42751 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/42752-43007.pbf b/font-glyphs/glyphs/Noto Sans Bold/42752-43007.pbf new file mode 100644 index 0000000..4a9769a Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/42752-43007.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/43008-43263.pbf b/font-glyphs/glyphs/Noto Sans Bold/43008-43263.pbf new file mode 100644 index 0000000..1e2cd55 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/43008-43263.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 43008-43263 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/43264-43519.pbf b/font-glyphs/glyphs/Noto Sans Bold/43264-43519.pbf new file mode 100644 index 0000000..2ec8b19 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/43264-43519.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 43264-43519 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/4352-4607.pbf b/font-glyphs/glyphs/Noto Sans Bold/4352-4607.pbf new file mode 100644 index 0000000..e41870c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/4352-4607.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 4352-4607 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/43520-43775.pbf b/font-glyphs/glyphs/Noto Sans Bold/43520-43775.pbf new file mode 100644 index 0000000..b4bd4da --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/43520-43775.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 43520-43775 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/43776-44031.pbf b/font-glyphs/glyphs/Noto Sans Bold/43776-44031.pbf new file mode 100644 index 0000000..4e7381e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/43776-44031.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 43776-44031 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/44032-44287.pbf b/font-glyphs/glyphs/Noto Sans Bold/44032-44287.pbf new file mode 100644 index 0000000..19a3992 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/44032-44287.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 44032-44287 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/44288-44543.pbf b/font-glyphs/glyphs/Noto Sans Bold/44288-44543.pbf new file mode 100644 index 0000000..a61f0ef --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/44288-44543.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 44288-44543 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/44544-44799.pbf b/font-glyphs/glyphs/Noto Sans Bold/44544-44799.pbf new file mode 100644 index 0000000..b189200 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/44544-44799.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 44544-44799 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/44800-45055.pbf b/font-glyphs/glyphs/Noto Sans Bold/44800-45055.pbf new file mode 100644 index 0000000..9172083 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/44800-45055.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 44800-45055 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/45056-45311.pbf b/font-glyphs/glyphs/Noto Sans Bold/45056-45311.pbf new file mode 100644 index 0000000..8a2adee --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/45056-45311.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 45056-45311 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/45312-45567.pbf b/font-glyphs/glyphs/Noto Sans Bold/45312-45567.pbf new file mode 100644 index 0000000..1b49a6e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/45312-45567.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 45312-45567 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/45568-45823.pbf b/font-glyphs/glyphs/Noto Sans Bold/45568-45823.pbf new file mode 100644 index 0000000..a4823c3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/45568-45823.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 45568-45823 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/45824-46079.pbf b/font-glyphs/glyphs/Noto Sans Bold/45824-46079.pbf new file mode 100644 index 0000000..33ee166 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/45824-46079.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 45824-46079 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/4608-4863.pbf b/font-glyphs/glyphs/Noto Sans Bold/4608-4863.pbf new file mode 100644 index 0000000..c395a75 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/4608-4863.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 4608-4863 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/46080-46335.pbf b/font-glyphs/glyphs/Noto Sans Bold/46080-46335.pbf new file mode 100644 index 0000000..fea983b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/46080-46335.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 46080-46335 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/46336-46591.pbf b/font-glyphs/glyphs/Noto Sans Bold/46336-46591.pbf new file mode 100644 index 0000000..1cddc40 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/46336-46591.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 46336-46591 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/46592-46847.pbf b/font-glyphs/glyphs/Noto Sans Bold/46592-46847.pbf new file mode 100644 index 0000000..5ca9c9b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/46592-46847.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 46592-46847 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/46848-47103.pbf b/font-glyphs/glyphs/Noto Sans Bold/46848-47103.pbf new file mode 100644 index 0000000..6cd7519 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/46848-47103.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 46848-47103 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/47104-47359.pbf b/font-glyphs/glyphs/Noto Sans Bold/47104-47359.pbf new file mode 100644 index 0000000..e560668 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/47104-47359.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 47104-47359 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/47360-47615.pbf b/font-glyphs/glyphs/Noto Sans Bold/47360-47615.pbf new file mode 100644 index 0000000..c19dea9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/47360-47615.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 47360-47615 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/47616-47871.pbf b/font-glyphs/glyphs/Noto Sans Bold/47616-47871.pbf new file mode 100644 index 0000000..87de915 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/47616-47871.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 47616-47871 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/47872-48127.pbf b/font-glyphs/glyphs/Noto Sans Bold/47872-48127.pbf new file mode 100644 index 0000000..188d2c9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/47872-48127.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 47872-48127 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/48128-48383.pbf b/font-glyphs/glyphs/Noto Sans Bold/48128-48383.pbf new file mode 100644 index 0000000..4a98639 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/48128-48383.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 48128-48383 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/48384-48639.pbf b/font-glyphs/glyphs/Noto Sans Bold/48384-48639.pbf new file mode 100644 index 0000000..2ee1deb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/48384-48639.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 48384-48639 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/4864-5119.pbf b/font-glyphs/glyphs/Noto Sans Bold/4864-5119.pbf new file mode 100644 index 0000000..f1bbc0b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/4864-5119.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 4864-5119 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/48640-48895.pbf b/font-glyphs/glyphs/Noto Sans Bold/48640-48895.pbf new file mode 100644 index 0000000..6836230 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/48640-48895.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 48640-48895 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/48896-49151.pbf b/font-glyphs/glyphs/Noto Sans Bold/48896-49151.pbf new file mode 100644 index 0000000..2d08277 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/48896-49151.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 48896-49151 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/49152-49407.pbf b/font-glyphs/glyphs/Noto Sans Bold/49152-49407.pbf new file mode 100644 index 0000000..0c6e98a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/49152-49407.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 49152-49407 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/49408-49663.pbf b/font-glyphs/glyphs/Noto Sans Bold/49408-49663.pbf new file mode 100644 index 0000000..2dbe866 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/49408-49663.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 49408-49663 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/49664-49919.pbf b/font-glyphs/glyphs/Noto Sans Bold/49664-49919.pbf new file mode 100644 index 0000000..a1d3e0a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/49664-49919.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 49664-49919 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/49920-50175.pbf b/font-glyphs/glyphs/Noto Sans Bold/49920-50175.pbf new file mode 100644 index 0000000..83abdc2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/49920-50175.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 49920-50175 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/50176-50431.pbf b/font-glyphs/glyphs/Noto Sans Bold/50176-50431.pbf new file mode 100644 index 0000000..1522f0d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/50176-50431.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 50176-50431 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/50432-50687.pbf b/font-glyphs/glyphs/Noto Sans Bold/50432-50687.pbf new file mode 100644 index 0000000..5c93d55 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/50432-50687.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 50432-50687 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/50688-50943.pbf b/font-glyphs/glyphs/Noto Sans Bold/50688-50943.pbf new file mode 100644 index 0000000..c7a040b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/50688-50943.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 50688-50943 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/50944-51199.pbf b/font-glyphs/glyphs/Noto Sans Bold/50944-51199.pbf new file mode 100644 index 0000000..3185d49 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/50944-51199.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 50944-51199 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/512-767.pbf b/font-glyphs/glyphs/Noto Sans Bold/512-767.pbf new file mode 100644 index 0000000..7ebfeda Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/512-767.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/5120-5375.pbf b/font-glyphs/glyphs/Noto Sans Bold/5120-5375.pbf new file mode 100644 index 0000000..b88115e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/5120-5375.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 5120-5375 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/51200-51455.pbf b/font-glyphs/glyphs/Noto Sans Bold/51200-51455.pbf new file mode 100644 index 0000000..e159bb8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/51200-51455.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 51200-51455 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/51456-51711.pbf b/font-glyphs/glyphs/Noto Sans Bold/51456-51711.pbf new file mode 100644 index 0000000..344a894 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/51456-51711.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 51456-51711 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/51712-51967.pbf b/font-glyphs/glyphs/Noto Sans Bold/51712-51967.pbf new file mode 100644 index 0000000..c2f8355 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/51712-51967.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 51712-51967 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/51968-52223.pbf b/font-glyphs/glyphs/Noto Sans Bold/51968-52223.pbf new file mode 100644 index 0000000..7c2bfe2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/51968-52223.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 51968-52223 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/52224-52479.pbf b/font-glyphs/glyphs/Noto Sans Bold/52224-52479.pbf new file mode 100644 index 0000000..0bbe69d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/52224-52479.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 52224-52479 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/52480-52735.pbf b/font-glyphs/glyphs/Noto Sans Bold/52480-52735.pbf new file mode 100644 index 0000000..60c757a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/52480-52735.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 52480-52735 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/52736-52991.pbf b/font-glyphs/glyphs/Noto Sans Bold/52736-52991.pbf new file mode 100644 index 0000000..6cf29ee --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/52736-52991.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 52736-52991 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/52992-53247.pbf b/font-glyphs/glyphs/Noto Sans Bold/52992-53247.pbf new file mode 100644 index 0000000..093b95b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/52992-53247.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 52992-53247 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/53248-53503.pbf b/font-glyphs/glyphs/Noto Sans Bold/53248-53503.pbf new file mode 100644 index 0000000..748ba71 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/53248-53503.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 53248-53503 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/53504-53759.pbf b/font-glyphs/glyphs/Noto Sans Bold/53504-53759.pbf new file mode 100644 index 0000000..0fd1723 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/53504-53759.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 53504-53759 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/5376-5631.pbf b/font-glyphs/glyphs/Noto Sans Bold/5376-5631.pbf new file mode 100644 index 0000000..6145670 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/5376-5631.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 5376-5631 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/53760-54015.pbf b/font-glyphs/glyphs/Noto Sans Bold/53760-54015.pbf new file mode 100644 index 0000000..4bfc5a6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/53760-54015.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 53760-54015 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/54016-54271.pbf b/font-glyphs/glyphs/Noto Sans Bold/54016-54271.pbf new file mode 100644 index 0000000..e5a0b4c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/54016-54271.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 54016-54271 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/54272-54527.pbf b/font-glyphs/glyphs/Noto Sans Bold/54272-54527.pbf new file mode 100644 index 0000000..73d48fa --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/54272-54527.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 54272-54527 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/54528-54783.pbf b/font-glyphs/glyphs/Noto Sans Bold/54528-54783.pbf new file mode 100644 index 0000000..0cf6eca --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/54528-54783.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 54528-54783 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/54784-55039.pbf b/font-glyphs/glyphs/Noto Sans Bold/54784-55039.pbf new file mode 100644 index 0000000..9e2bbb6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/54784-55039.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 54784-55039 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/55040-55295.pbf b/font-glyphs/glyphs/Noto Sans Bold/55040-55295.pbf new file mode 100644 index 0000000..f9e0260 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/55040-55295.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 55040-55295 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/55296-55551.pbf b/font-glyphs/glyphs/Noto Sans Bold/55296-55551.pbf new file mode 100644 index 0000000..12b76d2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/55296-55551.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 55296-55551 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/55552-55807.pbf b/font-glyphs/glyphs/Noto Sans Bold/55552-55807.pbf new file mode 100644 index 0000000..9571f86 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/55552-55807.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 55552-55807 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/55808-56063.pbf b/font-glyphs/glyphs/Noto Sans Bold/55808-56063.pbf new file mode 100644 index 0000000..c7487dc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/55808-56063.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 55808-56063 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/56064-56319.pbf b/font-glyphs/glyphs/Noto Sans Bold/56064-56319.pbf new file mode 100644 index 0000000..484d6bd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/56064-56319.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 56064-56319 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/5632-5887.pbf b/font-glyphs/glyphs/Noto Sans Bold/5632-5887.pbf new file mode 100644 index 0000000..a9ece78 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/5632-5887.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 5632-5887 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/56320-56575.pbf b/font-glyphs/glyphs/Noto Sans Bold/56320-56575.pbf new file mode 100644 index 0000000..316ce6a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/56320-56575.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 56320-56575 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/56576-56831.pbf b/font-glyphs/glyphs/Noto Sans Bold/56576-56831.pbf new file mode 100644 index 0000000..e3b97df --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/56576-56831.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 56576-56831 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/56832-57087.pbf b/font-glyphs/glyphs/Noto Sans Bold/56832-57087.pbf new file mode 100644 index 0000000..6745026 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/56832-57087.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 56832-57087 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/57088-57343.pbf b/font-glyphs/glyphs/Noto Sans Bold/57088-57343.pbf new file mode 100644 index 0000000..11c3b4a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/57088-57343.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 57088-57343 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/57344-57599.pbf b/font-glyphs/glyphs/Noto Sans Bold/57344-57599.pbf new file mode 100644 index 0000000..405daa3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/57344-57599.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 57344-57599 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/57600-57855.pbf b/font-glyphs/glyphs/Noto Sans Bold/57600-57855.pbf new file mode 100644 index 0000000..05e2338 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/57600-57855.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 57600-57855 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/57856-58111.pbf b/font-glyphs/glyphs/Noto Sans Bold/57856-58111.pbf new file mode 100644 index 0000000..6914b70 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/57856-58111.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 57856-58111 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/58112-58367.pbf b/font-glyphs/glyphs/Noto Sans Bold/58112-58367.pbf new file mode 100644 index 0000000..903c1a3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/58112-58367.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 58112-58367 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/58368-58623.pbf b/font-glyphs/glyphs/Noto Sans Bold/58368-58623.pbf new file mode 100644 index 0000000..e8c2490 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/58368-58623.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 58368-58623 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/58624-58879.pbf b/font-glyphs/glyphs/Noto Sans Bold/58624-58879.pbf new file mode 100644 index 0000000..8e265bb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/58624-58879.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 58624-58879 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/5888-6143.pbf b/font-glyphs/glyphs/Noto Sans Bold/5888-6143.pbf new file mode 100644 index 0000000..d382095 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/5888-6143.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 5888-6143 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/58880-59135.pbf b/font-glyphs/glyphs/Noto Sans Bold/58880-59135.pbf new file mode 100644 index 0000000..9fded37 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/58880-59135.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 58880-59135 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/59136-59391.pbf b/font-glyphs/glyphs/Noto Sans Bold/59136-59391.pbf new file mode 100644 index 0000000..fc2d8c5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/59136-59391.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 59136-59391 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/59392-59647.pbf b/font-glyphs/glyphs/Noto Sans Bold/59392-59647.pbf new file mode 100644 index 0000000..7dd053a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/59392-59647.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 59392-59647 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/59648-59903.pbf b/font-glyphs/glyphs/Noto Sans Bold/59648-59903.pbf new file mode 100644 index 0000000..26d7971 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/59648-59903.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 59648-59903 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/59904-60159.pbf b/font-glyphs/glyphs/Noto Sans Bold/59904-60159.pbf new file mode 100644 index 0000000..959a5b1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/59904-60159.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 59904-60159 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/60160-60415.pbf b/font-glyphs/glyphs/Noto Sans Bold/60160-60415.pbf new file mode 100644 index 0000000..b7f44c4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/60160-60415.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 60160-60415 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/60416-60671.pbf b/font-glyphs/glyphs/Noto Sans Bold/60416-60671.pbf new file mode 100644 index 0000000..e1491ce --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/60416-60671.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 60416-60671 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/60672-60927.pbf b/font-glyphs/glyphs/Noto Sans Bold/60672-60927.pbf new file mode 100644 index 0000000..c2048d8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/60672-60927.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 60672-60927 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/60928-61183.pbf b/font-glyphs/glyphs/Noto Sans Bold/60928-61183.pbf new file mode 100644 index 0000000..df0330f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/60928-61183.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 60928-61183 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/61184-61439.pbf b/font-glyphs/glyphs/Noto Sans Bold/61184-61439.pbf new file mode 100644 index 0000000..4611ed7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/61184-61439.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 61184-61439 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/6144-6399.pbf b/font-glyphs/glyphs/Noto Sans Bold/6144-6399.pbf new file mode 100644 index 0000000..d5ef0d3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/6144-6399.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 6144-6399 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/61440-61695.pbf b/font-glyphs/glyphs/Noto Sans Bold/61440-61695.pbf new file mode 100644 index 0000000..fee1414 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/61440-61695.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 61440-61695 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/61696-61951.pbf b/font-glyphs/glyphs/Noto Sans Bold/61696-61951.pbf new file mode 100644 index 0000000..476556b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/61696-61951.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 61696-61951 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/61952-62207.pbf b/font-glyphs/glyphs/Noto Sans Bold/61952-62207.pbf new file mode 100644 index 0000000..582dd5d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/61952-62207.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 61952-62207 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/62208-62463.pbf b/font-glyphs/glyphs/Noto Sans Bold/62208-62463.pbf new file mode 100644 index 0000000..64f7dde --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/62208-62463.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 62208-62463 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/62464-62719.pbf b/font-glyphs/glyphs/Noto Sans Bold/62464-62719.pbf new file mode 100644 index 0000000..be911af --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/62464-62719.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 62464-62719 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/62720-62975.pbf b/font-glyphs/glyphs/Noto Sans Bold/62720-62975.pbf new file mode 100644 index 0000000..28f528d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/62720-62975.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 62720-62975 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/62976-63231.pbf b/font-glyphs/glyphs/Noto Sans Bold/62976-63231.pbf new file mode 100644 index 0000000..70c883a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/62976-63231.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 62976-63231 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/63232-63487.pbf b/font-glyphs/glyphs/Noto Sans Bold/63232-63487.pbf new file mode 100644 index 0000000..1c8b9e2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/63232-63487.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 63232-63487 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/63488-63743.pbf b/font-glyphs/glyphs/Noto Sans Bold/63488-63743.pbf new file mode 100644 index 0000000..c9f6608 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/63488-63743.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 63488-63743 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/63744-63999.pbf b/font-glyphs/glyphs/Noto Sans Bold/63744-63999.pbf new file mode 100644 index 0000000..38d7d7a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/63744-63999.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 63744-63999 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/6400-6655.pbf b/font-glyphs/glyphs/Noto Sans Bold/6400-6655.pbf new file mode 100644 index 0000000..5e7d7cc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/6400-6655.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 6400-6655 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/64000-64255.pbf b/font-glyphs/glyphs/Noto Sans Bold/64000-64255.pbf new file mode 100644 index 0000000..9755c45 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/64000-64255.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 64000-64255 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/64256-64511.pbf b/font-glyphs/glyphs/Noto Sans Bold/64256-64511.pbf new file mode 100644 index 0000000..a4c3989 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/64256-64511.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/64512-64767.pbf b/font-glyphs/glyphs/Noto Sans Bold/64512-64767.pbf new file mode 100644 index 0000000..6453856 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/64512-64767.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 64512-64767 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/64768-65023.pbf b/font-glyphs/glyphs/Noto Sans Bold/64768-65023.pbf new file mode 100644 index 0000000..bb800da --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/64768-65023.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 64768-65023 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/65024-65279.pbf b/font-glyphs/glyphs/Noto Sans Bold/65024-65279.pbf new file mode 100644 index 0000000..6c4455b Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/65024-65279.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/65280-65535.pbf b/font-glyphs/glyphs/Noto Sans Bold/65280-65535.pbf new file mode 100644 index 0000000..8511781 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/65280-65535.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/6656-6911.pbf b/font-glyphs/glyphs/Noto Sans Bold/6656-6911.pbf new file mode 100644 index 0000000..d05a876 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/6656-6911.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 6656-6911 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/6912-7167.pbf b/font-glyphs/glyphs/Noto Sans Bold/6912-7167.pbf new file mode 100644 index 0000000..3713b70 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/6912-7167.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 6912-7167 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/7168-7423.pbf b/font-glyphs/glyphs/Noto Sans Bold/7168-7423.pbf new file mode 100644 index 0000000..237cf63 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/7168-7423.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 7168-7423 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/7424-7679.pbf b/font-glyphs/glyphs/Noto Sans Bold/7424-7679.pbf new file mode 100644 index 0000000..b7249ba Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/7424-7679.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/768-1023.pbf b/font-glyphs/glyphs/Noto Sans Bold/768-1023.pbf new file mode 100644 index 0000000..82a24d9 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/768-1023.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/7680-7935.pbf b/font-glyphs/glyphs/Noto Sans Bold/7680-7935.pbf new file mode 100644 index 0000000..4ea1eb8 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/7680-7935.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/7936-8191.pbf b/font-glyphs/glyphs/Noto Sans Bold/7936-8191.pbf new file mode 100644 index 0000000..36c159a Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/7936-8191.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/8192-8447.pbf b/font-glyphs/glyphs/Noto Sans Bold/8192-8447.pbf new file mode 100644 index 0000000..94d74ea Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/8192-8447.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/8448-8703.pbf b/font-glyphs/glyphs/Noto Sans Bold/8448-8703.pbf new file mode 100644 index 0000000..c005a73 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/8448-8703.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/8704-8959.pbf b/font-glyphs/glyphs/Noto Sans Bold/8704-8959.pbf new file mode 100644 index 0000000..5bbfa58 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/8704-8959.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/8960-9215.pbf b/font-glyphs/glyphs/Noto Sans Bold/8960-9215.pbf new file mode 100644 index 0000000..e952202 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/8960-9215.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/9216-9471.pbf b/font-glyphs/glyphs/Noto Sans Bold/9216-9471.pbf new file mode 100644 index 0000000..55e5ac9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/9216-9471.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Bold 9216-9471 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Bold/9472-9727.pbf b/font-glyphs/glyphs/Noto Sans Bold/9472-9727.pbf new file mode 100644 index 0000000..95f687d Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/9472-9727.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/9728-9983.pbf b/font-glyphs/glyphs/Noto Sans Bold/9728-9983.pbf new file mode 100644 index 0000000..f8c4b4b Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Bold/9728-9983.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Bold/9984-10239.pbf b/font-glyphs/glyphs/Noto Sans Bold/9984-10239.pbf new file mode 100644 index 0000000..9bcb570 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Bold/9984-10239.pbf @@ -0,0 +1,4 @@ + + +Noto Sans Bold +9984-10239 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/0-255.pbf b/font-glyphs/glyphs/Noto Sans Italic/0-255.pbf new file mode 100644 index 0000000..b58e33e Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/0-255.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/1024-1279.pbf b/font-glyphs/glyphs/Noto Sans Italic/1024-1279.pbf new file mode 100644 index 0000000..f7e814d Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/1024-1279.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/10240-10495.pbf b/font-glyphs/glyphs/Noto Sans Italic/10240-10495.pbf new file mode 100644 index 0000000..2642581 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/10240-10495.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 10240-10495 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/10496-10751.pbf b/font-glyphs/glyphs/Noto Sans Italic/10496-10751.pbf new file mode 100644 index 0000000..258d62d Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/10496-10751.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/10752-11007.pbf b/font-glyphs/glyphs/Noto Sans Italic/10752-11007.pbf new file mode 100644 index 0000000..6b2dff3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/10752-11007.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 10752-11007 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/11008-11263.pbf b/font-glyphs/glyphs/Noto Sans Italic/11008-11263.pbf new file mode 100644 index 0000000..15630af --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/11008-11263.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 11008-11263 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/11264-11519.pbf b/font-glyphs/glyphs/Noto Sans Italic/11264-11519.pbf new file mode 100644 index 0000000..6f826e6 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/11264-11519.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/11520-11775.pbf b/font-glyphs/glyphs/Noto Sans Italic/11520-11775.pbf new file mode 100644 index 0000000..30c3603 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/11520-11775.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 11520-11775 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/11776-12031.pbf b/font-glyphs/glyphs/Noto Sans Italic/11776-12031.pbf new file mode 100644 index 0000000..51ad880 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/11776-12031.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/12032-12287.pbf b/font-glyphs/glyphs/Noto Sans Italic/12032-12287.pbf new file mode 100644 index 0000000..4499997 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/12032-12287.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 12032-12287 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/12288-12543.pbf b/font-glyphs/glyphs/Noto Sans Italic/12288-12543.pbf new file mode 100644 index 0000000..dfc8c6b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/12288-12543.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 12288-12543 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/12544-12799.pbf b/font-glyphs/glyphs/Noto Sans Italic/12544-12799.pbf new file mode 100644 index 0000000..97e1e6a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/12544-12799.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 12544-12799 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/1280-1535.pbf b/font-glyphs/glyphs/Noto Sans Italic/1280-1535.pbf new file mode 100644 index 0000000..e94306e Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/1280-1535.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/12800-13055.pbf b/font-glyphs/glyphs/Noto Sans Italic/12800-13055.pbf new file mode 100644 index 0000000..bd7df23 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/12800-13055.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 12800-13055 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/13056-13311.pbf b/font-glyphs/glyphs/Noto Sans Italic/13056-13311.pbf new file mode 100644 index 0000000..e2216d0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/13056-13311.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 13056-13311 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/13312-13567.pbf b/font-glyphs/glyphs/Noto Sans Italic/13312-13567.pbf new file mode 100644 index 0000000..487b551 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/13312-13567.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 13312-13567 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/13568-13823.pbf b/font-glyphs/glyphs/Noto Sans Italic/13568-13823.pbf new file mode 100644 index 0000000..5e92f83 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/13568-13823.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 13568-13823 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/13824-14079.pbf b/font-glyphs/glyphs/Noto Sans Italic/13824-14079.pbf new file mode 100644 index 0000000..1af0b3e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/13824-14079.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 13824-14079 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/14080-14335.pbf b/font-glyphs/glyphs/Noto Sans Italic/14080-14335.pbf new file mode 100644 index 0000000..7c6f26e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/14080-14335.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 14080-14335 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/14336-14591.pbf b/font-glyphs/glyphs/Noto Sans Italic/14336-14591.pbf new file mode 100644 index 0000000..ed8e2ee --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/14336-14591.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 14336-14591 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/14592-14847.pbf b/font-glyphs/glyphs/Noto Sans Italic/14592-14847.pbf new file mode 100644 index 0000000..d62698f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/14592-14847.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 14592-14847 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/14848-15103.pbf b/font-glyphs/glyphs/Noto Sans Italic/14848-15103.pbf new file mode 100644 index 0000000..3524eee --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/14848-15103.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 14848-15103 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/15104-15359.pbf b/font-glyphs/glyphs/Noto Sans Italic/15104-15359.pbf new file mode 100644 index 0000000..bd53acc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/15104-15359.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 15104-15359 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/1536-1791.pbf b/font-glyphs/glyphs/Noto Sans Italic/1536-1791.pbf new file mode 100644 index 0000000..7fc1456 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/1536-1791.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 1536-1791 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/15360-15615.pbf b/font-glyphs/glyphs/Noto Sans Italic/15360-15615.pbf new file mode 100644 index 0000000..82ebba5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/15360-15615.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 15360-15615 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/15616-15871.pbf b/font-glyphs/glyphs/Noto Sans Italic/15616-15871.pbf new file mode 100644 index 0000000..9aefa13 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/15616-15871.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 15616-15871 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/15872-16127.pbf b/font-glyphs/glyphs/Noto Sans Italic/15872-16127.pbf new file mode 100644 index 0000000..efa8d2d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/15872-16127.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 15872-16127 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/16128-16383.pbf b/font-glyphs/glyphs/Noto Sans Italic/16128-16383.pbf new file mode 100644 index 0000000..d24e939 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/16128-16383.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 16128-16383 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/16384-16639.pbf b/font-glyphs/glyphs/Noto Sans Italic/16384-16639.pbf new file mode 100644 index 0000000..732747e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/16384-16639.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 16384-16639 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/16640-16895.pbf b/font-glyphs/glyphs/Noto Sans Italic/16640-16895.pbf new file mode 100644 index 0000000..39a7666 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/16640-16895.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 16640-16895 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/16896-17151.pbf b/font-glyphs/glyphs/Noto Sans Italic/16896-17151.pbf new file mode 100644 index 0000000..0d0319b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/16896-17151.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 16896-17151 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/17152-17407.pbf b/font-glyphs/glyphs/Noto Sans Italic/17152-17407.pbf new file mode 100644 index 0000000..6051fc0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/17152-17407.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 17152-17407 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/17408-17663.pbf b/font-glyphs/glyphs/Noto Sans Italic/17408-17663.pbf new file mode 100644 index 0000000..5d4e09f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/17408-17663.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 17408-17663 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/17664-17919.pbf b/font-glyphs/glyphs/Noto Sans Italic/17664-17919.pbf new file mode 100644 index 0000000..43f707e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/17664-17919.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 17664-17919 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/1792-2047.pbf b/font-glyphs/glyphs/Noto Sans Italic/1792-2047.pbf new file mode 100644 index 0000000..d43914d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/1792-2047.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 1792-2047 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/17920-18175.pbf b/font-glyphs/glyphs/Noto Sans Italic/17920-18175.pbf new file mode 100644 index 0000000..da48188 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/17920-18175.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 17920-18175 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/18176-18431.pbf b/font-glyphs/glyphs/Noto Sans Italic/18176-18431.pbf new file mode 100644 index 0000000..2581bd7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/18176-18431.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 18176-18431 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/18432-18687.pbf b/font-glyphs/glyphs/Noto Sans Italic/18432-18687.pbf new file mode 100644 index 0000000..263a6f2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/18432-18687.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 18432-18687 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/18688-18943.pbf b/font-glyphs/glyphs/Noto Sans Italic/18688-18943.pbf new file mode 100644 index 0000000..5eb457b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/18688-18943.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 18688-18943 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/18944-19199.pbf b/font-glyphs/glyphs/Noto Sans Italic/18944-19199.pbf new file mode 100644 index 0000000..32c381a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/18944-19199.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 18944-19199 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/19200-19455.pbf b/font-glyphs/glyphs/Noto Sans Italic/19200-19455.pbf new file mode 100644 index 0000000..cce727f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/19200-19455.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 19200-19455 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/19456-19711.pbf b/font-glyphs/glyphs/Noto Sans Italic/19456-19711.pbf new file mode 100644 index 0000000..b473016 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/19456-19711.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 19456-19711 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/19712-19967.pbf b/font-glyphs/glyphs/Noto Sans Italic/19712-19967.pbf new file mode 100644 index 0000000..6582953 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/19712-19967.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 19712-19967 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/19968-20223.pbf b/font-glyphs/glyphs/Noto Sans Italic/19968-20223.pbf new file mode 100644 index 0000000..5adf309 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/19968-20223.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 19968-20223 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/20224-20479.pbf b/font-glyphs/glyphs/Noto Sans Italic/20224-20479.pbf new file mode 100644 index 0000000..f0fdfa7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/20224-20479.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 20224-20479 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/2048-2303.pbf b/font-glyphs/glyphs/Noto Sans Italic/2048-2303.pbf new file mode 100644 index 0000000..020e387 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/2048-2303.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 2048-2303 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/20480-20735.pbf b/font-glyphs/glyphs/Noto Sans Italic/20480-20735.pbf new file mode 100644 index 0000000..670517f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/20480-20735.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 20480-20735 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/20736-20991.pbf b/font-glyphs/glyphs/Noto Sans Italic/20736-20991.pbf new file mode 100644 index 0000000..84b878e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/20736-20991.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 20736-20991 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/20992-21247.pbf b/font-glyphs/glyphs/Noto Sans Italic/20992-21247.pbf new file mode 100644 index 0000000..49b476d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/20992-21247.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 20992-21247 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/21248-21503.pbf b/font-glyphs/glyphs/Noto Sans Italic/21248-21503.pbf new file mode 100644 index 0000000..c97f71b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/21248-21503.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 21248-21503 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/21504-21759.pbf b/font-glyphs/glyphs/Noto Sans Italic/21504-21759.pbf new file mode 100644 index 0000000..390dfda --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/21504-21759.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 21504-21759 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/21760-22015.pbf b/font-glyphs/glyphs/Noto Sans Italic/21760-22015.pbf new file mode 100644 index 0000000..848b314 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/21760-22015.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 21760-22015 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/22016-22271.pbf b/font-glyphs/glyphs/Noto Sans Italic/22016-22271.pbf new file mode 100644 index 0000000..dc836e4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/22016-22271.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 22016-22271 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/22272-22527.pbf b/font-glyphs/glyphs/Noto Sans Italic/22272-22527.pbf new file mode 100644 index 0000000..05463f7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/22272-22527.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 22272-22527 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/22528-22783.pbf b/font-glyphs/glyphs/Noto Sans Italic/22528-22783.pbf new file mode 100644 index 0000000..28ea2e9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/22528-22783.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 22528-22783 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/22784-23039.pbf b/font-glyphs/glyphs/Noto Sans Italic/22784-23039.pbf new file mode 100644 index 0000000..cb63cdd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/22784-23039.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 22784-23039 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/2304-2559.pbf b/font-glyphs/glyphs/Noto Sans Italic/2304-2559.pbf new file mode 100644 index 0000000..b0efa91 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/2304-2559.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 2304-2559 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/23040-23295.pbf b/font-glyphs/glyphs/Noto Sans Italic/23040-23295.pbf new file mode 100644 index 0000000..0fc9ec7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/23040-23295.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 23040-23295 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/23296-23551.pbf b/font-glyphs/glyphs/Noto Sans Italic/23296-23551.pbf new file mode 100644 index 0000000..848b131 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/23296-23551.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 23296-23551 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/23552-23807.pbf b/font-glyphs/glyphs/Noto Sans Italic/23552-23807.pbf new file mode 100644 index 0000000..ece31cd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/23552-23807.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 23552-23807 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/23808-24063.pbf b/font-glyphs/glyphs/Noto Sans Italic/23808-24063.pbf new file mode 100644 index 0000000..42c78fe --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/23808-24063.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 23808-24063 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/24064-24319.pbf b/font-glyphs/glyphs/Noto Sans Italic/24064-24319.pbf new file mode 100644 index 0000000..f282d4e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/24064-24319.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 24064-24319 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/24320-24575.pbf b/font-glyphs/glyphs/Noto Sans Italic/24320-24575.pbf new file mode 100644 index 0000000..fdb0ab6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/24320-24575.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 24320-24575 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/24576-24831.pbf b/font-glyphs/glyphs/Noto Sans Italic/24576-24831.pbf new file mode 100644 index 0000000..d2e2849 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/24576-24831.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 24576-24831 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/24832-25087.pbf b/font-glyphs/glyphs/Noto Sans Italic/24832-25087.pbf new file mode 100644 index 0000000..00e3583 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/24832-25087.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 24832-25087 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/25088-25343.pbf b/font-glyphs/glyphs/Noto Sans Italic/25088-25343.pbf new file mode 100644 index 0000000..049a3d4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/25088-25343.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 25088-25343 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/25344-25599.pbf b/font-glyphs/glyphs/Noto Sans Italic/25344-25599.pbf new file mode 100644 index 0000000..5752e32 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/25344-25599.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 25344-25599 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/256-511.pbf b/font-glyphs/glyphs/Noto Sans Italic/256-511.pbf new file mode 100644 index 0000000..7dbd369 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/256-511.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/2560-2815.pbf b/font-glyphs/glyphs/Noto Sans Italic/2560-2815.pbf new file mode 100644 index 0000000..ffef503 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/2560-2815.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 2560-2815 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/25600-25855.pbf b/font-glyphs/glyphs/Noto Sans Italic/25600-25855.pbf new file mode 100644 index 0000000..bdee7e0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/25600-25855.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 25600-25855 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/25856-26111.pbf b/font-glyphs/glyphs/Noto Sans Italic/25856-26111.pbf new file mode 100644 index 0000000..262b77e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/25856-26111.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 25856-26111 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/26112-26367.pbf b/font-glyphs/glyphs/Noto Sans Italic/26112-26367.pbf new file mode 100644 index 0000000..24bd948 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/26112-26367.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 26112-26367 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/26368-26623.pbf b/font-glyphs/glyphs/Noto Sans Italic/26368-26623.pbf new file mode 100644 index 0000000..0df601f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/26368-26623.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 26368-26623 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/26624-26879.pbf b/font-glyphs/glyphs/Noto Sans Italic/26624-26879.pbf new file mode 100644 index 0000000..95b95fc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/26624-26879.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 26624-26879 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/26880-27135.pbf b/font-glyphs/glyphs/Noto Sans Italic/26880-27135.pbf new file mode 100644 index 0000000..8acaa4e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/26880-27135.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 26880-27135 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/27136-27391.pbf b/font-glyphs/glyphs/Noto Sans Italic/27136-27391.pbf new file mode 100644 index 0000000..298e7cd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/27136-27391.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 27136-27391 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/27392-27647.pbf b/font-glyphs/glyphs/Noto Sans Italic/27392-27647.pbf new file mode 100644 index 0000000..bfa12b9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/27392-27647.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 27392-27647 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/27648-27903.pbf b/font-glyphs/glyphs/Noto Sans Italic/27648-27903.pbf new file mode 100644 index 0000000..065b864 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/27648-27903.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 27648-27903 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/27904-28159.pbf b/font-glyphs/glyphs/Noto Sans Italic/27904-28159.pbf new file mode 100644 index 0000000..a76a2ee --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/27904-28159.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 27904-28159 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/2816-3071.pbf b/font-glyphs/glyphs/Noto Sans Italic/2816-3071.pbf new file mode 100644 index 0000000..4148d35 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/2816-3071.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 2816-3071 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/28160-28415.pbf b/font-glyphs/glyphs/Noto Sans Italic/28160-28415.pbf new file mode 100644 index 0000000..8b779af --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/28160-28415.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 28160-28415 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/28416-28671.pbf b/font-glyphs/glyphs/Noto Sans Italic/28416-28671.pbf new file mode 100644 index 0000000..113b8f9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/28416-28671.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 28416-28671 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/28672-28927.pbf b/font-glyphs/glyphs/Noto Sans Italic/28672-28927.pbf new file mode 100644 index 0000000..1c1076e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/28672-28927.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 28672-28927 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/28928-29183.pbf b/font-glyphs/glyphs/Noto Sans Italic/28928-29183.pbf new file mode 100644 index 0000000..3364699 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/28928-29183.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 28928-29183 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/29184-29439.pbf b/font-glyphs/glyphs/Noto Sans Italic/29184-29439.pbf new file mode 100644 index 0000000..0211047 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/29184-29439.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 29184-29439 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/29440-29695.pbf b/font-glyphs/glyphs/Noto Sans Italic/29440-29695.pbf new file mode 100644 index 0000000..2725f0e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/29440-29695.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 29440-29695 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/29696-29951.pbf b/font-glyphs/glyphs/Noto Sans Italic/29696-29951.pbf new file mode 100644 index 0000000..d4fa4ef --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/29696-29951.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 29696-29951 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/29952-30207.pbf b/font-glyphs/glyphs/Noto Sans Italic/29952-30207.pbf new file mode 100644 index 0000000..7754904 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/29952-30207.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 29952-30207 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/30208-30463.pbf b/font-glyphs/glyphs/Noto Sans Italic/30208-30463.pbf new file mode 100644 index 0000000..0ed03be --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/30208-30463.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 30208-30463 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/30464-30719.pbf b/font-glyphs/glyphs/Noto Sans Italic/30464-30719.pbf new file mode 100644 index 0000000..ce9b7ea --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/30464-30719.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 30464-30719 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/3072-3327.pbf b/font-glyphs/glyphs/Noto Sans Italic/3072-3327.pbf new file mode 100644 index 0000000..e407088 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/3072-3327.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 3072-3327 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/30720-30975.pbf b/font-glyphs/glyphs/Noto Sans Italic/30720-30975.pbf new file mode 100644 index 0000000..ab38523 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/30720-30975.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 30720-30975 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/30976-31231.pbf b/font-glyphs/glyphs/Noto Sans Italic/30976-31231.pbf new file mode 100644 index 0000000..30162da --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/30976-31231.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 30976-31231 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/31232-31487.pbf b/font-glyphs/glyphs/Noto Sans Italic/31232-31487.pbf new file mode 100644 index 0000000..10b829e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/31232-31487.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 31232-31487 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/31488-31743.pbf b/font-glyphs/glyphs/Noto Sans Italic/31488-31743.pbf new file mode 100644 index 0000000..c1a787f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/31488-31743.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 31488-31743 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/31744-31999.pbf b/font-glyphs/glyphs/Noto Sans Italic/31744-31999.pbf new file mode 100644 index 0000000..ec51133 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/31744-31999.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 31744-31999 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/32000-32255.pbf b/font-glyphs/glyphs/Noto Sans Italic/32000-32255.pbf new file mode 100644 index 0000000..3929788 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/32000-32255.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 32000-32255 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/32256-32511.pbf b/font-glyphs/glyphs/Noto Sans Italic/32256-32511.pbf new file mode 100644 index 0000000..d70bf14 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/32256-32511.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 32256-32511 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/32512-32767.pbf b/font-glyphs/glyphs/Noto Sans Italic/32512-32767.pbf new file mode 100644 index 0000000..9e48626 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/32512-32767.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 32512-32767 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/32768-33023.pbf b/font-glyphs/glyphs/Noto Sans Italic/32768-33023.pbf new file mode 100644 index 0000000..84205aa --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/32768-33023.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 32768-33023 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/33024-33279.pbf b/font-glyphs/glyphs/Noto Sans Italic/33024-33279.pbf new file mode 100644 index 0000000..dbbba9e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/33024-33279.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 33024-33279 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/3328-3583.pbf b/font-glyphs/glyphs/Noto Sans Italic/3328-3583.pbf new file mode 100644 index 0000000..f10dd8f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/3328-3583.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 3328-3583 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/33280-33535.pbf b/font-glyphs/glyphs/Noto Sans Italic/33280-33535.pbf new file mode 100644 index 0000000..a107683 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/33280-33535.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 33280-33535 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/33536-33791.pbf b/font-glyphs/glyphs/Noto Sans Italic/33536-33791.pbf new file mode 100644 index 0000000..1ae4d68 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/33536-33791.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 33536-33791 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/33792-34047.pbf b/font-glyphs/glyphs/Noto Sans Italic/33792-34047.pbf new file mode 100644 index 0000000..524259d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/33792-34047.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 33792-34047 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/34048-34303.pbf b/font-glyphs/glyphs/Noto Sans Italic/34048-34303.pbf new file mode 100644 index 0000000..4d7e02c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/34048-34303.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 34048-34303 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/34304-34559.pbf b/font-glyphs/glyphs/Noto Sans Italic/34304-34559.pbf new file mode 100644 index 0000000..5247938 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/34304-34559.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 34304-34559 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/34560-34815.pbf b/font-glyphs/glyphs/Noto Sans Italic/34560-34815.pbf new file mode 100644 index 0000000..0f30f92 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/34560-34815.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 34560-34815 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/34816-35071.pbf b/font-glyphs/glyphs/Noto Sans Italic/34816-35071.pbf new file mode 100644 index 0000000..af31d11 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/34816-35071.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 34816-35071 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/35072-35327.pbf b/font-glyphs/glyphs/Noto Sans Italic/35072-35327.pbf new file mode 100644 index 0000000..75efa1c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/35072-35327.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 35072-35327 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/35328-35583.pbf b/font-glyphs/glyphs/Noto Sans Italic/35328-35583.pbf new file mode 100644 index 0000000..665b33b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/35328-35583.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 35328-35583 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/35584-35839.pbf b/font-glyphs/glyphs/Noto Sans Italic/35584-35839.pbf new file mode 100644 index 0000000..76deda6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/35584-35839.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 35584-35839 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/3584-3839.pbf b/font-glyphs/glyphs/Noto Sans Italic/3584-3839.pbf new file mode 100644 index 0000000..356678c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/3584-3839.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 3584-3839 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/35840-36095.pbf b/font-glyphs/glyphs/Noto Sans Italic/35840-36095.pbf new file mode 100644 index 0000000..3963e04 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/35840-36095.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 35840-36095 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/36096-36351.pbf b/font-glyphs/glyphs/Noto Sans Italic/36096-36351.pbf new file mode 100644 index 0000000..ec80ee5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/36096-36351.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 36096-36351 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/36352-36607.pbf b/font-glyphs/glyphs/Noto Sans Italic/36352-36607.pbf new file mode 100644 index 0000000..6c82845 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/36352-36607.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 36352-36607 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/36608-36863.pbf b/font-glyphs/glyphs/Noto Sans Italic/36608-36863.pbf new file mode 100644 index 0000000..240d3cb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/36608-36863.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 36608-36863 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/36864-37119.pbf b/font-glyphs/glyphs/Noto Sans Italic/36864-37119.pbf new file mode 100644 index 0000000..baa1b57 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/36864-37119.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 36864-37119 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/37120-37375.pbf b/font-glyphs/glyphs/Noto Sans Italic/37120-37375.pbf new file mode 100644 index 0000000..c26dc91 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/37120-37375.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 37120-37375 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/37376-37631.pbf b/font-glyphs/glyphs/Noto Sans Italic/37376-37631.pbf new file mode 100644 index 0000000..beb2994 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/37376-37631.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 37376-37631 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/37632-37887.pbf b/font-glyphs/glyphs/Noto Sans Italic/37632-37887.pbf new file mode 100644 index 0000000..4e924bf --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/37632-37887.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 37632-37887 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/37888-38143.pbf b/font-glyphs/glyphs/Noto Sans Italic/37888-38143.pbf new file mode 100644 index 0000000..5d71065 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/37888-38143.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 37888-38143 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/38144-38399.pbf b/font-glyphs/glyphs/Noto Sans Italic/38144-38399.pbf new file mode 100644 index 0000000..4bc42ae --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/38144-38399.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 38144-38399 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/3840-4095.pbf b/font-glyphs/glyphs/Noto Sans Italic/3840-4095.pbf new file mode 100644 index 0000000..726e145 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/3840-4095.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 3840-4095 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/38400-38655.pbf b/font-glyphs/glyphs/Noto Sans Italic/38400-38655.pbf new file mode 100644 index 0000000..a100d9e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/38400-38655.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 38400-38655 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/38656-38911.pbf b/font-glyphs/glyphs/Noto Sans Italic/38656-38911.pbf new file mode 100644 index 0000000..8327a6e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/38656-38911.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 38656-38911 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/38912-39167.pbf b/font-glyphs/glyphs/Noto Sans Italic/38912-39167.pbf new file mode 100644 index 0000000..b9a6ca0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/38912-39167.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 38912-39167 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/39168-39423.pbf b/font-glyphs/glyphs/Noto Sans Italic/39168-39423.pbf new file mode 100644 index 0000000..ec115a6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/39168-39423.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 39168-39423 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/39424-39679.pbf b/font-glyphs/glyphs/Noto Sans Italic/39424-39679.pbf new file mode 100644 index 0000000..a74c614 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/39424-39679.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 39424-39679 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/39680-39935.pbf b/font-glyphs/glyphs/Noto Sans Italic/39680-39935.pbf new file mode 100644 index 0000000..2dfaee8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/39680-39935.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 39680-39935 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/39936-40191.pbf b/font-glyphs/glyphs/Noto Sans Italic/39936-40191.pbf new file mode 100644 index 0000000..ca3bf1f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/39936-40191.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 39936-40191 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/40192-40447.pbf b/font-glyphs/glyphs/Noto Sans Italic/40192-40447.pbf new file mode 100644 index 0000000..88a2136 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/40192-40447.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 40192-40447 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/40448-40703.pbf b/font-glyphs/glyphs/Noto Sans Italic/40448-40703.pbf new file mode 100644 index 0000000..6ee6bcc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/40448-40703.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 40448-40703 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/40704-40959.pbf b/font-glyphs/glyphs/Noto Sans Italic/40704-40959.pbf new file mode 100644 index 0000000..0a76fd2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/40704-40959.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 40704-40959 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/4096-4351.pbf b/font-glyphs/glyphs/Noto Sans Italic/4096-4351.pbf new file mode 100644 index 0000000..cf08dc7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/4096-4351.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 4096-4351 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/40960-41215.pbf b/font-glyphs/glyphs/Noto Sans Italic/40960-41215.pbf new file mode 100644 index 0000000..a5231de --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/40960-41215.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 40960-41215 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/41216-41471.pbf b/font-glyphs/glyphs/Noto Sans Italic/41216-41471.pbf new file mode 100644 index 0000000..c55bc69 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/41216-41471.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 41216-41471 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/41472-41727.pbf b/font-glyphs/glyphs/Noto Sans Italic/41472-41727.pbf new file mode 100644 index 0000000..0c02164 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/41472-41727.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 41472-41727 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/41728-41983.pbf b/font-glyphs/glyphs/Noto Sans Italic/41728-41983.pbf new file mode 100644 index 0000000..a0a2028 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/41728-41983.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 41728-41983 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/41984-42239.pbf b/font-glyphs/glyphs/Noto Sans Italic/41984-42239.pbf new file mode 100644 index 0000000..8515111 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/41984-42239.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 41984-42239 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/42240-42495.pbf b/font-glyphs/glyphs/Noto Sans Italic/42240-42495.pbf new file mode 100644 index 0000000..792c21e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/42240-42495.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 42240-42495 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/42496-42751.pbf b/font-glyphs/glyphs/Noto Sans Italic/42496-42751.pbf new file mode 100644 index 0000000..1e6df16 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/42496-42751.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 42496-42751 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/42752-43007.pbf b/font-glyphs/glyphs/Noto Sans Italic/42752-43007.pbf new file mode 100644 index 0000000..cc7942f Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/42752-43007.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/43008-43263.pbf b/font-glyphs/glyphs/Noto Sans Italic/43008-43263.pbf new file mode 100644 index 0000000..1f72146 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/43008-43263.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 43008-43263 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/43264-43519.pbf b/font-glyphs/glyphs/Noto Sans Italic/43264-43519.pbf new file mode 100644 index 0000000..fc8b827 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/43264-43519.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 43264-43519 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/4352-4607.pbf b/font-glyphs/glyphs/Noto Sans Italic/4352-4607.pbf new file mode 100644 index 0000000..a52c07e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/4352-4607.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 4352-4607 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/43520-43775.pbf b/font-glyphs/glyphs/Noto Sans Italic/43520-43775.pbf new file mode 100644 index 0000000..89219e4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/43520-43775.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 43520-43775 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/43776-44031.pbf b/font-glyphs/glyphs/Noto Sans Italic/43776-44031.pbf new file mode 100644 index 0000000..118a697 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/43776-44031.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 43776-44031 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/44032-44287.pbf b/font-glyphs/glyphs/Noto Sans Italic/44032-44287.pbf new file mode 100644 index 0000000..dbceb3a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/44032-44287.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 44032-44287 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/44288-44543.pbf b/font-glyphs/glyphs/Noto Sans Italic/44288-44543.pbf new file mode 100644 index 0000000..112a031 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/44288-44543.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 44288-44543 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/44544-44799.pbf b/font-glyphs/glyphs/Noto Sans Italic/44544-44799.pbf new file mode 100644 index 0000000..90aaad4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/44544-44799.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 44544-44799 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/44800-45055.pbf b/font-glyphs/glyphs/Noto Sans Italic/44800-45055.pbf new file mode 100644 index 0000000..28ec3a0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/44800-45055.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 44800-45055 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/45056-45311.pbf b/font-glyphs/glyphs/Noto Sans Italic/45056-45311.pbf new file mode 100644 index 0000000..0d9358e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/45056-45311.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 45056-45311 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/45312-45567.pbf b/font-glyphs/glyphs/Noto Sans Italic/45312-45567.pbf new file mode 100644 index 0000000..42b2cd1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/45312-45567.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 45312-45567 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/45568-45823.pbf b/font-glyphs/glyphs/Noto Sans Italic/45568-45823.pbf new file mode 100644 index 0000000..a9128ab --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/45568-45823.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 45568-45823 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/45824-46079.pbf b/font-glyphs/glyphs/Noto Sans Italic/45824-46079.pbf new file mode 100644 index 0000000..456b092 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/45824-46079.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 45824-46079 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/4608-4863.pbf b/font-glyphs/glyphs/Noto Sans Italic/4608-4863.pbf new file mode 100644 index 0000000..d57fc34 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/4608-4863.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 4608-4863 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/46080-46335.pbf b/font-glyphs/glyphs/Noto Sans Italic/46080-46335.pbf new file mode 100644 index 0000000..9d08b64 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/46080-46335.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 46080-46335 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/46336-46591.pbf b/font-glyphs/glyphs/Noto Sans Italic/46336-46591.pbf new file mode 100644 index 0000000..c6f4bf4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/46336-46591.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 46336-46591 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/46592-46847.pbf b/font-glyphs/glyphs/Noto Sans Italic/46592-46847.pbf new file mode 100644 index 0000000..bb9dbb3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/46592-46847.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 46592-46847 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/46848-47103.pbf b/font-glyphs/glyphs/Noto Sans Italic/46848-47103.pbf new file mode 100644 index 0000000..b9e0bbe --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/46848-47103.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 46848-47103 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/47104-47359.pbf b/font-glyphs/glyphs/Noto Sans Italic/47104-47359.pbf new file mode 100644 index 0000000..9ce53e1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/47104-47359.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 47104-47359 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/47360-47615.pbf b/font-glyphs/glyphs/Noto Sans Italic/47360-47615.pbf new file mode 100644 index 0000000..27711ad --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/47360-47615.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 47360-47615 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/47616-47871.pbf b/font-glyphs/glyphs/Noto Sans Italic/47616-47871.pbf new file mode 100644 index 0000000..2452b83 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/47616-47871.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 47616-47871 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/47872-48127.pbf b/font-glyphs/glyphs/Noto Sans Italic/47872-48127.pbf new file mode 100644 index 0000000..84e7018 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/47872-48127.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 47872-48127 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/48128-48383.pbf b/font-glyphs/glyphs/Noto Sans Italic/48128-48383.pbf new file mode 100644 index 0000000..41f9647 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/48128-48383.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 48128-48383 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/48384-48639.pbf b/font-glyphs/glyphs/Noto Sans Italic/48384-48639.pbf new file mode 100644 index 0000000..bfa3466 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/48384-48639.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 48384-48639 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/4864-5119.pbf b/font-glyphs/glyphs/Noto Sans Italic/4864-5119.pbf new file mode 100644 index 0000000..3c1ba25 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/4864-5119.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 4864-5119 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/48640-48895.pbf b/font-glyphs/glyphs/Noto Sans Italic/48640-48895.pbf new file mode 100644 index 0000000..30136f5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/48640-48895.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 48640-48895 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/48896-49151.pbf b/font-glyphs/glyphs/Noto Sans Italic/48896-49151.pbf new file mode 100644 index 0000000..61c3032 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/48896-49151.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 48896-49151 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/49152-49407.pbf b/font-glyphs/glyphs/Noto Sans Italic/49152-49407.pbf new file mode 100644 index 0000000..ceed7ff --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/49152-49407.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 49152-49407 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/49408-49663.pbf b/font-glyphs/glyphs/Noto Sans Italic/49408-49663.pbf new file mode 100644 index 0000000..8661b6a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/49408-49663.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 49408-49663 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/49664-49919.pbf b/font-glyphs/glyphs/Noto Sans Italic/49664-49919.pbf new file mode 100644 index 0000000..7835d1d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/49664-49919.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 49664-49919 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/49920-50175.pbf b/font-glyphs/glyphs/Noto Sans Italic/49920-50175.pbf new file mode 100644 index 0000000..189b614 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/49920-50175.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 49920-50175 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/50176-50431.pbf b/font-glyphs/glyphs/Noto Sans Italic/50176-50431.pbf new file mode 100644 index 0000000..ffb51d4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/50176-50431.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 50176-50431 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/50432-50687.pbf b/font-glyphs/glyphs/Noto Sans Italic/50432-50687.pbf new file mode 100644 index 0000000..b49ee2b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/50432-50687.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 50432-50687 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/50688-50943.pbf b/font-glyphs/glyphs/Noto Sans Italic/50688-50943.pbf new file mode 100644 index 0000000..be4e1bf --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/50688-50943.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 50688-50943 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/50944-51199.pbf b/font-glyphs/glyphs/Noto Sans Italic/50944-51199.pbf new file mode 100644 index 0000000..d2aea0e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/50944-51199.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 50944-51199 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/512-767.pbf b/font-glyphs/glyphs/Noto Sans Italic/512-767.pbf new file mode 100644 index 0000000..a056f5e Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/512-767.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/5120-5375.pbf b/font-glyphs/glyphs/Noto Sans Italic/5120-5375.pbf new file mode 100644 index 0000000..77808dc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/5120-5375.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 5120-5375 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/51200-51455.pbf b/font-glyphs/glyphs/Noto Sans Italic/51200-51455.pbf new file mode 100644 index 0000000..1f485fa --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/51200-51455.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 51200-51455 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/51456-51711.pbf b/font-glyphs/glyphs/Noto Sans Italic/51456-51711.pbf new file mode 100644 index 0000000..5af07ac --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/51456-51711.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 51456-51711 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/51712-51967.pbf b/font-glyphs/glyphs/Noto Sans Italic/51712-51967.pbf new file mode 100644 index 0000000..3a229bb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/51712-51967.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 51712-51967 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/51968-52223.pbf b/font-glyphs/glyphs/Noto Sans Italic/51968-52223.pbf new file mode 100644 index 0000000..1dc95df --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/51968-52223.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 51968-52223 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/52224-52479.pbf b/font-glyphs/glyphs/Noto Sans Italic/52224-52479.pbf new file mode 100644 index 0000000..282ccd7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/52224-52479.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 52224-52479 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/52480-52735.pbf b/font-glyphs/glyphs/Noto Sans Italic/52480-52735.pbf new file mode 100644 index 0000000..5860abb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/52480-52735.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 52480-52735 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/52736-52991.pbf b/font-glyphs/glyphs/Noto Sans Italic/52736-52991.pbf new file mode 100644 index 0000000..74b1f21 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/52736-52991.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 52736-52991 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/52992-53247.pbf b/font-glyphs/glyphs/Noto Sans Italic/52992-53247.pbf new file mode 100644 index 0000000..61cc52f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/52992-53247.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 52992-53247 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/53248-53503.pbf b/font-glyphs/glyphs/Noto Sans Italic/53248-53503.pbf new file mode 100644 index 0000000..7bbffee --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/53248-53503.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 53248-53503 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/53504-53759.pbf b/font-glyphs/glyphs/Noto Sans Italic/53504-53759.pbf new file mode 100644 index 0000000..1b15fcf --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/53504-53759.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 53504-53759 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/5376-5631.pbf b/font-glyphs/glyphs/Noto Sans Italic/5376-5631.pbf new file mode 100644 index 0000000..7fc0e36 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/5376-5631.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 5376-5631 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/53760-54015.pbf b/font-glyphs/glyphs/Noto Sans Italic/53760-54015.pbf new file mode 100644 index 0000000..0086e9e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/53760-54015.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 53760-54015 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/54016-54271.pbf b/font-glyphs/glyphs/Noto Sans Italic/54016-54271.pbf new file mode 100644 index 0000000..2278eb4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/54016-54271.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 54016-54271 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/54272-54527.pbf b/font-glyphs/glyphs/Noto Sans Italic/54272-54527.pbf new file mode 100644 index 0000000..5db454a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/54272-54527.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 54272-54527 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/54528-54783.pbf b/font-glyphs/glyphs/Noto Sans Italic/54528-54783.pbf new file mode 100644 index 0000000..050414e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/54528-54783.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 54528-54783 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/54784-55039.pbf b/font-glyphs/glyphs/Noto Sans Italic/54784-55039.pbf new file mode 100644 index 0000000..dfee7e9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/54784-55039.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 54784-55039 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/55040-55295.pbf b/font-glyphs/glyphs/Noto Sans Italic/55040-55295.pbf new file mode 100644 index 0000000..82fe101 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/55040-55295.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 55040-55295 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/55296-55551.pbf b/font-glyphs/glyphs/Noto Sans Italic/55296-55551.pbf new file mode 100644 index 0000000..e0b008d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/55296-55551.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 55296-55551 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/55552-55807.pbf b/font-glyphs/glyphs/Noto Sans Italic/55552-55807.pbf new file mode 100644 index 0000000..d2a5911 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/55552-55807.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 55552-55807 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/55808-56063.pbf b/font-glyphs/glyphs/Noto Sans Italic/55808-56063.pbf new file mode 100644 index 0000000..edf77b0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/55808-56063.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 55808-56063 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/56064-56319.pbf b/font-glyphs/glyphs/Noto Sans Italic/56064-56319.pbf new file mode 100644 index 0000000..ca48801 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/56064-56319.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 56064-56319 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/5632-5887.pbf b/font-glyphs/glyphs/Noto Sans Italic/5632-5887.pbf new file mode 100644 index 0000000..038a7bc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/5632-5887.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 5632-5887 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/56320-56575.pbf b/font-glyphs/glyphs/Noto Sans Italic/56320-56575.pbf new file mode 100644 index 0000000..51ebf12 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/56320-56575.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 56320-56575 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/56576-56831.pbf b/font-glyphs/glyphs/Noto Sans Italic/56576-56831.pbf new file mode 100644 index 0000000..df8c017 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/56576-56831.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 56576-56831 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/56832-57087.pbf b/font-glyphs/glyphs/Noto Sans Italic/56832-57087.pbf new file mode 100644 index 0000000..0dccc54 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/56832-57087.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 56832-57087 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/57088-57343.pbf b/font-glyphs/glyphs/Noto Sans Italic/57088-57343.pbf new file mode 100644 index 0000000..b0c41f8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/57088-57343.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 57088-57343 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/57344-57599.pbf b/font-glyphs/glyphs/Noto Sans Italic/57344-57599.pbf new file mode 100644 index 0000000..f8ba5de --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/57344-57599.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 57344-57599 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/57600-57855.pbf b/font-glyphs/glyphs/Noto Sans Italic/57600-57855.pbf new file mode 100644 index 0000000..dc8b9eb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/57600-57855.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 57600-57855 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/57856-58111.pbf b/font-glyphs/glyphs/Noto Sans Italic/57856-58111.pbf new file mode 100644 index 0000000..cc803ca --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/57856-58111.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 57856-58111 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/58112-58367.pbf b/font-glyphs/glyphs/Noto Sans Italic/58112-58367.pbf new file mode 100644 index 0000000..d1b0a89 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/58112-58367.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 58112-58367 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/58368-58623.pbf b/font-glyphs/glyphs/Noto Sans Italic/58368-58623.pbf new file mode 100644 index 0000000..dbde33c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/58368-58623.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 58368-58623 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/58624-58879.pbf b/font-glyphs/glyphs/Noto Sans Italic/58624-58879.pbf new file mode 100644 index 0000000..3ea1963 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/58624-58879.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 58624-58879 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/5888-6143.pbf b/font-glyphs/glyphs/Noto Sans Italic/5888-6143.pbf new file mode 100644 index 0000000..01812c2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/5888-6143.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 5888-6143 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/58880-59135.pbf b/font-glyphs/glyphs/Noto Sans Italic/58880-59135.pbf new file mode 100644 index 0000000..d66e3ee --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/58880-59135.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 58880-59135 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/59136-59391.pbf b/font-glyphs/glyphs/Noto Sans Italic/59136-59391.pbf new file mode 100644 index 0000000..571d6c3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/59136-59391.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 59136-59391 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/59392-59647.pbf b/font-glyphs/glyphs/Noto Sans Italic/59392-59647.pbf new file mode 100644 index 0000000..d150c0c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/59392-59647.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 59392-59647 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/59648-59903.pbf b/font-glyphs/glyphs/Noto Sans Italic/59648-59903.pbf new file mode 100644 index 0000000..9116c24 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/59648-59903.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 59648-59903 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/59904-60159.pbf b/font-glyphs/glyphs/Noto Sans Italic/59904-60159.pbf new file mode 100644 index 0000000..a68f60d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/59904-60159.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 59904-60159 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/60160-60415.pbf b/font-glyphs/glyphs/Noto Sans Italic/60160-60415.pbf new file mode 100644 index 0000000..383ee51 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/60160-60415.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 60160-60415 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/60416-60671.pbf b/font-glyphs/glyphs/Noto Sans Italic/60416-60671.pbf new file mode 100644 index 0000000..f222f2e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/60416-60671.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 60416-60671 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/60672-60927.pbf b/font-glyphs/glyphs/Noto Sans Italic/60672-60927.pbf new file mode 100644 index 0000000..e9b7ad7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/60672-60927.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 60672-60927 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/60928-61183.pbf b/font-glyphs/glyphs/Noto Sans Italic/60928-61183.pbf new file mode 100644 index 0000000..db757f4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/60928-61183.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 60928-61183 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/61184-61439.pbf b/font-glyphs/glyphs/Noto Sans Italic/61184-61439.pbf new file mode 100644 index 0000000..56c37ec --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/61184-61439.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 61184-61439 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/6144-6399.pbf b/font-glyphs/glyphs/Noto Sans Italic/6144-6399.pbf new file mode 100644 index 0000000..31a4507 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/6144-6399.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 6144-6399 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/61440-61695.pbf b/font-glyphs/glyphs/Noto Sans Italic/61440-61695.pbf new file mode 100644 index 0000000..a27c1db --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/61440-61695.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 61440-61695 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/61696-61951.pbf b/font-glyphs/glyphs/Noto Sans Italic/61696-61951.pbf new file mode 100644 index 0000000..e6b88de --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/61696-61951.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 61696-61951 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/61952-62207.pbf b/font-glyphs/glyphs/Noto Sans Italic/61952-62207.pbf new file mode 100644 index 0000000..6e046e1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/61952-62207.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 61952-62207 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/62208-62463.pbf b/font-glyphs/glyphs/Noto Sans Italic/62208-62463.pbf new file mode 100644 index 0000000..4ebc4e4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/62208-62463.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 62208-62463 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/62464-62719.pbf b/font-glyphs/glyphs/Noto Sans Italic/62464-62719.pbf new file mode 100644 index 0000000..2293257 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/62464-62719.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 62464-62719 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/62720-62975.pbf b/font-glyphs/glyphs/Noto Sans Italic/62720-62975.pbf new file mode 100644 index 0000000..578d425 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/62720-62975.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 62720-62975 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/62976-63231.pbf b/font-glyphs/glyphs/Noto Sans Italic/62976-63231.pbf new file mode 100644 index 0000000..f80c97b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/62976-63231.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 62976-63231 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/63232-63487.pbf b/font-glyphs/glyphs/Noto Sans Italic/63232-63487.pbf new file mode 100644 index 0000000..dcc6d09 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/63232-63487.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 63232-63487 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/63488-63743.pbf b/font-glyphs/glyphs/Noto Sans Italic/63488-63743.pbf new file mode 100644 index 0000000..65506aa --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/63488-63743.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 63488-63743 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/63744-63999.pbf b/font-glyphs/glyphs/Noto Sans Italic/63744-63999.pbf new file mode 100644 index 0000000..b488e8b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/63744-63999.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 63744-63999 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/6400-6655.pbf b/font-glyphs/glyphs/Noto Sans Italic/6400-6655.pbf new file mode 100644 index 0000000..c7deb95 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/6400-6655.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 6400-6655 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/64000-64255.pbf b/font-glyphs/glyphs/Noto Sans Italic/64000-64255.pbf new file mode 100644 index 0000000..0fb48d8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/64000-64255.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 64000-64255 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/64256-64511.pbf b/font-glyphs/glyphs/Noto Sans Italic/64256-64511.pbf new file mode 100644 index 0000000..4a587d9 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/64256-64511.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/64512-64767.pbf b/font-glyphs/glyphs/Noto Sans Italic/64512-64767.pbf new file mode 100644 index 0000000..c2d4562 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/64512-64767.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 64512-64767 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/64768-65023.pbf b/font-glyphs/glyphs/Noto Sans Italic/64768-65023.pbf new file mode 100644 index 0000000..e0f2e5b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/64768-65023.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 64768-65023 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/65024-65279.pbf b/font-glyphs/glyphs/Noto Sans Italic/65024-65279.pbf new file mode 100644 index 0000000..9704bea Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/65024-65279.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/65280-65535.pbf b/font-glyphs/glyphs/Noto Sans Italic/65280-65535.pbf new file mode 100644 index 0000000..388f433 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/65280-65535.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/6656-6911.pbf b/font-glyphs/glyphs/Noto Sans Italic/6656-6911.pbf new file mode 100644 index 0000000..fac3b10 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/6656-6911.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 6656-6911 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/6912-7167.pbf b/font-glyphs/glyphs/Noto Sans Italic/6912-7167.pbf new file mode 100644 index 0000000..82fb745 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/6912-7167.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 6912-7167 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/7168-7423.pbf b/font-glyphs/glyphs/Noto Sans Italic/7168-7423.pbf new file mode 100644 index 0000000..c594c19 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/7168-7423.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 7168-7423 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/7424-7679.pbf b/font-glyphs/glyphs/Noto Sans Italic/7424-7679.pbf new file mode 100644 index 0000000..bdffee1 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/7424-7679.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/768-1023.pbf b/font-glyphs/glyphs/Noto Sans Italic/768-1023.pbf new file mode 100644 index 0000000..1561a0f Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/768-1023.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/7680-7935.pbf b/font-glyphs/glyphs/Noto Sans Italic/7680-7935.pbf new file mode 100644 index 0000000..b973f56 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/7680-7935.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/7936-8191.pbf b/font-glyphs/glyphs/Noto Sans Italic/7936-8191.pbf new file mode 100644 index 0000000..85f32c6 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/7936-8191.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/8192-8447.pbf b/font-glyphs/glyphs/Noto Sans Italic/8192-8447.pbf new file mode 100644 index 0000000..239cc0f Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/8192-8447.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/8448-8703.pbf b/font-glyphs/glyphs/Noto Sans Italic/8448-8703.pbf new file mode 100644 index 0000000..10ce63e Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/8448-8703.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/8704-8959.pbf b/font-glyphs/glyphs/Noto Sans Italic/8704-8959.pbf new file mode 100644 index 0000000..e2cda67 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/8704-8959.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/8960-9215.pbf b/font-glyphs/glyphs/Noto Sans Italic/8960-9215.pbf new file mode 100644 index 0000000..b9ccc55 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/8960-9215.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/9216-9471.pbf b/font-glyphs/glyphs/Noto Sans Italic/9216-9471.pbf new file mode 100644 index 0000000..8e3a2ad --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/9216-9471.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Italic 9216-9471 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Italic/9472-9727.pbf b/font-glyphs/glyphs/Noto Sans Italic/9472-9727.pbf new file mode 100644 index 0000000..22db9b0 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/9472-9727.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/9728-9983.pbf b/font-glyphs/glyphs/Noto Sans Italic/9728-9983.pbf new file mode 100644 index 0000000..6161da1 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Italic/9728-9983.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Italic/9984-10239.pbf b/font-glyphs/glyphs/Noto Sans Italic/9984-10239.pbf new file mode 100644 index 0000000..9cecf28 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Italic/9984-10239.pbf @@ -0,0 +1,4 @@ + + +Noto Sans Italic +9984-10239 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/0-255.pbf b/font-glyphs/glyphs/Noto Sans Regular/0-255.pbf new file mode 100644 index 0000000..78e18c8 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/0-255.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/1024-1279.pbf b/font-glyphs/glyphs/Noto Sans Regular/1024-1279.pbf new file mode 100644 index 0000000..9883352 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/1024-1279.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/10240-10495.pbf b/font-glyphs/glyphs/Noto Sans Regular/10240-10495.pbf new file mode 100644 index 0000000..d2d5e44 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/10240-10495.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 10240-10495 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/10496-10751.pbf b/font-glyphs/glyphs/Noto Sans Regular/10496-10751.pbf new file mode 100644 index 0000000..501978e Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/10496-10751.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/10752-11007.pbf b/font-glyphs/glyphs/Noto Sans Regular/10752-11007.pbf new file mode 100644 index 0000000..8db94d9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/10752-11007.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 10752-11007 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/11008-11263.pbf b/font-glyphs/glyphs/Noto Sans Regular/11008-11263.pbf new file mode 100644 index 0000000..d1fcf3d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/11008-11263.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 11008-11263 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/11264-11519.pbf b/font-glyphs/glyphs/Noto Sans Regular/11264-11519.pbf new file mode 100644 index 0000000..282eaaf Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/11264-11519.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/11520-11775.pbf b/font-glyphs/glyphs/Noto Sans Regular/11520-11775.pbf new file mode 100644 index 0000000..3b3cb47 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/11520-11775.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 11520-11775 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/11776-12031.pbf b/font-glyphs/glyphs/Noto Sans Regular/11776-12031.pbf new file mode 100644 index 0000000..28d2ac6 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/11776-12031.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/12032-12287.pbf b/font-glyphs/glyphs/Noto Sans Regular/12032-12287.pbf new file mode 100644 index 0000000..156a66b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/12032-12287.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 12032-12287 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/12288-12543.pbf b/font-glyphs/glyphs/Noto Sans Regular/12288-12543.pbf new file mode 100644 index 0000000..f0f721a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/12288-12543.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 12288-12543 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/12544-12799.pbf b/font-glyphs/glyphs/Noto Sans Regular/12544-12799.pbf new file mode 100644 index 0000000..9263778 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/12544-12799.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 12544-12799 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/1280-1535.pbf b/font-glyphs/glyphs/Noto Sans Regular/1280-1535.pbf new file mode 100644 index 0000000..ac260ab Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/1280-1535.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/12800-13055.pbf b/font-glyphs/glyphs/Noto Sans Regular/12800-13055.pbf new file mode 100644 index 0000000..ac25d7a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/12800-13055.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 12800-13055 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/13056-13311.pbf b/font-glyphs/glyphs/Noto Sans Regular/13056-13311.pbf new file mode 100644 index 0000000..13e418b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/13056-13311.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 13056-13311 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/13312-13567.pbf b/font-glyphs/glyphs/Noto Sans Regular/13312-13567.pbf new file mode 100644 index 0000000..ff13e03 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/13312-13567.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 13312-13567 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/13568-13823.pbf b/font-glyphs/glyphs/Noto Sans Regular/13568-13823.pbf new file mode 100644 index 0000000..86278c1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/13568-13823.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 13568-13823 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/13824-14079.pbf b/font-glyphs/glyphs/Noto Sans Regular/13824-14079.pbf new file mode 100644 index 0000000..70b0ac2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/13824-14079.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 13824-14079 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/14080-14335.pbf b/font-glyphs/glyphs/Noto Sans Regular/14080-14335.pbf new file mode 100644 index 0000000..d35a712 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/14080-14335.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 14080-14335 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/14336-14591.pbf b/font-glyphs/glyphs/Noto Sans Regular/14336-14591.pbf new file mode 100644 index 0000000..45909b1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/14336-14591.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 14336-14591 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/14592-14847.pbf b/font-glyphs/glyphs/Noto Sans Regular/14592-14847.pbf new file mode 100644 index 0000000..793de65 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/14592-14847.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 14592-14847 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/14848-15103.pbf b/font-glyphs/glyphs/Noto Sans Regular/14848-15103.pbf new file mode 100644 index 0000000..87b9650 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/14848-15103.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 14848-15103 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/15104-15359.pbf b/font-glyphs/glyphs/Noto Sans Regular/15104-15359.pbf new file mode 100644 index 0000000..787fce8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/15104-15359.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 15104-15359 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/1536-1791.pbf b/font-glyphs/glyphs/Noto Sans Regular/1536-1791.pbf new file mode 100644 index 0000000..2b91f88 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/1536-1791.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 1536-1791 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/15360-15615.pbf b/font-glyphs/glyphs/Noto Sans Regular/15360-15615.pbf new file mode 100644 index 0000000..21f1664 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/15360-15615.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 15360-15615 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/15616-15871.pbf b/font-glyphs/glyphs/Noto Sans Regular/15616-15871.pbf new file mode 100644 index 0000000..d678d2e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/15616-15871.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 15616-15871 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/15872-16127.pbf b/font-glyphs/glyphs/Noto Sans Regular/15872-16127.pbf new file mode 100644 index 0000000..f1f4074 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/15872-16127.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 15872-16127 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/16128-16383.pbf b/font-glyphs/glyphs/Noto Sans Regular/16128-16383.pbf new file mode 100644 index 0000000..9656a9e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/16128-16383.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 16128-16383 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/16384-16639.pbf b/font-glyphs/glyphs/Noto Sans Regular/16384-16639.pbf new file mode 100644 index 0000000..e0e011e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/16384-16639.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 16384-16639 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/16640-16895.pbf b/font-glyphs/glyphs/Noto Sans Regular/16640-16895.pbf new file mode 100644 index 0000000..8c39286 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/16640-16895.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 16640-16895 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/16896-17151.pbf b/font-glyphs/glyphs/Noto Sans Regular/16896-17151.pbf new file mode 100644 index 0000000..5b96f8b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/16896-17151.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 16896-17151 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/17152-17407.pbf b/font-glyphs/glyphs/Noto Sans Regular/17152-17407.pbf new file mode 100644 index 0000000..e5704d2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/17152-17407.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 17152-17407 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/17408-17663.pbf b/font-glyphs/glyphs/Noto Sans Regular/17408-17663.pbf new file mode 100644 index 0000000..2f01888 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/17408-17663.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 17408-17663 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/17664-17919.pbf b/font-glyphs/glyphs/Noto Sans Regular/17664-17919.pbf new file mode 100644 index 0000000..22b7ccc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/17664-17919.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 17664-17919 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/1792-2047.pbf b/font-glyphs/glyphs/Noto Sans Regular/1792-2047.pbf new file mode 100644 index 0000000..377c252 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/1792-2047.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 1792-2047 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/17920-18175.pbf b/font-glyphs/glyphs/Noto Sans Regular/17920-18175.pbf new file mode 100644 index 0000000..ad08e6b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/17920-18175.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 17920-18175 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/18176-18431.pbf b/font-glyphs/glyphs/Noto Sans Regular/18176-18431.pbf new file mode 100644 index 0000000..9b43ff2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/18176-18431.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 18176-18431 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/18432-18687.pbf b/font-glyphs/glyphs/Noto Sans Regular/18432-18687.pbf new file mode 100644 index 0000000..26fef1d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/18432-18687.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 18432-18687 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/18688-18943.pbf b/font-glyphs/glyphs/Noto Sans Regular/18688-18943.pbf new file mode 100644 index 0000000..0bfe6bf --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/18688-18943.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 18688-18943 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/18944-19199.pbf b/font-glyphs/glyphs/Noto Sans Regular/18944-19199.pbf new file mode 100644 index 0000000..36cce12 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/18944-19199.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 18944-19199 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/19200-19455.pbf b/font-glyphs/glyphs/Noto Sans Regular/19200-19455.pbf new file mode 100644 index 0000000..d9a9c89 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/19200-19455.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 19200-19455 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/19456-19711.pbf b/font-glyphs/glyphs/Noto Sans Regular/19456-19711.pbf new file mode 100644 index 0000000..09a4173 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/19456-19711.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 19456-19711 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/19712-19967.pbf b/font-glyphs/glyphs/Noto Sans Regular/19712-19967.pbf new file mode 100644 index 0000000..e39d17d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/19712-19967.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 19712-19967 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/19968-20223.pbf b/font-glyphs/glyphs/Noto Sans Regular/19968-20223.pbf new file mode 100644 index 0000000..1806932 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/19968-20223.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 19968-20223 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/20224-20479.pbf b/font-glyphs/glyphs/Noto Sans Regular/20224-20479.pbf new file mode 100644 index 0000000..a3cacd5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/20224-20479.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 20224-20479 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/2048-2303.pbf b/font-glyphs/glyphs/Noto Sans Regular/2048-2303.pbf new file mode 100644 index 0000000..9450f75 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/2048-2303.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 2048-2303 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/20480-20735.pbf b/font-glyphs/glyphs/Noto Sans Regular/20480-20735.pbf new file mode 100644 index 0000000..981bbad --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/20480-20735.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 20480-20735 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/20736-20991.pbf b/font-glyphs/glyphs/Noto Sans Regular/20736-20991.pbf new file mode 100644 index 0000000..a8c43e4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/20736-20991.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 20736-20991 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/20992-21247.pbf b/font-glyphs/glyphs/Noto Sans Regular/20992-21247.pbf new file mode 100644 index 0000000..189dc16 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/20992-21247.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 20992-21247 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/21248-21503.pbf b/font-glyphs/glyphs/Noto Sans Regular/21248-21503.pbf new file mode 100644 index 0000000..ef8507e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/21248-21503.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 21248-21503 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/21504-21759.pbf b/font-glyphs/glyphs/Noto Sans Regular/21504-21759.pbf new file mode 100644 index 0000000..26674a5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/21504-21759.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 21504-21759 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/21760-22015.pbf b/font-glyphs/glyphs/Noto Sans Regular/21760-22015.pbf new file mode 100644 index 0000000..ebdc959 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/21760-22015.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 21760-22015 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/22016-22271.pbf b/font-glyphs/glyphs/Noto Sans Regular/22016-22271.pbf new file mode 100644 index 0000000..4b4a1c8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/22016-22271.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 22016-22271 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/22272-22527.pbf b/font-glyphs/glyphs/Noto Sans Regular/22272-22527.pbf new file mode 100644 index 0000000..583a683 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/22272-22527.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 22272-22527 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/22528-22783.pbf b/font-glyphs/glyphs/Noto Sans Regular/22528-22783.pbf new file mode 100644 index 0000000..5137eac --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/22528-22783.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 22528-22783 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/22784-23039.pbf b/font-glyphs/glyphs/Noto Sans Regular/22784-23039.pbf new file mode 100644 index 0000000..81e817b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/22784-23039.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 22784-23039 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/2304-2559.pbf b/font-glyphs/glyphs/Noto Sans Regular/2304-2559.pbf new file mode 100644 index 0000000..6061839 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/2304-2559.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 2304-2559 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/23040-23295.pbf b/font-glyphs/glyphs/Noto Sans Regular/23040-23295.pbf new file mode 100644 index 0000000..55d5ed6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/23040-23295.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 23040-23295 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/23296-23551.pbf b/font-glyphs/glyphs/Noto Sans Regular/23296-23551.pbf new file mode 100644 index 0000000..b96081c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/23296-23551.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 23296-23551 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/23552-23807.pbf b/font-glyphs/glyphs/Noto Sans Regular/23552-23807.pbf new file mode 100644 index 0000000..e1833d7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/23552-23807.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 23552-23807 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/23808-24063.pbf b/font-glyphs/glyphs/Noto Sans Regular/23808-24063.pbf new file mode 100644 index 0000000..e00969f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/23808-24063.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 23808-24063 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/24064-24319.pbf b/font-glyphs/glyphs/Noto Sans Regular/24064-24319.pbf new file mode 100644 index 0000000..a65734e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/24064-24319.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 24064-24319 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/24320-24575.pbf b/font-glyphs/glyphs/Noto Sans Regular/24320-24575.pbf new file mode 100644 index 0000000..58c02a6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/24320-24575.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 24320-24575 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/24576-24831.pbf b/font-glyphs/glyphs/Noto Sans Regular/24576-24831.pbf new file mode 100644 index 0000000..99cab08 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/24576-24831.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 24576-24831 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/24832-25087.pbf b/font-glyphs/glyphs/Noto Sans Regular/24832-25087.pbf new file mode 100644 index 0000000..bcdacb3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/24832-25087.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 24832-25087 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/25088-25343.pbf b/font-glyphs/glyphs/Noto Sans Regular/25088-25343.pbf new file mode 100644 index 0000000..44eeeb1 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/25088-25343.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 25088-25343 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/25344-25599.pbf b/font-glyphs/glyphs/Noto Sans Regular/25344-25599.pbf new file mode 100644 index 0000000..2fd29db --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/25344-25599.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 25344-25599 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/256-511.pbf b/font-glyphs/glyphs/Noto Sans Regular/256-511.pbf new file mode 100644 index 0000000..9331bf9 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/256-511.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/2560-2815.pbf b/font-glyphs/glyphs/Noto Sans Regular/2560-2815.pbf new file mode 100644 index 0000000..33ad2ea --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/2560-2815.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 2560-2815 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/25600-25855.pbf b/font-glyphs/glyphs/Noto Sans Regular/25600-25855.pbf new file mode 100644 index 0000000..c5606c9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/25600-25855.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 25600-25855 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/25856-26111.pbf b/font-glyphs/glyphs/Noto Sans Regular/25856-26111.pbf new file mode 100644 index 0000000..80b6eed --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/25856-26111.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 25856-26111 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/26112-26367.pbf b/font-glyphs/glyphs/Noto Sans Regular/26112-26367.pbf new file mode 100644 index 0000000..05521ae --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/26112-26367.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 26112-26367 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/26368-26623.pbf b/font-glyphs/glyphs/Noto Sans Regular/26368-26623.pbf new file mode 100644 index 0000000..e751e55 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/26368-26623.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 26368-26623 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/26624-26879.pbf b/font-glyphs/glyphs/Noto Sans Regular/26624-26879.pbf new file mode 100644 index 0000000..a4cbbfd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/26624-26879.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 26624-26879 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/26880-27135.pbf b/font-glyphs/glyphs/Noto Sans Regular/26880-27135.pbf new file mode 100644 index 0000000..5ddf830 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/26880-27135.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 26880-27135 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/27136-27391.pbf b/font-glyphs/glyphs/Noto Sans Regular/27136-27391.pbf new file mode 100644 index 0000000..734a48b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/27136-27391.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 27136-27391 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/27392-27647.pbf b/font-glyphs/glyphs/Noto Sans Regular/27392-27647.pbf new file mode 100644 index 0000000..d29b5e5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/27392-27647.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 27392-27647 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/27648-27903.pbf b/font-glyphs/glyphs/Noto Sans Regular/27648-27903.pbf new file mode 100644 index 0000000..e5e92ac --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/27648-27903.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 27648-27903 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/27904-28159.pbf b/font-glyphs/glyphs/Noto Sans Regular/27904-28159.pbf new file mode 100644 index 0000000..5605e7a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/27904-28159.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 27904-28159 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/2816-3071.pbf b/font-glyphs/glyphs/Noto Sans Regular/2816-3071.pbf new file mode 100644 index 0000000..44a8fd2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/2816-3071.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 2816-3071 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/28160-28415.pbf b/font-glyphs/glyphs/Noto Sans Regular/28160-28415.pbf new file mode 100644 index 0000000..301c121 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/28160-28415.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 28160-28415 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/28416-28671.pbf b/font-glyphs/glyphs/Noto Sans Regular/28416-28671.pbf new file mode 100644 index 0000000..78d3adc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/28416-28671.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 28416-28671 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/28672-28927.pbf b/font-glyphs/glyphs/Noto Sans Regular/28672-28927.pbf new file mode 100644 index 0000000..15fc099 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/28672-28927.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 28672-28927 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/28928-29183.pbf b/font-glyphs/glyphs/Noto Sans Regular/28928-29183.pbf new file mode 100644 index 0000000..9d3ba3d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/28928-29183.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 28928-29183 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/29184-29439.pbf b/font-glyphs/glyphs/Noto Sans Regular/29184-29439.pbf new file mode 100644 index 0000000..019dffb --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/29184-29439.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 29184-29439 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/29440-29695.pbf b/font-glyphs/glyphs/Noto Sans Regular/29440-29695.pbf new file mode 100644 index 0000000..01d1484 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/29440-29695.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 29440-29695 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/29696-29951.pbf b/font-glyphs/glyphs/Noto Sans Regular/29696-29951.pbf new file mode 100644 index 0000000..63bbdb6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/29696-29951.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 29696-29951 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/29952-30207.pbf b/font-glyphs/glyphs/Noto Sans Regular/29952-30207.pbf new file mode 100644 index 0000000..091956e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/29952-30207.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 29952-30207 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/30208-30463.pbf b/font-glyphs/glyphs/Noto Sans Regular/30208-30463.pbf new file mode 100644 index 0000000..61cc776 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/30208-30463.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 30208-30463 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/30464-30719.pbf b/font-glyphs/glyphs/Noto Sans Regular/30464-30719.pbf new file mode 100644 index 0000000..9bc462f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/30464-30719.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 30464-30719 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/3072-3327.pbf b/font-glyphs/glyphs/Noto Sans Regular/3072-3327.pbf new file mode 100644 index 0000000..c3feb45 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/3072-3327.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 3072-3327 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/30720-30975.pbf b/font-glyphs/glyphs/Noto Sans Regular/30720-30975.pbf new file mode 100644 index 0000000..f07aa94 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/30720-30975.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 30720-30975 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/30976-31231.pbf b/font-glyphs/glyphs/Noto Sans Regular/30976-31231.pbf new file mode 100644 index 0000000..99baacc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/30976-31231.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 30976-31231 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/31232-31487.pbf b/font-glyphs/glyphs/Noto Sans Regular/31232-31487.pbf new file mode 100644 index 0000000..df0da1b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/31232-31487.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 31232-31487 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/31488-31743.pbf b/font-glyphs/glyphs/Noto Sans Regular/31488-31743.pbf new file mode 100644 index 0000000..8ae2b38 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/31488-31743.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 31488-31743 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/31744-31999.pbf b/font-glyphs/glyphs/Noto Sans Regular/31744-31999.pbf new file mode 100644 index 0000000..a4e5eea --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/31744-31999.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 31744-31999 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/32000-32255.pbf b/font-glyphs/glyphs/Noto Sans Regular/32000-32255.pbf new file mode 100644 index 0000000..4408b27 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/32000-32255.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 32000-32255 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/32256-32511.pbf b/font-glyphs/glyphs/Noto Sans Regular/32256-32511.pbf new file mode 100644 index 0000000..31dcbf0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/32256-32511.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 32256-32511 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/32512-32767.pbf b/font-glyphs/glyphs/Noto Sans Regular/32512-32767.pbf new file mode 100644 index 0000000..945a749 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/32512-32767.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 32512-32767 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/32768-33023.pbf b/font-glyphs/glyphs/Noto Sans Regular/32768-33023.pbf new file mode 100644 index 0000000..bbd2675 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/32768-33023.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 32768-33023 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/33024-33279.pbf b/font-glyphs/glyphs/Noto Sans Regular/33024-33279.pbf new file mode 100644 index 0000000..f213ece --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/33024-33279.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 33024-33279 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/3328-3583.pbf b/font-glyphs/glyphs/Noto Sans Regular/3328-3583.pbf new file mode 100644 index 0000000..4446b19 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/3328-3583.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 3328-3583 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/33280-33535.pbf b/font-glyphs/glyphs/Noto Sans Regular/33280-33535.pbf new file mode 100644 index 0000000..274cbfe --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/33280-33535.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 33280-33535 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/33536-33791.pbf b/font-glyphs/glyphs/Noto Sans Regular/33536-33791.pbf new file mode 100644 index 0000000..20fdc05 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/33536-33791.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 33536-33791 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/33792-34047.pbf b/font-glyphs/glyphs/Noto Sans Regular/33792-34047.pbf new file mode 100644 index 0000000..89d3287 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/33792-34047.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 33792-34047 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/34048-34303.pbf b/font-glyphs/glyphs/Noto Sans Regular/34048-34303.pbf new file mode 100644 index 0000000..6c8a469 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/34048-34303.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 34048-34303 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/34304-34559.pbf b/font-glyphs/glyphs/Noto Sans Regular/34304-34559.pbf new file mode 100644 index 0000000..82b5ccf --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/34304-34559.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 34304-34559 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/34560-34815.pbf b/font-glyphs/glyphs/Noto Sans Regular/34560-34815.pbf new file mode 100644 index 0000000..4966f17 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/34560-34815.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 34560-34815 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/34816-35071.pbf b/font-glyphs/glyphs/Noto Sans Regular/34816-35071.pbf new file mode 100644 index 0000000..42a1a37 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/34816-35071.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 34816-35071 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/35072-35327.pbf b/font-glyphs/glyphs/Noto Sans Regular/35072-35327.pbf new file mode 100644 index 0000000..74adc73 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/35072-35327.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 35072-35327 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/35328-35583.pbf b/font-glyphs/glyphs/Noto Sans Regular/35328-35583.pbf new file mode 100644 index 0000000..6f89359 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/35328-35583.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 35328-35583 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/35584-35839.pbf b/font-glyphs/glyphs/Noto Sans Regular/35584-35839.pbf new file mode 100644 index 0000000..14dd1f0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/35584-35839.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 35584-35839 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/3584-3839.pbf b/font-glyphs/glyphs/Noto Sans Regular/3584-3839.pbf new file mode 100644 index 0000000..7cdbca5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/3584-3839.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 3584-3839 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/35840-36095.pbf b/font-glyphs/glyphs/Noto Sans Regular/35840-36095.pbf new file mode 100644 index 0000000..155313b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/35840-36095.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 35840-36095 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/36096-36351.pbf b/font-glyphs/glyphs/Noto Sans Regular/36096-36351.pbf new file mode 100644 index 0000000..4f6f949 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/36096-36351.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 36096-36351 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/36352-36607.pbf b/font-glyphs/glyphs/Noto Sans Regular/36352-36607.pbf new file mode 100644 index 0000000..1274e2a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/36352-36607.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 36352-36607 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/36608-36863.pbf b/font-glyphs/glyphs/Noto Sans Regular/36608-36863.pbf new file mode 100644 index 0000000..89b6027 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/36608-36863.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 36608-36863 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/36864-37119.pbf b/font-glyphs/glyphs/Noto Sans Regular/36864-37119.pbf new file mode 100644 index 0000000..422920e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/36864-37119.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 36864-37119 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/37120-37375.pbf b/font-glyphs/glyphs/Noto Sans Regular/37120-37375.pbf new file mode 100644 index 0000000..8a484cc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/37120-37375.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 37120-37375 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/37376-37631.pbf b/font-glyphs/glyphs/Noto Sans Regular/37376-37631.pbf new file mode 100644 index 0000000..a249485 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/37376-37631.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 37376-37631 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/37632-37887.pbf b/font-glyphs/glyphs/Noto Sans Regular/37632-37887.pbf new file mode 100644 index 0000000..ba3751d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/37632-37887.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 37632-37887 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/37888-38143.pbf b/font-glyphs/glyphs/Noto Sans Regular/37888-38143.pbf new file mode 100644 index 0000000..08f8388 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/37888-38143.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 37888-38143 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/38144-38399.pbf b/font-glyphs/glyphs/Noto Sans Regular/38144-38399.pbf new file mode 100644 index 0000000..856bef2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/38144-38399.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 38144-38399 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/3840-4095.pbf b/font-glyphs/glyphs/Noto Sans Regular/3840-4095.pbf new file mode 100644 index 0000000..60c3821 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/3840-4095.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 3840-4095 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/38400-38655.pbf b/font-glyphs/glyphs/Noto Sans Regular/38400-38655.pbf new file mode 100644 index 0000000..13a58d3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/38400-38655.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 38400-38655 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/38656-38911.pbf b/font-glyphs/glyphs/Noto Sans Regular/38656-38911.pbf new file mode 100644 index 0000000..dce693f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/38656-38911.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 38656-38911 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/38912-39167.pbf b/font-glyphs/glyphs/Noto Sans Regular/38912-39167.pbf new file mode 100644 index 0000000..d51ad3e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/38912-39167.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 38912-39167 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/39168-39423.pbf b/font-glyphs/glyphs/Noto Sans Regular/39168-39423.pbf new file mode 100644 index 0000000..e12d8e2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/39168-39423.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 39168-39423 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/39424-39679.pbf b/font-glyphs/glyphs/Noto Sans Regular/39424-39679.pbf new file mode 100644 index 0000000..4b46ea4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/39424-39679.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 39424-39679 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/39680-39935.pbf b/font-glyphs/glyphs/Noto Sans Regular/39680-39935.pbf new file mode 100644 index 0000000..8a39eb5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/39680-39935.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 39680-39935 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/39936-40191.pbf b/font-glyphs/glyphs/Noto Sans Regular/39936-40191.pbf new file mode 100644 index 0000000..0990ace --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/39936-40191.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 39936-40191 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/40192-40447.pbf b/font-glyphs/glyphs/Noto Sans Regular/40192-40447.pbf new file mode 100644 index 0000000..9f5bbaa --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/40192-40447.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 40192-40447 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/40448-40703.pbf b/font-glyphs/glyphs/Noto Sans Regular/40448-40703.pbf new file mode 100644 index 0000000..ead7da4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/40448-40703.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 40448-40703 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/40704-40959.pbf b/font-glyphs/glyphs/Noto Sans Regular/40704-40959.pbf new file mode 100644 index 0000000..99253c3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/40704-40959.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 40704-40959 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/4096-4351.pbf b/font-glyphs/glyphs/Noto Sans Regular/4096-4351.pbf new file mode 100644 index 0000000..75480af --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/4096-4351.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 4096-4351 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/40960-41215.pbf b/font-glyphs/glyphs/Noto Sans Regular/40960-41215.pbf new file mode 100644 index 0000000..f4f9f96 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/40960-41215.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 40960-41215 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/41216-41471.pbf b/font-glyphs/glyphs/Noto Sans Regular/41216-41471.pbf new file mode 100644 index 0000000..bee774c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/41216-41471.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 41216-41471 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/41472-41727.pbf b/font-glyphs/glyphs/Noto Sans Regular/41472-41727.pbf new file mode 100644 index 0000000..e1cc595 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/41472-41727.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 41472-41727 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/41728-41983.pbf b/font-glyphs/glyphs/Noto Sans Regular/41728-41983.pbf new file mode 100644 index 0000000..f248763 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/41728-41983.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 41728-41983 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/41984-42239.pbf b/font-glyphs/glyphs/Noto Sans Regular/41984-42239.pbf new file mode 100644 index 0000000..5dec3a0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/41984-42239.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 41984-42239 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/42240-42495.pbf b/font-glyphs/glyphs/Noto Sans Regular/42240-42495.pbf new file mode 100644 index 0000000..6fdfc14 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/42240-42495.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 42240-42495 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/42496-42751.pbf b/font-glyphs/glyphs/Noto Sans Regular/42496-42751.pbf new file mode 100644 index 0000000..9482b98 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/42496-42751.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 42496-42751 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/42752-43007.pbf b/font-glyphs/glyphs/Noto Sans Regular/42752-43007.pbf new file mode 100644 index 0000000..52b8f7c Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/42752-43007.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/43008-43263.pbf b/font-glyphs/glyphs/Noto Sans Regular/43008-43263.pbf new file mode 100644 index 0000000..f68c752 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/43008-43263.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 43008-43263 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/43264-43519.pbf b/font-glyphs/glyphs/Noto Sans Regular/43264-43519.pbf new file mode 100644 index 0000000..2cbd7d0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/43264-43519.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 43264-43519 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/4352-4607.pbf b/font-glyphs/glyphs/Noto Sans Regular/4352-4607.pbf new file mode 100644 index 0000000..5a6e0ec --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/4352-4607.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 4352-4607 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/43520-43775.pbf b/font-glyphs/glyphs/Noto Sans Regular/43520-43775.pbf new file mode 100644 index 0000000..e5b29e5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/43520-43775.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 43520-43775 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/43776-44031.pbf b/font-glyphs/glyphs/Noto Sans Regular/43776-44031.pbf new file mode 100644 index 0000000..0ad4101 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/43776-44031.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 43776-44031 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/44032-44287.pbf b/font-glyphs/glyphs/Noto Sans Regular/44032-44287.pbf new file mode 100644 index 0000000..5725d87 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/44032-44287.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 44032-44287 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/44288-44543.pbf b/font-glyphs/glyphs/Noto Sans Regular/44288-44543.pbf new file mode 100644 index 0000000..f8eaf91 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/44288-44543.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 44288-44543 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/44544-44799.pbf b/font-glyphs/glyphs/Noto Sans Regular/44544-44799.pbf new file mode 100644 index 0000000..b857745 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/44544-44799.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 44544-44799 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/44800-45055.pbf b/font-glyphs/glyphs/Noto Sans Regular/44800-45055.pbf new file mode 100644 index 0000000..f00ad6c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/44800-45055.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 44800-45055 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/45056-45311.pbf b/font-glyphs/glyphs/Noto Sans Regular/45056-45311.pbf new file mode 100644 index 0000000..e112dcf --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/45056-45311.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 45056-45311 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/45312-45567.pbf b/font-glyphs/glyphs/Noto Sans Regular/45312-45567.pbf new file mode 100644 index 0000000..cf692a4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/45312-45567.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 45312-45567 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/45568-45823.pbf b/font-glyphs/glyphs/Noto Sans Regular/45568-45823.pbf new file mode 100644 index 0000000..b02f039 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/45568-45823.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 45568-45823 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/45824-46079.pbf b/font-glyphs/glyphs/Noto Sans Regular/45824-46079.pbf new file mode 100644 index 0000000..7a10106 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/45824-46079.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 45824-46079 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/4608-4863.pbf b/font-glyphs/glyphs/Noto Sans Regular/4608-4863.pbf new file mode 100644 index 0000000..bb1efb9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/4608-4863.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 4608-4863 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/46080-46335.pbf b/font-glyphs/glyphs/Noto Sans Regular/46080-46335.pbf new file mode 100644 index 0000000..fa8ccf6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/46080-46335.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 46080-46335 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/46336-46591.pbf b/font-glyphs/glyphs/Noto Sans Regular/46336-46591.pbf new file mode 100644 index 0000000..06d42f6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/46336-46591.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 46336-46591 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/46592-46847.pbf b/font-glyphs/glyphs/Noto Sans Regular/46592-46847.pbf new file mode 100644 index 0000000..3c847a4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/46592-46847.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 46592-46847 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/46848-47103.pbf b/font-glyphs/glyphs/Noto Sans Regular/46848-47103.pbf new file mode 100644 index 0000000..0b74878 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/46848-47103.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 46848-47103 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/47104-47359.pbf b/font-glyphs/glyphs/Noto Sans Regular/47104-47359.pbf new file mode 100644 index 0000000..263ee26 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/47104-47359.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 47104-47359 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/47360-47615.pbf b/font-glyphs/glyphs/Noto Sans Regular/47360-47615.pbf new file mode 100644 index 0000000..33a8669 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/47360-47615.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 47360-47615 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/47616-47871.pbf b/font-glyphs/glyphs/Noto Sans Regular/47616-47871.pbf new file mode 100644 index 0000000..1cd1877 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/47616-47871.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 47616-47871 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/47872-48127.pbf b/font-glyphs/glyphs/Noto Sans Regular/47872-48127.pbf new file mode 100644 index 0000000..61f8417 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/47872-48127.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 47872-48127 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/48128-48383.pbf b/font-glyphs/glyphs/Noto Sans Regular/48128-48383.pbf new file mode 100644 index 0000000..ee33172 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/48128-48383.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 48128-48383 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/48384-48639.pbf b/font-glyphs/glyphs/Noto Sans Regular/48384-48639.pbf new file mode 100644 index 0000000..366067d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/48384-48639.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 48384-48639 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/4864-5119.pbf b/font-glyphs/glyphs/Noto Sans Regular/4864-5119.pbf new file mode 100644 index 0000000..8879dec --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/4864-5119.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 4864-5119 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/48640-48895.pbf b/font-glyphs/glyphs/Noto Sans Regular/48640-48895.pbf new file mode 100644 index 0000000..76244d3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/48640-48895.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 48640-48895 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/48896-49151.pbf b/font-glyphs/glyphs/Noto Sans Regular/48896-49151.pbf new file mode 100644 index 0000000..d4d1204 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/48896-49151.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 48896-49151 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/49152-49407.pbf b/font-glyphs/glyphs/Noto Sans Regular/49152-49407.pbf new file mode 100644 index 0000000..6a09463 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/49152-49407.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 49152-49407 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/49408-49663.pbf b/font-glyphs/glyphs/Noto Sans Regular/49408-49663.pbf new file mode 100644 index 0000000..72732fa --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/49408-49663.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 49408-49663 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/49664-49919.pbf b/font-glyphs/glyphs/Noto Sans Regular/49664-49919.pbf new file mode 100644 index 0000000..09151e2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/49664-49919.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 49664-49919 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/49920-50175.pbf b/font-glyphs/glyphs/Noto Sans Regular/49920-50175.pbf new file mode 100644 index 0000000..ac24bb3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/49920-50175.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 49920-50175 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/50176-50431.pbf b/font-glyphs/glyphs/Noto Sans Regular/50176-50431.pbf new file mode 100644 index 0000000..caf0f80 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/50176-50431.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 50176-50431 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/50432-50687.pbf b/font-glyphs/glyphs/Noto Sans Regular/50432-50687.pbf new file mode 100644 index 0000000..4abcef0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/50432-50687.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 50432-50687 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/50688-50943.pbf b/font-glyphs/glyphs/Noto Sans Regular/50688-50943.pbf new file mode 100644 index 0000000..cd22694 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/50688-50943.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 50688-50943 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/50944-51199.pbf b/font-glyphs/glyphs/Noto Sans Regular/50944-51199.pbf new file mode 100644 index 0000000..17a0b1b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/50944-51199.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 50944-51199 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/512-767.pbf b/font-glyphs/glyphs/Noto Sans Regular/512-767.pbf new file mode 100644 index 0000000..ead88fb Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/512-767.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/5120-5375.pbf b/font-glyphs/glyphs/Noto Sans Regular/5120-5375.pbf new file mode 100644 index 0000000..bc9447b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/5120-5375.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 5120-5375 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/51200-51455.pbf b/font-glyphs/glyphs/Noto Sans Regular/51200-51455.pbf new file mode 100644 index 0000000..43409bd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/51200-51455.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 51200-51455 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/51456-51711.pbf b/font-glyphs/glyphs/Noto Sans Regular/51456-51711.pbf new file mode 100644 index 0000000..9ab26fd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/51456-51711.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 51456-51711 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/51712-51967.pbf b/font-glyphs/glyphs/Noto Sans Regular/51712-51967.pbf new file mode 100644 index 0000000..0fc2760 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/51712-51967.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 51712-51967 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/51968-52223.pbf b/font-glyphs/glyphs/Noto Sans Regular/51968-52223.pbf new file mode 100644 index 0000000..3a29c41 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/51968-52223.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 51968-52223 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/52224-52479.pbf b/font-glyphs/glyphs/Noto Sans Regular/52224-52479.pbf new file mode 100644 index 0000000..81af9b2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/52224-52479.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 52224-52479 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/52480-52735.pbf b/font-glyphs/glyphs/Noto Sans Regular/52480-52735.pbf new file mode 100644 index 0000000..958296b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/52480-52735.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 52480-52735 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/52736-52991.pbf b/font-glyphs/glyphs/Noto Sans Regular/52736-52991.pbf new file mode 100644 index 0000000..5d729f4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/52736-52991.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 52736-52991 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/52992-53247.pbf b/font-glyphs/glyphs/Noto Sans Regular/52992-53247.pbf new file mode 100644 index 0000000..c091818 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/52992-53247.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 52992-53247 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/53248-53503.pbf b/font-glyphs/glyphs/Noto Sans Regular/53248-53503.pbf new file mode 100644 index 0000000..97a2c9a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/53248-53503.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 53248-53503 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/53504-53759.pbf b/font-glyphs/glyphs/Noto Sans Regular/53504-53759.pbf new file mode 100644 index 0000000..4e1bd62 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/53504-53759.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 53504-53759 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/5376-5631.pbf b/font-glyphs/glyphs/Noto Sans Regular/5376-5631.pbf new file mode 100644 index 0000000..deed8a5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/5376-5631.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 5376-5631 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/53760-54015.pbf b/font-glyphs/glyphs/Noto Sans Regular/53760-54015.pbf new file mode 100644 index 0000000..b706b3f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/53760-54015.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 53760-54015 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/54016-54271.pbf b/font-glyphs/glyphs/Noto Sans Regular/54016-54271.pbf new file mode 100644 index 0000000..4425612 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/54016-54271.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 54016-54271 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/54272-54527.pbf b/font-glyphs/glyphs/Noto Sans Regular/54272-54527.pbf new file mode 100644 index 0000000..e9b4782 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/54272-54527.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 54272-54527 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/54528-54783.pbf b/font-glyphs/glyphs/Noto Sans Regular/54528-54783.pbf new file mode 100644 index 0000000..2c6866e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/54528-54783.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 54528-54783 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/54784-55039.pbf b/font-glyphs/glyphs/Noto Sans Regular/54784-55039.pbf new file mode 100644 index 0000000..09decd5 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/54784-55039.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 54784-55039 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/55040-55295.pbf b/font-glyphs/glyphs/Noto Sans Regular/55040-55295.pbf new file mode 100644 index 0000000..5781ddc --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/55040-55295.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 55040-55295 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/55296-55551.pbf b/font-glyphs/glyphs/Noto Sans Regular/55296-55551.pbf new file mode 100644 index 0000000..c40557a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/55296-55551.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 55296-55551 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/55552-55807.pbf b/font-glyphs/glyphs/Noto Sans Regular/55552-55807.pbf new file mode 100644 index 0000000..a824998 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/55552-55807.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 55552-55807 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/55808-56063.pbf b/font-glyphs/glyphs/Noto Sans Regular/55808-56063.pbf new file mode 100644 index 0000000..ad0953f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/55808-56063.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 55808-56063 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/56064-56319.pbf b/font-glyphs/glyphs/Noto Sans Regular/56064-56319.pbf new file mode 100644 index 0000000..f3ee3a7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/56064-56319.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 56064-56319 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/5632-5887.pbf b/font-glyphs/glyphs/Noto Sans Regular/5632-5887.pbf new file mode 100644 index 0000000..b840be7 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/5632-5887.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 5632-5887 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/56320-56575.pbf b/font-glyphs/glyphs/Noto Sans Regular/56320-56575.pbf new file mode 100644 index 0000000..f32394b --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/56320-56575.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 56320-56575 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/56576-56831.pbf b/font-glyphs/glyphs/Noto Sans Regular/56576-56831.pbf new file mode 100644 index 0000000..3e30578 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/56576-56831.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 56576-56831 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/56832-57087.pbf b/font-glyphs/glyphs/Noto Sans Regular/56832-57087.pbf new file mode 100644 index 0000000..fff651c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/56832-57087.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 56832-57087 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/57088-57343.pbf b/font-glyphs/glyphs/Noto Sans Regular/57088-57343.pbf new file mode 100644 index 0000000..571a2ae --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/57088-57343.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 57088-57343 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/57344-57599.pbf b/font-glyphs/glyphs/Noto Sans Regular/57344-57599.pbf new file mode 100644 index 0000000..b1bf936 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/57344-57599.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 57344-57599 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/57600-57855.pbf b/font-glyphs/glyphs/Noto Sans Regular/57600-57855.pbf new file mode 100644 index 0000000..ce10f31 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/57600-57855.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 57600-57855 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/57856-58111.pbf b/font-glyphs/glyphs/Noto Sans Regular/57856-58111.pbf new file mode 100644 index 0000000..a9dbbd3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/57856-58111.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 57856-58111 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/58112-58367.pbf b/font-glyphs/glyphs/Noto Sans Regular/58112-58367.pbf new file mode 100644 index 0000000..1ac4de0 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/58112-58367.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 58112-58367 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/58368-58623.pbf b/font-glyphs/glyphs/Noto Sans Regular/58368-58623.pbf new file mode 100644 index 0000000..ffcc72f --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/58368-58623.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 58368-58623 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/58624-58879.pbf b/font-glyphs/glyphs/Noto Sans Regular/58624-58879.pbf new file mode 100644 index 0000000..7422334 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/58624-58879.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 58624-58879 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/5888-6143.pbf b/font-glyphs/glyphs/Noto Sans Regular/5888-6143.pbf new file mode 100644 index 0000000..fd39091 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/5888-6143.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 5888-6143 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/58880-59135.pbf b/font-glyphs/glyphs/Noto Sans Regular/58880-59135.pbf new file mode 100644 index 0000000..604e3a8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/58880-59135.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 58880-59135 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/59136-59391.pbf b/font-glyphs/glyphs/Noto Sans Regular/59136-59391.pbf new file mode 100644 index 0000000..acff212 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/59136-59391.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 59136-59391 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/59392-59647.pbf b/font-glyphs/glyphs/Noto Sans Regular/59392-59647.pbf new file mode 100644 index 0000000..34bb633 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/59392-59647.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 59392-59647 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/59648-59903.pbf b/font-glyphs/glyphs/Noto Sans Regular/59648-59903.pbf new file mode 100644 index 0000000..fb8a908 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/59648-59903.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 59648-59903 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/59904-60159.pbf b/font-glyphs/glyphs/Noto Sans Regular/59904-60159.pbf new file mode 100644 index 0000000..5a04ed2 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/59904-60159.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 59904-60159 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/60160-60415.pbf b/font-glyphs/glyphs/Noto Sans Regular/60160-60415.pbf new file mode 100644 index 0000000..3636be4 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/60160-60415.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 60160-60415 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/60416-60671.pbf b/font-glyphs/glyphs/Noto Sans Regular/60416-60671.pbf new file mode 100644 index 0000000..35edd93 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/60416-60671.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 60416-60671 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/60672-60927.pbf b/font-glyphs/glyphs/Noto Sans Regular/60672-60927.pbf new file mode 100644 index 0000000..d368efd --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/60672-60927.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 60672-60927 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/60928-61183.pbf b/font-glyphs/glyphs/Noto Sans Regular/60928-61183.pbf new file mode 100644 index 0000000..2b33182 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/60928-61183.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 60928-61183 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/61184-61439.pbf b/font-glyphs/glyphs/Noto Sans Regular/61184-61439.pbf new file mode 100644 index 0000000..a79f1b8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/61184-61439.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 61184-61439 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/6144-6399.pbf b/font-glyphs/glyphs/Noto Sans Regular/6144-6399.pbf new file mode 100644 index 0000000..a20fbec --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/6144-6399.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 6144-6399 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/61440-61695.pbf b/font-glyphs/glyphs/Noto Sans Regular/61440-61695.pbf new file mode 100644 index 0000000..acf96f6 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/61440-61695.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 61440-61695 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/61696-61951.pbf b/font-glyphs/glyphs/Noto Sans Regular/61696-61951.pbf new file mode 100644 index 0000000..be08733 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/61696-61951.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 61696-61951 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/61952-62207.pbf b/font-glyphs/glyphs/Noto Sans Regular/61952-62207.pbf new file mode 100644 index 0000000..22d6fef --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/61952-62207.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 61952-62207 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/62208-62463.pbf b/font-glyphs/glyphs/Noto Sans Regular/62208-62463.pbf new file mode 100644 index 0000000..55ef180 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/62208-62463.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 62208-62463 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/62464-62719.pbf b/font-glyphs/glyphs/Noto Sans Regular/62464-62719.pbf new file mode 100644 index 0000000..3736862 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/62464-62719.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 62464-62719 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/62720-62975.pbf b/font-glyphs/glyphs/Noto Sans Regular/62720-62975.pbf new file mode 100644 index 0000000..d4cc129 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/62720-62975.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 62720-62975 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/62976-63231.pbf b/font-glyphs/glyphs/Noto Sans Regular/62976-63231.pbf new file mode 100644 index 0000000..90e4c14 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/62976-63231.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 62976-63231 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/63232-63487.pbf b/font-glyphs/glyphs/Noto Sans Regular/63232-63487.pbf new file mode 100644 index 0000000..f4f305e --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/63232-63487.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 63232-63487 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/63488-63743.pbf b/font-glyphs/glyphs/Noto Sans Regular/63488-63743.pbf new file mode 100644 index 0000000..e5dd112 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/63488-63743.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 63488-63743 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/63744-63999.pbf b/font-glyphs/glyphs/Noto Sans Regular/63744-63999.pbf new file mode 100644 index 0000000..a9b7b3c --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/63744-63999.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 63744-63999 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/6400-6655.pbf b/font-glyphs/glyphs/Noto Sans Regular/6400-6655.pbf new file mode 100644 index 0000000..5d33602 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/6400-6655.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 6400-6655 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/64000-64255.pbf b/font-glyphs/glyphs/Noto Sans Regular/64000-64255.pbf new file mode 100644 index 0000000..115427a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/64000-64255.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 64000-64255 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/64256-64511.pbf b/font-glyphs/glyphs/Noto Sans Regular/64256-64511.pbf new file mode 100644 index 0000000..331336b Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/64256-64511.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/64512-64767.pbf b/font-glyphs/glyphs/Noto Sans Regular/64512-64767.pbf new file mode 100644 index 0000000..bffdeb8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/64512-64767.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 64512-64767 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/64768-65023.pbf b/font-glyphs/glyphs/Noto Sans Regular/64768-65023.pbf new file mode 100644 index 0000000..97c60ec --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/64768-65023.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 64768-65023 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/65024-65279.pbf b/font-glyphs/glyphs/Noto Sans Regular/65024-65279.pbf new file mode 100644 index 0000000..cb82786 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/65024-65279.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/65280-65535.pbf b/font-glyphs/glyphs/Noto Sans Regular/65280-65535.pbf new file mode 100644 index 0000000..aa41a76 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/65280-65535.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/6656-6911.pbf b/font-glyphs/glyphs/Noto Sans Regular/6656-6911.pbf new file mode 100644 index 0000000..f3adcc3 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/6656-6911.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 6656-6911 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/6912-7167.pbf b/font-glyphs/glyphs/Noto Sans Regular/6912-7167.pbf new file mode 100644 index 0000000..f72818d --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/6912-7167.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 6912-7167 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/7168-7423.pbf b/font-glyphs/glyphs/Noto Sans Regular/7168-7423.pbf new file mode 100644 index 0000000..b92cb7a --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/7168-7423.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 7168-7423 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/7424-7679.pbf b/font-glyphs/glyphs/Noto Sans Regular/7424-7679.pbf new file mode 100644 index 0000000..c95a3ea Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/7424-7679.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/768-1023.pbf b/font-glyphs/glyphs/Noto Sans Regular/768-1023.pbf new file mode 100644 index 0000000..81caa4b Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/768-1023.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/7680-7935.pbf b/font-glyphs/glyphs/Noto Sans Regular/7680-7935.pbf new file mode 100644 index 0000000..f9b028b Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/7680-7935.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/7936-8191.pbf b/font-glyphs/glyphs/Noto Sans Regular/7936-8191.pbf new file mode 100644 index 0000000..f2351c1 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/7936-8191.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/8192-8447.pbf b/font-glyphs/glyphs/Noto Sans Regular/8192-8447.pbf new file mode 100644 index 0000000..41f99f8 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/8192-8447.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/8448-8703.pbf b/font-glyphs/glyphs/Noto Sans Regular/8448-8703.pbf new file mode 100644 index 0000000..54dfc14 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/8448-8703.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/8704-8959.pbf b/font-glyphs/glyphs/Noto Sans Regular/8704-8959.pbf new file mode 100644 index 0000000..d568cf7 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/8704-8959.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/8960-9215.pbf b/font-glyphs/glyphs/Noto Sans Regular/8960-9215.pbf new file mode 100644 index 0000000..890699b Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/8960-9215.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/9216-9471.pbf b/font-glyphs/glyphs/Noto Sans Regular/9216-9471.pbf new file mode 100644 index 0000000..7f29cd9 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/9216-9471.pbf @@ -0,0 +1,3 @@ + + +Noto Sans Regular 9216-9471 \ No newline at end of file diff --git a/font-glyphs/glyphs/Noto Sans Regular/9472-9727.pbf b/font-glyphs/glyphs/Noto Sans Regular/9472-9727.pbf new file mode 100644 index 0000000..66d50af Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/9472-9727.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/9728-9983.pbf b/font-glyphs/glyphs/Noto Sans Regular/9728-9983.pbf new file mode 100644 index 0000000..74774a0 Binary files /dev/null and b/font-glyphs/glyphs/Noto Sans Regular/9728-9983.pbf differ diff --git a/font-glyphs/glyphs/Noto Sans Regular/9984-10239.pbf b/font-glyphs/glyphs/Noto Sans Regular/9984-10239.pbf new file mode 100644 index 0000000..b3d74d8 --- /dev/null +++ b/font-glyphs/glyphs/Noto Sans Regular/9984-10239.pbf @@ -0,0 +1,4 @@ + + +Noto Sans Regular +9984-10239 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/0-255.pbf b/font-glyphs/glyphs/Roboto Regular/0-255.pbf new file mode 100644 index 0000000..08a1dbf Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/0-255.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/1024-1279.pbf b/font-glyphs/glyphs/Roboto Regular/1024-1279.pbf new file mode 100644 index 0000000..ccd7957 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/1024-1279.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/10240-10495.pbf b/font-glyphs/glyphs/Roboto Regular/10240-10495.pbf new file mode 100644 index 0000000..f4761cc --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/10240-10495.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 10240-10495 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/10496-10751.pbf b/font-glyphs/glyphs/Roboto Regular/10496-10751.pbf new file mode 100644 index 0000000..9e0afdc --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/10496-10751.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 10496-10751 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/10752-11007.pbf b/font-glyphs/glyphs/Roboto Regular/10752-11007.pbf new file mode 100644 index 0000000..a4e3987 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/10752-11007.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 10752-11007 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/11008-11263.pbf b/font-glyphs/glyphs/Roboto Regular/11008-11263.pbf new file mode 100644 index 0000000..88944de --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/11008-11263.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 11008-11263 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/11264-11519.pbf b/font-glyphs/glyphs/Roboto Regular/11264-11519.pbf new file mode 100644 index 0000000..f61d8c5 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/11264-11519.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 11264-11519 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/11520-11775.pbf b/font-glyphs/glyphs/Roboto Regular/11520-11775.pbf new file mode 100644 index 0000000..b442db2 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/11520-11775.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 11520-11775 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/11776-12031.pbf b/font-glyphs/glyphs/Roboto Regular/11776-12031.pbf new file mode 100644 index 0000000..53e4d73 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/11776-12031.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 11776-12031 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/12032-12287.pbf b/font-glyphs/glyphs/Roboto Regular/12032-12287.pbf new file mode 100644 index 0000000..c076fe9 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/12032-12287.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 12032-12287 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/12288-12543.pbf b/font-glyphs/glyphs/Roboto Regular/12288-12543.pbf new file mode 100644 index 0000000..6a35a8a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/12288-12543.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 12288-12543 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/12544-12799.pbf b/font-glyphs/glyphs/Roboto Regular/12544-12799.pbf new file mode 100644 index 0000000..e54d055 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/12544-12799.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 12544-12799 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/1280-1535.pbf b/font-glyphs/glyphs/Roboto Regular/1280-1535.pbf new file mode 100644 index 0000000..a918822 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/1280-1535.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/12800-13055.pbf b/font-glyphs/glyphs/Roboto Regular/12800-13055.pbf new file mode 100644 index 0000000..0f781aa --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/12800-13055.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 12800-13055 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/13056-13311.pbf b/font-glyphs/glyphs/Roboto Regular/13056-13311.pbf new file mode 100644 index 0000000..620e3ec --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/13056-13311.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 13056-13311 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/13312-13567.pbf b/font-glyphs/glyphs/Roboto Regular/13312-13567.pbf new file mode 100644 index 0000000..ffd9849 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/13312-13567.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 13312-13567 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/13568-13823.pbf b/font-glyphs/glyphs/Roboto Regular/13568-13823.pbf new file mode 100644 index 0000000..f6f3f23 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/13568-13823.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 13568-13823 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/13824-14079.pbf b/font-glyphs/glyphs/Roboto Regular/13824-14079.pbf new file mode 100644 index 0000000..2c5fa10 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/13824-14079.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 13824-14079 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/14080-14335.pbf b/font-glyphs/glyphs/Roboto Regular/14080-14335.pbf new file mode 100644 index 0000000..ab3ca22 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/14080-14335.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 14080-14335 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/14336-14591.pbf b/font-glyphs/glyphs/Roboto Regular/14336-14591.pbf new file mode 100644 index 0000000..50823f0 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/14336-14591.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 14336-14591 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/14592-14847.pbf b/font-glyphs/glyphs/Roboto Regular/14592-14847.pbf new file mode 100644 index 0000000..f3a38a5 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/14592-14847.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 14592-14847 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/14848-15103.pbf b/font-glyphs/glyphs/Roboto Regular/14848-15103.pbf new file mode 100644 index 0000000..eb8e81b --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/14848-15103.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 14848-15103 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/15104-15359.pbf b/font-glyphs/glyphs/Roboto Regular/15104-15359.pbf new file mode 100644 index 0000000..ef25ec5 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/15104-15359.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 15104-15359 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/1536-1791.pbf b/font-glyphs/glyphs/Roboto Regular/1536-1791.pbf new file mode 100644 index 0000000..0fa8abe --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/1536-1791.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 1536-1791 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/15360-15615.pbf b/font-glyphs/glyphs/Roboto Regular/15360-15615.pbf new file mode 100644 index 0000000..8f4bc84 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/15360-15615.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 15360-15615 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/15616-15871.pbf b/font-glyphs/glyphs/Roboto Regular/15616-15871.pbf new file mode 100644 index 0000000..9060f1e --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/15616-15871.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 15616-15871 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/15872-16127.pbf b/font-glyphs/glyphs/Roboto Regular/15872-16127.pbf new file mode 100644 index 0000000..5539710 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/15872-16127.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 15872-16127 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/16128-16383.pbf b/font-glyphs/glyphs/Roboto Regular/16128-16383.pbf new file mode 100644 index 0000000..8f5aac2 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/16128-16383.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 16128-16383 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/16384-16639.pbf b/font-glyphs/glyphs/Roboto Regular/16384-16639.pbf new file mode 100644 index 0000000..31952b9 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/16384-16639.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 16384-16639 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/16640-16895.pbf b/font-glyphs/glyphs/Roboto Regular/16640-16895.pbf new file mode 100644 index 0000000..8ca5621 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/16640-16895.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 16640-16895 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/16896-17151.pbf b/font-glyphs/glyphs/Roboto Regular/16896-17151.pbf new file mode 100644 index 0000000..464f8d0 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/16896-17151.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 16896-17151 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/17152-17407.pbf b/font-glyphs/glyphs/Roboto Regular/17152-17407.pbf new file mode 100644 index 0000000..c7c6b8f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/17152-17407.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 17152-17407 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/17408-17663.pbf b/font-glyphs/glyphs/Roboto Regular/17408-17663.pbf new file mode 100644 index 0000000..a18009a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/17408-17663.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 17408-17663 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/17664-17919.pbf b/font-glyphs/glyphs/Roboto Regular/17664-17919.pbf new file mode 100644 index 0000000..634db3e --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/17664-17919.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 17664-17919 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/1792-2047.pbf b/font-glyphs/glyphs/Roboto Regular/1792-2047.pbf new file mode 100644 index 0000000..82e1378 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/1792-2047.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 1792-2047 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/17920-18175.pbf b/font-glyphs/glyphs/Roboto Regular/17920-18175.pbf new file mode 100644 index 0000000..e38a695 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/17920-18175.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 17920-18175 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/18176-18431.pbf b/font-glyphs/glyphs/Roboto Regular/18176-18431.pbf new file mode 100644 index 0000000..26e3334 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/18176-18431.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 18176-18431 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/18432-18687.pbf b/font-glyphs/glyphs/Roboto Regular/18432-18687.pbf new file mode 100644 index 0000000..e5e848d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/18432-18687.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 18432-18687 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/18688-18943.pbf b/font-glyphs/glyphs/Roboto Regular/18688-18943.pbf new file mode 100644 index 0000000..6403847 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/18688-18943.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 18688-18943 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/18944-19199.pbf b/font-glyphs/glyphs/Roboto Regular/18944-19199.pbf new file mode 100644 index 0000000..fb02481 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/18944-19199.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 18944-19199 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/19200-19455.pbf b/font-glyphs/glyphs/Roboto Regular/19200-19455.pbf new file mode 100644 index 0000000..4486f9a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/19200-19455.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 19200-19455 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/19456-19711.pbf b/font-glyphs/glyphs/Roboto Regular/19456-19711.pbf new file mode 100644 index 0000000..b803300 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/19456-19711.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 19456-19711 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/19712-19967.pbf b/font-glyphs/glyphs/Roboto Regular/19712-19967.pbf new file mode 100644 index 0000000..154040a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/19712-19967.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 19712-19967 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/19968-20223.pbf b/font-glyphs/glyphs/Roboto Regular/19968-20223.pbf new file mode 100644 index 0000000..e08aa3b --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/19968-20223.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 19968-20223 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/20224-20479.pbf b/font-glyphs/glyphs/Roboto Regular/20224-20479.pbf new file mode 100644 index 0000000..d0a0b96 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/20224-20479.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 20224-20479 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/2048-2303.pbf b/font-glyphs/glyphs/Roboto Regular/2048-2303.pbf new file mode 100644 index 0000000..4c971fd --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/2048-2303.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 2048-2303 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/20480-20735.pbf b/font-glyphs/glyphs/Roboto Regular/20480-20735.pbf new file mode 100644 index 0000000..ea650d4 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/20480-20735.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 20480-20735 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/20736-20991.pbf b/font-glyphs/glyphs/Roboto Regular/20736-20991.pbf new file mode 100644 index 0000000..2534396 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/20736-20991.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 20736-20991 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/20992-21247.pbf b/font-glyphs/glyphs/Roboto Regular/20992-21247.pbf new file mode 100644 index 0000000..bac89f6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/20992-21247.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 20992-21247 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/21248-21503.pbf b/font-glyphs/glyphs/Roboto Regular/21248-21503.pbf new file mode 100644 index 0000000..643cbcf --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/21248-21503.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 21248-21503 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/21504-21759.pbf b/font-glyphs/glyphs/Roboto Regular/21504-21759.pbf new file mode 100644 index 0000000..3453bf7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/21504-21759.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 21504-21759 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/21760-22015.pbf b/font-glyphs/glyphs/Roboto Regular/21760-22015.pbf new file mode 100644 index 0000000..77396ea --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/21760-22015.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 21760-22015 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/22016-22271.pbf b/font-glyphs/glyphs/Roboto Regular/22016-22271.pbf new file mode 100644 index 0000000..3403989 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/22016-22271.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 22016-22271 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/22272-22527.pbf b/font-glyphs/glyphs/Roboto Regular/22272-22527.pbf new file mode 100644 index 0000000..fa58b8f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/22272-22527.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 22272-22527 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/22528-22783.pbf b/font-glyphs/glyphs/Roboto Regular/22528-22783.pbf new file mode 100644 index 0000000..2557ae7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/22528-22783.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 22528-22783 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/22784-23039.pbf b/font-glyphs/glyphs/Roboto Regular/22784-23039.pbf new file mode 100644 index 0000000..3893ff6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/22784-23039.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 22784-23039 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/2304-2559.pbf b/font-glyphs/glyphs/Roboto Regular/2304-2559.pbf new file mode 100644 index 0000000..1a08d26 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/2304-2559.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 2304-2559 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/23040-23295.pbf b/font-glyphs/glyphs/Roboto Regular/23040-23295.pbf new file mode 100644 index 0000000..ce80f64 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/23040-23295.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 23040-23295 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/23296-23551.pbf b/font-glyphs/glyphs/Roboto Regular/23296-23551.pbf new file mode 100644 index 0000000..340560f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/23296-23551.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 23296-23551 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/23552-23807.pbf b/font-glyphs/glyphs/Roboto Regular/23552-23807.pbf new file mode 100644 index 0000000..5d09b1d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/23552-23807.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 23552-23807 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/23808-24063.pbf b/font-glyphs/glyphs/Roboto Regular/23808-24063.pbf new file mode 100644 index 0000000..199868f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/23808-24063.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 23808-24063 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/24064-24319.pbf b/font-glyphs/glyphs/Roboto Regular/24064-24319.pbf new file mode 100644 index 0000000..9bdd2d3 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/24064-24319.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 24064-24319 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/24320-24575.pbf b/font-glyphs/glyphs/Roboto Regular/24320-24575.pbf new file mode 100644 index 0000000..9ba6005 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/24320-24575.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 24320-24575 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/24576-24831.pbf b/font-glyphs/glyphs/Roboto Regular/24576-24831.pbf new file mode 100644 index 0000000..cfc14fc --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/24576-24831.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 24576-24831 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/24832-25087.pbf b/font-glyphs/glyphs/Roboto Regular/24832-25087.pbf new file mode 100644 index 0000000..5664acd --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/24832-25087.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 24832-25087 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/25088-25343.pbf b/font-glyphs/glyphs/Roboto Regular/25088-25343.pbf new file mode 100644 index 0000000..91df48a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/25088-25343.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 25088-25343 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/25344-25599.pbf b/font-glyphs/glyphs/Roboto Regular/25344-25599.pbf new file mode 100644 index 0000000..686f741 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/25344-25599.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 25344-25599 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/256-511.pbf b/font-glyphs/glyphs/Roboto Regular/256-511.pbf new file mode 100644 index 0000000..fce0d89 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/256-511.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/2560-2815.pbf b/font-glyphs/glyphs/Roboto Regular/2560-2815.pbf new file mode 100644 index 0000000..d80f3aa --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/2560-2815.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 2560-2815 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/25600-25855.pbf b/font-glyphs/glyphs/Roboto Regular/25600-25855.pbf new file mode 100644 index 0000000..6899711 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/25600-25855.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 25600-25855 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/25856-26111.pbf b/font-glyphs/glyphs/Roboto Regular/25856-26111.pbf new file mode 100644 index 0000000..9841a6e --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/25856-26111.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 25856-26111 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/26112-26367.pbf b/font-glyphs/glyphs/Roboto Regular/26112-26367.pbf new file mode 100644 index 0000000..5ee5bad --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/26112-26367.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 26112-26367 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/26368-26623.pbf b/font-glyphs/glyphs/Roboto Regular/26368-26623.pbf new file mode 100644 index 0000000..0ca272a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/26368-26623.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 26368-26623 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/26624-26879.pbf b/font-glyphs/glyphs/Roboto Regular/26624-26879.pbf new file mode 100644 index 0000000..cc40b8d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/26624-26879.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 26624-26879 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/26880-27135.pbf b/font-glyphs/glyphs/Roboto Regular/26880-27135.pbf new file mode 100644 index 0000000..6f85e2c --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/26880-27135.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 26880-27135 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/27136-27391.pbf b/font-glyphs/glyphs/Roboto Regular/27136-27391.pbf new file mode 100644 index 0000000..99248ff --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/27136-27391.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 27136-27391 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/27392-27647.pbf b/font-glyphs/glyphs/Roboto Regular/27392-27647.pbf new file mode 100644 index 0000000..1ddc8ff --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/27392-27647.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 27392-27647 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/27648-27903.pbf b/font-glyphs/glyphs/Roboto Regular/27648-27903.pbf new file mode 100644 index 0000000..0247bd6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/27648-27903.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 27648-27903 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/27904-28159.pbf b/font-glyphs/glyphs/Roboto Regular/27904-28159.pbf new file mode 100644 index 0000000..6ad3804 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/27904-28159.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 27904-28159 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/2816-3071.pbf b/font-glyphs/glyphs/Roboto Regular/2816-3071.pbf new file mode 100644 index 0000000..fe65a4b --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/2816-3071.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 2816-3071 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/28160-28415.pbf b/font-glyphs/glyphs/Roboto Regular/28160-28415.pbf new file mode 100644 index 0000000..1745623 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/28160-28415.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 28160-28415 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/28416-28671.pbf b/font-glyphs/glyphs/Roboto Regular/28416-28671.pbf new file mode 100644 index 0000000..fdd2b28 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/28416-28671.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 28416-28671 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/28672-28927.pbf b/font-glyphs/glyphs/Roboto Regular/28672-28927.pbf new file mode 100644 index 0000000..2d47b97 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/28672-28927.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 28672-28927 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/28928-29183.pbf b/font-glyphs/glyphs/Roboto Regular/28928-29183.pbf new file mode 100644 index 0000000..c693a5c --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/28928-29183.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 28928-29183 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/29184-29439.pbf b/font-glyphs/glyphs/Roboto Regular/29184-29439.pbf new file mode 100644 index 0000000..a310dfe --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/29184-29439.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 29184-29439 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/29440-29695.pbf b/font-glyphs/glyphs/Roboto Regular/29440-29695.pbf new file mode 100644 index 0000000..425dba7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/29440-29695.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 29440-29695 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/29696-29951.pbf b/font-glyphs/glyphs/Roboto Regular/29696-29951.pbf new file mode 100644 index 0000000..6e376ce --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/29696-29951.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 29696-29951 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/29952-30207.pbf b/font-glyphs/glyphs/Roboto Regular/29952-30207.pbf new file mode 100644 index 0000000..4794332 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/29952-30207.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 29952-30207 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/30208-30463.pbf b/font-glyphs/glyphs/Roboto Regular/30208-30463.pbf new file mode 100644 index 0000000..d93e2fe --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/30208-30463.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 30208-30463 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/30464-30719.pbf b/font-glyphs/glyphs/Roboto Regular/30464-30719.pbf new file mode 100644 index 0000000..72babe1 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/30464-30719.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 30464-30719 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/3072-3327.pbf b/font-glyphs/glyphs/Roboto Regular/3072-3327.pbf new file mode 100644 index 0000000..8cf0749 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/3072-3327.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 3072-3327 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/30720-30975.pbf b/font-glyphs/glyphs/Roboto Regular/30720-30975.pbf new file mode 100644 index 0000000..7f7b4dd --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/30720-30975.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 30720-30975 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/30976-31231.pbf b/font-glyphs/glyphs/Roboto Regular/30976-31231.pbf new file mode 100644 index 0000000..121f2c2 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/30976-31231.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 30976-31231 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/31232-31487.pbf b/font-glyphs/glyphs/Roboto Regular/31232-31487.pbf new file mode 100644 index 0000000..4d59fa1 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/31232-31487.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 31232-31487 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/31488-31743.pbf b/font-glyphs/glyphs/Roboto Regular/31488-31743.pbf new file mode 100644 index 0000000..97d591a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/31488-31743.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 31488-31743 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/31744-31999.pbf b/font-glyphs/glyphs/Roboto Regular/31744-31999.pbf new file mode 100644 index 0000000..4b6bdaf --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/31744-31999.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 31744-31999 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/32000-32255.pbf b/font-glyphs/glyphs/Roboto Regular/32000-32255.pbf new file mode 100644 index 0000000..076e015 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/32000-32255.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 32000-32255 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/32256-32511.pbf b/font-glyphs/glyphs/Roboto Regular/32256-32511.pbf new file mode 100644 index 0000000..51a1f16 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/32256-32511.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 32256-32511 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/32512-32767.pbf b/font-glyphs/glyphs/Roboto Regular/32512-32767.pbf new file mode 100644 index 0000000..9d0ea29 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/32512-32767.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 32512-32767 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/32768-33023.pbf b/font-glyphs/glyphs/Roboto Regular/32768-33023.pbf new file mode 100644 index 0000000..babe855 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/32768-33023.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 32768-33023 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/33024-33279.pbf b/font-glyphs/glyphs/Roboto Regular/33024-33279.pbf new file mode 100644 index 0000000..6654138 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/33024-33279.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 33024-33279 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/3328-3583.pbf b/font-glyphs/glyphs/Roboto Regular/3328-3583.pbf new file mode 100644 index 0000000..097dfac --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/3328-3583.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 3328-3583 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/33280-33535.pbf b/font-glyphs/glyphs/Roboto Regular/33280-33535.pbf new file mode 100644 index 0000000..f309ee0 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/33280-33535.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 33280-33535 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/33536-33791.pbf b/font-glyphs/glyphs/Roboto Regular/33536-33791.pbf new file mode 100644 index 0000000..a4dc2af --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/33536-33791.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 33536-33791 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/33792-34047.pbf b/font-glyphs/glyphs/Roboto Regular/33792-34047.pbf new file mode 100644 index 0000000..ac7a712 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/33792-34047.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 33792-34047 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/34048-34303.pbf b/font-glyphs/glyphs/Roboto Regular/34048-34303.pbf new file mode 100644 index 0000000..88ff7ce --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/34048-34303.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 34048-34303 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/34304-34559.pbf b/font-glyphs/glyphs/Roboto Regular/34304-34559.pbf new file mode 100644 index 0000000..e5dc3ec --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/34304-34559.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 34304-34559 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/34560-34815.pbf b/font-glyphs/glyphs/Roboto Regular/34560-34815.pbf new file mode 100644 index 0000000..852be6b --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/34560-34815.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 34560-34815 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/34816-35071.pbf b/font-glyphs/glyphs/Roboto Regular/34816-35071.pbf new file mode 100644 index 0000000..aeb5cbb --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/34816-35071.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 34816-35071 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/35072-35327.pbf b/font-glyphs/glyphs/Roboto Regular/35072-35327.pbf new file mode 100644 index 0000000..3028a30 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/35072-35327.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 35072-35327 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/35328-35583.pbf b/font-glyphs/glyphs/Roboto Regular/35328-35583.pbf new file mode 100644 index 0000000..1f615c5 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/35328-35583.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 35328-35583 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/35584-35839.pbf b/font-glyphs/glyphs/Roboto Regular/35584-35839.pbf new file mode 100644 index 0000000..4c80b87 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/35584-35839.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 35584-35839 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/3584-3839.pbf b/font-glyphs/glyphs/Roboto Regular/3584-3839.pbf new file mode 100644 index 0000000..d72468b --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/3584-3839.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 3584-3839 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/35840-36095.pbf b/font-glyphs/glyphs/Roboto Regular/35840-36095.pbf new file mode 100644 index 0000000..0cf4a14 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/35840-36095.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 35840-36095 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/36096-36351.pbf b/font-glyphs/glyphs/Roboto Regular/36096-36351.pbf new file mode 100644 index 0000000..cbe9855 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/36096-36351.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 36096-36351 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/36352-36607.pbf b/font-glyphs/glyphs/Roboto Regular/36352-36607.pbf new file mode 100644 index 0000000..a865eb2 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/36352-36607.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 36352-36607 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/36608-36863.pbf b/font-glyphs/glyphs/Roboto Regular/36608-36863.pbf new file mode 100644 index 0000000..acb20c3 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/36608-36863.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 36608-36863 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/36864-37119.pbf b/font-glyphs/glyphs/Roboto Regular/36864-37119.pbf new file mode 100644 index 0000000..efbbd02 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/36864-37119.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 36864-37119 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/37120-37375.pbf b/font-glyphs/glyphs/Roboto Regular/37120-37375.pbf new file mode 100644 index 0000000..2f9ffce --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/37120-37375.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 37120-37375 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/37376-37631.pbf b/font-glyphs/glyphs/Roboto Regular/37376-37631.pbf new file mode 100644 index 0000000..67ecb63 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/37376-37631.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 37376-37631 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/37632-37887.pbf b/font-glyphs/glyphs/Roboto Regular/37632-37887.pbf new file mode 100644 index 0000000..c096e93 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/37632-37887.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 37632-37887 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/37888-38143.pbf b/font-glyphs/glyphs/Roboto Regular/37888-38143.pbf new file mode 100644 index 0000000..f1e19e9 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/37888-38143.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 37888-38143 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/38144-38399.pbf b/font-glyphs/glyphs/Roboto Regular/38144-38399.pbf new file mode 100644 index 0000000..5100a90 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/38144-38399.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 38144-38399 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/3840-4095.pbf b/font-glyphs/glyphs/Roboto Regular/3840-4095.pbf new file mode 100644 index 0000000..67ae6ce --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/3840-4095.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 3840-4095 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/38400-38655.pbf b/font-glyphs/glyphs/Roboto Regular/38400-38655.pbf new file mode 100644 index 0000000..41b5d4e --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/38400-38655.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 38400-38655 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/38656-38911.pbf b/font-glyphs/glyphs/Roboto Regular/38656-38911.pbf new file mode 100644 index 0000000..67a24f6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/38656-38911.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 38656-38911 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/38912-39167.pbf b/font-glyphs/glyphs/Roboto Regular/38912-39167.pbf new file mode 100644 index 0000000..2e8ac27 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/38912-39167.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 38912-39167 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/39168-39423.pbf b/font-glyphs/glyphs/Roboto Regular/39168-39423.pbf new file mode 100644 index 0000000..8eb5573 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/39168-39423.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 39168-39423 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/39424-39679.pbf b/font-glyphs/glyphs/Roboto Regular/39424-39679.pbf new file mode 100644 index 0000000..dffb907 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/39424-39679.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 39424-39679 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/39680-39935.pbf b/font-glyphs/glyphs/Roboto Regular/39680-39935.pbf new file mode 100644 index 0000000..f44e1de --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/39680-39935.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 39680-39935 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/39936-40191.pbf b/font-glyphs/glyphs/Roboto Regular/39936-40191.pbf new file mode 100644 index 0000000..7ee9f4f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/39936-40191.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 39936-40191 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/40192-40447.pbf b/font-glyphs/glyphs/Roboto Regular/40192-40447.pbf new file mode 100644 index 0000000..992f5b4 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/40192-40447.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 40192-40447 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/40448-40703.pbf b/font-glyphs/glyphs/Roboto Regular/40448-40703.pbf new file mode 100644 index 0000000..b2bb17d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/40448-40703.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 40448-40703 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/40704-40959.pbf b/font-glyphs/glyphs/Roboto Regular/40704-40959.pbf new file mode 100644 index 0000000..f19fcb7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/40704-40959.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 40704-40959 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/4096-4351.pbf b/font-glyphs/glyphs/Roboto Regular/4096-4351.pbf new file mode 100644 index 0000000..e057bbd --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/4096-4351.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 4096-4351 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/40960-41215.pbf b/font-glyphs/glyphs/Roboto Regular/40960-41215.pbf new file mode 100644 index 0000000..7ac0785 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/40960-41215.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 40960-41215 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/41216-41471.pbf b/font-glyphs/glyphs/Roboto Regular/41216-41471.pbf new file mode 100644 index 0000000..bdda576 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/41216-41471.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 41216-41471 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/41472-41727.pbf b/font-glyphs/glyphs/Roboto Regular/41472-41727.pbf new file mode 100644 index 0000000..79b9381 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/41472-41727.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 41472-41727 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/41728-41983.pbf b/font-glyphs/glyphs/Roboto Regular/41728-41983.pbf new file mode 100644 index 0000000..4884bfc --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/41728-41983.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 41728-41983 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/41984-42239.pbf b/font-glyphs/glyphs/Roboto Regular/41984-42239.pbf new file mode 100644 index 0000000..f5636ba --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/41984-42239.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 41984-42239 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/42240-42495.pbf b/font-glyphs/glyphs/Roboto Regular/42240-42495.pbf new file mode 100644 index 0000000..12e9d6a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/42240-42495.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 42240-42495 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/42496-42751.pbf b/font-glyphs/glyphs/Roboto Regular/42496-42751.pbf new file mode 100644 index 0000000..07df9fb --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/42496-42751.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 42496-42751 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/42752-43007.pbf b/font-glyphs/glyphs/Roboto Regular/42752-43007.pbf new file mode 100644 index 0000000..0f522e7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/42752-43007.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 42752-43007 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/43008-43263.pbf b/font-glyphs/glyphs/Roboto Regular/43008-43263.pbf new file mode 100644 index 0000000..d7b326c --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/43008-43263.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 43008-43263 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/43264-43519.pbf b/font-glyphs/glyphs/Roboto Regular/43264-43519.pbf new file mode 100644 index 0000000..7114ac5 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/43264-43519.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 43264-43519 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/4352-4607.pbf b/font-glyphs/glyphs/Roboto Regular/4352-4607.pbf new file mode 100644 index 0000000..2a964b7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/4352-4607.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 4352-4607 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/43520-43775.pbf b/font-glyphs/glyphs/Roboto Regular/43520-43775.pbf new file mode 100644 index 0000000..843dea6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/43520-43775.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 43520-43775 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/43776-44031.pbf b/font-glyphs/glyphs/Roboto Regular/43776-44031.pbf new file mode 100644 index 0000000..ac41734 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/43776-44031.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 43776-44031 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/44032-44287.pbf b/font-glyphs/glyphs/Roboto Regular/44032-44287.pbf new file mode 100644 index 0000000..08a0ac0 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/44032-44287.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 44032-44287 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/44288-44543.pbf b/font-glyphs/glyphs/Roboto Regular/44288-44543.pbf new file mode 100644 index 0000000..c5227a6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/44288-44543.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 44288-44543 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/44544-44799.pbf b/font-glyphs/glyphs/Roboto Regular/44544-44799.pbf new file mode 100644 index 0000000..6146d67 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/44544-44799.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 44544-44799 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/44800-45055.pbf b/font-glyphs/glyphs/Roboto Regular/44800-45055.pbf new file mode 100644 index 0000000..d307a68 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/44800-45055.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 44800-45055 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/45056-45311.pbf b/font-glyphs/glyphs/Roboto Regular/45056-45311.pbf new file mode 100644 index 0000000..241f81b --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/45056-45311.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 45056-45311 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/45312-45567.pbf b/font-glyphs/glyphs/Roboto Regular/45312-45567.pbf new file mode 100644 index 0000000..6f7bef4 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/45312-45567.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 45312-45567 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/45568-45823.pbf b/font-glyphs/glyphs/Roboto Regular/45568-45823.pbf new file mode 100644 index 0000000..1a8925a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/45568-45823.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 45568-45823 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/45824-46079.pbf b/font-glyphs/glyphs/Roboto Regular/45824-46079.pbf new file mode 100644 index 0000000..6a58014 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/45824-46079.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 45824-46079 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/4608-4863.pbf b/font-glyphs/glyphs/Roboto Regular/4608-4863.pbf new file mode 100644 index 0000000..af38394 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/4608-4863.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 4608-4863 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/46080-46335.pbf b/font-glyphs/glyphs/Roboto Regular/46080-46335.pbf new file mode 100644 index 0000000..2df8b9c --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/46080-46335.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 46080-46335 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/46336-46591.pbf b/font-glyphs/glyphs/Roboto Regular/46336-46591.pbf new file mode 100644 index 0000000..ff0e152 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/46336-46591.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 46336-46591 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/46592-46847.pbf b/font-glyphs/glyphs/Roboto Regular/46592-46847.pbf new file mode 100644 index 0000000..1d80268 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/46592-46847.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 46592-46847 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/46848-47103.pbf b/font-glyphs/glyphs/Roboto Regular/46848-47103.pbf new file mode 100644 index 0000000..6b9209b --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/46848-47103.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 46848-47103 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/47104-47359.pbf b/font-glyphs/glyphs/Roboto Regular/47104-47359.pbf new file mode 100644 index 0000000..0ebb209 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/47104-47359.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 47104-47359 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/47360-47615.pbf b/font-glyphs/glyphs/Roboto Regular/47360-47615.pbf new file mode 100644 index 0000000..0eab92c --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/47360-47615.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 47360-47615 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/47616-47871.pbf b/font-glyphs/glyphs/Roboto Regular/47616-47871.pbf new file mode 100644 index 0000000..43d6e0c --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/47616-47871.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 47616-47871 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/47872-48127.pbf b/font-glyphs/glyphs/Roboto Regular/47872-48127.pbf new file mode 100644 index 0000000..5b5de9a --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/47872-48127.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 47872-48127 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/48128-48383.pbf b/font-glyphs/glyphs/Roboto Regular/48128-48383.pbf new file mode 100644 index 0000000..d151296 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/48128-48383.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 48128-48383 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/48384-48639.pbf b/font-glyphs/glyphs/Roboto Regular/48384-48639.pbf new file mode 100644 index 0000000..6ee8193 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/48384-48639.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 48384-48639 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/4864-5119.pbf b/font-glyphs/glyphs/Roboto Regular/4864-5119.pbf new file mode 100644 index 0000000..985bcb3 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/4864-5119.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 4864-5119 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/48640-48895.pbf b/font-glyphs/glyphs/Roboto Regular/48640-48895.pbf new file mode 100644 index 0000000..756aea4 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/48640-48895.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 48640-48895 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/48896-49151.pbf b/font-glyphs/glyphs/Roboto Regular/48896-49151.pbf new file mode 100644 index 0000000..08fd70d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/48896-49151.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 48896-49151 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/49152-49407.pbf b/font-glyphs/glyphs/Roboto Regular/49152-49407.pbf new file mode 100644 index 0000000..ff8a445 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/49152-49407.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 49152-49407 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/49408-49663.pbf b/font-glyphs/glyphs/Roboto Regular/49408-49663.pbf new file mode 100644 index 0000000..dff6ac5 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/49408-49663.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 49408-49663 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/49664-49919.pbf b/font-glyphs/glyphs/Roboto Regular/49664-49919.pbf new file mode 100644 index 0000000..0653ef7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/49664-49919.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 49664-49919 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/49920-50175.pbf b/font-glyphs/glyphs/Roboto Regular/49920-50175.pbf new file mode 100644 index 0000000..5abf41c --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/49920-50175.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 49920-50175 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/50176-50431.pbf b/font-glyphs/glyphs/Roboto Regular/50176-50431.pbf new file mode 100644 index 0000000..6a7e7ed --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/50176-50431.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 50176-50431 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/50432-50687.pbf b/font-glyphs/glyphs/Roboto Regular/50432-50687.pbf new file mode 100644 index 0000000..10e3e5f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/50432-50687.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 50432-50687 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/50688-50943.pbf b/font-glyphs/glyphs/Roboto Regular/50688-50943.pbf new file mode 100644 index 0000000..dc9b4c1 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/50688-50943.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 50688-50943 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/50944-51199.pbf b/font-glyphs/glyphs/Roboto Regular/50944-51199.pbf new file mode 100644 index 0000000..689a16d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/50944-51199.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 50944-51199 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/512-767.pbf b/font-glyphs/glyphs/Roboto Regular/512-767.pbf new file mode 100644 index 0000000..48b0086 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/512-767.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/5120-5375.pbf b/font-glyphs/glyphs/Roboto Regular/5120-5375.pbf new file mode 100644 index 0000000..1b2454d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/5120-5375.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 5120-5375 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/51200-51455.pbf b/font-glyphs/glyphs/Roboto Regular/51200-51455.pbf new file mode 100644 index 0000000..6fd7f85 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/51200-51455.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 51200-51455 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/51456-51711.pbf b/font-glyphs/glyphs/Roboto Regular/51456-51711.pbf new file mode 100644 index 0000000..0c2fd4b --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/51456-51711.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 51456-51711 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/51712-51967.pbf b/font-glyphs/glyphs/Roboto Regular/51712-51967.pbf new file mode 100644 index 0000000..128b56f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/51712-51967.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 51712-51967 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/51968-52223.pbf b/font-glyphs/glyphs/Roboto Regular/51968-52223.pbf new file mode 100644 index 0000000..89a96da --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/51968-52223.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 51968-52223 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/52224-52479.pbf b/font-glyphs/glyphs/Roboto Regular/52224-52479.pbf new file mode 100644 index 0000000..9b6d4b0 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/52224-52479.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 52224-52479 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/52480-52735.pbf b/font-glyphs/glyphs/Roboto Regular/52480-52735.pbf new file mode 100644 index 0000000..e21ee17 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/52480-52735.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 52480-52735 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/52736-52991.pbf b/font-glyphs/glyphs/Roboto Regular/52736-52991.pbf new file mode 100644 index 0000000..10d50e5 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/52736-52991.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 52736-52991 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/52992-53247.pbf b/font-glyphs/glyphs/Roboto Regular/52992-53247.pbf new file mode 100644 index 0000000..4616c4d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/52992-53247.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 52992-53247 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/53248-53503.pbf b/font-glyphs/glyphs/Roboto Regular/53248-53503.pbf new file mode 100644 index 0000000..da59e46 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/53248-53503.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 53248-53503 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/53504-53759.pbf b/font-glyphs/glyphs/Roboto Regular/53504-53759.pbf new file mode 100644 index 0000000..7599038 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/53504-53759.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 53504-53759 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/5376-5631.pbf b/font-glyphs/glyphs/Roboto Regular/5376-5631.pbf new file mode 100644 index 0000000..266b18d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/5376-5631.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 5376-5631 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/53760-54015.pbf b/font-glyphs/glyphs/Roboto Regular/53760-54015.pbf new file mode 100644 index 0000000..281f6b6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/53760-54015.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 53760-54015 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/54016-54271.pbf b/font-glyphs/glyphs/Roboto Regular/54016-54271.pbf new file mode 100644 index 0000000..ee7e816 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/54016-54271.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 54016-54271 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/54272-54527.pbf b/font-glyphs/glyphs/Roboto Regular/54272-54527.pbf new file mode 100644 index 0000000..463e7c9 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/54272-54527.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 54272-54527 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/54528-54783.pbf b/font-glyphs/glyphs/Roboto Regular/54528-54783.pbf new file mode 100644 index 0000000..0ddc648 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/54528-54783.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 54528-54783 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/54784-55039.pbf b/font-glyphs/glyphs/Roboto Regular/54784-55039.pbf new file mode 100644 index 0000000..b0f46d2 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/54784-55039.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 54784-55039 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/55040-55295.pbf b/font-glyphs/glyphs/Roboto Regular/55040-55295.pbf new file mode 100644 index 0000000..5883786 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/55040-55295.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 55040-55295 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/55296-55551.pbf b/font-glyphs/glyphs/Roboto Regular/55296-55551.pbf new file mode 100644 index 0000000..6cc9097 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/55296-55551.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 55296-55551 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/55552-55807.pbf b/font-glyphs/glyphs/Roboto Regular/55552-55807.pbf new file mode 100644 index 0000000..7a9bc25 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/55552-55807.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 55552-55807 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/55808-56063.pbf b/font-glyphs/glyphs/Roboto Regular/55808-56063.pbf new file mode 100644 index 0000000..21fceb7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/55808-56063.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 55808-56063 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/56064-56319.pbf b/font-glyphs/glyphs/Roboto Regular/56064-56319.pbf new file mode 100644 index 0000000..5ef6235 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/56064-56319.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 56064-56319 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/5632-5887.pbf b/font-glyphs/glyphs/Roboto Regular/5632-5887.pbf new file mode 100644 index 0000000..c1bf61c --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/5632-5887.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 5632-5887 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/56320-56575.pbf b/font-glyphs/glyphs/Roboto Regular/56320-56575.pbf new file mode 100644 index 0000000..ca0c9a5 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/56320-56575.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 56320-56575 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/56576-56831.pbf b/font-glyphs/glyphs/Roboto Regular/56576-56831.pbf new file mode 100644 index 0000000..c0c381e --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/56576-56831.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 56576-56831 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/56832-57087.pbf b/font-glyphs/glyphs/Roboto Regular/56832-57087.pbf new file mode 100644 index 0000000..8b4ce13 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/56832-57087.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 56832-57087 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/57088-57343.pbf b/font-glyphs/glyphs/Roboto Regular/57088-57343.pbf new file mode 100644 index 0000000..9c7f012 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/57088-57343.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 57088-57343 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/57344-57599.pbf b/font-glyphs/glyphs/Roboto Regular/57344-57599.pbf new file mode 100644 index 0000000..a9651f8 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/57344-57599.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 57344-57599 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/57600-57855.pbf b/font-glyphs/glyphs/Roboto Regular/57600-57855.pbf new file mode 100644 index 0000000..c239763 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/57600-57855.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 57600-57855 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/57856-58111.pbf b/font-glyphs/glyphs/Roboto Regular/57856-58111.pbf new file mode 100644 index 0000000..3d44af8 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/57856-58111.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 57856-58111 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/58112-58367.pbf b/font-glyphs/glyphs/Roboto Regular/58112-58367.pbf new file mode 100644 index 0000000..65f7838 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/58112-58367.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 58112-58367 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/58368-58623.pbf b/font-glyphs/glyphs/Roboto Regular/58368-58623.pbf new file mode 100644 index 0000000..77daa30 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/58368-58623.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 58368-58623 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/58624-58879.pbf b/font-glyphs/glyphs/Roboto Regular/58624-58879.pbf new file mode 100644 index 0000000..7261e22 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/58624-58879.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 58624-58879 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/5888-6143.pbf b/font-glyphs/glyphs/Roboto Regular/5888-6143.pbf new file mode 100644 index 0000000..22a3584 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/5888-6143.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 5888-6143 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/58880-59135.pbf b/font-glyphs/glyphs/Roboto Regular/58880-59135.pbf new file mode 100644 index 0000000..7bf56be --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/58880-59135.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 58880-59135 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/59136-59391.pbf b/font-glyphs/glyphs/Roboto Regular/59136-59391.pbf new file mode 100644 index 0000000..6d6cd6f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/59136-59391.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 59136-59391 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/59392-59647.pbf b/font-glyphs/glyphs/Roboto Regular/59392-59647.pbf new file mode 100644 index 0000000..00a67ec --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/59392-59647.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 59392-59647 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/59648-59903.pbf b/font-glyphs/glyphs/Roboto Regular/59648-59903.pbf new file mode 100644 index 0000000..0c2f300 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/59648-59903.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 59648-59903 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/59904-60159.pbf b/font-glyphs/glyphs/Roboto Regular/59904-60159.pbf new file mode 100644 index 0000000..6392c99 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/59904-60159.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 59904-60159 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/60160-60415.pbf b/font-glyphs/glyphs/Roboto Regular/60160-60415.pbf new file mode 100644 index 0000000..45c3c99 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/60160-60415.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 60160-60415 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/60416-60671.pbf b/font-glyphs/glyphs/Roboto Regular/60416-60671.pbf new file mode 100644 index 0000000..dc26782 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/60416-60671.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 60416-60671 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/60672-60927.pbf b/font-glyphs/glyphs/Roboto Regular/60672-60927.pbf new file mode 100644 index 0000000..f9ab433 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/60672-60927.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 60672-60927 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/60928-61183.pbf b/font-glyphs/glyphs/Roboto Regular/60928-61183.pbf new file mode 100644 index 0000000..25ecac2 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/60928-61183.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 60928-61183Pdu||ueQc}~drtyغ{wиynp^vw_I\krrl\J/@MRRMA08IW]]WJ8Pdu||ueQc}~drtyغ{wиynp^vw_I\krrl\J (08AUbeeddeeaS>UnkRb}_fŭ¢bfͭ¢bfͭ¢bfͭ¢bfͭ¢bf­¢ba|^Sk}|iP>R_bb`abb^P< (08 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/61184-61439.pbf b/font-glyphs/glyphs/Roboto Regular/61184-61439.pbf new file mode 100644 index 0000000..531158e --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/61184-61439.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 61184-61439 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/6144-6399.pbf b/font-glyphs/glyphs/Roboto Regular/6144-6399.pbf new file mode 100644 index 0000000..23fe130 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/6144-6399.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 6144-6399 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/61440-61695.pbf b/font-glyphs/glyphs/Roboto Regular/61440-61695.pbf new file mode 100644 index 0000000..9dc4e0f --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/61440-61695.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 61440-61695 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/61696-61951.pbf b/font-glyphs/glyphs/Roboto Regular/61696-61951.pbf new file mode 100644 index 0000000..b698bf8 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/61696-61951.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 61696-61951 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/61952-62207.pbf b/font-glyphs/glyphs/Roboto Regular/61952-62207.pbf new file mode 100644 index 0000000..e066b23 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/61952-62207.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 61952-62207 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/62208-62463.pbf b/font-glyphs/glyphs/Roboto Regular/62208-62463.pbf new file mode 100644 index 0000000..10c5997 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/62208-62463.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 62208-62463 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/62464-62719.pbf b/font-glyphs/glyphs/Roboto Regular/62464-62719.pbf new file mode 100644 index 0000000..ed03592 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/62464-62719.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 62464-62719 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/62720-62975.pbf b/font-glyphs/glyphs/Roboto Regular/62720-62975.pbf new file mode 100644 index 0000000..38a1df9 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/62720-62975.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 62720-62975 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/62976-63231.pbf b/font-glyphs/glyphs/Roboto Regular/62976-63231.pbf new file mode 100644 index 0000000..19a54c3 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/62976-63231.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 62976-63231sc3K]hiih]JD`xw_OnmQqɰpTsίo`}ȪlkؼclĬuXa{eINbtiR96HZhldS<% (0%8 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/63232-63487.pbf b/font-glyphs/glyphs/Roboto Regular/63232-63487.pbf new file mode 100644 index 0000000..3b1c656 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/63232-63487.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 63232-63487 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/63488-63743.pbf b/font-glyphs/glyphs/Roboto Regular/63488-63743.pbf new file mode 100644 index 0000000..b224bc6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/63488-63743.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 63488-63743 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/63744-63999.pbf b/font-glyphs/glyphs/Roboto Regular/63744-63999.pbf new file mode 100644 index 0000000..88fd2d6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/63744-63999.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 63744-63999 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/6400-6655.pbf b/font-glyphs/glyphs/Roboto Regular/6400-6655.pbf new file mode 100644 index 0000000..8be5011 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/6400-6655.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 6400-6655 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/64000-64255.pbf b/font-glyphs/glyphs/Roboto Regular/64000-64255.pbf new file mode 100644 index 0000000..8583e28 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/64000-64255.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 64000-64255 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/64256-64511.pbf b/font-glyphs/glyphs/Roboto Regular/64256-64511.pbf new file mode 100644 index 0000000..ef10202 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/64256-64511.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/64512-64767.pbf b/font-glyphs/glyphs/Roboto Regular/64512-64767.pbf new file mode 100644 index 0000000..43d2357 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/64512-64767.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 64512-64767 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/64768-65023.pbf b/font-glyphs/glyphs/Roboto Regular/64768-65023.pbf new file mode 100644 index 0000000..369eda3 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/64768-65023.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 64768-65023 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/65024-65279.pbf b/font-glyphs/glyphs/Roboto Regular/65024-65279.pbf new file mode 100644 index 0000000..791ca37 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/65024-65279.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/65280-65535.pbf b/font-glyphs/glyphs/Roboto Regular/65280-65535.pbf new file mode 100644 index 0000000..8ab4dda Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/65280-65535.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/6656-6911.pbf b/font-glyphs/glyphs/Roboto Regular/6656-6911.pbf new file mode 100644 index 0000000..9202d97 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/6656-6911.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 6656-6911 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/6912-7167.pbf b/font-glyphs/glyphs/Roboto Regular/6912-7167.pbf new file mode 100644 index 0000000..1b33ff6 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/6912-7167.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 6912-7167 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/7168-7423.pbf b/font-glyphs/glyphs/Roboto Regular/7168-7423.pbf new file mode 100644 index 0000000..c189971 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/7168-7423.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 7168-7423 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/7424-7679.pbf b/font-glyphs/glyphs/Roboto Regular/7424-7679.pbf new file mode 100644 index 0000000..c050152 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/7424-7679.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 7424-7679 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/768-1023.pbf b/font-glyphs/glyphs/Roboto Regular/768-1023.pbf new file mode 100644 index 0000000..191d004 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/768-1023.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/7680-7935.pbf b/font-glyphs/glyphs/Roboto Regular/7680-7935.pbf new file mode 100644 index 0000000..daf0a2a Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/7680-7935.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/7936-8191.pbf b/font-glyphs/glyphs/Roboto Regular/7936-8191.pbf new file mode 100644 index 0000000..9a23a20 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/7936-8191.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/8192-8447.pbf b/font-glyphs/glyphs/Roboto Regular/8192-8447.pbf new file mode 100644 index 0000000..382880e Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/8192-8447.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/8448-8703.pbf b/font-glyphs/glyphs/Roboto Regular/8448-8703.pbf new file mode 100644 index 0000000..f7badc2 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/8448-8703.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/8704-8959.pbf b/font-glyphs/glyphs/Roboto Regular/8704-8959.pbf new file mode 100644 index 0000000..8fd3267 Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/8704-8959.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/8960-9215.pbf b/font-glyphs/glyphs/Roboto Regular/8960-9215.pbf new file mode 100644 index 0000000..44d4ce7 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/8960-9215.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 8960-9215 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/9216-9471.pbf b/font-glyphs/glyphs/Roboto Regular/9216-9471.pbf new file mode 100644 index 0000000..d1e969d --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/9216-9471.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 9216-9471 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/9472-9727.pbf b/font-glyphs/glyphs/Roboto Regular/9472-9727.pbf new file mode 100644 index 0000000..d943d2c Binary files /dev/null and b/font-glyphs/glyphs/Roboto Regular/9472-9727.pbf differ diff --git a/font-glyphs/glyphs/Roboto Regular/9728-9983.pbf b/font-glyphs/glyphs/Roboto Regular/9728-9983.pbf new file mode 100644 index 0000000..7624e45 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/9728-9983.pbf @@ -0,0 +1,3 @@ + + +Roboto Regular 9728-9983 \ No newline at end of file diff --git a/font-glyphs/glyphs/Roboto Regular/9984-10239.pbf b/font-glyphs/glyphs/Roboto Regular/9984-10239.pbf new file mode 100644 index 0000000..7bba7e0 --- /dev/null +++ b/font-glyphs/glyphs/Roboto Regular/9984-10239.pbf @@ -0,0 +1,4 @@ + + +Roboto Regular +9984-10239 \ No newline at end of file