add "mensch" fonts fallback
This commit is contained in:
parent
0abdf709c0
commit
68ce2db6c2
BIN
source/fonts/mensch.eot
Normal file
BIN
source/fonts/mensch.eot
Normal file
Binary file not shown.
8889
source/fonts/mensch.svg
Normal file
8889
source/fonts/mensch.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
BIN
source/fonts/mensch.woff
Normal file
BIN
source/fonts/mensch.woff
Normal file
Binary file not shown.
@ -3,19 +3,20 @@
|
|||||||
@import "960/grid";
|
@import "960/grid";
|
||||||
@import "960.css";
|
@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 {
|
body {
|
||||||
margin: 0 auto;
|
font-family: "Mensch", Helvetica, Arial, sans-serif;
|
||||||
font: "Mensch", Helvetica, Arial, sans-serif;
|
|
||||||
font-family: "Mensch";
|
|
||||||
|
|
||||||
// needs latest Compass, add '@import "compass"' to your scss
|
|
||||||
background-color: rgb(255,255,255); // Old browsers
|
background-color: rgb(255,255,255); // Old browsers
|
||||||
@include filter-gradient(#ffffff, #e8e8e8, horizontal); // IE6-8 fallback on horizontal gradient
|
@include filter-gradient(#ffffff, #e8e8e8, horizontal); // IE6-8 fallback on horizontal gradient
|
||||||
// IE9 SVG, needs conditional override of 'filter' to 'none'
|
// IE9 SVG, needs conditional override of 'filter' to 'none'
|
||||||
$experimental-support-for-svg: true;
|
$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%));
|
||||||
|
@include background-image(radial-gradient(center, ellipse cover, rgba(255,255,255,1) 1%,rgba(232,232,232,1) 100%));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user