﻿@import url("https://fonts.googleapis.com/css?family=Lato");

@font-face {
    font-family: sourcesans;
    src: url(fonts/woff/SourceSansPro-Regular.ttf.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: sourcesans_bold;
    src: url(fonts/woff/SourceSansPro-Semibold.ttf.woff) format('woff');
    font-weight: bolder;
}

@font-face {
    font-family: sourcesans_light;
    src: url(fonts/woff/SourceSansPro-Light.ttf.woff) format('woff');
}

@font-face {
    font-family: sourcesans_extralight;
    src: url(fonts/woff/SourceSansPro-ExtraLight.ttf.woff) format('woff');
}

@font-face {
    font-family: sourcesans_bolder;
    src: url(fonts/woff/SourceSansPro-Bold.ttf.woff) format('woff');
}

* {
    font-family: sourcesans;
}
