add "mensch" fonts fallback

This commit is contained in:
Jörg Thalheim 2012-07-27 10:34:15 +02:00
parent 0abdf709c0
commit 68ce2db6c2
6 changed files with 8895 additions and 5 deletions

BIN
source/fonts/mensch.eot Normal file

Binary file not shown.

8889
source/fonts/mensch.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
source/fonts/mensch.woff Normal file

Binary file not shown.

View File

@ -3,19 +3,20 @@
@import "960/grid";
@import "960.css";
@include font-face("Mensch", font-files("mensch.ttf","mensch.otf"));
@include font-face("Mensch", font-files("mensch.woff", woff,
"mensch.ttf", truetype,
"mensch.svg", svg)
"mensch.eot", normal, normal);
body {
margin: 0 auto;
font: "Mensch", Helvetica, Arial, sans-serif;
font-family: "Mensch";
font-family: "Mensch", Helvetica, Arial, sans-serif;
// needs latest Compass, add '@import "compass"' to your scss
background-color: rgb(255,255,255); // Old browsers
@include filter-gradient(#ffffff, #e8e8e8, horizontal); // IE6-8 fallback on horizontal gradient
// IE9 SVG, needs conditional override of 'filter' to 'none'
$experimental-support-for-svg: true;
@include background-image(radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(232,232,232,1) 100%));
@include background-image(radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(232,232,232,1) 100%));
}

Binary file not shown.