﻿@font-face {
font-family: 'Calibri';
src: 
local('Calibri'),
url('font1.woff') format('woff');
}
.f1{
font-family:'Calibri';
line-height:1em;
}
@font-face {
font-family: 'Calibri Bold';
src: 
local('Calibri Bold'),
url('font2.woff') format('woff');
font-weight:bold;
}
.f2{
font-family:'Calibri Bold';
line-height:1em;
font-weight:bold;
}
@font-face {
font-family: 'Wingdings';
src: 
local('Wingdings'),
url('font3.woff') format('woff');
}
.f3{
font-family:'Wingdings';
line-height:1em;
}
@font-face {
font-family: 'Times New Roman Bold';
src: 
url('font4.woff') format('woff'),
url('font4.ttf') format('truetype');
font-weight:bold;
}
.f4{
font-family:'Times New Roman Bold';
line-height:1em;
font-weight:bold;
}
@font-face {
font-family: 'Arial';
src: 
url('font5.woff') format('woff'),
url('font5.ttf') format('truetype');
}
.f5{
font-family:'Arial';
line-height:1em;
}
@font-face {
font-family: 'Arial Bold';
src: 
url('font6.woff') format('woff'),
url('font6.ttf') format('truetype');
font-weight:bold;
}
.f6{
font-family:'Arial Bold';
line-height:1em;
font-weight:bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'Calibri';
src: url('font1.svg') format('svg')
}
@font-face {
font-family: 'Calibri Bold';
src: url('font2.svg') format('svg')
}
@font-face {
font-family: 'Wingdings';
src: url('font3.svg') format('svg')
}
}