--- a/web/common.php Tue Mar 06 13:22:18 2012 +0100
+++ b/web/common.php Tue Mar 06 16:13:07 2012 +0100
@@ -219,13 +219,11 @@
$font_registry = array(
'local' => array(
'PT-Sans_Narrow' => URL_ROOT.'res/fonts/PT_Sans-Narrow-Web-Regular.css',
- 'PT-Sans' => URL_ROOT.'res/fonts/PT_Sans-Web-Regular.css',
- 'Geo' => URL_ROOT.'res/fonts/Geo-Regular.css'
+ 'PT-Sans' => URL_ROOT.'res/fonts/PT_Sans-Web-Regular.css'
),
'cdn' => array(
'PT-Sans_Narrow' => 'http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin',
- 'PT-Sans' => 'http://fonts.googleapis.com/css?family=PT+Sans&subset=latin',
- 'Geo' => 'http://fonts.googleapis.com/css?family=Geo&subset=latin'
+ 'PT-Sans' => 'http://fonts.googleapis.com/css?family=PT+Sans&subset=latin'
)
);