<style>
.square {
width:50%;
height:50%;
}
.center {
width:50%
margin:25%;
}
</style>
<div class = "square">
<img class = "center">
</div>
* Код для подключения шрифта в /css/stylename.css */
/* font-family: "ImpactRegular"; */
@font-face {
font-family: "ImpactRegular";
src: url("fonts/ImpactRegular/ImpactRegular.eot");
src: url("fonts/ImpactRegular/ImpactRegular.eot?#iefix")format("embedded-opentype"),
url("fonts/ImpactRegular/ImpactRegular.woff") format("woff"),
url("/onts/ImpactRegular/ImpactRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
.biglabel {
font-family: "ImpactRegular";
}