font-face

HTML

<script src="http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xJOIZjBOZTlKjZ_cZ9c4ZOjr7w4p9aSvGirXi6XmeXNA.ttf"></script>
<p style="font-family: 'scgrunny'; font-size: 18pt;">This paragraph uses the font-face 
   rule defined in the above style element. </p>

CSS

@font-face {
  font-family: 'scrgunny';
	src: url('http://www.omsbruntal.cz/martin-stanek.cz/scrgunny.TTF') format('truetype');
}