@font-face {
     font-family: georgiaz;
     src: url(./font/georgiaz.ttf);
    }
@font-face {
 font-family: georgiaz1;
 src: url(./font/georgiaz.eot) /* EOT file for IE */
}
Z tak osadzonej czcionki korzystamy dalej w tradycyjny sposób:

    h1 {
     font-family: nowaczcionka, Arial, Sans-serif;
    }



a{
	font-family: georgiaz, georgiaz1, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style: none;
	padding: 5px;
	color: white;
	text-decoration: none;
}

.ziel{
	font-family: georgiaz, georgiaz1, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style: none;
	padding: 5px;
	color: #00ff00;
	text-decoration: none;
	}

a:visited{
	color: white;
	text-decoration: none;
}
a:hover{
	color: #00ff00;
	text-decoration: none;
}
a:active{
	color: white;
	text-decoration: none;
}
.text_35 {
	font-family: georgiaz, georgiaz1, Helvetica, Geneva, Arial, sans-serif;
	font-size: 35px;
	font-weight:bold;
	font-style: italic;
	padding: 5px;
	}

.text_25 {
	font-family: georgiaz, georgiaz1, Helvetica, Geneva, Arial, sans-serif;
	font-size: 25px;
	font-weight:bold;
	font-style: italic;
	padding: 5px;
	}

.text {
	font-family: georgiaz, georgiaz1, Helvetica, Geneva, Arial, sans-serif;
	font-weight:bold;
	font-style: italic;
	padding: 5px;
	}

.text_20 {
	font-family: georgiaz, georgiaz1, Helvetica, Geneva, Arial, sans-serif;
	font-size: 20px;
	font-weight:bold;
	font-style: italic;
	padding: 5px;
	}

.text_15 {
	font-family: georgiaz, georgiaz1, Helvetica, Geneva, Arial, sans-serif;
	font-size: 15px;
	font-weight:bold;
	font-style: italic;
	padding: 5px;
	}

.text_12 {
	font-family: georgiaz, georgiaz1, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	font-style: italic;
	padding: 5px;
	}

div.grube{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#379416;
	line-height:20px;}

td.zwykle{
text-align:justify; font-size:16px;
	font-family: Verdana;
	color:#379416;
	line-height:25px;}

.ble { visibility:hidden }
