@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "김포평화제목","GimpoTitle";
src: url("http://www.max-tec.co.kr/images/font/GimpoTitle.woff");
}


<link rel="GimpoTitle" href="http://www.max-tec.co.kr/images/font/GimpoTitle.woff">
<link href="http://www.max-tec.co.kr/images/font/GimpoTitle.woff" rel="stylesheet">

@font-face { /* 김포평화제목 */
  font-family: 'GimpoTItle';
  font-style: normal;
  font-weight: 400;
  src: url(//www.mex-tec.co.kr/images/font/GimpoTitle.woff);
}

.font1 {
  font-family: '김포평화제목','GImpoTitle', sans-serif;

}
</style>


  .font1 {
	font-family: 'GimpoTitle';
    border-bottom:3px solid salmon;
    padding:30px;
    color:pink;
    font-size:16px;
    text-align: center;
    margin:0;

  }

  .font2 {
	font-family: 'GimpoTitle';
    border-bottom:3px solid gray;
    padding:30px;
    color:#000000;
    font-size:24px;
    text-align: center;
    margin-bottom: 20;

  }

</style>