ZuluPro/myblog

View on GitHub
myblog/myapp/static/fonts/amble_light_macroman/stylesheet.css

Summary

Maintainability
Test Coverage
@font-face {
    font-family: 'amblelight';
    src: url('Amble-Light-webfont.eot');
    src: url('Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Amble-Light-webfont.woff') format('woff'),
         url('Amble-Light-webfont.ttf') format('truetype'),
         url('Amble-Light-webfont.svg#amblelight') format('svg');
    font-weight: normal;
    font-style: normal;

}