URL: http://webjournal.nerdfiles.net/2012/11/11/shut-down-yr-school/
The copyright system has allowed for books and most forms of popular communication to reach the point of neglecting 5-10% of the population, a group of those afflicted with Dyslexia. In a very clear sense, I believe these books - well, their content - have become enslaved by this peculiar institution. Like with the "peculiar institution" of the Confederacy, it is clear that only technology and the Open Web can liberate these entities still tether'd to industrial capitalism. Industries have been built around unchecked consumption (Social Media, Big Banks, Big Brother, the Orthodox University System, Judeo-Christian Publishers, etc.), despite our cognitive, biological, and phenomenological - and by extension existential and ecological - limitations. Dyslexia is a reaction to our effects on ourselves; these font are a dialectical response, in my view, to our capacity to undo ourselves.
/** * A list of small snippets for rendering Dyslexic fonts in modern Web browsers. * * @repos https://github.com/antijingoist/AlphaSymbolic, * https://github.com/antijingoist/open-dyslexic, * https://github.com/antijingoist/Eulexia * * @usage https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe, * https://addons.mozilla.org/en-US/firefox/addon/stylish/, * or use Custom Stylesheets in Opera */ /* * Use font-smoothing for obeying browsers. * It may help with AlphaSymbolic's readability. */ body, input, select, textarea { -webkit-font-smoothing: antialiased; } /* Style: Open Dyslexic */ @namespace url(http://www.w3.org/1999/xhtml); body, font, p, a, a:visited, li, dt, dd, blockquote, span, label, input, select, textarea, table,td,th { /*font-size: 16px !important;*/ font-family: "OpenDyslexic" !important; } h1,h2,h3,h4,h5,h6 { font-family: "OpenDyslexic" !important; } /* Eulexia */ @namespace url(http://www.w3.org/1999/xhtml); body, font, p, a, a:visited, li, dt, dd, blockquote, span, label, input, select, textarea, table,td,th { /*font-size: 16px !important;*/ font-family: "Eulexia" !important; } h1,h2,h3,h4,h5,h6 { font-family: "Eulexia" !important; } /* Style: AlphaSymbolic */ @namespace url(http://www.w3.org/1999/xhtml); body, font, p, a, a:visited, li, dt, dd, blockquote, span, label, input, select, textarea, table,td,th { /*font-size: 16px !important;*/ font-family: "AlphaSymbolic" !important; } h1,h2,h3,h4,h5,h6 { font-family: "AlphaSymbolic" !important; } /* Eulexic Headers on Open Dyslexic */ @namespace url(http://www.w3.org/1999/xhtml); body, font, p, a, a:visited, li, dt, dd, blockquote, span, label, input, select, textarea, table,td,th { /*font-size: 16px !important;*/ font-family: "OpenDyslexic" !important; } h1,h2,h3,h4,h5,h6 { font-family: "Eulexia" !important; } /* Open Dyslexic Headers */ @namespace url(http://www.w3.org/1999/xhtml); body, font, p, a, a:visited, li, dt, dd, blockquote, span, label, input, select, textarea, table,td,th { /*font-size: 16px !important;*/ font-family: "Eulexia" !important; } h1,h2,h3,h4,h5,h6 { font-family: "OpenDyslexic" !important; }
You need to login to post a comment.
