From ebee1ff9e487b876e7d84cac5f1dfbc15a51a7dc Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 1 Mar 2014 17:24:49 -0500 Subject: nothing actually uses gentium --- www/css/font/GentiumPlus.svg | 257 ------------------------------------------ www/css/font/GentiumPlus.ttf | Bin 32496 -> 0 bytes www/css/font/GentiumPlus.woff | Bin 15144 -> 0 bytes www/css/index.css | 2 + 4 files changed, 2 insertions(+), 257 deletions(-) delete mode 100644 www/css/font/GentiumPlus.svg delete mode 100644 www/css/font/GentiumPlus.ttf delete mode 100644 www/css/font/GentiumPlus.woff (limited to 'www') diff --git a/www/css/font/GentiumPlus.svg b/www/css/font/GentiumPlus.svg deleted file mode 100644 index 78dca99..0000000 --- a/www/css/font/GentiumPlus.svg +++ /dev/null @@ -1,257 +0,0 @@ - - - - -Created by FontForge 20110222 at Sun Jun 23 09:39:48 2013 - By alex -Copyright (c) 2003-2012, SIL International (http://scripts.sil.org/) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/www/css/font/GentiumPlus.ttf b/www/css/font/GentiumPlus.ttf deleted file mode 100644 index c27adb5..0000000 Binary files a/www/css/font/GentiumPlus.ttf and /dev/null differ diff --git a/www/css/font/GentiumPlus.woff b/www/css/font/GentiumPlus.woff deleted file mode 100644 index 5cbe4c0..0000000 Binary files a/www/css/font/GentiumPlus.woff and /dev/null differ diff --git a/www/css/index.css b/www/css/index.css index c2c3f9c..412ffb3 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -5,12 +5,14 @@ url("font/playtime-webfont.ttf") format('ttf'), url("font/playtime-webfont.svg") format('svg'); } +/* nothing actually uses this @font-face { font-family: "Gentium"; src: url("font/GentiumPlus.svg"); src: url("font/GentiumPlus.ttf"); src: url("font/GentiumPlus.woff"); } +*/ /* general styling */ * { -- cgit v1.2.3-54-g00ecf