view public/themes/soundsoftware/stylesheets/fonts.css @ 1311:18052001fe11 redmine-2.2-integration

Use a nice code font (font files reqd)
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 18 Jun 2013 14:53:53 +0100
parents 5d7e63e51c1e
children 287f201c2802
line wrap: on
line source

@font-face {
    font-family: 'Insider';
    font-weight: bold;
    font-style: normal;
    src: url('fonts/24BC0E_0_0.eot');
    src: url('fonts/24BC0E_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC0E_0_0.woff') format('woff'), url('fonts/24BC0E_0_0.ttf') format('truetype');
}
 
@font-face {
    font-family: 'Insider';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/24BC35_0_0.eot');
    src: url('fonts/24BC35_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC35_0_0.woff') format('woff'), url('fonts/24BC35_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Insider-Medium';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/24BC0E_0_0.eot');
    src: url('fonts/24BC0E_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC0E_0_0.woff') format('woff'), url('fonts/24BC0E_0_0.ttf') format('truetype');
}
 
@font-face {
    font-family: 'Insider-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/24BC35_0_0.eot');
    src: url('fonts/24BC35_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/24BC35_0_0.woff') format('woff'), url('fonts/24BC35_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceCodePro-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/SourceCodePro-Regular-webfont.eot');
    src: url('fonts/SourceCodePro-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/SourceCodePro-Regular-webfont.woff') format('woff'), url('fonts/SourceCodePro-Regular-webfont.ttf') format('truetype');
}