├── .gitignore ├── .jshintrc ├── Emsquare ├── Volume-01 │ ├── Issue-01 │ │ ├── Main-Article.md │ │ ├── images │ │ │ ├── Figure 1.png │ │ │ ├── Figure 10.png │ │ │ ├── Figure 11.png │ │ │ ├── Figure 12.png │ │ │ ├── Figure 13.png │ │ │ ├── Figure 13a.png │ │ │ ├── Figure 2.png │ │ │ ├── Figure 3.png │ │ │ ├── Figure 4.png │ │ │ ├── Figure 5.png │ │ │ ├── Figure 6.png │ │ │ ├── Figure 6a.png │ │ │ ├── Figure 6b.png │ │ │ ├── Figure 6c.png │ │ │ ├── Figure 6d.png │ │ │ ├── Figure 6e.png │ │ │ ├── Figure 6f.png │ │ │ ├── Figure 6g.png │ │ │ ├── Figure 6h.png │ │ │ ├── Figure 7 & 8 one third.png │ │ │ ├── Figure 7 & 8 two thirds.png │ │ │ ├── Figure 7 & 8.png │ │ │ ├── Figure 9.png │ │ │ ├── Figureblank.png │ │ │ ├── Pull quote.png │ │ │ └── Sketch Files │ │ │ │ └── Volume 1, issue 1, main article illustrations.sketch │ │ └── shorts │ │ │ ├── images │ │ │ ├── Figure 1.png │ │ │ ├── Figureblank.png │ │ │ └── Volume 1, Issue 1 Shorts.01.sketch │ │ │ ├── short-01.md │ │ │ └── short-02.md │ ├── Issue-02 │ │ ├── Main-Article.md │ │ └── images │ │ │ ├── Darden Studio-Freight.png │ │ │ ├── Ramp Roboto Flex-all bold opsz.png │ │ │ ├── Ramp Roboto Flex-all regular opsz.png │ │ │ ├── Ramp Roboto-all regular.png │ │ │ ├── Ramp Roboto-weight switching.png │ │ │ ├── Roboto-14pt-vs-Roboto Flex-opsz.png │ │ │ ├── size range illustration.jpg │ │ │ └── size weight extremes illustration.png │ ├── js │ │ └── main.mjs │ └── main.css └── index.md ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── README.md ├── _config.yml ├── _includes ├── emsquare-footer.md ├── emsquare-head.html ├── emsquare-multi-figure ├── emsquare-relative-nav.md ├── emsquare-shorts ├── figure ├── footer.md ├── get-number └── head.html ├── _layouts ├── default-emsquare.html └── default.html ├── docs ├── UI guide │ ├── EmSquare documentation.pdf │ └── EmSquare documentation.sketch ├── flowcharts │ ├── varla-varfo-flow.pdf │ └── varla-varfo-flow.svg └── reports │ ├── 2021-Roundup-Report.md │ └── images │ └── varla-varfo-flow.4cd9dcc.png ├── eslint.config.mjs ├── explorations ├── README.md ├── atypi-tech-2021 │ ├── Typography - Wikipedia_files │ │ ├── 100px-Question_book-new.png │ │ ├── 10px-OOjs_UI_icon_edit-ltr-progressive.png │ │ ├── 15px-OOjs_UI_icon_edit-ltr-progressive.png │ │ ├── 16px-Folder_Hexagonal_Icon.png │ │ ├── 20px-OOjs_UI_icon_edit-ltr-progressive.png │ │ ├── 20px-Pending-protection-shackle.png │ │ ├── 220px-A_Specimen_by_William_Caslon.jpg │ │ ├── 220px-Chinese_movable_type_1313-ce.png │ │ ├── 220px-EncycBrit1913.png │ │ ├── 220px-JikjiType.gif │ │ ├── 220px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ ├── 220px-Latex_example_type.png │ │ ├── 220px-Oscar_wilde_english_renaissance_of_art_2.png │ │ ├── 220px-Pressing-16th_century.jpg │ │ ├── 225px-Metal_movable_type.jpg │ │ ├── 225px-Trajan_typeface_specimen.png │ │ ├── 24px-Folder_Hexagonal_Icon.png │ │ ├── 30px-Commons-logo.png │ │ ├── 30px-Pending-protection-shackle.png │ │ ├── 32px-Folder_Hexagonal_Icon.png │ │ ├── 330px-A_Specimen_by_William_Caslon.jpg │ │ ├── 330px-Chinese_movable_type_1313-ce.png │ │ ├── 330px-EncycBrit1913.png │ │ ├── 330px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ ├── 330px-Latex_example_type.png │ │ ├── 330px-Oscar_wilde_english_renaissance_of_art_2.png │ │ ├── 330px-Pressing-16th_century.jpg │ │ ├── 338px-Metal_movable_type.jpg │ │ ├── 338px-Trajan_typeface_specimen.png │ │ ├── 40px-Pending-protection-shackle.png │ │ ├── 40px-Wiktionary-logo-en-v2.png │ │ ├── 440px-A_Specimen_by_William_Caslon.jpg │ │ ├── 440px-Chinese_movable_type_1313-ce.png │ │ ├── 440px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ ├── 440px-Latex_example_type.png │ │ ├── 440px-Oscar_wilde_english_renaissance_of_art_2.png │ │ ├── 440px-Pressing-16th_century.jpg │ │ ├── 450px-Metal_movable_type.jpg │ │ ├── 450px-Trajan_typeface_specimen.png │ │ ├── 45px-Commons-logo.png │ │ ├── 50px-Question_book-new.png │ │ ├── 59px-Commons-logo.png │ │ ├── 60px-Wiktionary-logo-en-v2.png │ │ ├── 75px-Question_book-new.png │ │ ├── 80px-Wiktionary-logo-en-v2.png │ │ ├── EncycBrit1913.png │ │ ├── JikjiType.gif │ │ ├── load.css │ │ ├── load.php │ │ ├── load_002.css │ │ ├── poweredby_mediawiki_132x47.png │ │ ├── poweredby_mediawiki_176x62.png │ │ ├── poweredby_mediawiki_88x31.png │ │ ├── wikimedia-button-1.png │ │ ├── wikimedia-button-2x.png │ │ └── wikimedia-button.png │ ├── fonts │ │ ├── Amstelvar │ │ │ ├── Amstelvar-Italic[wdth,wght,opsz].ttf │ │ │ ├── Amstelvar-Roman[wdth,wght,opsz].ttf │ │ │ ├── Amstelvar.truevalues │ │ │ ├── OFL.txt │ │ │ └── README.md │ │ └── Roboto-Flex │ │ │ ├── OFL.txt │ │ │ └── RobotoFlex[slnt,wdth,wght,opsz].ttf │ ├── index.html │ ├── js │ │ ├── WidgetsContainerWidget.mjs │ │ ├── domTool.mjs │ │ ├── justification.mjs │ │ ├── main.mjs │ │ └── testbed-main.mjs │ ├── main.css │ ├── static │ │ └── images │ │ │ └── enwiki-2x.png │ └── typography.html ├── bookmarklets │ ├── to-bookmarklet │ └── type-size-ramp-bookmarklet.js ├── calibrate │ ├── as_a_modal.md │ ├── assets │ │ └── browser-permissions-handling.png │ ├── index.md │ ├── js │ │ ├── CalibrationWidget.mjs │ │ ├── domTool.mjs │ │ ├── main.mjs │ │ └── modal-main.mjs │ └── style.css ├── portals │ ├── index.html │ ├── main.css │ └── main.mjs ├── techniques │ ├── README.md │ ├── absolute_units_evaluation.html │ ├── assets │ │ └── Robopsz[opsz].ttf │ ├── generate_media_queries.py │ ├── main.css │ ├── opsz-auto-visualization.html │ ├── opsz-browser-check.html │ ├── variations.css │ ├── variations.generated.css │ ├── variations.html │ └── variations.js ├── visualize_runion_01.py └── wikipedia │ ├── README.md │ ├── Typography │ ├── firefox_save_page_as │ │ ├── README.md │ │ ├── Typography - Wikipedia.html │ │ ├── Typography - Wikipedia_files │ │ │ ├── 100px-Question_book-new.png │ │ │ ├── 10px-OOjs_UI_icon_edit-ltr-progressive.png │ │ │ ├── 15px-OOjs_UI_icon_edit-ltr-progressive.png │ │ │ ├── 16px-Folder_Hexagonal_Icon.png │ │ │ ├── 20px-OOjs_UI_icon_edit-ltr-progressive.png │ │ │ ├── 20px-Pending-protection-shackle.png │ │ │ ├── 220px-A_Specimen_by_William_Caslon.jpg │ │ │ ├── 220px-Chinese_movable_type_1313-ce.png │ │ │ ├── 220px-EncycBrit1913.png │ │ │ ├── 220px-JikjiType.gif │ │ │ ├── 220px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ │ ├── 220px-Latex_example_type.png │ │ │ ├── 220px-Oscar_wilde_english_renaissance_of_art_2.png │ │ │ ├── 220px-Pressing-16th_century.jpg │ │ │ ├── 225px-Metal_movable_type.jpg │ │ │ ├── 225px-Trajan_typeface_specimen.png │ │ │ ├── 24px-Folder_Hexagonal_Icon.png │ │ │ ├── 30px-Commons-logo.png │ │ │ ├── 30px-Pending-protection-shackle.png │ │ │ ├── 32px-Folder_Hexagonal_Icon.png │ │ │ ├── 330px-A_Specimen_by_William_Caslon.jpg │ │ │ ├── 330px-Chinese_movable_type_1313-ce.png │ │ │ ├── 330px-EncycBrit1913.png │ │ │ ├── 330px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ │ ├── 330px-Latex_example_type.png │ │ │ ├── 330px-Oscar_wilde_english_renaissance_of_art_2.png │ │ │ ├── 330px-Pressing-16th_century.jpg │ │ │ ├── 338px-Metal_movable_type.jpg │ │ │ ├── 338px-Trajan_typeface_specimen.png │ │ │ ├── 40px-Pending-protection-shackle.png │ │ │ ├── 40px-Wiktionary-logo-en-v2.png │ │ │ ├── 440px-A_Specimen_by_William_Caslon.jpg │ │ │ ├── 440px-Chinese_movable_type_1313-ce.png │ │ │ ├── 440px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ │ ├── 440px-Latex_example_type.png │ │ │ ├── 440px-Oscar_wilde_english_renaissance_of_art_2.png │ │ │ ├── 440px-Pressing-16th_century.jpg │ │ │ ├── 450px-Metal_movable_type.jpg │ │ │ ├── 450px-Trajan_typeface_specimen.png │ │ │ ├── 45px-Commons-logo.png │ │ │ ├── 50px-Question_book-new.png │ │ │ ├── 59px-Commons-logo.png │ │ │ ├── 60px-Wiktionary-logo-en-v2.png │ │ │ ├── 75px-Question_book-new.png │ │ │ ├── 80px-Wiktionary-logo-en-v2.png │ │ │ ├── EncycBrit1913.png │ │ │ ├── JikjiType.gif │ │ │ ├── load.css │ │ │ ├── load.php │ │ │ ├── load_002.css │ │ │ ├── poweredby_mediawiki_132x47.png │ │ │ ├── poweredby_mediawiki_176x62.png │ │ │ ├── poweredby_mediawiki_88x31.png │ │ │ ├── wikimedia-button-1.png │ │ │ ├── wikimedia-button-2x.png │ │ │ └── wikimedia-button.png │ │ └── testbed-iframe.html │ ├── wget_api │ │ ├── download_api_json.sh │ │ ├── typography.html │ │ ├── typography.json │ │ └── typography.wikitext │ └── wget_web │ │ ├── download_web_html.sh │ │ ├── en.wikipedia.org │ │ ├── robots.txt │ │ └── wiki │ │ │ ├── Typography.html │ │ │ └── Typography.orig │ │ └── upload.wikimedia.org │ │ ├── robots.txt │ │ └── wikipedia │ │ ├── commons │ │ ├── 4 │ │ │ └── 4c │ │ │ │ └── Wikisource-logo.svg │ │ ├── 6 │ │ │ └── 65 │ │ │ │ └── Lock-green.svg │ │ ├── 9 │ │ │ └── 98 │ │ │ │ └── JikjiType.gif │ │ ├── a │ │ │ └── aa │ │ │ │ └── Lock-red-alt-2.svg │ │ ├── d │ │ │ └── d6 │ │ │ │ └── Lock-gray-alt-2.svg │ │ └── thumb │ │ │ ├── 1 │ │ │ └── 16 │ │ │ │ └── Chinese_movable_type_1313-ce.png │ │ │ │ ├── 220px-Chinese_movable_type_1313-ce.png │ │ │ │ ├── 330px-Chinese_movable_type_1313-ce.png │ │ │ │ └── 440px-Chinese_movable_type_1313-ce.png │ │ │ ├── 4 │ │ │ └── 45 │ │ │ │ ├── A_Specimen_by_William_Caslon.jpg │ │ │ │ ├── 220px-A_Specimen_by_William_Caslon.jpg │ │ │ │ ├── 330px-A_Specimen_by_William_Caslon.jpg │ │ │ │ └── 440px-A_Specimen_by_William_Caslon.jpg │ │ │ │ └── Oscar_wilde_english_renaissance_of_art_2.png │ │ │ │ ├── 220px-Oscar_wilde_english_renaissance_of_art_2.png │ │ │ │ ├── 330px-Oscar_wilde_english_renaissance_of_art_2.png │ │ │ │ └── 440px-Oscar_wilde_english_renaissance_of_art_2.png │ │ │ ├── 5 │ │ │ └── 5a │ │ │ │ └── John_Wilkes_Booth_wanted_poster_new.jpg │ │ │ │ ├── 220px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ │ │ ├── 330px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ │ │ └── 440px-John_Wilkes_Booth_wanted_poster_new.jpg │ │ │ ├── 9 │ │ │ ├── 98 │ │ │ │ └── JikjiType.gif │ │ │ │ │ └── 220px-JikjiType.gif │ │ │ └── 99 │ │ │ │ └── Wiktionary-logo-en-v2.svg │ │ │ │ ├── 40px-Wiktionary-logo-en-v2.svg.png │ │ │ │ ├── 60px-Wiktionary-logo-en-v2.svg.png │ │ │ │ └── 80px-Wiktionary-logo-en-v2.svg.png │ │ │ ├── a │ │ │ └── ae │ │ │ │ └── Metal_movable_type.jpg │ │ │ │ ├── 225px-Metal_movable_type.jpg │ │ │ │ ├── 338px-Metal_movable_type.jpg │ │ │ │ └── 450px-Metal_movable_type.jpg │ │ │ └── e │ │ │ ├── e3 │ │ │ └── Pressing-16th_century.jpg │ │ │ │ ├── 220px-Pressing-16th_century.jpg │ │ │ │ ├── 330px-Pressing-16th_century.jpg │ │ │ │ └── 440px-Pressing-16th_century.jpg │ │ │ ├── e4 │ │ │ └── Trajan_typeface_specimen.svg │ │ │ │ ├── 225px-Trajan_typeface_specimen.svg.png │ │ │ │ ├── 338px-Trajan_typeface_specimen.svg.png │ │ │ │ └── 450px-Trajan_typeface_specimen.svg.png │ │ │ └── ed │ │ │ └── Latex_example_type.svg │ │ │ ├── 220px-Latex_example_type.svg.png │ │ │ ├── 330px-Latex_example_type.svg.png │ │ │ └── 440px-Latex_example_type.svg.png │ │ └── en │ │ ├── c │ │ └── ce │ │ │ └── EncycBrit1913.png │ │ └── thumb │ │ ├── 4 │ │ ├── 48 │ │ │ └── Folder_Hexagonal_Icon.svg │ │ │ │ ├── 16px-Folder_Hexagonal_Icon.svg.png │ │ │ │ ├── 24px-Folder_Hexagonal_Icon.svg.png │ │ │ │ └── 32px-Folder_Hexagonal_Icon.svg.png │ │ └── 4a │ │ │ └── Commons-logo.svg │ │ │ ├── 30px-Commons-logo.svg.png │ │ │ ├── 45px-Commons-logo.svg.png │ │ │ └── 59px-Commons-logo.svg.png │ │ ├── 8 │ │ └── 8a │ │ │ └── OOjs_UI_icon_edit-ltr-progressive.svg │ │ │ ├── 10px-OOjs_UI_icon_edit-ltr-progressive.svg.png │ │ │ ├── 15px-OOjs_UI_icon_edit-ltr-progressive.svg.png │ │ │ └── 20px-OOjs_UI_icon_edit-ltr-progressive.svg.png │ │ ├── 9 │ │ └── 99 │ │ │ └── Question_book-new.svg │ │ │ ├── 100px-Question_book-new.svg.png │ │ │ ├── 50px-Question_book-new.svg.png │ │ │ └── 75px-Question_book-new.svg.png │ │ ├── b │ │ └── b7 │ │ │ └── Pending-protection-shackle.svg │ │ │ ├── 20px-Pending-protection-shackle.svg.png │ │ │ ├── 30px-Pending-protection-shackle.svg.png │ │ │ └── 40px-Pending-protection-shackle.svg.png │ │ └── c │ │ └── ce │ │ └── EncycBrit1913.png │ │ ├── 220px-EncycBrit1913.png │ │ └── 330px-EncycBrit1913.png │ ├── css │ └── wikipedia.css │ ├── js │ ├── diverses.mjs │ ├── main.mjs │ └── testbed-main.mjs │ ├── main.css │ ├── package.json │ ├── static │ └── images │ │ └── enwiki-2x.png │ └── testbed-main.css ├── lib ├── css │ ├── general.css │ ├── type-spec.css │ ├── varla-varfo.css │ └── widgets.css ├── fonts │ ├── Amstelvar │ │ ├── Amstelvar-Italic[GRAD,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,wdth,wght,opsz].ttf │ │ ├── Amstelvar-Roman[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,wdth,wght,opsz].ttf │ │ ├── Amstelvar.truevalues │ │ ├── OFL.txt │ │ └── README.md │ └── Roboto-Flex │ │ ├── OFL.txt │ │ └── RobotoFlex[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght].ttf └── js │ ├── WidgetsContainerWidget.mjs │ ├── demoController.mjs │ ├── domTool.mjs │ ├── justification.mjs │ └── typeSpec.mjs └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/.gitignore -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/.jshintrc -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/Main-Article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/Main-Article.md -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 1.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 10.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 11.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 12.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 13.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 13a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 13a.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 2.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 3.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 4.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 5.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6a.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6b.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6c.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6d.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6e.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6f.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6g.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 6h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 6h.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 7 & 8 one third.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 7 & 8 one third.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 7 & 8 two thirds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 7 & 8 two thirds.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 7 & 8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 7 & 8.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figure 9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figure 9.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Figureblank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Figureblank.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Pull quote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Pull quote.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/images/Sketch Files/Volume 1, issue 1, main article illustrations.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/images/Sketch Files/Volume 1, issue 1, main article illustrations.sketch -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/shorts/images/Figure 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/shorts/images/Figure 1.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/shorts/images/Figureblank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/shorts/images/Figureblank.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/shorts/images/Volume 1, Issue 1 Shorts.01.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/shorts/images/Volume 1, Issue 1 Shorts.01.sketch -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/shorts/short-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/shorts/short-01.md -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-01/shorts/short-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-01/shorts/short-02.md -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/Main-Article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/Main-Article.md -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/images/Darden Studio-Freight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/images/Darden Studio-Freight.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/images/Ramp Roboto Flex-all bold opsz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/images/Ramp Roboto Flex-all bold opsz.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/images/Ramp Roboto Flex-all regular opsz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/images/Ramp Roboto Flex-all regular opsz.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/images/Ramp Roboto-all regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/images/Ramp Roboto-all regular.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/images/Ramp Roboto-weight switching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/images/Ramp Roboto-weight switching.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/images/Roboto-14pt-vs-Roboto Flex-opsz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/images/Roboto-14pt-vs-Roboto Flex-opsz.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/images/size range illustration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/images/size range illustration.jpg -------------------------------------------------------------------------------- /Emsquare/Volume-01/Issue-02/images/size weight extremes illustration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/Issue-02/images/size weight extremes illustration.png -------------------------------------------------------------------------------- /Emsquare/Volume-01/js/main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/js/main.mjs -------------------------------------------------------------------------------- /Emsquare/Volume-01/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/Volume-01/main.css -------------------------------------------------------------------------------- /Emsquare/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Emsquare/index.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_config.yml -------------------------------------------------------------------------------- /_includes/emsquare-footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/emsquare-footer.md -------------------------------------------------------------------------------- /_includes/emsquare-head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/emsquare-head.html -------------------------------------------------------------------------------- /_includes/emsquare-multi-figure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/emsquare-multi-figure -------------------------------------------------------------------------------- /_includes/emsquare-relative-nav.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/emsquare-relative-nav.md -------------------------------------------------------------------------------- /_includes/emsquare-shorts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/emsquare-shorts -------------------------------------------------------------------------------- /_includes/figure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/figure -------------------------------------------------------------------------------- /_includes/footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/footer.md -------------------------------------------------------------------------------- /_includes/get-number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/get-number -------------------------------------------------------------------------------- /_includes/head.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_includes/head.html -------------------------------------------------------------------------------- /_layouts/default-emsquare.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_layouts/default-emsquare.html -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/_layouts/default.html -------------------------------------------------------------------------------- /docs/UI guide/EmSquare documentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/docs/UI guide/EmSquare documentation.pdf -------------------------------------------------------------------------------- /docs/UI guide/EmSquare documentation.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/docs/UI guide/EmSquare documentation.sketch -------------------------------------------------------------------------------- /docs/flowcharts/varla-varfo-flow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/docs/flowcharts/varla-varfo-flow.pdf -------------------------------------------------------------------------------- /docs/flowcharts/varla-varfo-flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/docs/flowcharts/varla-varfo-flow.svg -------------------------------------------------------------------------------- /docs/reports/2021-Roundup-Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/docs/reports/2021-Roundup-Report.md -------------------------------------------------------------------------------- /docs/reports/images/varla-varfo-flow.4cd9dcc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/docs/reports/images/varla-varfo-flow.4cd9dcc.png -------------------------------------------------------------------------------- /eslint.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/eslint.config.mjs -------------------------------------------------------------------------------- /explorations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/README.md -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/100px-Question_book-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/100px-Question_book-new.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/10px-OOjs_UI_icon_edit-ltr-progressive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/10px-OOjs_UI_icon_edit-ltr-progressive.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/15px-OOjs_UI_icon_edit-ltr-progressive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/15px-OOjs_UI_icon_edit-ltr-progressive.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/16px-Folder_Hexagonal_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/16px-Folder_Hexagonal_Icon.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/20px-OOjs_UI_icon_edit-ltr-progressive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/20px-OOjs_UI_icon_edit-ltr-progressive.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/20px-Pending-protection-shackle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/20px-Pending-protection-shackle.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-JikjiType.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-JikjiType.gif -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-Latex_example_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-Latex_example_type.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/220px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/225px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/225px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/225px-Trajan_typeface_specimen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/225px-Trajan_typeface_specimen.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/24px-Folder_Hexagonal_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/24px-Folder_Hexagonal_Icon.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/30px-Commons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/30px-Commons-logo.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/30px-Pending-protection-shackle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/30px-Pending-protection-shackle.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/32px-Folder_Hexagonal_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/32px-Folder_Hexagonal_Icon.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-Latex_example_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-Latex_example_type.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/330px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/338px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/338px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/338px-Trajan_typeface_specimen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/338px-Trajan_typeface_specimen.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/40px-Pending-protection-shackle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/40px-Pending-protection-shackle.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/40px-Wiktionary-logo-en-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/40px-Wiktionary-logo-en-v2.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-Latex_example_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-Latex_example_type.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/440px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/450px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/450px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/450px-Trajan_typeface_specimen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/450px-Trajan_typeface_specimen.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/45px-Commons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/45px-Commons-logo.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/50px-Question_book-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/50px-Question_book-new.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/59px-Commons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/59px-Commons-logo.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/60px-Wiktionary-logo-en-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/60px-Wiktionary-logo-en-v2.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/75px-Question_book-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/75px-Question_book-new.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/80px-Wiktionary-logo-en-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/80px-Wiktionary-logo-en-v2.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/JikjiType.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/JikjiType.gif -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/load.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/load.css -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/load.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/load.php -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/load_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/load_002.css -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/poweredby_mediawiki_132x47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/poweredby_mediawiki_132x47.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/poweredby_mediawiki_176x62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/poweredby_mediawiki_176x62.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/poweredby_mediawiki_88x31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/poweredby_mediawiki_88x31.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/wikimedia-button-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/wikimedia-button-1.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/wikimedia-button-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/wikimedia-button-2x.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/Typography - Wikipedia_files/wikimedia-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/Typography - Wikipedia_files/wikimedia-button.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/fonts/Amstelvar/Amstelvar-Italic[wdth,wght,opsz].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/fonts/Amstelvar/Amstelvar-Italic[wdth,wght,opsz].ttf -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/fonts/Amstelvar/Amstelvar-Roman[wdth,wght,opsz].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/fonts/Amstelvar/Amstelvar-Roman[wdth,wght,opsz].ttf -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/fonts/Amstelvar/Amstelvar.truevalues: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/fonts/Amstelvar/Amstelvar.truevalues -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/fonts/Amstelvar/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/fonts/Amstelvar/OFL.txt -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/fonts/Amstelvar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/fonts/Amstelvar/README.md -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/fonts/Roboto-Flex/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/fonts/Roboto-Flex/OFL.txt -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/fonts/Roboto-Flex/RobotoFlex[slnt,wdth,wght,opsz].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/fonts/Roboto-Flex/RobotoFlex[slnt,wdth,wght,opsz].ttf -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/index.html -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/js/WidgetsContainerWidget.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/js/WidgetsContainerWidget.mjs -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/js/domTool.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/js/domTool.mjs -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/js/justification.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/js/justification.mjs -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/js/main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/js/main.mjs -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/js/testbed-main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/js/testbed-main.mjs -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/main.css -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/static/images/enwiki-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/static/images/enwiki-2x.png -------------------------------------------------------------------------------- /explorations/atypi-tech-2021/typography.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/atypi-tech-2021/typography.html -------------------------------------------------------------------------------- /explorations/bookmarklets/to-bookmarklet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/bookmarklets/to-bookmarklet -------------------------------------------------------------------------------- /explorations/bookmarklets/type-size-ramp-bookmarklet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/bookmarklets/type-size-ramp-bookmarklet.js -------------------------------------------------------------------------------- /explorations/calibrate/as_a_modal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/calibrate/as_a_modal.md -------------------------------------------------------------------------------- /explorations/calibrate/assets/browser-permissions-handling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/calibrate/assets/browser-permissions-handling.png -------------------------------------------------------------------------------- /explorations/calibrate/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/calibrate/index.md -------------------------------------------------------------------------------- /explorations/calibrate/js/CalibrationWidget.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/calibrate/js/CalibrationWidget.mjs -------------------------------------------------------------------------------- /explorations/calibrate/js/domTool.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/calibrate/js/domTool.mjs -------------------------------------------------------------------------------- /explorations/calibrate/js/main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/calibrate/js/main.mjs -------------------------------------------------------------------------------- /explorations/calibrate/js/modal-main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/calibrate/js/modal-main.mjs -------------------------------------------------------------------------------- /explorations/calibrate/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/calibrate/style.css -------------------------------------------------------------------------------- /explorations/portals/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/portals/index.html -------------------------------------------------------------------------------- /explorations/portals/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/portals/main.css -------------------------------------------------------------------------------- /explorations/portals/main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/portals/main.mjs -------------------------------------------------------------------------------- /explorations/techniques/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/README.md -------------------------------------------------------------------------------- /explorations/techniques/absolute_units_evaluation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/absolute_units_evaluation.html -------------------------------------------------------------------------------- /explorations/techniques/assets/Robopsz[opsz].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/assets/Robopsz[opsz].ttf -------------------------------------------------------------------------------- /explorations/techniques/generate_media_queries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/generate_media_queries.py -------------------------------------------------------------------------------- /explorations/techniques/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/main.css -------------------------------------------------------------------------------- /explorations/techniques/opsz-auto-visualization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/opsz-auto-visualization.html -------------------------------------------------------------------------------- /explorations/techniques/opsz-browser-check.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/opsz-browser-check.html -------------------------------------------------------------------------------- /explorations/techniques/variations.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/variations.css -------------------------------------------------------------------------------- /explorations/techniques/variations.generated.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/variations.generated.css -------------------------------------------------------------------------------- /explorations/techniques/variations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/variations.html -------------------------------------------------------------------------------- /explorations/techniques/variations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/techniques/variations.js -------------------------------------------------------------------------------- /explorations/visualize_runion_01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/visualize_runion_01.py -------------------------------------------------------------------------------- /explorations/wikipedia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/README.md -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/README.md -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia.html -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/100px-Question_book-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/100px-Question_book-new.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/10px-OOjs_UI_icon_edit-ltr-progressive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/10px-OOjs_UI_icon_edit-ltr-progressive.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/15px-OOjs_UI_icon_edit-ltr-progressive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/15px-OOjs_UI_icon_edit-ltr-progressive.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/16px-Folder_Hexagonal_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/16px-Folder_Hexagonal_Icon.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/20px-OOjs_UI_icon_edit-ltr-progressive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/20px-OOjs_UI_icon_edit-ltr-progressive.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/20px-Pending-protection-shackle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/20px-Pending-protection-shackle.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-JikjiType.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-JikjiType.gif -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-Latex_example_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-Latex_example_type.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/220px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/225px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/225px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/225px-Trajan_typeface_specimen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/225px-Trajan_typeface_specimen.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/24px-Folder_Hexagonal_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/24px-Folder_Hexagonal_Icon.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/30px-Commons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/30px-Commons-logo.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/30px-Pending-protection-shackle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/30px-Pending-protection-shackle.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/32px-Folder_Hexagonal_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/32px-Folder_Hexagonal_Icon.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-Latex_example_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-Latex_example_type.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/330px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/338px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/338px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/338px-Trajan_typeface_specimen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/338px-Trajan_typeface_specimen.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/40px-Pending-protection-shackle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/40px-Pending-protection-shackle.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/40px-Wiktionary-logo-en-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/40px-Wiktionary-logo-en-v2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-Latex_example_type.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-Latex_example_type.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/440px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/450px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/450px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/450px-Trajan_typeface_specimen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/450px-Trajan_typeface_specimen.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/45px-Commons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/45px-Commons-logo.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/50px-Question_book-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/50px-Question_book-new.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/59px-Commons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/59px-Commons-logo.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/60px-Wiktionary-logo-en-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/60px-Wiktionary-logo-en-v2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/75px-Question_book-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/75px-Question_book-new.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/80px-Wiktionary-logo-en-v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/80px-Wiktionary-logo-en-v2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/JikjiType.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/JikjiType.gif -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/load.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/load.css -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/load.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/load.php -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/load_002.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/load_002.css -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/poweredby_mediawiki_132x47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/poweredby_mediawiki_132x47.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/poweredby_mediawiki_176x62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/poweredby_mediawiki_176x62.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/poweredby_mediawiki_88x31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/poweredby_mediawiki_88x31.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/wikimedia-button-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/wikimedia-button-1.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/wikimedia-button-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/wikimedia-button-2x.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/wikimedia-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/Typography - Wikipedia_files/wikimedia-button.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/firefox_save_page_as/testbed-iframe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/firefox_save_page_as/testbed-iframe.html -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_api/download_api_json.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_api/download_api_json.sh -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_api/typography.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_api/typography.html -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_api/typography.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_api/typography.json -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_api/typography.wikitext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_api/typography.wikitext -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/download_web_html.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/download_web_html.sh -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/en.wikipedia.org/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/en.wikipedia.org/robots.txt -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/en.wikipedia.org/wiki/Typography.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/en.wikipedia.org/wiki/Typography.html -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/en.wikipedia.org/wiki/Typography.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/en.wikipedia.org/wiki/Typography.orig -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /wikipedia/commons/archive/ 3 | 4 | -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/9/98/JikjiType.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/9/98/JikjiType.gif -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/1/16/Chinese_movable_type_1313-ce.png/220px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/1/16/Chinese_movable_type_1313-ce.png/220px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/1/16/Chinese_movable_type_1313-ce.png/330px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/1/16/Chinese_movable_type_1313-ce.png/330px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/1/16/Chinese_movable_type_1313-ce.png/440px-Chinese_movable_type_1313-ce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/1/16/Chinese_movable_type_1313-ce.png/440px-Chinese_movable_type_1313-ce.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/A_Specimen_by_William_Caslon.jpg/220px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/A_Specimen_by_William_Caslon.jpg/220px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/A_Specimen_by_William_Caslon.jpg/330px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/A_Specimen_by_William_Caslon.jpg/330px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/A_Specimen_by_William_Caslon.jpg/440px-A_Specimen_by_William_Caslon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/A_Specimen_by_William_Caslon.jpg/440px-A_Specimen_by_William_Caslon.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/Oscar_wilde_english_renaissance_of_art_2.png/220px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/Oscar_wilde_english_renaissance_of_art_2.png/220px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/Oscar_wilde_english_renaissance_of_art_2.png/330px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/Oscar_wilde_english_renaissance_of_art_2.png/330px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/Oscar_wilde_english_renaissance_of_art_2.png/440px-Oscar_wilde_english_renaissance_of_art_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/4/45/Oscar_wilde_english_renaissance_of_art_2.png/440px-Oscar_wilde_english_renaissance_of_art_2.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/5/5a/John_Wilkes_Booth_wanted_poster_new.jpg/220px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/5/5a/John_Wilkes_Booth_wanted_poster_new.jpg/220px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/5/5a/John_Wilkes_Booth_wanted_poster_new.jpg/330px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/5/5a/John_Wilkes_Booth_wanted_poster_new.jpg/330px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/5/5a/John_Wilkes_Booth_wanted_poster_new.jpg/440px-John_Wilkes_Booth_wanted_poster_new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/5/5a/John_Wilkes_Booth_wanted_poster_new.jpg/440px-John_Wilkes_Booth_wanted_poster_new.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/9/98/JikjiType.gif/220px-JikjiType.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/9/98/JikjiType.gif/220px-JikjiType.gif -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/9/99/Wiktionary-logo-en-v2.svg/40px-Wiktionary-logo-en-v2.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/9/99/Wiktionary-logo-en-v2.svg/40px-Wiktionary-logo-en-v2.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/9/99/Wiktionary-logo-en-v2.svg/60px-Wiktionary-logo-en-v2.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/9/99/Wiktionary-logo-en-v2.svg/60px-Wiktionary-logo-en-v2.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/9/99/Wiktionary-logo-en-v2.svg/80px-Wiktionary-logo-en-v2.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/9/99/Wiktionary-logo-en-v2.svg/80px-Wiktionary-logo-en-v2.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Metal_movable_type.jpg/225px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Metal_movable_type.jpg/225px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Metal_movable_type.jpg/338px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Metal_movable_type.jpg/338px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Metal_movable_type.jpg/450px-Metal_movable_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Metal_movable_type.jpg/450px-Metal_movable_type.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Pressing-16th_century.jpg/220px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Pressing-16th_century.jpg/220px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Pressing-16th_century.jpg/330px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Pressing-16th_century.jpg/330px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Pressing-16th_century.jpg/440px-Pressing-16th_century.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Pressing-16th_century.jpg/440px-Pressing-16th_century.jpg -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Trajan_typeface_specimen.svg/225px-Trajan_typeface_specimen.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Trajan_typeface_specimen.svg/225px-Trajan_typeface_specimen.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Trajan_typeface_specimen.svg/338px-Trajan_typeface_specimen.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Trajan_typeface_specimen.svg/338px-Trajan_typeface_specimen.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Trajan_typeface_specimen.svg/450px-Trajan_typeface_specimen.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Trajan_typeface_specimen.svg/450px-Trajan_typeface_specimen.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Latex_example_type.svg/220px-Latex_example_type.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Latex_example_type.svg/220px-Latex_example_type.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Latex_example_type.svg/330px-Latex_example_type.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Latex_example_type.svg/330px-Latex_example_type.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Latex_example_type.svg/440px-Latex_example_type.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Latex_example_type.svg/440px-Latex_example_type.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/c/ce/EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/c/ce/EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/16px-Folder_Hexagonal_Icon.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/16px-Folder_Hexagonal_Icon.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/24px-Folder_Hexagonal_Icon.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/24px-Folder_Hexagonal_Icon.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/32px-Folder_Hexagonal_Icon.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/48/Folder_Hexagonal_Icon.svg/32px-Folder_Hexagonal_Icon.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/45px-Commons-logo.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/59px-Commons-logo.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/10px-OOjs_UI_icon_edit-ltr-progressive.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/10px-OOjs_UI_icon_edit-ltr-progressive.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/15px-OOjs_UI_icon_edit-ltr-progressive.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/15px-OOjs_UI_icon_edit-ltr-progressive.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/100px-Question_book-new.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/100px-Question_book-new.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/50px-Question_book-new.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/50px-Question_book-new.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/75px-Question_book-new.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/9/99/Question_book-new.svg/75px-Question_book-new.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/b/b7/Pending-protection-shackle.svg/20px-Pending-protection-shackle.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/b/b7/Pending-protection-shackle.svg/20px-Pending-protection-shackle.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/b/b7/Pending-protection-shackle.svg/30px-Pending-protection-shackle.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/b/b7/Pending-protection-shackle.svg/30px-Pending-protection-shackle.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/b/b7/Pending-protection-shackle.svg/40px-Pending-protection-shackle.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/b/b7/Pending-protection-shackle.svg/40px-Pending-protection-shackle.svg.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/c/ce/EncycBrit1913.png/220px-EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/c/ce/EncycBrit1913.png/220px-EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/c/ce/EncycBrit1913.png/330px-EncycBrit1913.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/Typography/wget_web/upload.wikimedia.org/wikipedia/en/thumb/c/ce/EncycBrit1913.png/330px-EncycBrit1913.png -------------------------------------------------------------------------------- /explorations/wikipedia/css/wikipedia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/css/wikipedia.css -------------------------------------------------------------------------------- /explorations/wikipedia/js/diverses.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/js/diverses.mjs -------------------------------------------------------------------------------- /explorations/wikipedia/js/main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/js/main.mjs -------------------------------------------------------------------------------- /explorations/wikipedia/js/testbed-main.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/js/testbed-main.mjs -------------------------------------------------------------------------------- /explorations/wikipedia/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/main.css -------------------------------------------------------------------------------- /explorations/wikipedia/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/package.json -------------------------------------------------------------------------------- /explorations/wikipedia/static/images/enwiki-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/static/images/enwiki-2x.png -------------------------------------------------------------------------------- /explorations/wikipedia/testbed-main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/explorations/wikipedia/testbed-main.css -------------------------------------------------------------------------------- /lib/css/general.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/css/general.css -------------------------------------------------------------------------------- /lib/css/type-spec.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/css/type-spec.css -------------------------------------------------------------------------------- /lib/css/varla-varfo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/css/varla-varfo.css -------------------------------------------------------------------------------- /lib/css/widgets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/css/widgets.css -------------------------------------------------------------------------------- /lib/fonts/Amstelvar/Amstelvar-Italic[GRAD,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,wdth,wght,opsz].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/fonts/Amstelvar/Amstelvar-Italic[GRAD,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,wdth,wght,opsz].ttf -------------------------------------------------------------------------------- /lib/fonts/Amstelvar/Amstelvar-Roman[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,wdth,wght,opsz].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/fonts/Amstelvar/Amstelvar-Roman[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,wdth,wght,opsz].ttf -------------------------------------------------------------------------------- /lib/fonts/Amstelvar/Amstelvar.truevalues: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/fonts/Amstelvar/Amstelvar.truevalues -------------------------------------------------------------------------------- /lib/fonts/Amstelvar/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/fonts/Amstelvar/OFL.txt -------------------------------------------------------------------------------- /lib/fonts/Amstelvar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/fonts/Amstelvar/README.md -------------------------------------------------------------------------------- /lib/fonts/Roboto-Flex/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/fonts/Roboto-Flex/OFL.txt -------------------------------------------------------------------------------- /lib/fonts/Roboto-Flex/RobotoFlex[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght].ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/fonts/Roboto-Flex/RobotoFlex[GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght].ttf -------------------------------------------------------------------------------- /lib/js/WidgetsContainerWidget.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/js/WidgetsContainerWidget.mjs -------------------------------------------------------------------------------- /lib/js/demoController.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/js/demoController.mjs -------------------------------------------------------------------------------- /lib/js/domTool.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/js/domTool.mjs -------------------------------------------------------------------------------- /lib/js/justification.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/js/justification.mjs -------------------------------------------------------------------------------- /lib/js/typeSpec.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/lib/js/typeSpec.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphicore/varla-varfo/HEAD/package.json --------------------------------------------------------------------------------