﻿@font-face
{
    font-family: 'Nobile';
    font-style: italic;
    font-weight: 400;
    src: local('Nobile Italic'), local('Nobile-Italic'), url(fonts/nobile.ttf) format('woff');
}

@font-face
{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: local('Merriweather Light'), local('Merriweather-Light'), url(fonts/Merriweather-Regular.ttf) format('woff');
}
@font-face
{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: local('Merriweather'), url(fonts/Merriweather-Regular.ttf) format('woff');
}
@font-face
{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: local('Merriweather Bold'), local('Merriweather-Bold'), url(fonts/Merriweather-Regular.ttf) format('woff');
}
@font-face
{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: local('Merriweather Heavy'), local('Merriweather-Heavy'), url(fonts/Merriweather-Regular.ttf) format('woff');
}
