/**
 * Include web fonts
 */
@font-face {
    font-family: 'Ubuntu Condensed';
    src: url('ubuntu/ubuntu-c.eot');
    src: url('ubuntu/ubuntu-c.ttf') format('truetype'),
         url('ubuntu/ubuntu-c.woff') format('woff');
}
