﻿@font-face {
    font-family: FrutigerLight;
    src: url('fonts/f-light.ttf');
}
@font-face {
    font-family: FrutigerBold;
    src: url('fonts/f-bold.ttf');
}
@font-face {
    font-family: FrutigerBlack;
    src: url('fonts/f-black.ttf');
}
@font-face {
    font-family: FrutigerRoman;
    src: url('fonts/f-roman.ttf');
}
@font-face {
    font-family: Isra;
    src: url("fonts/isra.eot"); /* IE9*/
    src: url("fonts/isra.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/isra.woff2") format("woff2"), /* chrome、firefox */
    url("fonts/isra.woff") format("woff"), /* chrome、firefox */
    url("fonts/isra.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("fonts/isra.svg#Isra") format("svg"); /* iOS 4.1- */
}