From 96f96c919bdbfe3fd2e0625c05a270f9cd5ac4ba Mon Sep 17 00:00:00 2001 From: Matt Troutman Date: Sat, 7 Mar 2026 21:01:00 -0600 Subject: [PATCH] Repo cleanup: fix .gitignore, process 11 new fonts from To Sort, remove duplicates - Fix .gitignore: use correct .DS_Store pattern, add __pycache__/, *.pyc, .pytest_cache/, Icon? - Remove tracked Icon file from git - Add 11 new fonts: copixel, depixel, fresh-christmas, introvert, lazare-grotesk, neopixel, pixel-crash, pixel-gamer, pixel-grid, qraydom, space-rabbit - Remove duplicate pixelon from To Sort - Clean up empty Webfonts directory in depixel - Clear processed fonts from To Sort - Add CLAUDE.md for Claude Code guidance - All 934 tests passing Co-Authored-By: Claude Opus 4.6 --- .gitignore | 8 +- CLAUDE.md | 53 +++ Formula/font-copixel-font-1764372079-0.rb | 60 +++ Formula/font-depixel.rb | 62 +++ .../font-fresh-christmas-font-1764370888-0.rb | 60 +++ Formula/font-introvert-font-2-1764371655-0.rb | 60 +++ ...lazare-grotesk-font-family-1764370398-0.rb | 60 +++ Formula/font-neopixel-font-1764372129-0.rb | 60 +++ Formula/font-pixel-crash-font-1764372071-0.rb | 60 +++ Formula/font-pixel-gamer-font-1764372239-0.rb | 60 +++ ...ont-pixel-grid-font-family-1764371982-0.rb | 61 +++ Formula/font-qraydom-font-1764371345-0.rb | 60 +++ .../font-space-rabbit-font-1764372251-0.rb | 60 +++ "Icon\r" | 0 .../depixel_bold_macroman/stylesheet.css | 37 -- .../specimen_files/easytabs.js | 7 - .../specimen_files/grid_12-825-55-15.css | 129 ------ .../specimen_files/specimen_stylesheet.css | 396 ------------------ .../depixel_breit_macroman/stylesheet.css | 37 -- .../specimen_files/easytabs.js | 7 - .../specimen_files/grid_12-825-55-15.css | 129 ------ .../specimen_files/specimen_stylesheet.css | 396 ------------------ .../depixel_breitfett_macroman/stylesheet.css | 37 -- .../specimen_files/easytabs.js | 7 - .../specimen_files/grid_12-825-55-15.css | 129 ------ .../specimen_files/specimen_stylesheet.css | 396 ------------------ .../depixel_illegible_macroman/stylesheet.css | 37 -- .../specimen_files/easytabs.js | 7 - .../specimen_files/grid_12-825-55-15.css | 129 ------ .../specimen_files/specimen_stylesheet.css | 396 ------------------ .../depixel_klein_macroman/stylesheet.css | 37 -- .../specimen_files/easytabs.js | 7 - .../specimen_files/grid_12-825-55-15.css | 129 ------ .../specimen_files/specimen_stylesheet.css | 396 ------------------ .../Befonts-License.txt | 2 - .../Pixelon-BF663182783f6a2.otf | Bin 12756 -> 0 bytes .../Pixelon-BF663182784222c.ttf | Bin 18056 -> 0 bytes .../otf}/Copixel-Demo-BF6873ccc4785f8.otf | Bin .../other_files}/Befonts-License.txt | 0 .../font-depixel/otf}/depixelbreit.otf | Bin .../font-depixel/otf}/depixelbreitfett.otf | Bin .../font-depixel/otf}/depixelhalbfett.otf | Bin .../font-depixel/otf}/depixelillegible.otf | Bin .../font-depixel/otf}/depixelklein.otf | Bin .../font-depixel/otf}/depixelschmal.otf | Bin .../other_files}/Desktop EULA 1.6.txt | 0 .../other_files}/How_to_use_webfonts.html | 0 .../other_files}/Release Notes.txt | 0 .../other_files}/Webfont EULA 1.6.txt | 0 .../font-depixel/other_files}/depixel.pdf | Bin .../other_files}/depixelbreit-demo.html | 0 .../other_files}/depixelbreitfett-demo.html | 0 .../other_files}/depixelhalbfett-demo.html | 0 .../other_files}/depixelillegible-demo.html | 0 .../other_files}/depixelklein-demo.html | 0 .../other_files}/depixelschmal-demo.html | 0 .../font-depixel/other_files}/easytabs.js | 0 .../other_files}/grid_12-825-55-15.css | 0 .../other_files}/specimen_stylesheet.css | 0 .../font-depixel/other_files}/stylesheet.css | 0 .../ttf}/depixelbreit-webfont.ttf | Bin .../ttf}/depixelbreitfett-webfont.ttf | Bin .../ttf}/depixelhalbfett-webfont.ttf | Bin .../ttf}/depixelillegible-webfont.ttf | Bin .../ttf}/depixelklein-webfont.ttf | Bin .../ttf}/depixelschmal-webfont.ttf | Bin .../web}/depixelbreit-webfont.eot | Bin .../web}/depixelbreit-webfont.svg | 0 .../web}/depixelbreit-webfont.woff | Bin .../web}/depixelbreit-webfont.woff2 | Bin .../web}/depixelbreitfett-webfont.eot | Bin .../web}/depixelbreitfett-webfont.svg | 0 .../web}/depixelbreitfett-webfont.woff | Bin .../web}/depixelbreitfett-webfont.woff2 | Bin .../web}/depixelhalbfett-webfont.eot | Bin .../web}/depixelhalbfett-webfont.svg | 0 .../web}/depixelhalbfett-webfont.woff | Bin .../web}/depixelhalbfett-webfont.woff2 | Bin .../web}/depixelillegible-webfont.eot | Bin .../web}/depixelillegible-webfont.svg | 0 .../web}/depixelillegible-webfont.woff | Bin .../web}/depixelillegible-webfont.woff2 | Bin .../web}/depixelklein-webfont.eot | Bin .../web}/depixelklein-webfont.svg | 0 .../web}/depixelklein-webfont.woff | Bin .../web}/depixelklein-webfont.woff2 | Bin .../web}/depixelschmal-webfont.eot | Bin .../web}/depixelschmal-webfont.svg | 0 .../web}/depixelschmal-webfont.woff | Bin .../web}/depixelschmal-webfont.woff2 | Bin .../otf}/Fresh-Christmas.otf | Bin .../other_files}/Befonts-License.txt | 0 .../otf}/Introvert-BF691f1a5a2336d.otf | Bin .../other_files}/Befonts-License.txt | 0 .../other_files}/Read-Me-BF691f1a59c629e.txt | 0 ...zareGroteskTrial-Black-BF647806db20415.otf | Bin ...GroteskTrial-BlackBack-BF647806dbb006f.otf | Bin ...oteskTrial-BlackItalic-BF647806dbe2cde.otf | Bin ...azareGroteskTrial-Bold-BF647806db04a12.otf | Bin ...eGroteskTrial-BoldBack-BF647806dbbac82.otf | Bin ...roteskTrial-BoldItalic-BF647806dbbf597.otf | Bin ...zareGroteskTrial-Light-BF647806db1a1e7.otf | Bin ...GroteskTrial-LightBack-BF647806dbc68ff.otf | Bin ...oteskTrial-LightItalic-BF647806dbc7770.otf | Bin ...areGroteskTrial-Medium-BF647806db24482.otf | Bin ...roteskTrial-MediumBack-BF647806db9228d.otf | Bin ...teskTrial-MediumItalic-BF647806dc09b7e.otf | Bin ...reGroteskTrial-Regular-BF647806db2b1eb.otf | Bin ...oteskTrial-RegularBack-BF647806dba9aa2.otf | Bin ...eskTrial-RegularItalic-BF647806dc0245f.otf | Bin ...azareGroteskTrial-Thin-BF647806dbadb5b.otf | Bin ...eGroteskTrial-ThinBack-BF647806dbcc22e.otf | Bin ...roteskTrial-ThinItalic-BF647806dbe4f58.otf | Bin ...GroteskTrial-UltraThin-BF647806dbbdb3a.otf | Bin ...eskTrial-UltraThinBack-BF647806db89f02.otf | Bin ...kTrial-UltraThinItalic-BF647806dbf0c32.otf | Bin .../other_files}/Befonts-License.txt | 0 .../otf}/neopixel-regular.otf | Bin .../other_files}/Befonts-License.txt | 0 .../otf}/pixelcrash-trial.otf | Bin .../other_files}/Befonts-License.txt | 0 .../other_files}/read-me-19.txt | 0 .../otf}/pixelgamerpersonaluse-rg61l.otf | Bin .../other_files}/Befonts-License.txt | 0 .../otf}/pixelgridtrial-circleboldm.otf | Bin .../otf}/pixelgridtrial-circlebolds.otf | Bin .../otf}/pixelgridtrial-circleboldxl.otf | Bin .../otf}/pixelgridtrial-circlelim.otf | Bin .../otf}/pixelgridtrial-circlelis.otf | Bin .../otf}/pixelgridtrial-circlelixl.otf | Bin .../otf}/pixelgridtrial-circlemidm.otf | Bin .../otf}/pixelgridtrial-circlemids.otf | Bin .../otf}/pixelgridtrial-circlenormm.otf | Bin .../otf}/pixelgridtrial-circlenorms.otf | Bin .../otf}/pixelgridtrial-circlenormxl.otf | Bin .../otf}/pixelgridtrial-circleregm.otf | Bin .../otf}/pixelgridtrial-circleregs.otf | Bin .../otf}/pixelgridtrial-circleregxl.otf | Bin .../otf}/pixelgridtrial-circlethinm.otf | Bin .../otf}/pixelgridtrial-circlethins.otf | Bin .../otf}/pixelgridtrial-circlethinxl.otf | Bin .../otf}/pixelgridtrial-fashionboldm.otf | Bin .../otf}/pixelgridtrial-fashionbolds.otf | Bin .../otf}/pixelgridtrial-fashionboldxl.otf | Bin .../otf}/pixelgridtrial-fashionlim.otf | Bin .../otf}/pixelgridtrial-fashionlis.otf | Bin .../otf}/pixelgridtrial-fashionlixl.otf | Bin .../otf}/pixelgridtrial-fashionmidm.otf | Bin .../otf}/pixelgridtrial-fashionmids.otf | Bin .../otf}/pixelgridtrial-fashionnormm.otf | Bin .../otf}/pixelgridtrial-fashionnorms.otf | Bin .../otf}/pixelgridtrial-fashionnormxl.otf | Bin .../otf}/pixelgridtrial-fashionregm.otf | Bin .../otf}/pixelgridtrial-fashionregs.otf | Bin .../otf}/pixelgridtrial-fashionregxl.otf | Bin .../otf}/pixelgridtrial-fashionthins.otf | Bin .../otf}/pixelgridtrial-fashionthinxl.otf | Bin .../otf}/pixelgridtrial-heartboldm.otf | Bin .../otf}/pixelgridtrial-heartbolds.otf | Bin .../otf}/pixelgridtrial-heartboldxl.otf | Bin .../otf}/pixelgridtrial-heartlim.otf | Bin .../otf}/pixelgridtrial-heartlis.otf | Bin .../otf}/pixelgridtrial-heartlixl.otf | Bin .../otf}/pixelgridtrial-heartmidm.otf | Bin .../otf}/pixelgridtrial-heartmids.otf | Bin .../otf}/pixelgridtrial-heartnormm.otf | Bin .../otf}/pixelgridtrial-heartnorms.otf | Bin .../otf}/pixelgridtrial-heartnormxl.otf | Bin .../otf}/pixelgridtrial-heartregm.otf | Bin .../otf}/pixelgridtrial-heartregs.otf | Bin .../otf}/pixelgridtrial-heartregxl.otf | Bin .../otf}/pixelgridtrial-heartthinm.otf | Bin .../otf}/pixelgridtrial-heartthins.otf | Bin .../otf}/pixelgridtrial-heartthinxl.otf | Bin .../otf}/pixelgridtrial-linedownboldm.otf | Bin .../otf}/pixelgridtrial-linedownbolds.otf | Bin .../otf}/pixelgridtrial-linedownboldxl.otf | Bin .../otf}/pixelgridtrial-linedownlim.otf | Bin .../otf}/pixelgridtrial-linedownlis.otf | Bin .../otf}/pixelgridtrial-linedownlixl.otf | Bin .../otf}/pixelgridtrial-linedownmidm.otf | Bin .../otf}/pixelgridtrial-linedownmids.otf | Bin .../otf}/pixelgridtrial-linedownnormm.otf | Bin .../otf}/pixelgridtrial-linedownnorms.otf | Bin .../otf}/pixelgridtrial-linedownnormxl.otf | Bin .../otf}/pixelgridtrial-linedownregm.otf | Bin .../otf}/pixelgridtrial-linedownregs.otf | Bin .../otf}/pixelgridtrial-linedownregxl.otf | Bin .../otf}/pixelgridtrial-linedownthinm.otf | Bin .../otf}/pixelgridtrial-linedownthins.otf | Bin .../otf}/pixelgridtrial-linedownthinxl.otf | Bin .../otf}/pixelgridtrial-lineskyboldm.otf | Bin .../otf}/pixelgridtrial-lineskybolds.otf | Bin .../otf}/pixelgridtrial-lineskyboldxl.otf | Bin .../otf}/pixelgridtrial-lineskylim.otf | Bin .../otf}/pixelgridtrial-lineskylis.otf | Bin .../otf}/pixelgridtrial-lineskylixl.otf | Bin .../otf}/pixelgridtrial-lineskymidm.otf | Bin .../otf}/pixelgridtrial-lineskymids.otf | Bin .../otf}/pixelgridtrial-lineskynormm.otf | Bin .../otf}/pixelgridtrial-lineskynorms.otf | Bin .../otf}/pixelgridtrial-lineskynormxl.otf | Bin .../otf}/pixelgridtrial-lineskyregm.otf | Bin .../otf}/pixelgridtrial-lineskyregs.otf | Bin .../otf}/pixelgridtrial-lineskyregxl.otf | Bin .../otf}/pixelgridtrial-lineskythinm.otf | Bin .../otf}/pixelgridtrial-lineskythins.otf | Bin .../otf}/pixelgridtrial-lineskythinxl.otf | Bin .../otf}/pixelgridtrial-plasticboldm.otf | Bin .../otf}/pixelgridtrial-plasticbolds.otf | Bin .../otf}/pixelgridtrial-plasticboldxl.otf | Bin .../otf}/pixelgridtrial-plasticlim.otf | Bin .../otf}/pixelgridtrial-plasticlis.otf | Bin .../otf}/pixelgridtrial-plasticlixl.otf | Bin .../otf}/pixelgridtrial-plasticmidm.otf | Bin .../otf}/pixelgridtrial-plasticmids.otf | Bin .../otf}/pixelgridtrial-plasticnormm.otf | Bin .../otf}/pixelgridtrial-plasticnorms.otf | Bin .../otf}/pixelgridtrial-plasticnormxl.otf | Bin .../otf}/pixelgridtrial-plasticregm.otf | Bin .../otf}/pixelgridtrial-plasticregs.otf | Bin .../otf}/pixelgridtrial-plasticregxl.otf | Bin .../otf}/pixelgridtrial-plasticthinm.otf | Bin .../otf}/pixelgridtrial-plasticthins.otf | Bin .../otf}/pixelgridtrial-plasticthinxl.otf | Bin .../otf}/pixelgridtrial-pointboldm.otf | Bin .../otf}/pixelgridtrial-pointbolds.otf | Bin .../otf}/pixelgridtrial-pointboldxl.otf | Bin .../otf}/pixelgridtrial-pointlim.otf | Bin .../otf}/pixelgridtrial-pointlis.otf | Bin .../otf}/pixelgridtrial-pointlixl.otf | Bin .../otf}/pixelgridtrial-pointmidm.otf | Bin .../otf}/pixelgridtrial-pointmids.otf | Bin .../otf}/pixelgridtrial-pointnormm.otf | Bin .../otf}/pixelgridtrial-pointnorms.otf | Bin .../otf}/pixelgridtrial-pointnormxl.otf | Bin .../otf}/pixelgridtrial-pointregm.otf | Bin .../otf}/pixelgridtrial-pointregs.otf | Bin .../otf}/pixelgridtrial-pointregxl.otf | Bin .../otf}/pixelgridtrial-pointthinm.otf | Bin .../otf}/pixelgridtrial-pointthins.otf | Bin .../otf}/pixelgridtrial-pointthinxl.otf | Bin .../otf}/pixelgridtrial-quickboldm.otf | Bin .../otf}/pixelgridtrial-quickbolds.otf | Bin .../otf}/pixelgridtrial-quickboldxl.otf | Bin .../otf}/pixelgridtrial-quicklim.otf | Bin .../otf}/pixelgridtrial-quicklis.otf | Bin .../otf}/pixelgridtrial-quicklixl.otf | Bin .../otf}/pixelgridtrial-quickmidm.otf | Bin .../otf}/pixelgridtrial-quickmids.otf | Bin .../otf}/pixelgridtrial-quicknormm.otf | Bin .../otf}/pixelgridtrial-quicknorms.otf | Bin .../otf}/pixelgridtrial-quicknormxl.otf | Bin .../otf}/pixelgridtrial-quickregm.otf | Bin .../otf}/pixelgridtrial-quickregs.otf | Bin .../otf}/pixelgridtrial-quickregxl.otf | Bin .../otf}/pixelgridtrial-quickthinm.otf | Bin .../otf}/pixelgridtrial-quickthins.otf | Bin .../otf}/pixelgridtrial-quickthinxl.otf | Bin .../otf}/pixelgridtrial-shadowboldm.otf | Bin .../otf}/pixelgridtrial-shadowbolds.otf | Bin .../otf}/pixelgridtrial-shadowboldxl.otf | Bin .../otf}/pixelgridtrial-shadowlim.otf | Bin .../otf}/pixelgridtrial-shadowlis.otf | Bin .../otf}/pixelgridtrial-shadowlixl.otf | Bin .../otf}/pixelgridtrial-shadowmidm.otf | Bin .../otf}/pixelgridtrial-shadowmids.otf | Bin .../otf}/pixelgridtrial-shadownormm.otf | Bin .../otf}/pixelgridtrial-shadownorms.otf | Bin .../otf}/pixelgridtrial-shadownormxl.otf | Bin .../otf}/pixelgridtrial-shadowregm.otf | Bin .../otf}/pixelgridtrial-shadowregs.otf | Bin .../otf}/pixelgridtrial-shadowregxl.otf | Bin .../otf}/pixelgridtrial-shadowthinm.otf | Bin .../otf}/pixelgridtrial-shadowthins.otf | Bin .../otf}/pixelgridtrial-shadowthinxl.otf | Bin .../otf}/pixelgridtrial-squareboldm.otf | Bin .../otf}/pixelgridtrial-squarebolds.otf | Bin .../otf}/pixelgridtrial-squareboldxl.otf | Bin .../otf}/pixelgridtrial-squaremidm.otf | Bin .../otf}/pixelgridtrial-squaremids.otf | Bin .../otf}/pixelgridtrial-squarenormm.otf | Bin .../otf}/pixelgridtrial-squarenorms.otf | Bin .../otf}/pixelgridtrial-squarenormxl.otf | Bin .../otf}/pixelgridtrial-squareregm.otf | Bin .../otf}/pixelgridtrial-squareregs.otf | Bin .../otf}/pixelgridtrial-squareregxl.otf | Bin .../otf}/pixelgridtrial-squarethinm.otf | Bin .../otf}/pixelgridtrial-squarethins.otf | Bin .../otf}/pixelgridtrial-squarethinxl.otf | Bin .../otf}/pixelgridtrial-squrelim.otf | Bin .../otf}/pixelgridtrial-squrelis.otf | Bin .../otf}/pixelgridtrial-squrelixl.otf | Bin .../otf}/pixelgridtrial-waterboldm.otf | Bin .../otf}/pixelgridtrial-waterbolds.otf | Bin .../otf}/pixelgridtrial-waterboldxl.otf | Bin .../otf}/pixelgridtrial-waterlim.otf | Bin .../otf}/pixelgridtrial-waterlis.otf | Bin .../otf}/pixelgridtrial-waterlixl.otf | Bin .../otf}/pixelgridtrial-watermidm.otf | Bin .../otf}/pixelgridtrial-watermids.otf | Bin .../otf}/pixelgridtrial-waternormm.otf | Bin .../otf}/pixelgridtrial-waternorms.otf | Bin .../otf}/pixelgridtrial-waternormxl.otf | Bin .../otf}/pixelgridtrial-waterregm.otf | Bin .../otf}/pixelgridtrial-waterregs.otf | Bin .../otf}/pixelgridtrial-waterregxl.otf | Bin .../otf}/pixelgridtrial-waterthinm.otf | Bin .../otf}/pixelgridtrial-waterthins.otf | Bin .../otf}/pixelgridtrial-waterthinxl.otf | Bin .../otf}/pixelgridtrial-windboldm.otf | Bin .../otf}/pixelgridtrial-windbolds.otf | Bin .../otf}/pixelgridtrial-windboldxl.otf | Bin .../otf}/pixelgridtrial-windlim.otf | Bin .../otf}/pixelgridtrial-windlis.otf | Bin .../otf}/pixelgridtrial-windlixl.otf | Bin .../otf}/pixelgridtrial-windmidm.otf | Bin .../otf}/pixelgridtrial-windmids.otf | Bin .../otf}/pixelgridtrial-windnormm.otf | Bin .../otf}/pixelgridtrial-windnorms.otf | Bin .../otf}/pixelgridtrial-windnormxl.otf | Bin .../otf}/pixelgridtrial-windregm.otf | Bin .../otf}/pixelgridtrial-windregs.otf | Bin .../otf}/pixelgridtrial-windregxl.otf | Bin .../otf}/pixelgridtrial-windthinm.otf | Bin .../otf}/pixelgridtrial-windthins.otf | Bin .../otf}/pixelgridtrial-windthinxl.otf | Bin .../other_files}/Befonts-License.txt | 0 .../ttf}/pixelgridtrial-fashionregxl.ttf | Bin .../other_files}/Befonts-License.txt | 0 .../ttf}/Qraydom.ttf | Bin .../otf}/Space-Rabbit.otf | Bin .../other_files}/Befonts-License.txt | 0 333 files changed, 722 insertions(+), 2849 deletions(-) create mode 100644 CLAUDE.md create mode 100644 Formula/font-copixel-font-1764372079-0.rb create mode 100644 Formula/font-depixel.rb create mode 100644 Formula/font-fresh-christmas-font-1764370888-0.rb create mode 100644 Formula/font-introvert-font-2-1764371655-0.rb create mode 100644 Formula/font-lazare-grotesk-font-family-1764370398-0.rb create mode 100644 Formula/font-neopixel-font-1764372129-0.rb create mode 100644 Formula/font-pixel-crash-font-1764372071-0.rb create mode 100644 Formula/font-pixel-gamer-font-1764372239-0.rb create mode 100644 Formula/font-pixel-grid-font-family-1764371982-0.rb create mode 100644 Formula/font-qraydom-font-1764371345-0.rb create mode 100644 Formula/font-space-rabbit-font-1764372251-0.rb delete mode 100644 "Icon\r" delete mode 100644 To Sort/depixel/Webfonts/depixel_bold_macroman/stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/easytabs.js delete mode 100644 To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/grid_12-825-55-15.css delete mode 100644 To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/specimen_stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_breit_macroman/stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/easytabs.js delete mode 100644 To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/grid_12-825-55-15.css delete mode 100644 To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/specimen_stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_breitfett_macroman/stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/easytabs.js delete mode 100644 To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/grid_12-825-55-15.css delete mode 100644 To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/specimen_stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_illegible_macroman/stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/easytabs.js delete mode 100644 To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/grid_12-825-55-15.css delete mode 100644 To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/specimen_stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_klein_macroman/stylesheet.css delete mode 100644 To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/easytabs.js delete mode 100644 To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/grid_12-825-55-15.css delete mode 100644 To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/specimen_stylesheet.css delete mode 100644 To Sort/pixelon-font-1764372111-0/Befonts-License.txt delete mode 100644 To Sort/pixelon-font-1764372111-0/Pixelon-BF663182783f6a2.otf delete mode 100644 To Sort/pixelon-font-1764372111-0/Pixelon-BF663182784222c.ttf rename {To Sort/copixel-font-1764372079-0 => font_files/font-copixel-font-1764372079-0/otf}/Copixel-Demo-BF6873ccc4785f8.otf (100%) rename {To Sort/copixel-font-1764372079-0 => font_files/font-copixel-font-1764372079-0/other_files}/Befonts-License.txt (100%) rename {To Sort/depixel/Fonts => font_files/font-depixel/otf}/depixelbreit.otf (100%) rename {To Sort/depixel/Fonts => font_files/font-depixel/otf}/depixelbreitfett.otf (100%) rename {To Sort/depixel/Fonts => font_files/font-depixel/otf}/depixelhalbfett.otf (100%) rename {To Sort/depixel/Fonts => font_files/font-depixel/otf}/depixelillegible.otf (100%) rename {To Sort/depixel/Fonts => font_files/font-depixel/otf}/depixelklein.otf (100%) rename {To Sort/depixel/Fonts => font_files/font-depixel/otf}/depixelschmal.otf (100%) rename {To Sort/depixel/Licenses => font_files/font-depixel/other_files}/Desktop EULA 1.6.txt (100%) rename {To Sort/depixel/Reference => font_files/font-depixel/other_files}/How_to_use_webfonts.html (100%) rename {To Sort/depixel/Reference => font_files/font-depixel/other_files}/Release Notes.txt (100%) rename {To Sort/depixel/Licenses => font_files/font-depixel/other_files}/Webfont EULA 1.6.txt (100%) rename {To Sort/depixel/Reference => font_files/font-depixel/other_files}/depixel.pdf (100%) rename {To Sort/depixel/Webfonts/depixel_breit_macroman => font_files/font-depixel/other_files}/depixelbreit-demo.html (100%) rename {To Sort/depixel/Webfonts/depixel_breitfett_macroman => font_files/font-depixel/other_files}/depixelbreitfett-demo.html (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman => font_files/font-depixel/other_files}/depixelhalbfett-demo.html (100%) rename {To Sort/depixel/Webfonts/depixel_illegible_macroman => font_files/font-depixel/other_files}/depixelillegible-demo.html (100%) rename {To Sort/depixel/Webfonts/depixel_klein_macroman => font_files/font-depixel/other_files}/depixelklein-demo.html (100%) rename {To Sort/depixel/Webfonts/depixel_schmal_macroman => font_files/font-depixel/other_files}/depixelschmal-demo.html (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files => font_files/font-depixel/other_files}/easytabs.js (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files => font_files/font-depixel/other_files}/grid_12-825-55-15.css (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files => font_files/font-depixel/other_files}/specimen_stylesheet.css (100%) rename {To Sort/depixel/Webfonts/depixel_schmal_macroman => font_files/font-depixel/other_files}/stylesheet.css (100%) rename {To Sort/depixel/Webfonts/depixel_breit_macroman => font_files/font-depixel/ttf}/depixelbreit-webfont.ttf (100%) rename {To Sort/depixel/Webfonts/depixel_breitfett_macroman => font_files/font-depixel/ttf}/depixelbreitfett-webfont.ttf (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman => font_files/font-depixel/ttf}/depixelhalbfett-webfont.ttf (100%) rename {To Sort/depixel/Webfonts/depixel_illegible_macroman => font_files/font-depixel/ttf}/depixelillegible-webfont.ttf (100%) rename {To Sort/depixel/Webfonts/depixel_klein_macroman => font_files/font-depixel/ttf}/depixelklein-webfont.ttf (100%) rename {To Sort/depixel/Webfonts/depixel_schmal_macroman => font_files/font-depixel/ttf}/depixelschmal-webfont.ttf (100%) rename {To Sort/depixel/Webfonts/depixel_breit_macroman => font_files/font-depixel/web}/depixelbreit-webfont.eot (100%) rename {To Sort/depixel/Webfonts/depixel_breit_macroman => font_files/font-depixel/web}/depixelbreit-webfont.svg (100%) rename {To Sort/depixel/Webfonts/depixel_breit_macroman => font_files/font-depixel/web}/depixelbreit-webfont.woff (100%) rename {To Sort/depixel/Webfonts/depixel_breit_macroman => font_files/font-depixel/web}/depixelbreit-webfont.woff2 (100%) rename {To Sort/depixel/Webfonts/depixel_breitfett_macroman => font_files/font-depixel/web}/depixelbreitfett-webfont.eot (100%) rename {To Sort/depixel/Webfonts/depixel_breitfett_macroman => font_files/font-depixel/web}/depixelbreitfett-webfont.svg (100%) rename {To Sort/depixel/Webfonts/depixel_breitfett_macroman => font_files/font-depixel/web}/depixelbreitfett-webfont.woff (100%) rename {To Sort/depixel/Webfonts/depixel_breitfett_macroman => font_files/font-depixel/web}/depixelbreitfett-webfont.woff2 (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman => font_files/font-depixel/web}/depixelhalbfett-webfont.eot (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman => font_files/font-depixel/web}/depixelhalbfett-webfont.svg (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman => font_files/font-depixel/web}/depixelhalbfett-webfont.woff (100%) rename {To Sort/depixel/Webfonts/depixel_bold_macroman => font_files/font-depixel/web}/depixelhalbfett-webfont.woff2 (100%) rename {To Sort/depixel/Webfonts/depixel_illegible_macroman => font_files/font-depixel/web}/depixelillegible-webfont.eot (100%) rename {To Sort/depixel/Webfonts/depixel_illegible_macroman => font_files/font-depixel/web}/depixelillegible-webfont.svg (100%) rename {To Sort/depixel/Webfonts/depixel_illegible_macroman => font_files/font-depixel/web}/depixelillegible-webfont.woff (100%) rename {To Sort/depixel/Webfonts/depixel_illegible_macroman => font_files/font-depixel/web}/depixelillegible-webfont.woff2 (100%) rename {To Sort/depixel/Webfonts/depixel_klein_macroman => font_files/font-depixel/web}/depixelklein-webfont.eot (100%) rename {To Sort/depixel/Webfonts/depixel_klein_macroman => font_files/font-depixel/web}/depixelklein-webfont.svg (100%) rename {To Sort/depixel/Webfonts/depixel_klein_macroman => font_files/font-depixel/web}/depixelklein-webfont.woff (100%) rename {To Sort/depixel/Webfonts/depixel_klein_macroman => font_files/font-depixel/web}/depixelklein-webfont.woff2 (100%) rename {To Sort/depixel/Webfonts/depixel_schmal_macroman => font_files/font-depixel/web}/depixelschmal-webfont.eot (100%) rename {To Sort/depixel/Webfonts/depixel_schmal_macroman => font_files/font-depixel/web}/depixelschmal-webfont.svg (100%) rename {To Sort/depixel/Webfonts/depixel_schmal_macroman => font_files/font-depixel/web}/depixelschmal-webfont.woff (100%) rename {To Sort/depixel/Webfonts/depixel_schmal_macroman => font_files/font-depixel/web}/depixelschmal-webfont.woff2 (100%) rename {To Sort/fresh-christmas-font-1764370888-0 => font_files/font-fresh-christmas-font-1764370888-0/otf}/Fresh-Christmas.otf (100%) rename {To Sort/fresh-christmas-font-1764370888-0 => font_files/font-fresh-christmas-font-1764370888-0/other_files}/Befonts-License.txt (100%) rename {To Sort/introvert-font-2-1764371655-0 => font_files/font-introvert-font-2-1764371655-0/otf}/Introvert-BF691f1a5a2336d.otf (100%) rename {To Sort/introvert-font-2-1764371655-0 => font_files/font-introvert-font-2-1764371655-0/other_files}/Befonts-License.txt (100%) rename {To Sort/introvert-font-2-1764371655-0 => font_files/font-introvert-font-2-1764371655-0/other_files}/Read-Me-BF691f1a59c629e.txt (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-Black-BF647806db20415.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-BlackBack-BF647806dbb006f.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-BlackItalic-BF647806dbe2cde.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-Bold-BF647806db04a12.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-BoldBack-BF647806dbbac82.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-BoldItalic-BF647806dbbf597.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-Light-BF647806db1a1e7.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-LightBack-BF647806dbc68ff.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-LightItalic-BF647806dbc7770.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-Medium-BF647806db24482.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-MediumBack-BF647806db9228d.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-MediumItalic-BF647806dc09b7e.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-Regular-BF647806db2b1eb.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-RegularBack-BF647806dba9aa2.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-RegularItalic-BF647806dc0245f.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-Thin-BF647806dbadb5b.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-ThinBack-BF647806dbcc22e.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-ThinItalic-BF647806dbe4f58.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-UltraThin-BF647806dbbdb3a.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-UltraThinBack-BF647806db89f02.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/otf}/LazareGroteskTrial-UltraThinItalic-BF647806dbf0c32.otf (100%) rename {To Sort/lazare-grotesk-font-family-1764370398-0 => font_files/font-lazare-grotesk-font-family-1764370398-0/other_files}/Befonts-License.txt (100%) rename {To Sort/neopixel-font-1764372129-0 => font_files/font-neopixel-font-1764372129-0/otf}/neopixel-regular.otf (100%) rename {To Sort/neopixel-font-1764372129-0 => font_files/font-neopixel-font-1764372129-0/other_files}/Befonts-License.txt (100%) rename {To Sort/pixel-crash-font-1764372071-0 => font_files/font-pixel-crash-font-1764372071-0/otf}/pixelcrash-trial.otf (100%) rename {To Sort/pixel-crash-font-1764372071-0 => font_files/font-pixel-crash-font-1764372071-0/other_files}/Befonts-License.txt (100%) rename {To Sort/pixel-crash-font-1764372071-0 => font_files/font-pixel-crash-font-1764372071-0/other_files}/read-me-19.txt (100%) rename {To Sort/pixel-gamer-font-1764372239-0 => font_files/font-pixel-gamer-font-1764372239-0/otf}/pixelgamerpersonaluse-rg61l.otf (100%) rename {To Sort/pixel-gamer-font-1764372239-0 => font_files/font-pixel-gamer-font-1764372239-0/other_files}/Befonts-License.txt (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circleboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlebolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circleboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlelim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlelis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlelixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlemidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlemids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlenormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlenorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlenormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circleregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circleregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circleregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlethinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlethins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-circlethinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionlim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionlis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionlixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionmidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionmids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionnormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionnorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionnormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-fashionthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartlim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartlis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartlixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartmidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartmids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartnormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartnorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartnormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartthinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-heartthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownlim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownlis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownlixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownmidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownmids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownnormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownnorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownnormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownthinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-linedownthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskyboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskybolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskyboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskylim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskylis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskylixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskymidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskymids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskynormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskynorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskynormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskyregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskyregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskyregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskythinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskythins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-lineskythinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticlim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticlis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticlixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticmidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticmids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticnormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticnorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticnormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticthinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-plasticthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointlim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointlis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointlixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointmidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointmids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointnormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointnorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointnormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointthinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-pointthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quicklim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quicklis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quicklixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickmidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickmids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quicknormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quicknorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quicknormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickthinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-quickthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowlim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowlis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowlixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowmidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowmids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadownormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadownorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadownormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowthinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-shadowthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squareboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squarebolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squareboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squaremidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squaremids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squarenormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squarenorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squarenormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squareregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squareregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squareregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squarethinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squarethins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squarethinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squrelim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squrelis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-squrelixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterlim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterlis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterlixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-watermidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-watermids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waternormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waternorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waternormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterthinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-waterthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windboldm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windbolds.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windboldxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windlim.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windlis.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windlixl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windmidm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windmids.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windnormm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windnorms.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windnormxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windregm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windregs.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windregxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windthinm.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windthins.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/otf}/pixelgridtrial-windthinxl.otf (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/other_files}/Befonts-License.txt (100%) rename {To Sort/pixel-grid-font-family-1764371982-0 => font_files/font-pixel-grid-font-family-1764371982-0/ttf}/pixelgridtrial-fashionregxl.ttf (100%) rename {To Sort/qraydom-font-1764371345-0 => font_files/font-qraydom-font-1764371345-0/other_files}/Befonts-License.txt (100%) rename {To Sort/qraydom-font-1764371345-0 => font_files/font-qraydom-font-1764371345-0/ttf}/Qraydom.ttf (100%) rename {To Sort/space-rabbit-font-1764372251-0 => font_files/font-space-rabbit-font-1764372251-0/otf}/Space-Rabbit.otf (100%) rename {To Sort/space-rabbit-font-1764372251-0 => font_files/font-space-rabbit-font-1764372251-0/other_files}/Befonts-License.txt (100%) diff --git a/.gitignore b/.gitignore index 3941be3..8e20b83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ *.ofm *.cfg *.g2n -*.DS_Store +.DS_Store *.setup_complete .env/ -.idea/ \ No newline at end of file +.idea/ +__pycache__/ +*.pyc +.pytest_cache/ +Icon? \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..e495a02 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,53 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## What This Is + +A Homebrew tap for custom fonts. Users `brew tap` and then `brew install font-`. The repo contains font assets in `font_files/` and generated Ruby formulae in `Formula/`. + +## Commands + +```bash +# Add or update a font (cleanup + formula generation + tests + brew audit) +uv run add-font +uv run add-font --no-test --no-audit + +# Run tests +uv run pytest tests/ -v --tb=short + +# Run a single test file +uv run pytest tests/test_font_structure.py -v + +# Run tests for a specific font +uv run pytest tests/ -v -k "font-acrylic-hand" + +# Regenerate all formulae (without the full add-font flow) +python3 .fontfoldercleanup/create_homebrew_formula.py + +# Reorganize font folders only +python3 .fontfoldercleanup/cleanup_font_folders.py --path font_files +``` + +## Architecture + +- **`font_files/font-/`** — Each font has exactly 4 subdirs: `ttf/`, `otf/`, `web/`, `other_files/`. No other top-level files allowed. +- **`Formula/font-.rb`** — Generated Ruby formulae. **Never edit by hand.** Edits go in `.fontfoldercleanup/create_homebrew_formula.py`. +- **`tap_cli/main.py`** — The `add-font` CLI entry point. Copies font to `font_files/`, runs cleanup script, runs formula generator, then runs tests and `brew audit`. +- **`.fontfoldercleanup/cleanup_font_folders.py`** — Sorts loose font files into `ttf/`, `otf/`, `web/`, `other_files/` subdirs. +- **`.fontfoldercleanup/create_homebrew_formula.py`** — Scans `font_files/font-*` and writes one `.rb` per font. Contains `HomebrewFormulaGenerator` class and `formula_name_to_class()` for Ruby PascalCase conversion. +- **`tests/`** — Parametrized pytest suite. Tests validate: folder structure, formula existence, formula content (paths, class name), no orphan formulae, no duplicates. +- **`To Sort/`** — Staging area for new downloads not yet processed. + +## Formula Naming Convention + +`font-` → Ruby class `Font`. Split on hyphens/underscores, capitalize each part: +- `font-acrylic-hand` → `FontAcrylicHand` +- `font-graham_hand` → `FontGrahamHand` + +## Key Constraints + +- Python 3, standard library only (pathlib, shutil, argparse, re). pytest is the sole dependency. +- Formulae download from `http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz` and expect the archive to unpack as `homebrew-fonts-main/`. +- CI runs `uv run pytest` on push/PR to main, plus `brew audit` on macOS (non-blocking). +- `PROJECT.md` is the canonical project description. When updating project rules, update `PROJECT.md` first, then sync `.cursorrules`, `.github/copilot-instructions.md`, and `.claude/skills/project-context/SKILL.md`. diff --git a/Formula/font-copixel-font-1764372079-0.rb b/Formula/font-copixel-font-1764372079-0.rb new file mode 100644 index 0000000..68e590a --- /dev/null +++ b/Formula/font-copixel-font-1764372079-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: OTF + +class FontCopixelFont17643720790 < Formula + desc "Font: copixel-font-1764372079-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-copixel-font-1764372079-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-copixel-font-1764372079-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-copixel-font-1764372079-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"copixel-font-1764372079-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-copixel-font-1764372079-0/other_files/*").each do |file| + system "cp", "-r", file, share/"copixel-font-1764372079-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/copixel-font-1764372079-0 + EOS + end + + test do + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"copixel-font-1764372079-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-depixel.rb b/Formula/font-depixel.rb new file mode 100644 index 0000000..0b22108 --- /dev/null +++ b/Formula/font-depixel.rb @@ -0,0 +1,62 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: TTF OTF web + +class FontDepixel < Formula + desc "Font: depixel" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-depixel/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-depixel/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-depixel/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"depixel").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-depixel/other_files/*").each do |file| + system "cp", "-r", file, share/"depixel" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/depixel + EOS + end + + test do + assert (share/"fonts/truetype").glob("*.ttf").any?, "No TTF fonts installed" + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert (share/"fonts/webfonts").glob("*").any?, "No web fonts installed" + assert_predicate share/"depixel", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-fresh-christmas-font-1764370888-0.rb b/Formula/font-fresh-christmas-font-1764370888-0.rb new file mode 100644 index 0000000..f319446 --- /dev/null +++ b/Formula/font-fresh-christmas-font-1764370888-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: OTF + +class FontFreshChristmasFont17643708880 < Formula + desc "Font: fresh-christmas-font-1764370888-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-fresh-christmas-font-1764370888-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-fresh-christmas-font-1764370888-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-fresh-christmas-font-1764370888-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"fresh-christmas-font-1764370888-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-fresh-christmas-font-1764370888-0/other_files/*").each do |file| + system "cp", "-r", file, share/"fresh-christmas-font-1764370888-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/fresh-christmas-font-1764370888-0 + EOS + end + + test do + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"fresh-christmas-font-1764370888-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-introvert-font-2-1764371655-0.rb b/Formula/font-introvert-font-2-1764371655-0.rb new file mode 100644 index 0000000..2af0e7a --- /dev/null +++ b/Formula/font-introvert-font-2-1764371655-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: OTF + +class FontIntrovertFont217643716550 < Formula + desc "Font: introvert-font-2-1764371655-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-introvert-font-2-1764371655-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-introvert-font-2-1764371655-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-introvert-font-2-1764371655-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"introvert-font-2-1764371655-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-introvert-font-2-1764371655-0/other_files/*").each do |file| + system "cp", "-r", file, share/"introvert-font-2-1764371655-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/introvert-font-2-1764371655-0 + EOS + end + + test do + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"introvert-font-2-1764371655-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-lazare-grotesk-font-family-1764370398-0.rb b/Formula/font-lazare-grotesk-font-family-1764370398-0.rb new file mode 100644 index 0000000..96accc5 --- /dev/null +++ b/Formula/font-lazare-grotesk-font-family-1764370398-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: OTF + +class FontLazareGroteskFontFamily17643703980 < Formula + desc "Font: lazare-grotesk-font-family-1764370398-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-lazare-grotesk-font-family-1764370398-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-lazare-grotesk-font-family-1764370398-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"lazare-grotesk-font-family-1764370398-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-lazare-grotesk-font-family-1764370398-0/other_files/*").each do |file| + system "cp", "-r", file, share/"lazare-grotesk-font-family-1764370398-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/lazare-grotesk-font-family-1764370398-0 + EOS + end + + test do + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"lazare-grotesk-font-family-1764370398-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-neopixel-font-1764372129-0.rb b/Formula/font-neopixel-font-1764372129-0.rb new file mode 100644 index 0000000..09846c1 --- /dev/null +++ b/Formula/font-neopixel-font-1764372129-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: OTF + +class FontNeopixelFont17643721290 < Formula + desc "Font: neopixel-font-1764372129-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-neopixel-font-1764372129-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-neopixel-font-1764372129-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-neopixel-font-1764372129-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"neopixel-font-1764372129-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-neopixel-font-1764372129-0/other_files/*").each do |file| + system "cp", "-r", file, share/"neopixel-font-1764372129-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/neopixel-font-1764372129-0 + EOS + end + + test do + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"neopixel-font-1764372129-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-pixel-crash-font-1764372071-0.rb b/Formula/font-pixel-crash-font-1764372071-0.rb new file mode 100644 index 0000000..f05ba39 --- /dev/null +++ b/Formula/font-pixel-crash-font-1764372071-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: OTF + +class FontPixelCrashFont17643720710 < Formula + desc "Font: pixel-crash-font-1764372071-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-crash-font-1764372071-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-crash-font-1764372071-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-crash-font-1764372071-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"pixel-crash-font-1764372071-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-pixel-crash-font-1764372071-0/other_files/*").each do |file| + system "cp", "-r", file, share/"pixel-crash-font-1764372071-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/pixel-crash-font-1764372071-0 + EOS + end + + test do + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"pixel-crash-font-1764372071-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-pixel-gamer-font-1764372239-0.rb b/Formula/font-pixel-gamer-font-1764372239-0.rb new file mode 100644 index 0000000..c039fb0 --- /dev/null +++ b/Formula/font-pixel-gamer-font-1764372239-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: OTF + +class FontPixelGamerFont17643722390 < Formula + desc "Font: pixel-gamer-font-1764372239-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-gamer-font-1764372239-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-gamer-font-1764372239-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-gamer-font-1764372239-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"pixel-gamer-font-1764372239-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-pixel-gamer-font-1764372239-0/other_files/*").each do |file| + system "cp", "-r", file, share/"pixel-gamer-font-1764372239-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/pixel-gamer-font-1764372239-0 + EOS + end + + test do + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"pixel-gamer-font-1764372239-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-pixel-grid-font-family-1764371982-0.rb b/Formula/font-pixel-grid-font-family-1764371982-0.rb new file mode 100644 index 0000000..896609a --- /dev/null +++ b/Formula/font-pixel-grid-font-family-1764371982-0.rb @@ -0,0 +1,61 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: TTF OTF + +class FontPixelGridFontFamily17643719820 < Formula + desc "Font: pixel-grid-font-family-1764371982-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-grid-font-family-1764371982-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-grid-font-family-1764371982-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-pixel-grid-font-family-1764371982-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"pixel-grid-font-family-1764371982-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-pixel-grid-font-family-1764371982-0/other_files/*").each do |file| + system "cp", "-r", file, share/"pixel-grid-font-family-1764371982-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/pixel-grid-font-family-1764371982-0 + EOS + end + + test do + assert (share/"fonts/truetype").glob("*.ttf").any?, "No TTF fonts installed" + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"pixel-grid-font-family-1764371982-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-qraydom-font-1764371345-0.rb b/Formula/font-qraydom-font-1764371345-0.rb new file mode 100644 index 0000000..184e374 --- /dev/null +++ b/Formula/font-qraydom-font-1764371345-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: TTF + +class FontQraydomFont17643713450 < Formula + desc "Font: qraydom-font-1764371345-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-qraydom-font-1764371345-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-qraydom-font-1764371345-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-qraydom-font-1764371345-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"qraydom-font-1764371345-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-qraydom-font-1764371345-0/other_files/*").each do |file| + system "cp", "-r", file, share/"qraydom-font-1764371345-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/qraydom-font-1764371345-0 + EOS + end + + test do + assert (share/"fonts/truetype").glob("*.ttf").any?, "No TTF fonts installed" + assert_predicate share/"qraydom-font-1764371345-0", :directory?, "Other files dir missing" + end +end diff --git a/Formula/font-space-rabbit-font-1764372251-0.rb b/Formula/font-space-rabbit-font-1764372251-0.rb new file mode 100644 index 0000000..d149f87 --- /dev/null +++ b/Formula/font-space-rabbit-font-1764372251-0.rb @@ -0,0 +1,60 @@ +# typed: false +# frozen_string_literal: true + +# This file was generated by the font folder cleanup script +# Do not edit this file directly +# Installs: OTF + +class FontSpaceRabbitFont17643722510 < Formula + desc "Font: space-rabbit-font-1764372251-0" + homepage "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts" + url "http://clancy.genet-godzilla.ts.net:3002/Fonts/homebrew-fonts/archive/main.tar.gz" + version "1.0.0" + sha256 "" # This will need to be filled in after the first build + + def install + # Create font directories + (share/"fonts").mkpath + (share/"fonts/truetype").mkpath + (share/"fonts/opentype").mkpath + (share/"fonts/webfonts").mkpath + + # Install TTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-space-rabbit-font-1764372251-0/ttf/*.ttf").each do |font| + system "cp", font, share/"fonts/truetype" + end + + # Install OTF fonts + Dir.glob("homebrew-fonts-main/font_files/font-space-rabbit-font-1764372251-0/otf/*.otf").each do |font| + system "cp", font, share/"fonts/opentype" + end + + # Install web fonts + Dir.glob("homebrew-fonts-main/font_files/font-space-rabbit-font-1764372251-0/web/*.{woff,woff2,eot,svg}").each do |font| + system "cp", font, share/"fonts/webfonts" + end + + # Install documentation and other files + (share/"space-rabbit-font-1764372251-0").mkpath + Dir.glob("homebrew-fonts-main/font_files/font-space-rabbit-font-1764372251-0/other_files/*").each do |file| + system "cp", "-r", file, share/"space-rabbit-font-1764372251-0" + end + end + + def caveats + <<~EOS + Fonts have been installed to: + #{share}/fonts/truetype + #{share}/fonts/opentype + #{share}/fonts/webfonts + + Additional files are available in: + #{share}/space-rabbit-font-1764372251-0 + EOS + end + + test do + assert (share/"fonts/opentype").glob("*.otf").any?, "No OTF fonts installed" + assert_predicate share/"space-rabbit-font-1764372251-0", :directory?, "Other files dir missing" + end +end diff --git "a/Icon\r" "b/Icon\r" deleted file mode 100644 index e69de29..0000000 diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/stylesheet.css b/To Sort/depixel/Webfonts/depixel_bold_macroman/stylesheet.css deleted file mode 100644 index 2c745ae..0000000 --- a/To Sort/depixel/Webfonts/depixel_bold_macroman/stylesheet.css +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Web Fonts from fontspring.com - * - * All OpenType features and all extended glyphs have been removed. - * Fully installable fonts can be purchased at http://www.fontspring.com - * - * The fonts included in this stylesheet are subject to the End User License you purchased - * from Fontspring. The fonts are protected under domestic and international trademark and - * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or - * distributing this font software. - * - * (c) 2010-2017 Fontspring - * - * - * - * - * The fonts included are copyrighted by the vendor listed below. - * - * Vendor: ingoFonts - * License URL: https://www.fontspring.com/licenses/ingofonts/webfont - * - * - */ - -@font-face { - font-family: 'depixelbold'; - src: url('depixelhalbfett-webfont.eot'); - src: url('depixelhalbfett-webfont.eot?#iefix') format('embedded-opentype'), - url('depixelhalbfett-webfont.woff2') format('woff2'), - url('depixelhalbfett-webfont.woff') format('woff'), - url('depixelhalbfett-webfont.ttf') format('truetype'), - url('depixelhalbfett-webfont.svg#depixelbold') format('svg'); - font-weight: normal; - font-style: normal; - -} - diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/easytabs.js b/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/easytabs.js deleted file mode 100644 index 167f53b..0000000 --- a/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/easytabs.js +++ /dev/null @@ -1,7 +0,0 @@ -(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;} -if(typeof param.defaultContent=="number") -{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;} -$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();} -function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none") -{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}} -$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery); \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/grid_12-825-55-15.css b/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/grid_12-825-55-15.css deleted file mode 100644 index 3d6aef7..0000000 --- a/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/grid_12-825-55-15.css +++ /dev/null @@ -1,129 +0,0 @@ -/*Notes about grid: -Columns: 12 -Grid Width: 825px -Column Width: 55px -Gutter Width: 15px --------------------------------*/ - - - -.section {margin-bottom: 18px; -} -.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} -.section {*zoom: 1;} - -.section .firstcolumn, -.section .firstcol {margin-left: 0;} - - -/* Border on left hand side of a column. */ -.border { - padding-left: 7px; - margin-left: 7px; - border-left: 1px solid #eee; -} - -/* Border with more whitespace, spans one column. */ -.colborder { - padding-left: 42px; - margin-left: 42px; - border-left: 1px solid #eee; -} - - - -/* The Grid Classes */ -.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 -{margin-left: 15px;float: left;display: inline; overflow: hidden;} - - -.width1, .grid1, .span-1 {width: 55px;} -.width1_2cols,.grid1_2cols {width: 20px;} -.width1_3cols,.grid1_3cols {width: 8px;} -.width1_4cols,.grid1_4cols {width: 2px;} -.input_width1 {width: 49px;} - -.width2, .grid2, .span-2 {width: 125px;} -.width2_3cols,.grid2_3cols {width: 31px;} -.width2_4cols,.grid2_4cols {width: 20px;} -.input_width2 {width: 119px;} - -.width3, .grid3, .span-3 {width: 195px;} -.width3_2cols,.grid3_2cols {width: 90px;} -.width3_4cols,.grid3_4cols {width: 37px;} -.input_width3 {width: 189px;} - -.width4, .grid4, .span-4 {width: 265px;} -.width4_3cols,.grid4_3cols {width: 78px;} -.input_width4 {width: 259px;} - -.width5, .grid5, .span-5 {width: 335px;} -.width5_2cols,.grid5_2cols {width: 160px;} -.width5_3cols,.grid5_3cols {width: 101px;} -.width5_4cols,.grid5_4cols {width: 72px;} -.input_width5 {width: 329px;} - -.width6, .grid6, .span-6 {width: 405px;} -.width6_4cols,.grid6_4cols {width: 90px;} -.input_width6 {width: 399px;} - -.width7, .grid7, .span-7 {width: 475px;} -.width7_2cols,.grid7_2cols {width: 230px;} -.width7_3cols,.grid7_3cols {width: 148px;} -.width7_4cols,.grid7_4cols {width: 107px;} -.input_width7 {width: 469px;} - -.width8, .grid8, .span-8 {width: 545px;} -.width8_3cols,.grid8_3cols {width: 171px;} -.input_width8 {width: 539px;} - -.width9, .grid9, .span-9 {width: 615px;} -.width9_2cols,.grid9_2cols {width: 300px;} -.width9_4cols,.grid9_4cols {width: 142px;} -.input_width9 {width: 609px;} - -.width10, .grid10, .span-10 {width: 685px;} -.width10_3cols,.grid10_3cols {width: 218px;} -.width10_4cols,.grid10_4cols {width: 160px;} -.input_width10 {width: 679px;} - -.width11, .grid11, .span-11 {width: 755px;} -.width11_2cols,.grid11_2cols {width: 370px;} -.width11_3cols,.grid11_3cols {width: 241px;} -.width11_4cols,.grid11_4cols {width: 177px;} -.input_width11 {width: 749px;} - -.width12, .grid12, .span-12 {width: 825px;} -.input_width12 {width: 819px;} - -/* Subdivided grid spaces */ -.emptycols_left1, .prepend-1 {padding-left: 70px;} -.emptycols_right1, .append-1 {padding-right: 70px;} -.emptycols_left2, .prepend-2 {padding-left: 140px;} -.emptycols_right2, .append-2 {padding-right: 140px;} -.emptycols_left3, .prepend-3 {padding-left: 210px;} -.emptycols_right3, .append-3 {padding-right: 210px;} -.emptycols_left4, .prepend-4 {padding-left: 280px;} -.emptycols_right4, .append-4 {padding-right: 280px;} -.emptycols_left5, .prepend-5 {padding-left: 350px;} -.emptycols_right5, .append-5 {padding-right: 350px;} -.emptycols_left6, .prepend-6 {padding-left: 420px;} -.emptycols_right6, .append-6 {padding-right: 420px;} -.emptycols_left7, .prepend-7 {padding-left: 490px;} -.emptycols_right7, .append-7 {padding-right: 490px;} -.emptycols_left8, .prepend-8 {padding-left: 560px;} -.emptycols_right8, .append-8 {padding-right: 560px;} -.emptycols_left9, .prepend-9 {padding-left: 630px;} -.emptycols_right9, .append-9 {padding-right: 630px;} -.emptycols_left10, .prepend-10 {padding-left: 700px;} -.emptycols_right10, .append-10 {padding-right: 700px;} -.emptycols_left11, .prepend-11 {padding-left: 770px;} -.emptycols_right11, .append-11 {padding-right: 770px;} -.pull-1 {margin-left: -70px;} -.push-1 {margin-right: -70px;margin-left: 18px;float: right;} -.pull-2 {margin-left: -140px;} -.push-2 {margin-right: -140px;margin-left: 18px;float: right;} -.pull-3 {margin-left: -210px;} -.push-3 {margin-right: -210px;margin-left: 18px;float: right;} -.pull-4 {margin-left: -280px;} -.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/specimen_stylesheet.css b/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/specimen_stylesheet.css deleted file mode 100644 index aecc43c..0000000 --- a/To Sort/depixel/Webfonts/depixel_breit_macroman/specimen_files/specimen_stylesheet.css +++ /dev/null @@ -1,396 +0,0 @@ -@import url('grid_12-825-55-15.css'); - -/* - CSS Reset by Eric Meyer - Released under Public Domain - http://meyerweb.com/eric/tools/css/reset/ -*/ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, table, -caption, tbody, tfoot, thead, tr, th, td - {margin: 0;padding: 0;border: 0;outline: 0; - font-size: 100%;vertical-align: baseline; - background: transparent;} -body {line-height: 1;} -ol, ul {list-style: none;} -blockquote, q {quotes: none;} -blockquote:before, blockquote:after, -q:before, q:after {content: ''; content: none;} -:focus {outline: 0;} -ins {text-decoration: none;} -del {text-decoration: line-through;} -table {border-collapse: collapse;border-spacing: 0;} - - - - -body { - color: #000; - background-color: #dcdcdc; -} - -a { - text-decoration: none; - color: #1883ba; -} - -h1{ - font-size: 32px; - font-weight: normal; - font-style: normal; - margin-bottom: 18px; -} - -h2{ - font-size: 18px; -} - -#container { - width: 865px; - margin: 0px auto; -} - - -#header { - padding: 20px; - font-size: 36px; - background-color: #000; - color: #fff; -} - -#header span { - color: #666; -} -#main_content { - background-color: #fff; - padding: 60px 20px 20px; -} - - -#footer p { - margin: 0; - padding-top: 10px; - padding-bottom: 50px; - color: #333; - font: 10px Arial, sans-serif; -} - -.tabs { - width: 100%; - height: 31px; - background-color: #444; -} -.tabs li { - float: left; - margin: 0; - overflow: hidden; - background-color: #444; -} -.tabs li a { - display: block; - color: #fff; - text-decoration: none; - font: bold 11px/11px 'Arial'; - text-transform: uppercase; - padding: 10px 15px; - border-right: 1px solid #fff; -} - -.tabs li a:hover { - background-color: #00b3ff; - -} - -.tabs li.active a { - color: #000; - background-color: #fff; -} - - - -div.huge { - - font-size: 300px; - line-height: 1em; - padding: 0; - letter-spacing: -.02em; - overflow: hidden; -} -div.glyph_range { - font-size: 72px; - line-height: 1.1em; -} - -.size10{ font-size: 10px; } -.size11{ font-size: 11px; } -.size12{ font-size: 12px; } -.size13{ font-size: 13px; } -.size14{ font-size: 14px; } -.size16{ font-size: 16px; } -.size18{ font-size: 18px; } -.size20{ font-size: 20px; } -.size24{ font-size: 24px; } -.size30{ font-size: 30px; } -.size36{ font-size: 36px; } -.size48{ font-size: 48px; } -.size60{ font-size: 60px; } -.size72{ font-size: 72px; } -.size90{ font-size: 90px; } - - -.psample_row1 { height: 120px;} -.psample_row1 { height: 120px;} -.psample_row2 { height: 160px;} -.psample_row3 { height: 160px;} -.psample_row4 { height: 160px;} - -.psample { - overflow: hidden; - position: relative; -} -.psample p { - line-height: 1.3em; - display: block; - overflow: hidden; - margin: 0; -} - -.psample span { - margin-right: .5em; -} - -.white_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); - position: absolute; - bottom: 0; -} -.black_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); - position: absolute; - bottom: 0; -} -.fullreverse { - background: #000 !important; - color: #fff !important; - margin-left: -20px; - padding-left: 20px; - margin-right: -20px; - padding-right: 20px; - padding: 20px; - margin-bottom:0; -} - - -.sample_table td { - padding-top: 3px; - padding-bottom:5px; - padding-left: 5px; - vertical-align: middle; - line-height: 1.2em; -} - -.sample_table td:first-child { - background-color: #eee; - text-align: right; - padding-right: 5px; - padding-left: 0; - padding: 5px; - font: 11px/12px "Courier New", Courier, mono; -} - -code { - white-space: pre; - background-color: #eee; - display: block; - padding: 10px; - margin-bottom: 18px; - overflow: auto; -} - - -.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} - -.box { - padding: 18px; - margin-bottom: 18px; - background: #eee; -} - -.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} - -#bodycomparison { - position: relative; - overflow: hidden; - font-size: 72px; - height: 90px; - white-space: nowrap; -} - -#bodycomparison div{ - font-size: 72px; - line-height: 90px; - display: inline; - margin: 0 15px 0 0; - padding: 0; -} - -#bodycomparison div span{ - font: 10px Arial; - position: absolute; - left: 0; -} -#xheight { - float: none; - position: absolute; - color: #d9f3ff; - font-size: 72px; - line-height: 90px; -} - -.fontbody { - position: relative; -} -.arialbody{ - font-family: Arial; - position: relative; -} -.verdanabody{ - font-family: Verdana; - position: relative; -} -.georgiabody{ - font-family: Georgia; - position: relative; -} - -/* @group Layout page - */ - -#layout h1 { - font-size: 36px; - line-height: 42px; - font-weight: normal; - font-style: normal; -} - -#layout h2 { - font-size: 24px; - line-height: 23px; - font-weight: normal; - font-style: normal; -} - -#layout h3 { - font-size: 22px; - line-height: 1.4em; - margin-top: 1em; - font-weight: normal; - font-style: normal; -} - - -#layout p.byline { - font-size: 12px; - margin-top: 18px; - line-height: 12px; - margin-bottom: 0; -} -#layout p { - font-size: 14px; - line-height: 21px; - margin-bottom: .5em; -} - -#layout p.large{ - font-size: 18px; - line-height: 26px; -} - -#layout .sidebar p{ - font-size: 12px; - line-height: 1.4em; -} - -#layout p.caption { - font-size: 10px; - margin-top: -16px; - margin-bottom: 18px; -} - -/* @end */ - -/* @group Glyphs */ - -#glyph_chart div{ - background-color: #d9f3ff; - color: black; - float: left; - font-size: 36px; - height: 1.2em; - line-height: 1.2em; - margin-bottom: 1px; - margin-right: 1px; - text-align: center; - width: 1.2em; - position: relative; - padding: .6em .2em .2em; -} - -#glyph_chart div p { - position: absolute; - left: 0; - top: 0; - display: block; - text-align: center; - font: bold 9px Arial, sans-serif; - background-color: #3a768f; - width: 100%; - color: #fff; - padding: 2px 0; -} - - -#glyphs h1 { - font-family: Arial, sans-serif; -} -/* @end */ - -/* @group Installing */ - -#installing { - font: 13px Arial, sans-serif; -} - -#installing p, -#glyphs p{ - line-height: 1.2em; - margin-bottom: 18px; - font: 13px Arial, sans-serif; -} - - - -#installing h3{ - font-size: 15px; - margin-top: 18px; -} - -/* @end */ - -#rendering h1 { - font-family: Arial, sans-serif; -} -.render_table td { - font: 11px "Courier New", Courier, mono; - vertical-align: middle; -} - - diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/stylesheet.css b/To Sort/depixel/Webfonts/depixel_breit_macroman/stylesheet.css deleted file mode 100644 index 5be673d..0000000 --- a/To Sort/depixel/Webfonts/depixel_breit_macroman/stylesheet.css +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Web Fonts from fontspring.com - * - * All OpenType features and all extended glyphs have been removed. - * Fully installable fonts can be purchased at http://www.fontspring.com - * - * The fonts included in this stylesheet are subject to the End User License you purchased - * from Fontspring. The fonts are protected under domestic and international trademark and - * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or - * distributing this font software. - * - * (c) 2010-2017 Fontspring - * - * - * - * - * The fonts included are copyrighted by the vendor listed below. - * - * Vendor: ingoFonts - * License URL: https://www.fontspring.com/licenses/ingofonts/webfont - * - * - */ - -@font-face { - font-family: 'depixelbreit'; - src: url('depixelbreit-webfont.eot'); - src: url('depixelbreit-webfont.eot?#iefix') format('embedded-opentype'), - url('depixelbreit-webfont.woff2') format('woff2'), - url('depixelbreit-webfont.woff') format('woff'), - url('depixelbreit-webfont.ttf') format('truetype'), - url('depixelbreit-webfont.svg#depixelbreit') format('svg'); - font-weight: normal; - font-style: normal; - -} - diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/easytabs.js b/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/easytabs.js deleted file mode 100644 index 167f53b..0000000 --- a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/easytabs.js +++ /dev/null @@ -1,7 +0,0 @@ -(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;} -if(typeof param.defaultContent=="number") -{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;} -$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();} -function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none") -{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}} -$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery); \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/grid_12-825-55-15.css b/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/grid_12-825-55-15.css deleted file mode 100644 index 3d6aef7..0000000 --- a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/grid_12-825-55-15.css +++ /dev/null @@ -1,129 +0,0 @@ -/*Notes about grid: -Columns: 12 -Grid Width: 825px -Column Width: 55px -Gutter Width: 15px --------------------------------*/ - - - -.section {margin-bottom: 18px; -} -.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} -.section {*zoom: 1;} - -.section .firstcolumn, -.section .firstcol {margin-left: 0;} - - -/* Border on left hand side of a column. */ -.border { - padding-left: 7px; - margin-left: 7px; - border-left: 1px solid #eee; -} - -/* Border with more whitespace, spans one column. */ -.colborder { - padding-left: 42px; - margin-left: 42px; - border-left: 1px solid #eee; -} - - - -/* The Grid Classes */ -.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 -{margin-left: 15px;float: left;display: inline; overflow: hidden;} - - -.width1, .grid1, .span-1 {width: 55px;} -.width1_2cols,.grid1_2cols {width: 20px;} -.width1_3cols,.grid1_3cols {width: 8px;} -.width1_4cols,.grid1_4cols {width: 2px;} -.input_width1 {width: 49px;} - -.width2, .grid2, .span-2 {width: 125px;} -.width2_3cols,.grid2_3cols {width: 31px;} -.width2_4cols,.grid2_4cols {width: 20px;} -.input_width2 {width: 119px;} - -.width3, .grid3, .span-3 {width: 195px;} -.width3_2cols,.grid3_2cols {width: 90px;} -.width3_4cols,.grid3_4cols {width: 37px;} -.input_width3 {width: 189px;} - -.width4, .grid4, .span-4 {width: 265px;} -.width4_3cols,.grid4_3cols {width: 78px;} -.input_width4 {width: 259px;} - -.width5, .grid5, .span-5 {width: 335px;} -.width5_2cols,.grid5_2cols {width: 160px;} -.width5_3cols,.grid5_3cols {width: 101px;} -.width5_4cols,.grid5_4cols {width: 72px;} -.input_width5 {width: 329px;} - -.width6, .grid6, .span-6 {width: 405px;} -.width6_4cols,.grid6_4cols {width: 90px;} -.input_width6 {width: 399px;} - -.width7, .grid7, .span-7 {width: 475px;} -.width7_2cols,.grid7_2cols {width: 230px;} -.width7_3cols,.grid7_3cols {width: 148px;} -.width7_4cols,.grid7_4cols {width: 107px;} -.input_width7 {width: 469px;} - -.width8, .grid8, .span-8 {width: 545px;} -.width8_3cols,.grid8_3cols {width: 171px;} -.input_width8 {width: 539px;} - -.width9, .grid9, .span-9 {width: 615px;} -.width9_2cols,.grid9_2cols {width: 300px;} -.width9_4cols,.grid9_4cols {width: 142px;} -.input_width9 {width: 609px;} - -.width10, .grid10, .span-10 {width: 685px;} -.width10_3cols,.grid10_3cols {width: 218px;} -.width10_4cols,.grid10_4cols {width: 160px;} -.input_width10 {width: 679px;} - -.width11, .grid11, .span-11 {width: 755px;} -.width11_2cols,.grid11_2cols {width: 370px;} -.width11_3cols,.grid11_3cols {width: 241px;} -.width11_4cols,.grid11_4cols {width: 177px;} -.input_width11 {width: 749px;} - -.width12, .grid12, .span-12 {width: 825px;} -.input_width12 {width: 819px;} - -/* Subdivided grid spaces */ -.emptycols_left1, .prepend-1 {padding-left: 70px;} -.emptycols_right1, .append-1 {padding-right: 70px;} -.emptycols_left2, .prepend-2 {padding-left: 140px;} -.emptycols_right2, .append-2 {padding-right: 140px;} -.emptycols_left3, .prepend-3 {padding-left: 210px;} -.emptycols_right3, .append-3 {padding-right: 210px;} -.emptycols_left4, .prepend-4 {padding-left: 280px;} -.emptycols_right4, .append-4 {padding-right: 280px;} -.emptycols_left5, .prepend-5 {padding-left: 350px;} -.emptycols_right5, .append-5 {padding-right: 350px;} -.emptycols_left6, .prepend-6 {padding-left: 420px;} -.emptycols_right6, .append-6 {padding-right: 420px;} -.emptycols_left7, .prepend-7 {padding-left: 490px;} -.emptycols_right7, .append-7 {padding-right: 490px;} -.emptycols_left8, .prepend-8 {padding-left: 560px;} -.emptycols_right8, .append-8 {padding-right: 560px;} -.emptycols_left9, .prepend-9 {padding-left: 630px;} -.emptycols_right9, .append-9 {padding-right: 630px;} -.emptycols_left10, .prepend-10 {padding-left: 700px;} -.emptycols_right10, .append-10 {padding-right: 700px;} -.emptycols_left11, .prepend-11 {padding-left: 770px;} -.emptycols_right11, .append-11 {padding-right: 770px;} -.pull-1 {margin-left: -70px;} -.push-1 {margin-right: -70px;margin-left: 18px;float: right;} -.pull-2 {margin-left: -140px;} -.push-2 {margin-right: -140px;margin-left: 18px;float: right;} -.pull-3 {margin-left: -210px;} -.push-3 {margin-right: -210px;margin-left: 18px;float: right;} -.pull-4 {margin-left: -280px;} -.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/specimen_stylesheet.css b/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/specimen_stylesheet.css deleted file mode 100644 index aecc43c..0000000 --- a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/specimen_files/specimen_stylesheet.css +++ /dev/null @@ -1,396 +0,0 @@ -@import url('grid_12-825-55-15.css'); - -/* - CSS Reset by Eric Meyer - Released under Public Domain - http://meyerweb.com/eric/tools/css/reset/ -*/ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, table, -caption, tbody, tfoot, thead, tr, th, td - {margin: 0;padding: 0;border: 0;outline: 0; - font-size: 100%;vertical-align: baseline; - background: transparent;} -body {line-height: 1;} -ol, ul {list-style: none;} -blockquote, q {quotes: none;} -blockquote:before, blockquote:after, -q:before, q:after {content: ''; content: none;} -:focus {outline: 0;} -ins {text-decoration: none;} -del {text-decoration: line-through;} -table {border-collapse: collapse;border-spacing: 0;} - - - - -body { - color: #000; - background-color: #dcdcdc; -} - -a { - text-decoration: none; - color: #1883ba; -} - -h1{ - font-size: 32px; - font-weight: normal; - font-style: normal; - margin-bottom: 18px; -} - -h2{ - font-size: 18px; -} - -#container { - width: 865px; - margin: 0px auto; -} - - -#header { - padding: 20px; - font-size: 36px; - background-color: #000; - color: #fff; -} - -#header span { - color: #666; -} -#main_content { - background-color: #fff; - padding: 60px 20px 20px; -} - - -#footer p { - margin: 0; - padding-top: 10px; - padding-bottom: 50px; - color: #333; - font: 10px Arial, sans-serif; -} - -.tabs { - width: 100%; - height: 31px; - background-color: #444; -} -.tabs li { - float: left; - margin: 0; - overflow: hidden; - background-color: #444; -} -.tabs li a { - display: block; - color: #fff; - text-decoration: none; - font: bold 11px/11px 'Arial'; - text-transform: uppercase; - padding: 10px 15px; - border-right: 1px solid #fff; -} - -.tabs li a:hover { - background-color: #00b3ff; - -} - -.tabs li.active a { - color: #000; - background-color: #fff; -} - - - -div.huge { - - font-size: 300px; - line-height: 1em; - padding: 0; - letter-spacing: -.02em; - overflow: hidden; -} -div.glyph_range { - font-size: 72px; - line-height: 1.1em; -} - -.size10{ font-size: 10px; } -.size11{ font-size: 11px; } -.size12{ font-size: 12px; } -.size13{ font-size: 13px; } -.size14{ font-size: 14px; } -.size16{ font-size: 16px; } -.size18{ font-size: 18px; } -.size20{ font-size: 20px; } -.size24{ font-size: 24px; } -.size30{ font-size: 30px; } -.size36{ font-size: 36px; } -.size48{ font-size: 48px; } -.size60{ font-size: 60px; } -.size72{ font-size: 72px; } -.size90{ font-size: 90px; } - - -.psample_row1 { height: 120px;} -.psample_row1 { height: 120px;} -.psample_row2 { height: 160px;} -.psample_row3 { height: 160px;} -.psample_row4 { height: 160px;} - -.psample { - overflow: hidden; - position: relative; -} -.psample p { - line-height: 1.3em; - display: block; - overflow: hidden; - margin: 0; -} - -.psample span { - margin-right: .5em; -} - -.white_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); - position: absolute; - bottom: 0; -} -.black_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); - position: absolute; - bottom: 0; -} -.fullreverse { - background: #000 !important; - color: #fff !important; - margin-left: -20px; - padding-left: 20px; - margin-right: -20px; - padding-right: 20px; - padding: 20px; - margin-bottom:0; -} - - -.sample_table td { - padding-top: 3px; - padding-bottom:5px; - padding-left: 5px; - vertical-align: middle; - line-height: 1.2em; -} - -.sample_table td:first-child { - background-color: #eee; - text-align: right; - padding-right: 5px; - padding-left: 0; - padding: 5px; - font: 11px/12px "Courier New", Courier, mono; -} - -code { - white-space: pre; - background-color: #eee; - display: block; - padding: 10px; - margin-bottom: 18px; - overflow: auto; -} - - -.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} - -.box { - padding: 18px; - margin-bottom: 18px; - background: #eee; -} - -.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} - -#bodycomparison { - position: relative; - overflow: hidden; - font-size: 72px; - height: 90px; - white-space: nowrap; -} - -#bodycomparison div{ - font-size: 72px; - line-height: 90px; - display: inline; - margin: 0 15px 0 0; - padding: 0; -} - -#bodycomparison div span{ - font: 10px Arial; - position: absolute; - left: 0; -} -#xheight { - float: none; - position: absolute; - color: #d9f3ff; - font-size: 72px; - line-height: 90px; -} - -.fontbody { - position: relative; -} -.arialbody{ - font-family: Arial; - position: relative; -} -.verdanabody{ - font-family: Verdana; - position: relative; -} -.georgiabody{ - font-family: Georgia; - position: relative; -} - -/* @group Layout page - */ - -#layout h1 { - font-size: 36px; - line-height: 42px; - font-weight: normal; - font-style: normal; -} - -#layout h2 { - font-size: 24px; - line-height: 23px; - font-weight: normal; - font-style: normal; -} - -#layout h3 { - font-size: 22px; - line-height: 1.4em; - margin-top: 1em; - font-weight: normal; - font-style: normal; -} - - -#layout p.byline { - font-size: 12px; - margin-top: 18px; - line-height: 12px; - margin-bottom: 0; -} -#layout p { - font-size: 14px; - line-height: 21px; - margin-bottom: .5em; -} - -#layout p.large{ - font-size: 18px; - line-height: 26px; -} - -#layout .sidebar p{ - font-size: 12px; - line-height: 1.4em; -} - -#layout p.caption { - font-size: 10px; - margin-top: -16px; - margin-bottom: 18px; -} - -/* @end */ - -/* @group Glyphs */ - -#glyph_chart div{ - background-color: #d9f3ff; - color: black; - float: left; - font-size: 36px; - height: 1.2em; - line-height: 1.2em; - margin-bottom: 1px; - margin-right: 1px; - text-align: center; - width: 1.2em; - position: relative; - padding: .6em .2em .2em; -} - -#glyph_chart div p { - position: absolute; - left: 0; - top: 0; - display: block; - text-align: center; - font: bold 9px Arial, sans-serif; - background-color: #3a768f; - width: 100%; - color: #fff; - padding: 2px 0; -} - - -#glyphs h1 { - font-family: Arial, sans-serif; -} -/* @end */ - -/* @group Installing */ - -#installing { - font: 13px Arial, sans-serif; -} - -#installing p, -#glyphs p{ - line-height: 1.2em; - margin-bottom: 18px; - font: 13px Arial, sans-serif; -} - - - -#installing h3{ - font-size: 15px; - margin-top: 18px; -} - -/* @end */ - -#rendering h1 { - font-family: Arial, sans-serif; -} -.render_table td { - font: 11px "Courier New", Courier, mono; - vertical-align: middle; -} - - diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/stylesheet.css b/To Sort/depixel/Webfonts/depixel_breitfett_macroman/stylesheet.css deleted file mode 100644 index 227de74..0000000 --- a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/stylesheet.css +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Web Fonts from fontspring.com - * - * All OpenType features and all extended glyphs have been removed. - * Fully installable fonts can be purchased at http://www.fontspring.com - * - * The fonts included in this stylesheet are subject to the End User License you purchased - * from Fontspring. The fonts are protected under domestic and international trademark and - * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or - * distributing this font software. - * - * (c) 2010-2017 Fontspring - * - * - * - * - * The fonts included are copyrighted by the vendor listed below. - * - * Vendor: ingoFonts - * License URL: https://www.fontspring.com/licenses/ingofonts/webfont - * - * - */ - -@font-face { - font-family: 'depixelbreitfett'; - src: url('depixelbreitfett-webfont.eot'); - src: url('depixelbreitfett-webfont.eot?#iefix') format('embedded-opentype'), - url('depixelbreitfett-webfont.woff2') format('woff2'), - url('depixelbreitfett-webfont.woff') format('woff'), - url('depixelbreitfett-webfont.ttf') format('truetype'), - url('depixelbreitfett-webfont.svg#depixelbreitfett') format('svg'); - font-weight: normal; - font-style: normal; - -} - diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/easytabs.js b/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/easytabs.js deleted file mode 100644 index 167f53b..0000000 --- a/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/easytabs.js +++ /dev/null @@ -1,7 +0,0 @@ -(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;} -if(typeof param.defaultContent=="number") -{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;} -$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();} -function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none") -{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}} -$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery); \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/grid_12-825-55-15.css b/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/grid_12-825-55-15.css deleted file mode 100644 index 3d6aef7..0000000 --- a/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/grid_12-825-55-15.css +++ /dev/null @@ -1,129 +0,0 @@ -/*Notes about grid: -Columns: 12 -Grid Width: 825px -Column Width: 55px -Gutter Width: 15px --------------------------------*/ - - - -.section {margin-bottom: 18px; -} -.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} -.section {*zoom: 1;} - -.section .firstcolumn, -.section .firstcol {margin-left: 0;} - - -/* Border on left hand side of a column. */ -.border { - padding-left: 7px; - margin-left: 7px; - border-left: 1px solid #eee; -} - -/* Border with more whitespace, spans one column. */ -.colborder { - padding-left: 42px; - margin-left: 42px; - border-left: 1px solid #eee; -} - - - -/* The Grid Classes */ -.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 -{margin-left: 15px;float: left;display: inline; overflow: hidden;} - - -.width1, .grid1, .span-1 {width: 55px;} -.width1_2cols,.grid1_2cols {width: 20px;} -.width1_3cols,.grid1_3cols {width: 8px;} -.width1_4cols,.grid1_4cols {width: 2px;} -.input_width1 {width: 49px;} - -.width2, .grid2, .span-2 {width: 125px;} -.width2_3cols,.grid2_3cols {width: 31px;} -.width2_4cols,.grid2_4cols {width: 20px;} -.input_width2 {width: 119px;} - -.width3, .grid3, .span-3 {width: 195px;} -.width3_2cols,.grid3_2cols {width: 90px;} -.width3_4cols,.grid3_4cols {width: 37px;} -.input_width3 {width: 189px;} - -.width4, .grid4, .span-4 {width: 265px;} -.width4_3cols,.grid4_3cols {width: 78px;} -.input_width4 {width: 259px;} - -.width5, .grid5, .span-5 {width: 335px;} -.width5_2cols,.grid5_2cols {width: 160px;} -.width5_3cols,.grid5_3cols {width: 101px;} -.width5_4cols,.grid5_4cols {width: 72px;} -.input_width5 {width: 329px;} - -.width6, .grid6, .span-6 {width: 405px;} -.width6_4cols,.grid6_4cols {width: 90px;} -.input_width6 {width: 399px;} - -.width7, .grid7, .span-7 {width: 475px;} -.width7_2cols,.grid7_2cols {width: 230px;} -.width7_3cols,.grid7_3cols {width: 148px;} -.width7_4cols,.grid7_4cols {width: 107px;} -.input_width7 {width: 469px;} - -.width8, .grid8, .span-8 {width: 545px;} -.width8_3cols,.grid8_3cols {width: 171px;} -.input_width8 {width: 539px;} - -.width9, .grid9, .span-9 {width: 615px;} -.width9_2cols,.grid9_2cols {width: 300px;} -.width9_4cols,.grid9_4cols {width: 142px;} -.input_width9 {width: 609px;} - -.width10, .grid10, .span-10 {width: 685px;} -.width10_3cols,.grid10_3cols {width: 218px;} -.width10_4cols,.grid10_4cols {width: 160px;} -.input_width10 {width: 679px;} - -.width11, .grid11, .span-11 {width: 755px;} -.width11_2cols,.grid11_2cols {width: 370px;} -.width11_3cols,.grid11_3cols {width: 241px;} -.width11_4cols,.grid11_4cols {width: 177px;} -.input_width11 {width: 749px;} - -.width12, .grid12, .span-12 {width: 825px;} -.input_width12 {width: 819px;} - -/* Subdivided grid spaces */ -.emptycols_left1, .prepend-1 {padding-left: 70px;} -.emptycols_right1, .append-1 {padding-right: 70px;} -.emptycols_left2, .prepend-2 {padding-left: 140px;} -.emptycols_right2, .append-2 {padding-right: 140px;} -.emptycols_left3, .prepend-3 {padding-left: 210px;} -.emptycols_right3, .append-3 {padding-right: 210px;} -.emptycols_left4, .prepend-4 {padding-left: 280px;} -.emptycols_right4, .append-4 {padding-right: 280px;} -.emptycols_left5, .prepend-5 {padding-left: 350px;} -.emptycols_right5, .append-5 {padding-right: 350px;} -.emptycols_left6, .prepend-6 {padding-left: 420px;} -.emptycols_right6, .append-6 {padding-right: 420px;} -.emptycols_left7, .prepend-7 {padding-left: 490px;} -.emptycols_right7, .append-7 {padding-right: 490px;} -.emptycols_left8, .prepend-8 {padding-left: 560px;} -.emptycols_right8, .append-8 {padding-right: 560px;} -.emptycols_left9, .prepend-9 {padding-left: 630px;} -.emptycols_right9, .append-9 {padding-right: 630px;} -.emptycols_left10, .prepend-10 {padding-left: 700px;} -.emptycols_right10, .append-10 {padding-right: 700px;} -.emptycols_left11, .prepend-11 {padding-left: 770px;} -.emptycols_right11, .append-11 {padding-right: 770px;} -.pull-1 {margin-left: -70px;} -.push-1 {margin-right: -70px;margin-left: 18px;float: right;} -.pull-2 {margin-left: -140px;} -.push-2 {margin-right: -140px;margin-left: 18px;float: right;} -.pull-3 {margin-left: -210px;} -.push-3 {margin-right: -210px;margin-left: 18px;float: right;} -.pull-4 {margin-left: -280px;} -.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/specimen_stylesheet.css b/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/specimen_stylesheet.css deleted file mode 100644 index aecc43c..0000000 --- a/To Sort/depixel/Webfonts/depixel_illegible_macroman/specimen_files/specimen_stylesheet.css +++ /dev/null @@ -1,396 +0,0 @@ -@import url('grid_12-825-55-15.css'); - -/* - CSS Reset by Eric Meyer - Released under Public Domain - http://meyerweb.com/eric/tools/css/reset/ -*/ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, table, -caption, tbody, tfoot, thead, tr, th, td - {margin: 0;padding: 0;border: 0;outline: 0; - font-size: 100%;vertical-align: baseline; - background: transparent;} -body {line-height: 1;} -ol, ul {list-style: none;} -blockquote, q {quotes: none;} -blockquote:before, blockquote:after, -q:before, q:after {content: ''; content: none;} -:focus {outline: 0;} -ins {text-decoration: none;} -del {text-decoration: line-through;} -table {border-collapse: collapse;border-spacing: 0;} - - - - -body { - color: #000; - background-color: #dcdcdc; -} - -a { - text-decoration: none; - color: #1883ba; -} - -h1{ - font-size: 32px; - font-weight: normal; - font-style: normal; - margin-bottom: 18px; -} - -h2{ - font-size: 18px; -} - -#container { - width: 865px; - margin: 0px auto; -} - - -#header { - padding: 20px; - font-size: 36px; - background-color: #000; - color: #fff; -} - -#header span { - color: #666; -} -#main_content { - background-color: #fff; - padding: 60px 20px 20px; -} - - -#footer p { - margin: 0; - padding-top: 10px; - padding-bottom: 50px; - color: #333; - font: 10px Arial, sans-serif; -} - -.tabs { - width: 100%; - height: 31px; - background-color: #444; -} -.tabs li { - float: left; - margin: 0; - overflow: hidden; - background-color: #444; -} -.tabs li a { - display: block; - color: #fff; - text-decoration: none; - font: bold 11px/11px 'Arial'; - text-transform: uppercase; - padding: 10px 15px; - border-right: 1px solid #fff; -} - -.tabs li a:hover { - background-color: #00b3ff; - -} - -.tabs li.active a { - color: #000; - background-color: #fff; -} - - - -div.huge { - - font-size: 300px; - line-height: 1em; - padding: 0; - letter-spacing: -.02em; - overflow: hidden; -} -div.glyph_range { - font-size: 72px; - line-height: 1.1em; -} - -.size10{ font-size: 10px; } -.size11{ font-size: 11px; } -.size12{ font-size: 12px; } -.size13{ font-size: 13px; } -.size14{ font-size: 14px; } -.size16{ font-size: 16px; } -.size18{ font-size: 18px; } -.size20{ font-size: 20px; } -.size24{ font-size: 24px; } -.size30{ font-size: 30px; } -.size36{ font-size: 36px; } -.size48{ font-size: 48px; } -.size60{ font-size: 60px; } -.size72{ font-size: 72px; } -.size90{ font-size: 90px; } - - -.psample_row1 { height: 120px;} -.psample_row1 { height: 120px;} -.psample_row2 { height: 160px;} -.psample_row3 { height: 160px;} -.psample_row4 { height: 160px;} - -.psample { - overflow: hidden; - position: relative; -} -.psample p { - line-height: 1.3em; - display: block; - overflow: hidden; - margin: 0; -} - -.psample span { - margin-right: .5em; -} - -.white_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); - position: absolute; - bottom: 0; -} -.black_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); - position: absolute; - bottom: 0; -} -.fullreverse { - background: #000 !important; - color: #fff !important; - margin-left: -20px; - padding-left: 20px; - margin-right: -20px; - padding-right: 20px; - padding: 20px; - margin-bottom:0; -} - - -.sample_table td { - padding-top: 3px; - padding-bottom:5px; - padding-left: 5px; - vertical-align: middle; - line-height: 1.2em; -} - -.sample_table td:first-child { - background-color: #eee; - text-align: right; - padding-right: 5px; - padding-left: 0; - padding: 5px; - font: 11px/12px "Courier New", Courier, mono; -} - -code { - white-space: pre; - background-color: #eee; - display: block; - padding: 10px; - margin-bottom: 18px; - overflow: auto; -} - - -.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} - -.box { - padding: 18px; - margin-bottom: 18px; - background: #eee; -} - -.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} - -#bodycomparison { - position: relative; - overflow: hidden; - font-size: 72px; - height: 90px; - white-space: nowrap; -} - -#bodycomparison div{ - font-size: 72px; - line-height: 90px; - display: inline; - margin: 0 15px 0 0; - padding: 0; -} - -#bodycomparison div span{ - font: 10px Arial; - position: absolute; - left: 0; -} -#xheight { - float: none; - position: absolute; - color: #d9f3ff; - font-size: 72px; - line-height: 90px; -} - -.fontbody { - position: relative; -} -.arialbody{ - font-family: Arial; - position: relative; -} -.verdanabody{ - font-family: Verdana; - position: relative; -} -.georgiabody{ - font-family: Georgia; - position: relative; -} - -/* @group Layout page - */ - -#layout h1 { - font-size: 36px; - line-height: 42px; - font-weight: normal; - font-style: normal; -} - -#layout h2 { - font-size: 24px; - line-height: 23px; - font-weight: normal; - font-style: normal; -} - -#layout h3 { - font-size: 22px; - line-height: 1.4em; - margin-top: 1em; - font-weight: normal; - font-style: normal; -} - - -#layout p.byline { - font-size: 12px; - margin-top: 18px; - line-height: 12px; - margin-bottom: 0; -} -#layout p { - font-size: 14px; - line-height: 21px; - margin-bottom: .5em; -} - -#layout p.large{ - font-size: 18px; - line-height: 26px; -} - -#layout .sidebar p{ - font-size: 12px; - line-height: 1.4em; -} - -#layout p.caption { - font-size: 10px; - margin-top: -16px; - margin-bottom: 18px; -} - -/* @end */ - -/* @group Glyphs */ - -#glyph_chart div{ - background-color: #d9f3ff; - color: black; - float: left; - font-size: 36px; - height: 1.2em; - line-height: 1.2em; - margin-bottom: 1px; - margin-right: 1px; - text-align: center; - width: 1.2em; - position: relative; - padding: .6em .2em .2em; -} - -#glyph_chart div p { - position: absolute; - left: 0; - top: 0; - display: block; - text-align: center; - font: bold 9px Arial, sans-serif; - background-color: #3a768f; - width: 100%; - color: #fff; - padding: 2px 0; -} - - -#glyphs h1 { - font-family: Arial, sans-serif; -} -/* @end */ - -/* @group Installing */ - -#installing { - font: 13px Arial, sans-serif; -} - -#installing p, -#glyphs p{ - line-height: 1.2em; - margin-bottom: 18px; - font: 13px Arial, sans-serif; -} - - - -#installing h3{ - font-size: 15px; - margin-top: 18px; -} - -/* @end */ - -#rendering h1 { - font-family: Arial, sans-serif; -} -.render_table td { - font: 11px "Courier New", Courier, mono; - vertical-align: middle; -} - - diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/stylesheet.css b/To Sort/depixel/Webfonts/depixel_illegible_macroman/stylesheet.css deleted file mode 100644 index d697f43..0000000 --- a/To Sort/depixel/Webfonts/depixel_illegible_macroman/stylesheet.css +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Web Fonts from fontspring.com - * - * All OpenType features and all extended glyphs have been removed. - * Fully installable fonts can be purchased at http://www.fontspring.com - * - * The fonts included in this stylesheet are subject to the End User License you purchased - * from Fontspring. The fonts are protected under domestic and international trademark and - * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or - * distributing this font software. - * - * (c) 2010-2017 Fontspring - * - * - * - * - * The fonts included are copyrighted by the vendor listed below. - * - * Vendor: ingoFonts - * License URL: https://www.fontspring.com/licenses/ingofonts/webfont - * - * - */ - -@font-face { - font-family: 'depixelillegible'; - src: url('depixelillegible-webfont.eot'); - src: url('depixelillegible-webfont.eot?#iefix') format('embedded-opentype'), - url('depixelillegible-webfont.woff2') format('woff2'), - url('depixelillegible-webfont.woff') format('woff'), - url('depixelillegible-webfont.ttf') format('truetype'), - url('depixelillegible-webfont.svg#depixelillegible') format('svg'); - font-weight: normal; - font-style: normal; - -} - diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/easytabs.js b/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/easytabs.js deleted file mode 100644 index 167f53b..0000000 --- a/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/easytabs.js +++ /dev/null @@ -1,7 +0,0 @@ -(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;} -if(typeof param.defaultContent=="number") -{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;} -$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();} -function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none") -{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}} -$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery); \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/grid_12-825-55-15.css b/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/grid_12-825-55-15.css deleted file mode 100644 index 3d6aef7..0000000 --- a/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/grid_12-825-55-15.css +++ /dev/null @@ -1,129 +0,0 @@ -/*Notes about grid: -Columns: 12 -Grid Width: 825px -Column Width: 55px -Gutter Width: 15px --------------------------------*/ - - - -.section {margin-bottom: 18px; -} -.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} -.section {*zoom: 1;} - -.section .firstcolumn, -.section .firstcol {margin-left: 0;} - - -/* Border on left hand side of a column. */ -.border { - padding-left: 7px; - margin-left: 7px; - border-left: 1px solid #eee; -} - -/* Border with more whitespace, spans one column. */ -.colborder { - padding-left: 42px; - margin-left: 42px; - border-left: 1px solid #eee; -} - - - -/* The Grid Classes */ -.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 -{margin-left: 15px;float: left;display: inline; overflow: hidden;} - - -.width1, .grid1, .span-1 {width: 55px;} -.width1_2cols,.grid1_2cols {width: 20px;} -.width1_3cols,.grid1_3cols {width: 8px;} -.width1_4cols,.grid1_4cols {width: 2px;} -.input_width1 {width: 49px;} - -.width2, .grid2, .span-2 {width: 125px;} -.width2_3cols,.grid2_3cols {width: 31px;} -.width2_4cols,.grid2_4cols {width: 20px;} -.input_width2 {width: 119px;} - -.width3, .grid3, .span-3 {width: 195px;} -.width3_2cols,.grid3_2cols {width: 90px;} -.width3_4cols,.grid3_4cols {width: 37px;} -.input_width3 {width: 189px;} - -.width4, .grid4, .span-4 {width: 265px;} -.width4_3cols,.grid4_3cols {width: 78px;} -.input_width4 {width: 259px;} - -.width5, .grid5, .span-5 {width: 335px;} -.width5_2cols,.grid5_2cols {width: 160px;} -.width5_3cols,.grid5_3cols {width: 101px;} -.width5_4cols,.grid5_4cols {width: 72px;} -.input_width5 {width: 329px;} - -.width6, .grid6, .span-6 {width: 405px;} -.width6_4cols,.grid6_4cols {width: 90px;} -.input_width6 {width: 399px;} - -.width7, .grid7, .span-7 {width: 475px;} -.width7_2cols,.grid7_2cols {width: 230px;} -.width7_3cols,.grid7_3cols {width: 148px;} -.width7_4cols,.grid7_4cols {width: 107px;} -.input_width7 {width: 469px;} - -.width8, .grid8, .span-8 {width: 545px;} -.width8_3cols,.grid8_3cols {width: 171px;} -.input_width8 {width: 539px;} - -.width9, .grid9, .span-9 {width: 615px;} -.width9_2cols,.grid9_2cols {width: 300px;} -.width9_4cols,.grid9_4cols {width: 142px;} -.input_width9 {width: 609px;} - -.width10, .grid10, .span-10 {width: 685px;} -.width10_3cols,.grid10_3cols {width: 218px;} -.width10_4cols,.grid10_4cols {width: 160px;} -.input_width10 {width: 679px;} - -.width11, .grid11, .span-11 {width: 755px;} -.width11_2cols,.grid11_2cols {width: 370px;} -.width11_3cols,.grid11_3cols {width: 241px;} -.width11_4cols,.grid11_4cols {width: 177px;} -.input_width11 {width: 749px;} - -.width12, .grid12, .span-12 {width: 825px;} -.input_width12 {width: 819px;} - -/* Subdivided grid spaces */ -.emptycols_left1, .prepend-1 {padding-left: 70px;} -.emptycols_right1, .append-1 {padding-right: 70px;} -.emptycols_left2, .prepend-2 {padding-left: 140px;} -.emptycols_right2, .append-2 {padding-right: 140px;} -.emptycols_left3, .prepend-3 {padding-left: 210px;} -.emptycols_right3, .append-3 {padding-right: 210px;} -.emptycols_left4, .prepend-4 {padding-left: 280px;} -.emptycols_right4, .append-4 {padding-right: 280px;} -.emptycols_left5, .prepend-5 {padding-left: 350px;} -.emptycols_right5, .append-5 {padding-right: 350px;} -.emptycols_left6, .prepend-6 {padding-left: 420px;} -.emptycols_right6, .append-6 {padding-right: 420px;} -.emptycols_left7, .prepend-7 {padding-left: 490px;} -.emptycols_right7, .append-7 {padding-right: 490px;} -.emptycols_left8, .prepend-8 {padding-left: 560px;} -.emptycols_right8, .append-8 {padding-right: 560px;} -.emptycols_left9, .prepend-9 {padding-left: 630px;} -.emptycols_right9, .append-9 {padding-right: 630px;} -.emptycols_left10, .prepend-10 {padding-left: 700px;} -.emptycols_right10, .append-10 {padding-right: 700px;} -.emptycols_left11, .prepend-11 {padding-left: 770px;} -.emptycols_right11, .append-11 {padding-right: 770px;} -.pull-1 {margin-left: -70px;} -.push-1 {margin-right: -70px;margin-left: 18px;float: right;} -.pull-2 {margin-left: -140px;} -.push-2 {margin-right: -140px;margin-left: 18px;float: right;} -.pull-3 {margin-left: -210px;} -.push-3 {margin-right: -210px;margin-left: 18px;float: right;} -.pull-4 {margin-left: -280px;} -.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/specimen_stylesheet.css b/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/specimen_stylesheet.css deleted file mode 100644 index aecc43c..0000000 --- a/To Sort/depixel/Webfonts/depixel_klein_macroman/specimen_files/specimen_stylesheet.css +++ /dev/null @@ -1,396 +0,0 @@ -@import url('grid_12-825-55-15.css'); - -/* - CSS Reset by Eric Meyer - Released under Public Domain - http://meyerweb.com/eric/tools/css/reset/ -*/ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, table, -caption, tbody, tfoot, thead, tr, th, td - {margin: 0;padding: 0;border: 0;outline: 0; - font-size: 100%;vertical-align: baseline; - background: transparent;} -body {line-height: 1;} -ol, ul {list-style: none;} -blockquote, q {quotes: none;} -blockquote:before, blockquote:after, -q:before, q:after {content: ''; content: none;} -:focus {outline: 0;} -ins {text-decoration: none;} -del {text-decoration: line-through;} -table {border-collapse: collapse;border-spacing: 0;} - - - - -body { - color: #000; - background-color: #dcdcdc; -} - -a { - text-decoration: none; - color: #1883ba; -} - -h1{ - font-size: 32px; - font-weight: normal; - font-style: normal; - margin-bottom: 18px; -} - -h2{ - font-size: 18px; -} - -#container { - width: 865px; - margin: 0px auto; -} - - -#header { - padding: 20px; - font-size: 36px; - background-color: #000; - color: #fff; -} - -#header span { - color: #666; -} -#main_content { - background-color: #fff; - padding: 60px 20px 20px; -} - - -#footer p { - margin: 0; - padding-top: 10px; - padding-bottom: 50px; - color: #333; - font: 10px Arial, sans-serif; -} - -.tabs { - width: 100%; - height: 31px; - background-color: #444; -} -.tabs li { - float: left; - margin: 0; - overflow: hidden; - background-color: #444; -} -.tabs li a { - display: block; - color: #fff; - text-decoration: none; - font: bold 11px/11px 'Arial'; - text-transform: uppercase; - padding: 10px 15px; - border-right: 1px solid #fff; -} - -.tabs li a:hover { - background-color: #00b3ff; - -} - -.tabs li.active a { - color: #000; - background-color: #fff; -} - - - -div.huge { - - font-size: 300px; - line-height: 1em; - padding: 0; - letter-spacing: -.02em; - overflow: hidden; -} -div.glyph_range { - font-size: 72px; - line-height: 1.1em; -} - -.size10{ font-size: 10px; } -.size11{ font-size: 11px; } -.size12{ font-size: 12px; } -.size13{ font-size: 13px; } -.size14{ font-size: 14px; } -.size16{ font-size: 16px; } -.size18{ font-size: 18px; } -.size20{ font-size: 20px; } -.size24{ font-size: 24px; } -.size30{ font-size: 30px; } -.size36{ font-size: 36px; } -.size48{ font-size: 48px; } -.size60{ font-size: 60px; } -.size72{ font-size: 72px; } -.size90{ font-size: 90px; } - - -.psample_row1 { height: 120px;} -.psample_row1 { height: 120px;} -.psample_row2 { height: 160px;} -.psample_row3 { height: 160px;} -.psample_row4 { height: 160px;} - -.psample { - overflow: hidden; - position: relative; -} -.psample p { - line-height: 1.3em; - display: block; - overflow: hidden; - margin: 0; -} - -.psample span { - margin-right: .5em; -} - -.white_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); - position: absolute; - bottom: 0; -} -.black_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); - position: absolute; - bottom: 0; -} -.fullreverse { - background: #000 !important; - color: #fff !important; - margin-left: -20px; - padding-left: 20px; - margin-right: -20px; - padding-right: 20px; - padding: 20px; - margin-bottom:0; -} - - -.sample_table td { - padding-top: 3px; - padding-bottom:5px; - padding-left: 5px; - vertical-align: middle; - line-height: 1.2em; -} - -.sample_table td:first-child { - background-color: #eee; - text-align: right; - padding-right: 5px; - padding-left: 0; - padding: 5px; - font: 11px/12px "Courier New", Courier, mono; -} - -code { - white-space: pre; - background-color: #eee; - display: block; - padding: 10px; - margin-bottom: 18px; - overflow: auto; -} - - -.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} - -.box { - padding: 18px; - margin-bottom: 18px; - background: #eee; -} - -.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} - -#bodycomparison { - position: relative; - overflow: hidden; - font-size: 72px; - height: 90px; - white-space: nowrap; -} - -#bodycomparison div{ - font-size: 72px; - line-height: 90px; - display: inline; - margin: 0 15px 0 0; - padding: 0; -} - -#bodycomparison div span{ - font: 10px Arial; - position: absolute; - left: 0; -} -#xheight { - float: none; - position: absolute; - color: #d9f3ff; - font-size: 72px; - line-height: 90px; -} - -.fontbody { - position: relative; -} -.arialbody{ - font-family: Arial; - position: relative; -} -.verdanabody{ - font-family: Verdana; - position: relative; -} -.georgiabody{ - font-family: Georgia; - position: relative; -} - -/* @group Layout page - */ - -#layout h1 { - font-size: 36px; - line-height: 42px; - font-weight: normal; - font-style: normal; -} - -#layout h2 { - font-size: 24px; - line-height: 23px; - font-weight: normal; - font-style: normal; -} - -#layout h3 { - font-size: 22px; - line-height: 1.4em; - margin-top: 1em; - font-weight: normal; - font-style: normal; -} - - -#layout p.byline { - font-size: 12px; - margin-top: 18px; - line-height: 12px; - margin-bottom: 0; -} -#layout p { - font-size: 14px; - line-height: 21px; - margin-bottom: .5em; -} - -#layout p.large{ - font-size: 18px; - line-height: 26px; -} - -#layout .sidebar p{ - font-size: 12px; - line-height: 1.4em; -} - -#layout p.caption { - font-size: 10px; - margin-top: -16px; - margin-bottom: 18px; -} - -/* @end */ - -/* @group Glyphs */ - -#glyph_chart div{ - background-color: #d9f3ff; - color: black; - float: left; - font-size: 36px; - height: 1.2em; - line-height: 1.2em; - margin-bottom: 1px; - margin-right: 1px; - text-align: center; - width: 1.2em; - position: relative; - padding: .6em .2em .2em; -} - -#glyph_chart div p { - position: absolute; - left: 0; - top: 0; - display: block; - text-align: center; - font: bold 9px Arial, sans-serif; - background-color: #3a768f; - width: 100%; - color: #fff; - padding: 2px 0; -} - - -#glyphs h1 { - font-family: Arial, sans-serif; -} -/* @end */ - -/* @group Installing */ - -#installing { - font: 13px Arial, sans-serif; -} - -#installing p, -#glyphs p{ - line-height: 1.2em; - margin-bottom: 18px; - font: 13px Arial, sans-serif; -} - - - -#installing h3{ - font-size: 15px; - margin-top: 18px; -} - -/* @end */ - -#rendering h1 { - font-family: Arial, sans-serif; -} -.render_table td { - font: 11px "Courier New", Courier, mono; - vertical-align: middle; -} - - diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/stylesheet.css b/To Sort/depixel/Webfonts/depixel_klein_macroman/stylesheet.css deleted file mode 100644 index 9e1897a..0000000 --- a/To Sort/depixel/Webfonts/depixel_klein_macroman/stylesheet.css +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Web Fonts from fontspring.com - * - * All OpenType features and all extended glyphs have been removed. - * Fully installable fonts can be purchased at http://www.fontspring.com - * - * The fonts included in this stylesheet are subject to the End User License you purchased - * from Fontspring. The fonts are protected under domestic and international trademark and - * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or - * distributing this font software. - * - * (c) 2010-2017 Fontspring - * - * - * - * - * The fonts included are copyrighted by the vendor listed below. - * - * Vendor: ingoFonts - * License URL: https://www.fontspring.com/licenses/ingofonts/webfont - * - * - */ - -@font-face { - font-family: 'depixelklein'; - src: url('depixelklein-webfont.eot'); - src: url('depixelklein-webfont.eot?#iefix') format('embedded-opentype'), - url('depixelklein-webfont.woff2') format('woff2'), - url('depixelklein-webfont.woff') format('woff'), - url('depixelklein-webfont.ttf') format('truetype'), - url('depixelklein-webfont.svg#depixelklein') format('svg'); - font-weight: normal; - font-style: normal; - -} - diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/easytabs.js b/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/easytabs.js deleted file mode 100644 index 167f53b..0000000 --- a/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/easytabs.js +++ /dev/null @@ -1,7 +0,0 @@ -(function($){$.fn.easyTabs=function(option){var param=jQuery.extend({fadeSpeed:"fast",defaultContent:1,activeClass:'active'},option);$(this).each(function(){var thisId="#"+this.id;if(param.defaultContent==''){param.defaultContent=1;} -if(typeof param.defaultContent=="number") -{var defaultTab=$(thisId+" .tabs li:eq("+(param.defaultContent-1)+") a").attr('href').substr(1);}else{var defaultTab=param.defaultContent;} -$(thisId+" .tabs li a").each(function(){var tabToHide=$(this).attr('href').substr(1);$("#"+tabToHide).addClass('easytabs-tab-content');});hideAll();changeContent(defaultTab);function hideAll(){$(thisId+" .easytabs-tab-content").hide();} -function changeContent(tabId){hideAll();$(thisId+" .tabs li").removeClass(param.activeClass);$(thisId+" .tabs li a[href=#"+tabId+"]").closest('li').addClass(param.activeClass);if(param.fadeSpeed!="none") -{$(thisId+" #"+tabId).fadeIn(param.fadeSpeed);}else{$(thisId+" #"+tabId).show();}} -$(thisId+" .tabs li").click(function(){var tabId=$(this).find('a').attr('href').substr(1);changeContent(tabId);return false;});});}})(jQuery); \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/grid_12-825-55-15.css b/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/grid_12-825-55-15.css deleted file mode 100644 index 3d6aef7..0000000 --- a/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/grid_12-825-55-15.css +++ /dev/null @@ -1,129 +0,0 @@ -/*Notes about grid: -Columns: 12 -Grid Width: 825px -Column Width: 55px -Gutter Width: 15px --------------------------------*/ - - - -.section {margin-bottom: 18px; -} -.section:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} -.section {*zoom: 1;} - -.section .firstcolumn, -.section .firstcol {margin-left: 0;} - - -/* Border on left hand side of a column. */ -.border { - padding-left: 7px; - margin-left: 7px; - border-left: 1px solid #eee; -} - -/* Border with more whitespace, spans one column. */ -.colborder { - padding-left: 42px; - margin-left: 42px; - border-left: 1px solid #eee; -} - - - -/* The Grid Classes */ -.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12 -{margin-left: 15px;float: left;display: inline; overflow: hidden;} - - -.width1, .grid1, .span-1 {width: 55px;} -.width1_2cols,.grid1_2cols {width: 20px;} -.width1_3cols,.grid1_3cols {width: 8px;} -.width1_4cols,.grid1_4cols {width: 2px;} -.input_width1 {width: 49px;} - -.width2, .grid2, .span-2 {width: 125px;} -.width2_3cols,.grid2_3cols {width: 31px;} -.width2_4cols,.grid2_4cols {width: 20px;} -.input_width2 {width: 119px;} - -.width3, .grid3, .span-3 {width: 195px;} -.width3_2cols,.grid3_2cols {width: 90px;} -.width3_4cols,.grid3_4cols {width: 37px;} -.input_width3 {width: 189px;} - -.width4, .grid4, .span-4 {width: 265px;} -.width4_3cols,.grid4_3cols {width: 78px;} -.input_width4 {width: 259px;} - -.width5, .grid5, .span-5 {width: 335px;} -.width5_2cols,.grid5_2cols {width: 160px;} -.width5_3cols,.grid5_3cols {width: 101px;} -.width5_4cols,.grid5_4cols {width: 72px;} -.input_width5 {width: 329px;} - -.width6, .grid6, .span-6 {width: 405px;} -.width6_4cols,.grid6_4cols {width: 90px;} -.input_width6 {width: 399px;} - -.width7, .grid7, .span-7 {width: 475px;} -.width7_2cols,.grid7_2cols {width: 230px;} -.width7_3cols,.grid7_3cols {width: 148px;} -.width7_4cols,.grid7_4cols {width: 107px;} -.input_width7 {width: 469px;} - -.width8, .grid8, .span-8 {width: 545px;} -.width8_3cols,.grid8_3cols {width: 171px;} -.input_width8 {width: 539px;} - -.width9, .grid9, .span-9 {width: 615px;} -.width9_2cols,.grid9_2cols {width: 300px;} -.width9_4cols,.grid9_4cols {width: 142px;} -.input_width9 {width: 609px;} - -.width10, .grid10, .span-10 {width: 685px;} -.width10_3cols,.grid10_3cols {width: 218px;} -.width10_4cols,.grid10_4cols {width: 160px;} -.input_width10 {width: 679px;} - -.width11, .grid11, .span-11 {width: 755px;} -.width11_2cols,.grid11_2cols {width: 370px;} -.width11_3cols,.grid11_3cols {width: 241px;} -.width11_4cols,.grid11_4cols {width: 177px;} -.input_width11 {width: 749px;} - -.width12, .grid12, .span-12 {width: 825px;} -.input_width12 {width: 819px;} - -/* Subdivided grid spaces */ -.emptycols_left1, .prepend-1 {padding-left: 70px;} -.emptycols_right1, .append-1 {padding-right: 70px;} -.emptycols_left2, .prepend-2 {padding-left: 140px;} -.emptycols_right2, .append-2 {padding-right: 140px;} -.emptycols_left3, .prepend-3 {padding-left: 210px;} -.emptycols_right3, .append-3 {padding-right: 210px;} -.emptycols_left4, .prepend-4 {padding-left: 280px;} -.emptycols_right4, .append-4 {padding-right: 280px;} -.emptycols_left5, .prepend-5 {padding-left: 350px;} -.emptycols_right5, .append-5 {padding-right: 350px;} -.emptycols_left6, .prepend-6 {padding-left: 420px;} -.emptycols_right6, .append-6 {padding-right: 420px;} -.emptycols_left7, .prepend-7 {padding-left: 490px;} -.emptycols_right7, .append-7 {padding-right: 490px;} -.emptycols_left8, .prepend-8 {padding-left: 560px;} -.emptycols_right8, .append-8 {padding-right: 560px;} -.emptycols_left9, .prepend-9 {padding-left: 630px;} -.emptycols_right9, .append-9 {padding-right: 630px;} -.emptycols_left10, .prepend-10 {padding-left: 700px;} -.emptycols_right10, .append-10 {padding-right: 700px;} -.emptycols_left11, .prepend-11 {padding-left: 770px;} -.emptycols_right11, .append-11 {padding-right: 770px;} -.pull-1 {margin-left: -70px;} -.push-1 {margin-right: -70px;margin-left: 18px;float: right;} -.pull-2 {margin-left: -140px;} -.push-2 {margin-right: -140px;margin-left: 18px;float: right;} -.pull-3 {margin-left: -210px;} -.push-3 {margin-right: -210px;margin-left: 18px;float: right;} -.pull-4 {margin-left: -280px;} -.push-4 {margin-right: -280px;margin-left: 18px;float: right;} \ No newline at end of file diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/specimen_stylesheet.css b/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/specimen_stylesheet.css deleted file mode 100644 index aecc43c..0000000 --- a/To Sort/depixel/Webfonts/depixel_schmal_macroman/specimen_files/specimen_stylesheet.css +++ /dev/null @@ -1,396 +0,0 @@ -@import url('grid_12-825-55-15.css'); - -/* - CSS Reset by Eric Meyer - Released under Public Domain - http://meyerweb.com/eric/tools/css/reset/ -*/ -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, table, -caption, tbody, tfoot, thead, tr, th, td - {margin: 0;padding: 0;border: 0;outline: 0; - font-size: 100%;vertical-align: baseline; - background: transparent;} -body {line-height: 1;} -ol, ul {list-style: none;} -blockquote, q {quotes: none;} -blockquote:before, blockquote:after, -q:before, q:after {content: ''; content: none;} -:focus {outline: 0;} -ins {text-decoration: none;} -del {text-decoration: line-through;} -table {border-collapse: collapse;border-spacing: 0;} - - - - -body { - color: #000; - background-color: #dcdcdc; -} - -a { - text-decoration: none; - color: #1883ba; -} - -h1{ - font-size: 32px; - font-weight: normal; - font-style: normal; - margin-bottom: 18px; -} - -h2{ - font-size: 18px; -} - -#container { - width: 865px; - margin: 0px auto; -} - - -#header { - padding: 20px; - font-size: 36px; - background-color: #000; - color: #fff; -} - -#header span { - color: #666; -} -#main_content { - background-color: #fff; - padding: 60px 20px 20px; -} - - -#footer p { - margin: 0; - padding-top: 10px; - padding-bottom: 50px; - color: #333; - font: 10px Arial, sans-serif; -} - -.tabs { - width: 100%; - height: 31px; - background-color: #444; -} -.tabs li { - float: left; - margin: 0; - overflow: hidden; - background-color: #444; -} -.tabs li a { - display: block; - color: #fff; - text-decoration: none; - font: bold 11px/11px 'Arial'; - text-transform: uppercase; - padding: 10px 15px; - border-right: 1px solid #fff; -} - -.tabs li a:hover { - background-color: #00b3ff; - -} - -.tabs li.active a { - color: #000; - background-color: #fff; -} - - - -div.huge { - - font-size: 300px; - line-height: 1em; - padding: 0; - letter-spacing: -.02em; - overflow: hidden; -} -div.glyph_range { - font-size: 72px; - line-height: 1.1em; -} - -.size10{ font-size: 10px; } -.size11{ font-size: 11px; } -.size12{ font-size: 12px; } -.size13{ font-size: 13px; } -.size14{ font-size: 14px; } -.size16{ font-size: 16px; } -.size18{ font-size: 18px; } -.size20{ font-size: 20px; } -.size24{ font-size: 24px; } -.size30{ font-size: 30px; } -.size36{ font-size: 36px; } -.size48{ font-size: 48px; } -.size60{ font-size: 60px; } -.size72{ font-size: 72px; } -.size90{ font-size: 90px; } - - -.psample_row1 { height: 120px;} -.psample_row1 { height: 120px;} -.psample_row2 { height: 160px;} -.psample_row3 { height: 160px;} -.psample_row4 { height: 160px;} - -.psample { - overflow: hidden; - position: relative; -} -.psample p { - line-height: 1.3em; - display: block; - overflow: hidden; - margin: 0; -} - -.psample span { - margin-right: .5em; -} - -.white_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==); - position: absolute; - bottom: 0; -} -.black_blend { - width: 100%; - height: 61px; - background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC); - position: absolute; - bottom: 0; -} -.fullreverse { - background: #000 !important; - color: #fff !important; - margin-left: -20px; - padding-left: 20px; - margin-right: -20px; - padding-right: 20px; - padding: 20px; - margin-bottom:0; -} - - -.sample_table td { - padding-top: 3px; - padding-bottom:5px; - padding-left: 5px; - vertical-align: middle; - line-height: 1.2em; -} - -.sample_table td:first-child { - background-color: #eee; - text-align: right; - padding-right: 5px; - padding-left: 0; - padding: 5px; - font: 11px/12px "Courier New", Courier, mono; -} - -code { - white-space: pre; - background-color: #eee; - display: block; - padding: 10px; - margin-bottom: 18px; - overflow: auto; -} - - -.bottom,.last {margin-bottom:0 !important; padding-bottom:0 !important;} - -.box { - padding: 18px; - margin-bottom: 18px; - background: #eee; -} - -.reverse,.reversed { background: #000 !important;color: #fff !important; border: none !important;} - -#bodycomparison { - position: relative; - overflow: hidden; - font-size: 72px; - height: 90px; - white-space: nowrap; -} - -#bodycomparison div{ - font-size: 72px; - line-height: 90px; - display: inline; - margin: 0 15px 0 0; - padding: 0; -} - -#bodycomparison div span{ - font: 10px Arial; - position: absolute; - left: 0; -} -#xheight { - float: none; - position: absolute; - color: #d9f3ff; - font-size: 72px; - line-height: 90px; -} - -.fontbody { - position: relative; -} -.arialbody{ - font-family: Arial; - position: relative; -} -.verdanabody{ - font-family: Verdana; - position: relative; -} -.georgiabody{ - font-family: Georgia; - position: relative; -} - -/* @group Layout page - */ - -#layout h1 { - font-size: 36px; - line-height: 42px; - font-weight: normal; - font-style: normal; -} - -#layout h2 { - font-size: 24px; - line-height: 23px; - font-weight: normal; - font-style: normal; -} - -#layout h3 { - font-size: 22px; - line-height: 1.4em; - margin-top: 1em; - font-weight: normal; - font-style: normal; -} - - -#layout p.byline { - font-size: 12px; - margin-top: 18px; - line-height: 12px; - margin-bottom: 0; -} -#layout p { - font-size: 14px; - line-height: 21px; - margin-bottom: .5em; -} - -#layout p.large{ - font-size: 18px; - line-height: 26px; -} - -#layout .sidebar p{ - font-size: 12px; - line-height: 1.4em; -} - -#layout p.caption { - font-size: 10px; - margin-top: -16px; - margin-bottom: 18px; -} - -/* @end */ - -/* @group Glyphs */ - -#glyph_chart div{ - background-color: #d9f3ff; - color: black; - float: left; - font-size: 36px; - height: 1.2em; - line-height: 1.2em; - margin-bottom: 1px; - margin-right: 1px; - text-align: center; - width: 1.2em; - position: relative; - padding: .6em .2em .2em; -} - -#glyph_chart div p { - position: absolute; - left: 0; - top: 0; - display: block; - text-align: center; - font: bold 9px Arial, sans-serif; - background-color: #3a768f; - width: 100%; - color: #fff; - padding: 2px 0; -} - - -#glyphs h1 { - font-family: Arial, sans-serif; -} -/* @end */ - -/* @group Installing */ - -#installing { - font: 13px Arial, sans-serif; -} - -#installing p, -#glyphs p{ - line-height: 1.2em; - margin-bottom: 18px; - font: 13px Arial, sans-serif; -} - - - -#installing h3{ - font-size: 15px; - margin-top: 18px; -} - -/* @end */ - -#rendering h1 { - font-family: Arial, sans-serif; -} -.render_table td { - font: 11px "Courier New", Courier, mono; - vertical-align: middle; -} - - diff --git a/To Sort/pixelon-font-1764372111-0/Befonts-License.txt b/To Sort/pixelon-font-1764372111-0/Befonts-License.txt deleted file mode 100644 index 943c438..0000000 --- a/To Sort/pixelon-font-1764372111-0/Befonts-License.txt +++ /dev/null @@ -1,2 +0,0 @@ -License: Free for Personal Use -Link: https://befonts.com/pixelon-font.html diff --git a/To Sort/pixelon-font-1764372111-0/Pixelon-BF663182783f6a2.otf b/To Sort/pixelon-font-1764372111-0/Pixelon-BF663182783f6a2.otf deleted file mode 100644 index ea691c7c603689ea512e50f29e107fe2f879a306..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12756 zcmb_idwdjCmOhp4q(cY|1Uk?>n*f2XQH03&7&FLAFz5gZcCg!5NCJrlI(7$?=s3>0 zm_YMV(ZL4`7)IqW<9pMZ7ImH3ot@e7vEyTu)tS*gKk;0WQlL}JyX6W%H2UU^ToxhDwYzFLNsS3 zuK7zBU$F#j@tLy*KklU~SFHMY=~r`bUx)iOD^^`lR#tJ>r|81%Z&|f^!D=cH{ola- z=;{qsjqA!!{+P(I2W>uCUlna6FHJ%J`FK8}uC}VC^jD=Xp{(J1Q5`CB_1p;BPQ(4Q zx(!WtKF~fRN;GRe#-I&VcQ(=+Je6`Ke)2X}ZKy3dw0Jr0pTqaF#&EQ$J5FU-PXnI& zSQ7pYnSRr(n}?VGFAa5kg&O*N`K&|Yy7HxP_pROY98Wmz!+jp*a4kOQlk-h?9>)0; z&);@DAx4tV-HRi_8shnqU@d=5BPy~xtoI_C4NGYqVz%swI$~nSHvWN!uD~3N zP}4|TgskhS4()t2ld8#&YZ;_qd3~69%Q;8!Vblh(R$j9lho$1xMTP!0gN?Qt_Eki*rpUH4yzx?jilmF{@=3*9ev!wb7!>UyE;`L5@>9{F?8 zpZ0$i5K^!wmf&lDe0Cx0%2=$YTj@5eIY!5UU--^IA0@}(%*}J<4=EU0ILtkK#K@vi zqdmoA#(Kw%pD=OKWZ#sMsne#H&Y0;}zjxmGvo4rDr|iPH-@oYMOD_GvW#vDdclrDU z3m1W(mR?!0?5eAOw0yn2-M#mrhky3SzQ>+; zeE&ZjJaFjA!%zME=_Akl@)yrON4Hh2T}Sj_eckID*3+HaAv@Jz)c??g`7@O z6eWLU{hhT9;f-9LY0M#`tdNWgbBqfe##rb4LWilEfittujL9|T4)1(%M*omXUv6`A6SO!2x*u_{xn%@pf1#c-y$DN|e@soGpy9p13Es(MqC zC}f^-byIyqji}yGRUHX$#jwO! z1h;WC9*#VbCedU#;uKhCDovy5aN-#t5{He0@_;(`l$gStOF{J($5k25786!W7-EY+DdnU`j08C^c=AAENvI$@`ADr z)bR@aqp}@D^B6F6f;yBKsN^+zhIY~}`W3yY?4Y;k*R-D=rr*(Tl%4c@`Yrt%?E%{U zo!(J)(R=hE{XyAHAJEgl-%0u-g5-bDCv<=wqP_GN`b>F%{tR3`Nna=rDi0}pm4}r_ zl%Fa4lt-1vl*g4P=uvuuA^s$Ueue&|=B`Y54XLt`V1wcx8k>(mnEyk=sUoQ?$G&RP@uLgGH|veO&Zkqnx8I z9Tgq*?5H!NmyF&r`nA!zXR#;ZIqW%A>@L2fxTbi2@tei}J!bBh$e0(#(%9u=?;rcG z-V3~q-Zt+?N6J%5wy(Ei8wJ{fyHcBm<~E*8C~?)DoRZ@i~27Kt@K z5PhT}|6#Mhvop49=bk&|WYN9uBSweH%sJC^S@f8sVz=`)HoRds24z+*J4sb-hkT&>SAj(POy zs+tJ7g3d%R=+avfqM}1ogn};j3F9iwqiIQ1(==7{t13njKYrYz%B5F2QOI+jz-V3% z&!M-cP)KSiuc`-d8^@eU)$d9=H8ZZd3@`3Avr-J?a(|<*F)BQV+uGXn(r8<>O^rsP zQM0rydN|_J5*}4A)$;VOx(YpQZHL?R>CwZYNhE4cZ;Kp`$|lpbJhL+C(L$K5RG;oi z2K`(p^=LuWh0x&X2!>=uM=0bnD_K6Y4Vq}deFA!mhnF8h1z+9zOnrvt(JNK65-N*( zunsd|OD@)+%B2QU&7zm@3M__n@6=!6T4=DBPN6YB>lCUKN@nGn0oEznvI<2Xp;I7;m7K7UWSoTIp*}sH zvP%KIU4TQZ0C>{l3{IoD7${Z!YSN5DrfK?V$Yh+vDp<7;6R@-gGrUq?suS>Z`JD_k zlo^O|aWR_NNGY$zHq7psB}SaZFynsMIB8kij05->1>L>rDyfdG$#;r+=W(aG~m$3x&2}Q#Q zm%4IV}rGeQ2hvX$EFpqFZK%mv47t6K*zrYP95G^(9 zDTA4d3}(ZNX_G0hUqGnUq9Ln)yDle|ek6ahm7+03g)uFMliHKLCCV&(x%F+G!x)W# zCZokFX--MB#z_s5viGTgriCzJAn224$ez{kqPuZYXbMY9oz(PpFiE>;#9#tf#Q{{l zV2xl5qZ!MUYGw$@QudG;lnX%cjAk5=wxnxL%fQ1Mu(my}W=9GE_Y`Pb4s3ec7_fTJ)u z=0I4loJ?!x9OmxZqAlGBk46A4Ho#kdco5W@o zd88cx{BE3ttvGH5Qmi|hI)OFz2h_19M1d76Kx-Qp!52#vEk$aR(HR?#vkk1yUK50n zCTC=zn{;S)QaO4Gp(j0!6`U;og}Y)PuxWZF79TRY@I=ay#hlh-A+Y3RyY)~MY z#sw3yZyL=|P8_YoWA=J(ijKm#8V3NG4{){Sw3~|bPIQBJadyR_iE}pmiM6pnoT;(^ zNF3spX#5mzYE9z~BG{r8r&+)f5&`%Xn9kxn7FZgI<3gIQ#2g$2na0z?gGzbzSqsBG z`>BkTk_2qNa+{hy1@0?=3Iwxj>+M#;=)MsUlF5YaApj_=!KObmP>d(YUdGCtlXnMJ zhRGhof&>u%Qq72}KpwBj7KT|!$eHq5d72cGX)LXLjzdDZELsn}8(?ku2wG?dtmTT? zq9U3xSfH}bazX5trVt%CCfKUFQHa2*fvRmwpdXhx>{}k~Wk(Td094PbxAq^LA%F~# zKQSDH?F2D#8YfZ2fsmg{{c|pAt0ixUl=s(>f z7XdlgJR^8bMrbx6C_^oleqxcBok1|3ZE>ML1_sv8*)*$zwIHUEu|VVL5K5sxBvBYt zFb#Yf4W<8BQBJ0@9DjRlSBz$-V|#8` zD#3ZYm9aN0#vEHbCNyXVnX9yzMF2pMYNMHP%dmlJ0WHWX_QE$PGY~yd9QV^$)^cpnP?2|1UG{_A#GehnPN{>DI5>#=^dM8_0S`8$?viCEIr7F0n91Y&y zb6AWXOe7FZp%Xq#L11j>pqB!w9QGJ_*z0Gg3|i&=hF}+rxQ1gcu);8crWjPX0{~`#Dl7_yQbaU`2T2|g z7Pc}GxB0SY%h;3%(@Tr_kR_QFzd<&d%MS~vNzKL4LHK9V>DQ8=LH1Sr;t{mOH`!3> zch_UOd#4LR@C?WX?rHgskq6eQ9E zL7`dG8Uz>US)VuHSPL!73`!XbExg0K`HYIE-zv{q!sfgIgoYwl+s5bP8BI`#8;VT( zYv+Eka~%sn$Zg))n^0p5J6LKgN0UrPeI8Sg?q;>=ZmjzNPQ0Y2_ugijZUp@vC}LqG zg!|ZF>IeEZe_56Z0ZGfmdYBK>`WR+FqxaX*ptP+;4tw?%Sbw*tQQ&R7H$k?S*{kY- z-mBo8x6hWP79M(eYF};N@3X013RI`PwC_p6y?Aq`3|+80hXKI{NFLf%Kb9c#R(W8I zfHClXHo}7g{FW;uCD#bC;3zV3^#D(L)7Z!U4fY59rI#Zk-rwH4Hw9!t_nfoO3>K$;BfUE^7M)vWLW>dov^GYN?dZHObtAuARpqQa36 z1P`YwT&5fG^V}(wYT~R8UYtJpwG$~l%umdNiKtPbrYhbKw!zi287FhzVV{*DZIt|i z)I3c?ywBLe$P>hKCU}mcfqnraQ~Ev*6Vg4-21);Y1`CY-M>yMj*8YFM0|Hp&D}le> z0%KQ%Q(oB4+8=9HK)3TBu;6KtAMsvM;vV^peQv5(+FJpU6M*{>0R>u+Df3|$AHgt@ z8b<|+6ZZZc{t-<{zUO@*6ELSU%=})J_w6DRVvj;W$Z6CJ_g^ zrb(T(^C=|n&-8i5gSM)8JA>7&6{&JY)9g_2Tg@1Y%-L_YW9uPx?m`XkS9lniYNLeX zqTbr^+Iv1QSq@Hn#Q)CR9KksY(&wcrJRNpyN2YTC=##M>8L3Qik-PHdtXFJ@y&En5 z6!?J1EMOe}Ch7Yy1&hswmfI*W$}IX1N)scP2$KmL4>%qRz#~ee^)@oBm5mr4%`eo) z()FP^_iKidu`+rKD`&LcUpMieS9y4|-BO1DS$clA`6Zuch!Crn_PJn@id#*hgIH2_ zd!7F?VPO+<+W*;1AAK2bX&vhO>OwW7Efl~JXD;lmeV+3~2jMm%Bo25MgeFR_F6xK1O{F z2OVL-89nnv{Ht7yVSWXlX51STg&QAei|Pke^WgiTj)ks-J}lcM^mi6|^aG0$!S~Gr zs(v8SW*!hRdYL#_>%krN;i<8un2!a|?aaJt8U5@Nu=FvS83wtCT@y2R#t-`M5#bKV z0(;WHxu*cO25|gy^k0xM2Kx+rVW87BWOvrCvIkXRj`V>ipM_T9Kmmv4_&0Z@4AlW~ z06T~Y^mnYp+B)sPmY~n0bkz5=-N%#RgV{5Lz}x5A)@mVPz4Qr;JgS(6Uh+65{Q&y6 zvQu-qez~<*)#OeY&X=_fg=hymzw?9=9WFKG33eo0YEaynKs48eoLo83F@%nt4ERX~ zuB^e2@=dW(3&0w<1Q1BWz7KZSqeBoe_6{yz=uhX0v} zEk9xqNfHI&@ z_E^2=;d`v9n)QS4GUZEZ#`P|IkBRI3;(nRX8P@A4z}yO62+gMgy!x4ox2=c66BO%J zQNoL%^20U!Ex>D_=aJG-)wB_Pocs`d#M9eqBU~rj;YDEaroVz31+S8FO9x&rGL&c5^5Y$iLKU0^q}$?^;{yIB?p;ThO$KtMtuq9At?9tnAwgpe1$ zV6iAsH?e42RL?+1xB`#~{FB%-cC!D#W3j5lD`IlcI6LBP0G~#XIz_r&b zdS&4CEIzm6^O9>8o!!$jxb+}z*@VxxF1r4b>!n`r-+<3km#zxd-hRQW_li`#jBEDa z5v*S;tR{DvGoF}# zwaBGiIQQDxHS0G#x^L(_k@=9%{0BMZ_VX2UpM3A63*L~1`0F?$zr1?(6S}|lxd+Bp zj9nOiBz_-0S4)g%@xnc^-;Py_Bo5;HAH^S0O7=VZ{-U0FQLeZ88}~g_5^FJ^lmsY! zEA~;`^pNhCnOmes{s(9Im4C(k0rv~8>gbS*rDH~`Gm5xa(aqz^~ zmERlXA->(+Kd7>c?BjmyFl3&7LLP8WlvepT{0y0vQa{)hnqSKn?6+duqx%Q+^Fq}b zD#J#jE1A@%ngU zyu0Jeoik>%j*a2^4qW$yd_|s>z4C&*BL8i!i%Yzw^t!Qs78!d1+w)`J9D91~nK4AB z(Pu}W9{u|0*G3=y#gw0a_O%<73q&NDfz7`<{6S=I5IvU53b{*G%E#o(@NdMN6TM6< zUX`e>sjaJTXq+%{(&VNo%~O-pT2igk+uBb$`IL^%8R@Q>v${_`?esIwJZtvZnQTw* zoW67V&pq$_xfjg4@S=+^x%4u`{ecC83$MKD9amp-?K`hqbp7HRZd~%No8JANn{Roq zY`kal*8BeC6QA1or=NcKGk^ZbUwrn_#~*v*b6A9_IU z-~RE3aB2m%wR!>G-ig1Qd>A@;#Vjye%_q#0<~!yW=4h-YmW*}8Zi+n^dnEQ!+{C-% z*TnCQKNkP{_*+$tRWqvws@`3-t?J8FKd%~1bR-reZcS`VJeYVU@%_Xv5^q&!sxPiy zUj1P8?&^KjZ`O3yEUH;nb8pS#H80iH)t*&*W9^-_pR0Yk_Gh)fto=h>Yh7>MlDhSE zpQ?MR?k9DJ>;9*HO8xouSJVgf_tbx;{@MB;*Z;DiwxP3OZo@4N_ceUG;Xq@3K;v-Z>l2zMY?`oV!nY?jOgw4g?GvAw_`<|jCmx+tKWWCK*^>q*ZJPAtq@PZn zFnM6|+R0y-{Ntv^rkpreq-w4qK$(xfOPrjJ^&uO!#-8Jnq(_U(+ZJFP)v1M1wuTo8^vr>bpHK_+u zUrN2wTHiXibz|$(t*^DdIsLNfo2P$%`VZSo+pM-5+BUU)zU}$8m)d^UKBfKS_S4%h zXkXI4x&2e^KWKjg7N`=`0cIrjEqGN8a(bW0X{M<&-qhLDpPtn>r~jP3IkVC;s%!er z>Ft@8oLV!{B&W8_INRX6iww@4VsLhnsWu~p)n-Sk@aPkhn@;UM<)kTXlL5_h`#NS+ zS67`JPqZiSYOhMP)x^Fv`kvTBqZ__^cI(W`ujp#;m^fit`m9s47j^eeYyLtaT?O3Z z>XWLgsuL&IAcZmt>_kQ+htiww>+MT7_3jMxg(LtOddwj+6IUdp4pmUINOQUm*VUx^ z<{E$0yEBswGTCfCn+dX+Ospjn@Gzg%5rSAMHXvIU0!OxfhwBlox<Ek1rgrcSyzSUgn4W4KCXwOR*5TnJK_-_83J39CxH32r?8uH}VPWcRv$M9`Jl3f_7c@8ho~pS-%ch*#Xh>)*uX z#E2O(i%VoBFQDGn%X?`F?(Imhzx_vnfQy58Lk{W@i(PO>TK^^w zj5;lHlI4Roqi+31p1@yklKON2&0&1^GDGljGX!o3(h)>}5exyN9b=S;w8TDbk>Ch^ zA4==SDr^PULkuebpA#8^6s8jxHoj`4N@7;05`!wE9_T@O#tx+&OF>6a0&XSiR2aO; z#w*obY1E@unk1oghDoRfKDDIqbXe4i-!hw7aY{E$6@IDDhvv_wrl2?pEjX1r6Q{1d(R}hfu z^RS%h%0tb$ytO*&@GgyPE~{Ffrg>c~F@*HFbHB&j_zf#>&AeaK!UtU1A!6WjUxgnCXj33U+~%x z3)WS^vQprUu>s&8xy|9<*@|^v(*4m_otIMcE_$l4NMArEfdpt)z$U6MZ#Po$vK3M9 z z%8KZQ%1f`)t13x^7*;_d_**5JMod?T1}jxQ7a18`b~+2ePQ9^|#!(nY?Xs(I(4-?7 zNM%w>ASU@7WYW+eYkL&mTKd$li!{6sDK9uiVav{pl2m``;o76H)ce{{A9e%u@OhCq9Y{S^} zUgmLTajl?;rM)_)j)CFw^aJcipNHvmHvrEr;yRAV)nutzN{|6mKnF57A`pb^lEUco zAXb_eY-Sg4eMO-~V$matS=G936vG-h9nyd{W&xnh`x97K%pn{f!yYcv(-!n48{HTy zY`n1egDDUsM)G;QlNnSwIY1Bzlobmt6M9!P=hYxLBj1xJ+8MQy^?jZD@GP}$&1*Tv z2WngOu6zRmC*qt~Ij1{_dw;y)#=brO=BFZX^VJhmz*jIP;th#^A(R@UkAc&Ua!&sMWQbMOrMf%H%B7Ro8x|z!9idB89wjuX+aWc#Y&x z<2v)Xl%lpYXON1K`w{dO@mk&ouX&^dJU)`8khx97h4@u zy-=){;#w111{KPzRe=LH9|I0rU>`=sqbziS_zDCzIq`gid7K;l$?s_+9&_*KBiXE- zgK$3L=O(a!rTIu1SFXxYJJP|a33Gp$6$Rlf*^RBnZB&CW5eT>Og7`AqpPqG9qE}fVT)#L`p0=4 z%2K3#8pBPfQPRK&0L!@O#+c5kp_rq2w@=cz4Tl~JZd6xqFsf4HjLDeE+nUIGD&+P# zi%}ULpc+upZjjR@s?vV?DClUMQO;Q=y74ImeKxFhFg_!)N=>ez@=nUmyH)B?Vikby z4s1d2sMO@1)dRT3{XifoXq`EN+|L_*l+;`_c3~`~a_hJWT-&RaI>$8RUaJ}}Eg~&K z6!DC~DM@r>wJl>B_04;&r4Des*e);%o4M~8y zf2e${o`69Vt|rYm22l@1NQ%YP9ZYHn`^@3vx6dsy&B@u!#~ zmdInoqKNXEBNYEhcq9cSdmsVXO_vrHIEvh-H34EX?C&w4RiI+Wnm=D={o;&>)~D}# z%M)wI_Abo;7ID34>=7|^9z}HV2&PskaYXb4nD?oFIa>qg%q!@1g;+Ox?PQvbC3+Tu zva7d3oia9AU#4zco~O+SY8nn0b=}eM9_`uMv1}BE?Ze!Q`%3edPcfDX@nYj%go?Wx zRGKud>SUOe0*X@L$nxQ=3XgDkwuDlcXJ@JoJYS`GmKs(qkIRJ!+mVU^hx&pW*!)`> z8#Jb9EVH;E8r8wKQqJ{0q;u!UoVd17>Gn%!rh3hTE_!p?2>3zz%0w;3?9IZ zkFPk)!}KFLMmikQI%AKS#bMV|^-3DV0V`=6E1+X5wH1v%%tk2Mg=u&>mFx2LPNk$# zhEWK4s^SPf7r+~pbM{y@YI*wDbBH$qJd;)o1@L?JDt&E4>GfXNME9gwtYagD0$68U ztZYU!PeRHbUWlQf5Iipt&R~k;cx-fs{db{$`rStT@R<7=cg#I)Lmm3MLs33YTb*d2 z+m5;If8rQjb+d|$pt8@6jA&7mM#DS{6XM;r%rp7y5f~B^0N9S%qFCYEjwC8k_@nFP zFP*rHpdu9T?z;sGXvp8j398L9LYN!jIVN8hguzQ?SVR=)>ZS-W6JF7 z5$eewBkQ9Njr;_}f;Z>}oi|L2W1CU2ux81OKBznW$j{kq>>gXtpe!pKU<1l@@x5>W zJ^O5CbV)XoHADVLzs7x8T#5?|2Ylo~x`|ZMowjcd&JZjV1IaXPM=jwy@8Jj{=!8KmHx8<)zwJswmT0}(2AR+Kzk?OVlN; ziHgGVsL@s#v^kflJP&VI@Gt;tU1Lp*XsE3uq8wHZfUta_jh3fhY>n5M3GwsQw-npN zubH5*jMu>)=+3ZzbZksm?!g^$r1wc(38D4LxyPWxp{7jcC9(i4kBopRyvRF5@*;q3 zHZYictTb8~@>0>~1;%mY5gPKNT66h@yui}H9qWu_FW2`dX&F!2>PGdU4AIu63;2W8 z5$zBulqDQ#LSgklAxsyXI1Bd#XC|UgX$Hu)?w}Ist>!s78o_|jzVHIo7&+O;F#-8u zKz~!_NOs4L9dI-klLlCe&eTelokWXXvv`E9eL@wt+T|bEacArmGqYrl5c=vq?__q4 zP^@vZ;^aJwy#dxbzV3k3c@%RLbBNp^9`Dphto-w;bdJ)Y&fJGpBOf{83D*1ley2J! z77F2{dH8WI<1<@CC)O{dA3QKZ8*KfNtp&$uRI_28vmFnr4DpNhVHgLST&93R!dgl7 z5JpJOAdq#!zA59gk5RUQu`q;XU-i*PjqaPNJ2^7}2s*Hl)v98h5O9)N9La!;#B$2dW@hqBsnmb$$30p8O*QeT3DB z#u;xJW!0j_C-A?!gl!m}3dB76_d(%}h^jVYU?LpRF#d?5R{LtiltG2>d-0lAY{jop z+WbqQ&Dj7g>iY}Z&>~y(+IzF)c?&<)yAk#G8GztgCWq*79-0R=Ga9R??-#YxyXz7ITg>lBOK(CSYb7i>`$G8Ka_)R;R`~v9Z!*9AGrz zF*i4_j?OW(Ye0l3=F?i**bl%cD$L?aftSOs5_IF~FwBbS)$nV~Za5Cn$BpCqvH2Mp zQRidqFrp{bT6n{Br3MkxVZ5A9Q0*KQ??{fR!60QC@hBMbNA`%HnZl>>C|3qMJp5I- z(q&+m8SOkhiderAu6yPd&6}a7nIYqKOpa(NU@{X)lu$X^A?8p%2enkl3G_V9eWQ3C zSJjpJ8!CA&4P~{O^XTwhbyts+Q4Br6*CU>yLw%HDG$#3ug~dfVpCMJEq!=Syd?@p& z2-kEc*IRRQw=j2=>VYUI;n-r?kzznAiJ)cNvTsquu#ITl(YgP)ZkVl}5C$+W$hrQV zs@cYQ&VtFQc7st1Xhjg6Z?LbW|0Z&elhZwV49< zanl1kH+J!%3-bg_Blz?coY!NjWCT9L0a}!v8^fcJs-O{+#TDWvf+m{2+-&EBm}EJC zt}oLH!Y7-6ib+4;aD8PP^W1tfGZUo)K8`u(Fsrj!onRhg%CRGdCx=IWlcA=yeS_{z zVJo7Ri?)iI3iIM`ZvYr@53m~i0UH-`aM9l zWtf#JxN~zK*%#4-M)!W)=RF_yL0I}Wo)q`@RpZx2A_pS(X(ngY={%|=YJdj1#Zi@+ zL$JT)Aued(%bqX}L^)tDE2UaMH4g?bUC=p$efAvBeDz~QUsnV1uDgc2boEF<0B6OE z!H{?!%nS}j`&agfEbq4*8<~yOKXvDIP}HG1C6XM(i3UAR&Ec?lu&6@$2xNZ`Ve@-f zQ8j})I>K5_QPcDiZegx>P8S5>B*XVDDZ((uI9_Ij_m_=8Tc|xMjzFG~^Id1OI6|>n z^_@ZAnc;IS#~HmHg*P&s7&O@QW*UMNrV$O<1+Sv2&Snb>vv3mASU8$W zWwTpMLu)V?&JjYsd}M|kHnZ6pGg*=a%r|^m(>}uebi|VIOoee(jN#fRg31+_ohjJ4 z2t0_kFGZRbo$$>9TIDv**(fk%gPpfLp;}eG;}&zHhw}2;fhuyE@>Rq`KQJv|75*J4UMLD z9Y>>FYeW~}VmDSLG^0eH>|`&O^IEO0fJl8NhVw^0gMpO~J4@g@0f0UcACR&Af8~+B z=y|k}emsY|+5rp!KAdWsp@m-NB5StK7soG@-~JO=Z+|5wAq%l;Gq0o{Q?X{>8gWBb zKYZ4UlR?x4TR>seI0}kyH>f*?eZwB^9Jc6#4AyswtAWwgDP7GfQ=X)|mbQ-7n94t|enDvLU77y*iX5%fz; z8bW9C_?;tbIL7~Vz`d!$^Y8c(?pyAdzfb~H4E zC7`?x_pHPnJ#vnmsrw9$=ipb6S17Fw_$}l*P!D7SKCe^SbCfzqn2l@uu#}xs#4WJRoGEiKllH7%JYvgvkFT!_s;~UCw34VQfy}S!_F2@*` z;mlguti0YKcjCGZIaQX*Y1sFG3-a56kvAWgN(ZQ}R9Pvrr9-YL-FnsEM!YY>c&uOb zHTE26S9-mOlX0vgBrw~mL4K)|dLX$GbIXZ9*<{Qxry#0M#k^=5dS@xjnWv*m(2n1& zoD95oU=}k2&wF&CZ!il_eVhtOPRH{vXF`9o@hj8}?AL>C;~e~k_#Ei>Txj@wSmXkk zCl}(^sTV_%OQDtd(9RWjT4aF?%0g)DDtQNRa}BiiPPq>HydMAa#|?6$EP*C(l6T8{ zz|3C0S`H=jZ{8s+T z#7x{&nFM|nU1MrZovAksrcoZMyJKCj@wTOFR^{q~rFU=8qr}~r-b_#3hUF`l6+h3> zv;F#huD)NQ@0antr@!j*yVtEjp$u!*!iG(f!2fK3?itST#rH-%vd8>f4;!8-W@WHp zHSWb=C0e;@tnW5N^xXx#sCMrG7fC;&%j#W!+RXIyAHN7xRUpUud%WJ1GwVT A3;+NC diff --git a/To Sort/copixel-font-1764372079-0/Copixel-Demo-BF6873ccc4785f8.otf b/font_files/font-copixel-font-1764372079-0/otf/Copixel-Demo-BF6873ccc4785f8.otf similarity index 100% rename from To Sort/copixel-font-1764372079-0/Copixel-Demo-BF6873ccc4785f8.otf rename to font_files/font-copixel-font-1764372079-0/otf/Copixel-Demo-BF6873ccc4785f8.otf diff --git a/To Sort/copixel-font-1764372079-0/Befonts-License.txt b/font_files/font-copixel-font-1764372079-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/copixel-font-1764372079-0/Befonts-License.txt rename to font_files/font-copixel-font-1764372079-0/other_files/Befonts-License.txt diff --git a/To Sort/depixel/Fonts/depixelbreit.otf b/font_files/font-depixel/otf/depixelbreit.otf similarity index 100% rename from To Sort/depixel/Fonts/depixelbreit.otf rename to font_files/font-depixel/otf/depixelbreit.otf diff --git a/To Sort/depixel/Fonts/depixelbreitfett.otf b/font_files/font-depixel/otf/depixelbreitfett.otf similarity index 100% rename from To Sort/depixel/Fonts/depixelbreitfett.otf rename to font_files/font-depixel/otf/depixelbreitfett.otf diff --git a/To Sort/depixel/Fonts/depixelhalbfett.otf b/font_files/font-depixel/otf/depixelhalbfett.otf similarity index 100% rename from To Sort/depixel/Fonts/depixelhalbfett.otf rename to font_files/font-depixel/otf/depixelhalbfett.otf diff --git a/To Sort/depixel/Fonts/depixelillegible.otf b/font_files/font-depixel/otf/depixelillegible.otf similarity index 100% rename from To Sort/depixel/Fonts/depixelillegible.otf rename to font_files/font-depixel/otf/depixelillegible.otf diff --git a/To Sort/depixel/Fonts/depixelklein.otf b/font_files/font-depixel/otf/depixelklein.otf similarity index 100% rename from To Sort/depixel/Fonts/depixelklein.otf rename to font_files/font-depixel/otf/depixelklein.otf diff --git a/To Sort/depixel/Fonts/depixelschmal.otf b/font_files/font-depixel/otf/depixelschmal.otf similarity index 100% rename from To Sort/depixel/Fonts/depixelschmal.otf rename to font_files/font-depixel/otf/depixelschmal.otf diff --git a/To Sort/depixel/Licenses/Desktop EULA 1.6.txt b/font_files/font-depixel/other_files/Desktop EULA 1.6.txt similarity index 100% rename from To Sort/depixel/Licenses/Desktop EULA 1.6.txt rename to font_files/font-depixel/other_files/Desktop EULA 1.6.txt diff --git a/To Sort/depixel/Reference/How_to_use_webfonts.html b/font_files/font-depixel/other_files/How_to_use_webfonts.html similarity index 100% rename from To Sort/depixel/Reference/How_to_use_webfonts.html rename to font_files/font-depixel/other_files/How_to_use_webfonts.html diff --git a/To Sort/depixel/Reference/Release Notes.txt b/font_files/font-depixel/other_files/Release Notes.txt similarity index 100% rename from To Sort/depixel/Reference/Release Notes.txt rename to font_files/font-depixel/other_files/Release Notes.txt diff --git a/To Sort/depixel/Licenses/Webfont EULA 1.6.txt b/font_files/font-depixel/other_files/Webfont EULA 1.6.txt similarity index 100% rename from To Sort/depixel/Licenses/Webfont EULA 1.6.txt rename to font_files/font-depixel/other_files/Webfont EULA 1.6.txt diff --git a/To Sort/depixel/Reference/depixel.pdf b/font_files/font-depixel/other_files/depixel.pdf similarity index 100% rename from To Sort/depixel/Reference/depixel.pdf rename to font_files/font-depixel/other_files/depixel.pdf diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-demo.html b/font_files/font-depixel/other_files/depixelbreit-demo.html similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-demo.html rename to font_files/font-depixel/other_files/depixelbreit-demo.html diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-demo.html b/font_files/font-depixel/other_files/depixelbreitfett-demo.html similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-demo.html rename to font_files/font-depixel/other_files/depixelbreitfett-demo.html diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-demo.html b/font_files/font-depixel/other_files/depixelhalbfett-demo.html similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-demo.html rename to font_files/font-depixel/other_files/depixelhalbfett-demo.html diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-demo.html b/font_files/font-depixel/other_files/depixelillegible-demo.html similarity index 100% rename from To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-demo.html rename to font_files/font-depixel/other_files/depixelillegible-demo.html diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-demo.html b/font_files/font-depixel/other_files/depixelklein-demo.html similarity index 100% rename from To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-demo.html rename to font_files/font-depixel/other_files/depixelklein-demo.html diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-demo.html b/font_files/font-depixel/other_files/depixelschmal-demo.html similarity index 100% rename from To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-demo.html rename to font_files/font-depixel/other_files/depixelschmal-demo.html diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files/easytabs.js b/font_files/font-depixel/other_files/easytabs.js similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files/easytabs.js rename to font_files/font-depixel/other_files/easytabs.js diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files/grid_12-825-55-15.css b/font_files/font-depixel/other_files/grid_12-825-55-15.css similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files/grid_12-825-55-15.css rename to font_files/font-depixel/other_files/grid_12-825-55-15.css diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files/specimen_stylesheet.css b/font_files/font-depixel/other_files/specimen_stylesheet.css similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/specimen_files/specimen_stylesheet.css rename to font_files/font-depixel/other_files/specimen_stylesheet.css diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/stylesheet.css b/font_files/font-depixel/other_files/stylesheet.css similarity index 100% rename from To Sort/depixel/Webfonts/depixel_schmal_macroman/stylesheet.css rename to font_files/font-depixel/other_files/stylesheet.css diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.ttf b/font_files/font-depixel/ttf/depixelbreit-webfont.ttf similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.ttf rename to font_files/font-depixel/ttf/depixelbreit-webfont.ttf diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.ttf b/font_files/font-depixel/ttf/depixelbreitfett-webfont.ttf similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.ttf rename to font_files/font-depixel/ttf/depixelbreitfett-webfont.ttf diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.ttf b/font_files/font-depixel/ttf/depixelhalbfett-webfont.ttf similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.ttf rename to font_files/font-depixel/ttf/depixelhalbfett-webfont.ttf diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.ttf b/font_files/font-depixel/ttf/depixelillegible-webfont.ttf similarity index 100% rename from To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.ttf rename to font_files/font-depixel/ttf/depixelillegible-webfont.ttf diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.ttf b/font_files/font-depixel/ttf/depixelklein-webfont.ttf similarity index 100% rename from To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.ttf rename to font_files/font-depixel/ttf/depixelklein-webfont.ttf diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.ttf b/font_files/font-depixel/ttf/depixelschmal-webfont.ttf similarity index 100% rename from To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.ttf rename to font_files/font-depixel/ttf/depixelschmal-webfont.ttf diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.eot b/font_files/font-depixel/web/depixelbreit-webfont.eot similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.eot rename to font_files/font-depixel/web/depixelbreit-webfont.eot diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.svg b/font_files/font-depixel/web/depixelbreit-webfont.svg similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.svg rename to font_files/font-depixel/web/depixelbreit-webfont.svg diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.woff b/font_files/font-depixel/web/depixelbreit-webfont.woff similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.woff rename to font_files/font-depixel/web/depixelbreit-webfont.woff diff --git a/To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.woff2 b/font_files/font-depixel/web/depixelbreit-webfont.woff2 similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breit_macroman/depixelbreit-webfont.woff2 rename to font_files/font-depixel/web/depixelbreit-webfont.woff2 diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.eot b/font_files/font-depixel/web/depixelbreitfett-webfont.eot similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.eot rename to font_files/font-depixel/web/depixelbreitfett-webfont.eot diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.svg b/font_files/font-depixel/web/depixelbreitfett-webfont.svg similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.svg rename to font_files/font-depixel/web/depixelbreitfett-webfont.svg diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.woff b/font_files/font-depixel/web/depixelbreitfett-webfont.woff similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.woff rename to font_files/font-depixel/web/depixelbreitfett-webfont.woff diff --git a/To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.woff2 b/font_files/font-depixel/web/depixelbreitfett-webfont.woff2 similarity index 100% rename from To Sort/depixel/Webfonts/depixel_breitfett_macroman/depixelbreitfett-webfont.woff2 rename to font_files/font-depixel/web/depixelbreitfett-webfont.woff2 diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.eot b/font_files/font-depixel/web/depixelhalbfett-webfont.eot similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.eot rename to font_files/font-depixel/web/depixelhalbfett-webfont.eot diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.svg b/font_files/font-depixel/web/depixelhalbfett-webfont.svg similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.svg rename to font_files/font-depixel/web/depixelhalbfett-webfont.svg diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.woff b/font_files/font-depixel/web/depixelhalbfett-webfont.woff similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.woff rename to font_files/font-depixel/web/depixelhalbfett-webfont.woff diff --git a/To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.woff2 b/font_files/font-depixel/web/depixelhalbfett-webfont.woff2 similarity index 100% rename from To Sort/depixel/Webfonts/depixel_bold_macroman/depixelhalbfett-webfont.woff2 rename to font_files/font-depixel/web/depixelhalbfett-webfont.woff2 diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.eot b/font_files/font-depixel/web/depixelillegible-webfont.eot similarity index 100% rename from To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.eot rename to font_files/font-depixel/web/depixelillegible-webfont.eot diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.svg b/font_files/font-depixel/web/depixelillegible-webfont.svg similarity index 100% rename from To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.svg rename to font_files/font-depixel/web/depixelillegible-webfont.svg diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.woff b/font_files/font-depixel/web/depixelillegible-webfont.woff similarity index 100% rename from To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.woff rename to font_files/font-depixel/web/depixelillegible-webfont.woff diff --git a/To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.woff2 b/font_files/font-depixel/web/depixelillegible-webfont.woff2 similarity index 100% rename from To Sort/depixel/Webfonts/depixel_illegible_macroman/depixelillegible-webfont.woff2 rename to font_files/font-depixel/web/depixelillegible-webfont.woff2 diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.eot b/font_files/font-depixel/web/depixelklein-webfont.eot similarity index 100% rename from To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.eot rename to font_files/font-depixel/web/depixelklein-webfont.eot diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.svg b/font_files/font-depixel/web/depixelklein-webfont.svg similarity index 100% rename from To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.svg rename to font_files/font-depixel/web/depixelklein-webfont.svg diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.woff b/font_files/font-depixel/web/depixelklein-webfont.woff similarity index 100% rename from To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.woff rename to font_files/font-depixel/web/depixelklein-webfont.woff diff --git a/To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.woff2 b/font_files/font-depixel/web/depixelklein-webfont.woff2 similarity index 100% rename from To Sort/depixel/Webfonts/depixel_klein_macroman/depixelklein-webfont.woff2 rename to font_files/font-depixel/web/depixelklein-webfont.woff2 diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.eot b/font_files/font-depixel/web/depixelschmal-webfont.eot similarity index 100% rename from To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.eot rename to font_files/font-depixel/web/depixelschmal-webfont.eot diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.svg b/font_files/font-depixel/web/depixelschmal-webfont.svg similarity index 100% rename from To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.svg rename to font_files/font-depixel/web/depixelschmal-webfont.svg diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.woff b/font_files/font-depixel/web/depixelschmal-webfont.woff similarity index 100% rename from To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.woff rename to font_files/font-depixel/web/depixelschmal-webfont.woff diff --git a/To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.woff2 b/font_files/font-depixel/web/depixelschmal-webfont.woff2 similarity index 100% rename from To Sort/depixel/Webfonts/depixel_schmal_macroman/depixelschmal-webfont.woff2 rename to font_files/font-depixel/web/depixelschmal-webfont.woff2 diff --git a/To Sort/fresh-christmas-font-1764370888-0/Fresh-Christmas.otf b/font_files/font-fresh-christmas-font-1764370888-0/otf/Fresh-Christmas.otf similarity index 100% rename from To Sort/fresh-christmas-font-1764370888-0/Fresh-Christmas.otf rename to font_files/font-fresh-christmas-font-1764370888-0/otf/Fresh-Christmas.otf diff --git a/To Sort/fresh-christmas-font-1764370888-0/Befonts-License.txt b/font_files/font-fresh-christmas-font-1764370888-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/fresh-christmas-font-1764370888-0/Befonts-License.txt rename to font_files/font-fresh-christmas-font-1764370888-0/other_files/Befonts-License.txt diff --git a/To Sort/introvert-font-2-1764371655-0/Introvert-BF691f1a5a2336d.otf b/font_files/font-introvert-font-2-1764371655-0/otf/Introvert-BF691f1a5a2336d.otf similarity index 100% rename from To Sort/introvert-font-2-1764371655-0/Introvert-BF691f1a5a2336d.otf rename to font_files/font-introvert-font-2-1764371655-0/otf/Introvert-BF691f1a5a2336d.otf diff --git a/To Sort/introvert-font-2-1764371655-0/Befonts-License.txt b/font_files/font-introvert-font-2-1764371655-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/introvert-font-2-1764371655-0/Befonts-License.txt rename to font_files/font-introvert-font-2-1764371655-0/other_files/Befonts-License.txt diff --git a/To Sort/introvert-font-2-1764371655-0/Read-Me-BF691f1a59c629e.txt b/font_files/font-introvert-font-2-1764371655-0/other_files/Read-Me-BF691f1a59c629e.txt similarity index 100% rename from To Sort/introvert-font-2-1764371655-0/Read-Me-BF691f1a59c629e.txt rename to font_files/font-introvert-font-2-1764371655-0/other_files/Read-Me-BF691f1a59c629e.txt diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Black-BF647806db20415.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Black-BF647806db20415.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Black-BF647806db20415.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Black-BF647806db20415.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-BlackBack-BF647806dbb006f.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BlackBack-BF647806dbb006f.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-BlackBack-BF647806dbb006f.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BlackBack-BF647806dbb006f.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-BlackItalic-BF647806dbe2cde.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BlackItalic-BF647806dbe2cde.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-BlackItalic-BF647806dbe2cde.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BlackItalic-BF647806dbe2cde.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Bold-BF647806db04a12.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Bold-BF647806db04a12.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Bold-BF647806db04a12.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Bold-BF647806db04a12.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-BoldBack-BF647806dbbac82.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BoldBack-BF647806dbbac82.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-BoldBack-BF647806dbbac82.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BoldBack-BF647806dbbac82.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-BoldItalic-BF647806dbbf597.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BoldItalic-BF647806dbbf597.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-BoldItalic-BF647806dbbf597.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-BoldItalic-BF647806dbbf597.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Light-BF647806db1a1e7.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Light-BF647806db1a1e7.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Light-BF647806db1a1e7.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Light-BF647806db1a1e7.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-LightBack-BF647806dbc68ff.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-LightBack-BF647806dbc68ff.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-LightBack-BF647806dbc68ff.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-LightBack-BF647806dbc68ff.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-LightItalic-BF647806dbc7770.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-LightItalic-BF647806dbc7770.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-LightItalic-BF647806dbc7770.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-LightItalic-BF647806dbc7770.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Medium-BF647806db24482.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Medium-BF647806db24482.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Medium-BF647806db24482.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Medium-BF647806db24482.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-MediumBack-BF647806db9228d.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-MediumBack-BF647806db9228d.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-MediumBack-BF647806db9228d.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-MediumBack-BF647806db9228d.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-MediumItalic-BF647806dc09b7e.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-MediumItalic-BF647806dc09b7e.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-MediumItalic-BF647806dc09b7e.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-MediumItalic-BF647806dc09b7e.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Regular-BF647806db2b1eb.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Regular-BF647806db2b1eb.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Regular-BF647806db2b1eb.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Regular-BF647806db2b1eb.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-RegularBack-BF647806dba9aa2.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-RegularBack-BF647806dba9aa2.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-RegularBack-BF647806dba9aa2.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-RegularBack-BF647806dba9aa2.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-RegularItalic-BF647806dc0245f.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-RegularItalic-BF647806dc0245f.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-RegularItalic-BF647806dc0245f.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-RegularItalic-BF647806dc0245f.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Thin-BF647806dbadb5b.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Thin-BF647806dbadb5b.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-Thin-BF647806dbadb5b.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-Thin-BF647806dbadb5b.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-ThinBack-BF647806dbcc22e.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-ThinBack-BF647806dbcc22e.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-ThinBack-BF647806dbcc22e.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-ThinBack-BF647806dbcc22e.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-ThinItalic-BF647806dbe4f58.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-ThinItalic-BF647806dbe4f58.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-ThinItalic-BF647806dbe4f58.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-ThinItalic-BF647806dbe4f58.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-UltraThin-BF647806dbbdb3a.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-UltraThin-BF647806dbbdb3a.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-UltraThin-BF647806dbbdb3a.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-UltraThin-BF647806dbbdb3a.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-UltraThinBack-BF647806db89f02.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-UltraThinBack-BF647806db89f02.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-UltraThinBack-BF647806db89f02.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-UltraThinBack-BF647806db89f02.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-UltraThinItalic-BF647806dbf0c32.otf b/font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-UltraThinItalic-BF647806dbf0c32.otf similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/LazareGroteskTrial-UltraThinItalic-BF647806dbf0c32.otf rename to font_files/font-lazare-grotesk-font-family-1764370398-0/otf/LazareGroteskTrial-UltraThinItalic-BF647806dbf0c32.otf diff --git a/To Sort/lazare-grotesk-font-family-1764370398-0/Befonts-License.txt b/font_files/font-lazare-grotesk-font-family-1764370398-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/lazare-grotesk-font-family-1764370398-0/Befonts-License.txt rename to font_files/font-lazare-grotesk-font-family-1764370398-0/other_files/Befonts-License.txt diff --git a/To Sort/neopixel-font-1764372129-0/neopixel-regular.otf b/font_files/font-neopixel-font-1764372129-0/otf/neopixel-regular.otf similarity index 100% rename from To Sort/neopixel-font-1764372129-0/neopixel-regular.otf rename to font_files/font-neopixel-font-1764372129-0/otf/neopixel-regular.otf diff --git a/To Sort/neopixel-font-1764372129-0/Befonts-License.txt b/font_files/font-neopixel-font-1764372129-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/neopixel-font-1764372129-0/Befonts-License.txt rename to font_files/font-neopixel-font-1764372129-0/other_files/Befonts-License.txt diff --git a/To Sort/pixel-crash-font-1764372071-0/pixelcrash-trial.otf b/font_files/font-pixel-crash-font-1764372071-0/otf/pixelcrash-trial.otf similarity index 100% rename from To Sort/pixel-crash-font-1764372071-0/pixelcrash-trial.otf rename to font_files/font-pixel-crash-font-1764372071-0/otf/pixelcrash-trial.otf diff --git a/To Sort/pixel-crash-font-1764372071-0/Befonts-License.txt b/font_files/font-pixel-crash-font-1764372071-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/pixel-crash-font-1764372071-0/Befonts-License.txt rename to font_files/font-pixel-crash-font-1764372071-0/other_files/Befonts-License.txt diff --git a/To Sort/pixel-crash-font-1764372071-0/read-me-19.txt b/font_files/font-pixel-crash-font-1764372071-0/other_files/read-me-19.txt similarity index 100% rename from To Sort/pixel-crash-font-1764372071-0/read-me-19.txt rename to font_files/font-pixel-crash-font-1764372071-0/other_files/read-me-19.txt diff --git a/To Sort/pixel-gamer-font-1764372239-0/pixelgamerpersonaluse-rg61l.otf b/font_files/font-pixel-gamer-font-1764372239-0/otf/pixelgamerpersonaluse-rg61l.otf similarity index 100% rename from To Sort/pixel-gamer-font-1764372239-0/pixelgamerpersonaluse-rg61l.otf rename to font_files/font-pixel-gamer-font-1764372239-0/otf/pixelgamerpersonaluse-rg61l.otf diff --git a/To Sort/pixel-gamer-font-1764372239-0/Befonts-License.txt b/font_files/font-pixel-gamer-font-1764372239-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/pixel-gamer-font-1764372239-0/Befonts-License.txt rename to font_files/font-pixel-gamer-font-1764372239-0/other_files/Befonts-License.txt diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlebolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlebolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlebolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlebolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlelim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlelim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlelim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlelim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlelis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlelis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlelis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlelis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlelixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlelixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlelixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlelixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlemidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlemidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlemidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlemidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlemids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlemids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlemids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlemids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlenormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlenormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlenormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlenormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlenorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlenorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlenorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlenorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlenormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlenormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlenormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlenormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circleregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circleregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlethinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlethinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlethinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlethinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlethins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlethins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlethins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlethins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlethinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlethinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-circlethinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-circlethinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionlim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionlim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionlim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionlim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionlis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionlis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionlis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionlis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionlixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionlixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionlixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionlixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionmidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionmidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionmidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionmidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionmids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionmids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionmids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionmids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionnormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionnormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionnormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionnormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionnorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionnorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionnorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionnorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionnormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionnormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionnormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionnormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-fashionthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartlim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartlim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartlim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartlim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartlis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartlis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartlis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartlis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartlixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartlixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartlixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartlixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartmidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartmidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartmidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartmidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartmids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartmids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartmids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartmids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartnormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartnormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartnormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartnormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartnorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartnorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartnorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartnorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartnormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartnormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartnormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartnormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartthinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartthinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartthinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartthinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-heartthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-heartthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownlim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownlim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownlim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownlim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownlis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownlis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownlis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownlis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownlixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownlixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownlixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownlixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownmidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownmidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownmidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownmidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownmids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownmids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownmids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownmids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownnormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownnormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownnormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownnormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownnorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownnorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownnorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownnorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownnormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownnormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownnormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownnormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownthinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownthinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownthinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownthinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-linedownthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-linedownthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskybolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskybolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskybolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskybolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskylim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskylim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskylim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskylim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskylis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskylis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskylis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskylis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskylixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskylixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskylixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskylixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskymidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskymidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskymidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskymidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskymids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskymids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskymids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskymids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskynormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskynormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskynormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskynormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskynorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskynorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskynorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskynorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskynormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskynormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskynormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskynormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskyregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskyregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskythinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskythinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskythinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskythinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskythins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskythins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskythins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskythins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskythinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskythinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-lineskythinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-lineskythinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticlim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticlim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticlim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticlim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticlis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticlis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticlis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticlis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticlixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticlixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticlixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticlixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticmidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticmidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticmidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticmidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticmids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticmids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticmids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticmids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticnormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticnormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticnormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticnormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticnorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticnorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticnorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticnorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticnormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticnormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticnormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticnormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticthinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticthinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticthinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticthinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-plasticthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-plasticthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointlim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointlim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointlim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointlim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointlis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointlis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointlis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointlis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointlixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointlixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointlixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointlixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointmidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointmidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointmidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointmidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointmids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointmids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointmids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointmids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointnormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointnormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointnormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointnormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointnorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointnorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointnorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointnorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointnormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointnormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointnormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointnormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointthinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointthinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointthinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointthinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-pointthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-pointthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicklim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicklim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicklim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicklim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicklis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicklis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicklis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicklis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicklixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicklixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicklixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicklixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickmidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickmidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickmidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickmidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickmids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickmids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickmids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickmids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicknormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicknormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicknormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicknormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicknorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicknorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicknorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicknorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicknormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicknormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quicknormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quicknormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickthinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickthinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickthinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickthinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-quickthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-quickthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowlim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowlim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowlim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowlim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowlis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowlis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowlis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowlis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowlixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowlixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowlixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowlixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowmidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowmidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowmidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowmidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowmids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowmids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowmids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowmids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadownormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadownormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadownormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadownormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadownorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadownorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadownorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadownorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadownormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadownormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadownormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadownormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowthinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowthinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowthinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowthinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-shadowthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-shadowthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarebolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarebolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarebolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarebolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squaremidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squaremidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squaremidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squaremidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squaremids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squaremids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squaremids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squaremids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarenormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarenormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarenormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarenormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarenorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarenorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarenorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarenorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarenormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarenormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarenormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarenormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squareregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squareregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarethinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarethinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarethinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarethinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarethins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarethins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarethins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarethins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarethinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarethinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squarethinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squarethinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squrelim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squrelim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squrelim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squrelim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squrelis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squrelis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squrelis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squrelis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squrelixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squrelixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-squrelixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-squrelixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterlim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterlim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterlim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterlim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterlis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterlis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterlis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterlis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterlixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterlixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterlixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterlixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-watermidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-watermidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-watermidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-watermidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-watermids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-watermids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-watermids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-watermids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waternormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waternormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waternormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waternormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waternorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waternorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waternorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waternorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waternormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waternormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waternormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waternormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterthinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterthinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterthinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterthinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-waterthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-waterthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windboldm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windboldm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windboldm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windboldm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windbolds.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windbolds.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windbolds.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windbolds.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windboldxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windboldxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windboldxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windboldxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windlim.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windlim.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windlim.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windlim.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windlis.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windlis.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windlis.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windlis.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windlixl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windlixl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windlixl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windlixl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windmidm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windmidm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windmidm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windmidm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windmids.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windmids.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windmids.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windmids.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windnormm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windnormm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windnormm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windnormm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windnorms.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windnorms.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windnorms.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windnorms.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windnormxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windnormxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windnormxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windnormxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windregm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windregm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windregm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windregm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windregs.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windregs.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windregs.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windregs.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windregxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windregxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windregxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windregxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windthinm.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windthinm.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windthinm.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windthinm.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windthins.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windthins.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windthins.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windthins.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windthinxl.otf b/font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windthinxl.otf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-windthinxl.otf rename to font_files/font-pixel-grid-font-family-1764371982-0/otf/pixelgridtrial-windthinxl.otf diff --git a/To Sort/pixel-grid-font-family-1764371982-0/Befonts-License.txt b/font_files/font-pixel-grid-font-family-1764371982-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/Befonts-License.txt rename to font_files/font-pixel-grid-font-family-1764371982-0/other_files/Befonts-License.txt diff --git a/To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionregxl.ttf b/font_files/font-pixel-grid-font-family-1764371982-0/ttf/pixelgridtrial-fashionregxl.ttf similarity index 100% rename from To Sort/pixel-grid-font-family-1764371982-0/pixelgridtrial-fashionregxl.ttf rename to font_files/font-pixel-grid-font-family-1764371982-0/ttf/pixelgridtrial-fashionregxl.ttf diff --git a/To Sort/qraydom-font-1764371345-0/Befonts-License.txt b/font_files/font-qraydom-font-1764371345-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/qraydom-font-1764371345-0/Befonts-License.txt rename to font_files/font-qraydom-font-1764371345-0/other_files/Befonts-License.txt diff --git a/To Sort/qraydom-font-1764371345-0/Qraydom.ttf b/font_files/font-qraydom-font-1764371345-0/ttf/Qraydom.ttf similarity index 100% rename from To Sort/qraydom-font-1764371345-0/Qraydom.ttf rename to font_files/font-qraydom-font-1764371345-0/ttf/Qraydom.ttf diff --git a/To Sort/space-rabbit-font-1764372251-0/Space-Rabbit.otf b/font_files/font-space-rabbit-font-1764372251-0/otf/Space-Rabbit.otf similarity index 100% rename from To Sort/space-rabbit-font-1764372251-0/Space-Rabbit.otf rename to font_files/font-space-rabbit-font-1764372251-0/otf/Space-Rabbit.otf diff --git a/To Sort/space-rabbit-font-1764372251-0/Befonts-License.txt b/font_files/font-space-rabbit-font-1764372251-0/other_files/Befonts-License.txt similarity index 100% rename from To Sort/space-rabbit-font-1764372251-0/Befonts-License.txt rename to font_files/font-space-rabbit-font-1764372251-0/other_files/Befonts-License.txt