# HG changeset patch # User veltr # Date 1351176924 -7200 # Node ID c0bb6a59f5874cd072804307e795a7d362cede36 # Parent 43ac4bd80e7135638672b1896a1bf460f633cbde Font corrections diff -r 43ac4bd80e71 -r c0bb6a59f587 integration/css/common.css --- a/integration/css/common.css Thu Oct 25 16:41:19 2012 +0200 +++ b/integration/css/common.css Thu Oct 25 16:55:24 2012 +0200 @@ -1,40 +1,36 @@ /* fonts */ @font-face { font-family: 'OpenSans'; - font-weight: 400; - src:url("fonts/OpenSans-Regular.eot?") format("eot"), + font-weight: normal; + font-style: normal; + src:url("fonts/OpenSans-Regular.eot") format("eot"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype"), url("fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg"); } @font-face { font-family: 'OpenSans'; - font-weight: 300; - src:url("fonts/OpenSans-Light.eot?") format("eot"), - url("fonts/OpenSans-Light.woff") format("woff"), - url("fonts/OpenSans-Light.ttf") format("truetype"), - url("fonts/OpenSans-Light.svg#OpenSans-Light") format("svg"); -} -@font-face { - font-family: 'OpenSans'; - font-weight: bold; - src:url("fonts/OpenSans-Bold.eot?") format("eot"), - url("fonts/OpenSans-Bold.woff") format("woff"), - url("fonts/OpenSans-Bold.ttf") format("truetype"), - url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); -} -@font-face { - font-family: 'OpenSans'; + font-weight: normal; font-style: italic; - src:url("fonts/OpenSans-Italic.eot?") format("eot"), + src:url("fonts/OpenSans-Italic.eot") format("eot"), url("fonts/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic.ttf") format("truetype"), url("fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg"); } @font-face { + font-family: 'OpenSans'; + font-weight: 300; + font-style: normal; + src:url("fonts/OpenSans-Light.eot") format("eot"), + url("fonts/OpenSans-Light.woff") format("woff"), + url("fonts/OpenSans-Light.ttf") format("truetype"), + url("fonts/OpenSans-Light.svg#OpenSans-Regular") format("svg"); +} +@font-face { font-family: 'OpenSans'; font-weight: 600; - src:url("fonts/OpenSans-Semibold.eot?") format("eot"), + font-style: normal; + src:url("fonts/OpenSans-Semibold.eot") format("eot"), url("fonts/OpenSans-Semibold.woff") format("woff"), url("fonts/OpenSans-Semibold.ttf") format("truetype"), url("fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg"); @@ -43,11 +39,20 @@ font-family: 'OpenSans'; font-weight: 600; font-style: italic; - src:url("fonts/OpenSans-SemiboldItalic.eot?") format("eot"), + src:url("fonts/OpenSans-SemiboldItalic.eot") format("eot"), url("fonts/OpenSans-SemiboldItalic.woff") format("woff"), url("fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), url("fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg"); } +@font-face { + font-family: 'OpenSans'; + font-weight: bold; + font-style: normal; + src:url("fonts/OpenSans-Bold.eot") format("eot"), + url("fonts/OpenSans-Bold.woff") format("woff"), + url("fonts/OpenSans-Bold.ttf") format("truetype"), + url("fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg"); +} /* custom reset */ body{ height: 100%; @@ -98,7 +103,7 @@ float: left; } .header h1 a{ - padding-top: 6px; + padding-top: 8px; } .header h1 a span{ font-size: 20px; diff -r 43ac4bd80e71 -r c0bb6a59f587 integration/css/fonts/OpenSans-BoldItalic.eot Binary file integration/css/fonts/OpenSans-BoldItalic.eot has changed diff -r 43ac4bd80e71 -r c0bb6a59f587 integration/css/fonts/OpenSans-BoldItalic.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration/css/fonts/OpenSans-BoldItalic.svg Thu Oct 25 16:55:24 2012 +0200 @@ -0,0 +1,600 @@ + + + + +Created by FontForge 20110222 at Thu May 12 12:39:46 2011 + By www-data +Digitized data copyright (c) 2010-2011, Google Corporation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 43ac4bd80e71 -r c0bb6a59f587 integration/css/fonts/OpenSans-BoldItalic.ttf Binary file integration/css/fonts/OpenSans-BoldItalic.ttf has changed diff -r 43ac4bd80e71 -r c0bb6a59f587 integration/css/fonts/OpenSans-BoldItalic.woff Binary file integration/css/fonts/OpenSans-BoldItalic.woff has changed diff -r 43ac4bd80e71 -r c0bb6a59f587 integration/css/fonts/OpenSans-ExtraBold.ttf Binary file integration/css/fonts/OpenSans-ExtraBold.ttf has changed diff -r 43ac4bd80e71 -r c0bb6a59f587 integration/css/fonts/OpenSans-ExtraBoldItalic.ttf Binary file integration/css/fonts/OpenSans-ExtraBoldItalic.ttf has changed diff -r 43ac4bd80e71 -r c0bb6a59f587 integration/css/fonts/OpenSans-LightItalic.ttf Binary file integration/css/fonts/OpenSans-LightItalic.ttf has changed