/* Sample @font-face declarations. */

@font-face {
    font-family: 'TorontoSubwayRegular';
    src: url('Fonts/toronto_subway_regular-web.eot');
    src: url('Fonts/toronto_subway_regular-web.eot?#iefix') format('embedded-opentype'),
         url('Fonts/toronto_subway_regular_web.woff2') format('woff2'),
         url('Fonts/toronto_subway_regular-web.woff') format('woff'),
         url('Fonts/toronto_subway_regular-web.ttf') format('truetype'),
         url('Fonts/toronto_subway_regular-web.svg#TorontoSubwayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

