﻿/*
    the font face information below was taken from the following link in IE
    woff is the only format that worked for both IE and Chrome
    @import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800")
*/


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Open_Sans/OpenSans-Light.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Open_Sans/OpenSans-Regular.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/Open_Sans/OpenSans-Semibold.woff');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/Open_Sans/OpenSans-ExtraBold.woff');
    font-display: swap;
}

