From 8698a276f937cb1cd6f67f7f213e2ea438500d7e Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 30 May 2011 00:30:16 -0400 Subject: Cleaned out public from repository, updated gitignore, added syntax highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements. --- public/fonts/adellebasic_bold-webfont.eot | Bin 13694 -> 0 bytes public/fonts/adellebasic_bold-webfont.svg | 139 ----------------------------- public/fonts/adellebasic_bold-webfont.ttf | Bin 24072 -> 0 bytes public/fonts/adellebasic_bold-webfont.woff | Bin 15604 -> 0 bytes 4 files changed, 139 deletions(-) delete mode 100644 public/fonts/adellebasic_bold-webfont.eot delete mode 100644 public/fonts/adellebasic_bold-webfont.svg delete mode 100644 public/fonts/adellebasic_bold-webfont.ttf delete mode 100644 public/fonts/adellebasic_bold-webfont.woff (limited to 'public/fonts') diff --git a/public/fonts/adellebasic_bold-webfont.eot b/public/fonts/adellebasic_bold-webfont.eot deleted file mode 100644 index 5bace32f..00000000 Binary files a/public/fonts/adellebasic_bold-webfont.eot and /dev/null differ diff --git a/public/fonts/adellebasic_bold-webfont.svg b/public/fonts/adellebasic_bold-webfont.svg deleted file mode 100644 index c259c24c..00000000 --- a/public/fonts/adellebasic_bold-webfont.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - -This is a custom SVG webfont generated by Font Squirrel. -Copyright : Copyright c 2009 by TypeTogether All rights reserved -Designer : Veronika Burian Jos Scaglione -Foundry : TypeTogether -Foundry URL : wwwtypetogethercom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/public/fonts/adellebasic_bold-webfont.ttf b/public/fonts/adellebasic_bold-webfont.ttf deleted file mode 100644 index 7e70d0de..00000000 Binary files a/public/fonts/adellebasic_bold-webfont.ttf and /dev/null differ diff --git a/public/fonts/adellebasic_bold-webfont.woff b/public/fonts/adellebasic_bold-webfont.woff deleted file mode 100644 index 07ae59a2..00000000 Binary files a/public/fonts/adellebasic_bold-webfont.woff and /dev/null differ -- cgit v1.2.1