# HG changeset patch # User Raphael Velt # Date 1352812962 -3600 # Node ID 823c47d695509f341b1c64b5cd95870953361a5d # Parent a09401745855120e7ddb060804899a522c628c20 Fonts Update diff -r a09401745855 -r 823c47d69550 web/common.php --- a/web/common.php Fri Nov 09 18:43:09 2012 +0100 +++ b/web/common.php Tue Nov 13 14:22:42 2012 +0100 @@ -232,8 +232,8 @@ $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' + 'PT-Sans_Narrow' => URL_ROOT.'res/fonts/PTSansNarrow.css', + 'PT-Sans' => URL_ROOT.'res/fonts/PTSans.css' ), 'cdn' => array( 'PT-Sans_Narrow' => 'http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin', diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-Bold.eot Binary file web/res/fonts/PTSans-Bold.eot has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-Bold.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/fonts/PTSans-Bold.svg Tue Nov 13 14:22:42 2012 +0100 @@ -0,0 +1,600 @@ + + + + +Created by FontForge 20110222 at Wed Jul 13 11:17:16 2011 + By www-data +Copyright (c) 2009 ParaType Ltd. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-Bold.ttf Binary file web/res/fonts/PTSans-Bold.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-Bold.woff Binary file web/res/fonts/PTSans-Bold.woff has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-BoldItalic.eot Binary file web/res/fonts/PTSans-BoldItalic.eot has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-BoldItalic.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/fonts/PTSans-BoldItalic.svg Tue Nov 13 14:22:42 2012 +0100 @@ -0,0 +1,621 @@ + + + + +Created by FontForge 20110222 at Wed Jul 13 10:33:09 2011 + By www-data +Copyright (c) 2009 ParaType Ltd. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-BoldItalic.ttf Binary file web/res/fonts/PTSans-BoldItalic.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-BoldItalic.woff Binary file web/res/fonts/PTSans-BoldItalic.woff has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-Italic.eot Binary file web/res/fonts/PTSans-Italic.eot has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-Italic.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/fonts/PTSans-Italic.svg Tue Nov 13 14:22:42 2012 +0100 @@ -0,0 +1,628 @@ + + + + +Created by FontForge 20110222 at Wed Jul 13 10:26:21 2011 + By www-data +Copyright (c) 2009 ParaType Ltd. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-Italic.ttf Binary file web/res/fonts/PTSans-Italic.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans-Italic.woff Binary file web/res/fonts/PTSans-Italic.woff has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/fonts/PTSans.css Tue Nov 13 14:22:42 2012 +0100 @@ -0,0 +1,43 @@ +@font-face { + font-family: "PT Sans"; + font-weight: normal; + font-style: normal; + src: + url("PTSans.eot?") format("eot"), + url("PTSans.woff") format("woff"), + url("PTSans.ttf") format("truetype"), + url("PTSans.svg#PTSans") format("svg"); +} + +@font-face { + font-family: "PT Sans"; + font-weight: bold; + font-style: normal; + src: + url("PTSans-Bold.eot?") format("eot"), + url("PTSans-Bold.woff") format("woff"), + url("PTSans-Bold.ttf") format("truetype"), + url("PTSans-Bold.svg#PTSans-Bold") format("svg"); +} + +@font-face { + font-family: "PT Sans"; + font-weight: normal; + font-style: italic; + src: + url("PTSans-Italic.eot?") format("eot"), + url("PTSans-Italic.woff") format("woff"), + url("PTSans-Italic.ttf") format("truetype"), + url("PTSans-Italic.svg#PTSans") format("svg"); +} + +@font-face { + font-family: "PT Sans"; + font-weight: bold; + font-style: italic; + src: + url("PTSans-BoldItalic.eot?") format("eot"), + url("PTSans-BoldItalic.woff") format("woff"), + url("PTSans-BoldItalic.ttf") format("truetype"), + url("PTSans-BoldItalic.svg#PTSans-BoldItalic") format("svg"); +} diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans.eot Binary file web/res/fonts/PTSans.eot has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/fonts/PTSans.svg Tue Nov 13 14:22:42 2012 +0100 @@ -0,0 +1,611 @@ + + + + +Created by FontForge 20110222 at Wed Jul 13 11:14:40 2011 + By www-data +Copyright (c) 2009 ParaType Ltd. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans.ttf Binary file web/res/fonts/PTSans.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSans.woff Binary file web/res/fonts/PTSans.woff has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow-Bold.eot Binary file web/res/fonts/PTSansNarrow-Bold.eot has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow-Bold.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/fonts/PTSansNarrow-Bold.svg Tue Nov 13 14:22:42 2012 +0100 @@ -0,0 +1,593 @@ + + + + +Created by FontForge 20110222 at Wed Jul 13 10:41:58 2011 + By www-data +Copyright (c) 2009 ParaType Ltd. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow-Bold.ttf Binary file web/res/fonts/PTSansNarrow-Bold.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow-Bold.woff Binary file web/res/fonts/PTSansNarrow-Bold.woff has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/fonts/PTSansNarrow.css Tue Nov 13 14:22:42 2012 +0100 @@ -0,0 +1,21 @@ +@font-face { + font-family: "PT Sans Narrow"; + font-weight: normal; + font-style: normal; + src: + url("PTSansNarrow.eot?") format("eot"), + url("PTSansNarrow.woff") format("woff"), + url("PTSansNarrow.ttf") format("truetype"), + url("PTSansNarrow.svg#PTSans-Narrow") format("svg"); +} + +@font-face { + font-family: "PT Sans Narrow"; + font-weight: bold; + font-style: normal; + src: + url("PTSansNarrow-Bold.eot?") format("eot"), + url("PTSansNarrow-Bold.woff") format("woff"), + url("PTSansNarrow-Bold.ttf") format("truetype"), + url("PTSansNarrow-Bold.svg#PTSans-NarrowBold") format("svg"); +} diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow.eot Binary file web/res/fonts/PTSansNarrow.eot has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/fonts/PTSansNarrow.svg Tue Nov 13 14:22:42 2012 +0100 @@ -0,0 +1,607 @@ + + + + +Created by FontForge 20110222 at Wed Jul 13 10:57:23 2011 + By www-data +Copyright (c) 2009 ParaType Ltd. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow.ttf Binary file web/res/fonts/PTSansNarrow.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PTSansNarrow.woff Binary file web/res/fonts/PTSansNarrow.woff has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PT_Sans-Narrow-Web-Bold.ttf Binary file web/res/fonts/PT_Sans-Narrow-Web-Bold.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PT_Sans-Narrow-Web-Regular.css --- a/web/res/fonts/PT_Sans-Narrow-Web-Regular.css Fri Nov 09 18:43:09 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -@font-face { - font-family: "PT Sans Narrow"; - font-weight: normal; - font-style: normal; - src: url("PT_Sans-Narrow-Web-Regular.ttf"); -} - -@font-face { - font-family: "PT Sans Narrow"; - font-weight: bold; - font-style: normal; - src: url("PT_Sans-Narrow-Web-Bold.ttf"); -} \ No newline at end of file diff -r a09401745855 -r 823c47d69550 web/res/fonts/PT_Sans-Narrow-Web-Regular.ttf Binary file web/res/fonts/PT_Sans-Narrow-Web-Regular.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PT_Sans-Web-Bold.ttf Binary file web/res/fonts/PT_Sans-Web-Bold.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PT_Sans-Web-BoldItalic.ttf Binary file web/res/fonts/PT_Sans-Web-BoldItalic.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PT_Sans-Web-Italic.ttf Binary file web/res/fonts/PT_Sans-Web-Italic.ttf has changed diff -r a09401745855 -r 823c47d69550 web/res/fonts/PT_Sans-Web-Regular.css --- a/web/res/fonts/PT_Sans-Web-Regular.css Fri Nov 09 18:43:09 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -@font-face { - font-family: "PT Sans"; - font-weight: normal; - font-style: normal; - src: url("PT_Sans-Web-Regular.ttf"); -} - -@font-face { - font-family: "PT Sans"; - font-weight: bold; - font-style: normal; - src: url("PT_Sans-Web-Bold.ttf"); -} - -@font-face { - font-family: "PT Sans"; - font-weight: normal; - font-style: italic; - src: url("PT_Sans-Web-Italic.ttf"); -} - -@font-face { - font-family: "PT Sans"; - font-weight: bold; - font-style: italic; - src: url("PT_Sans-Web-BoldItalic.ttf"); -} \ No newline at end of file diff -r a09401745855 -r 823c47d69550 web/res/fonts/PT_Sans-Web-Regular.ttf Binary file web/res/fonts/PT_Sans-Web-Regular.ttf has changed