﻿@font-face {
	font-family: "KP CheonRiMa";
	src: url('/assets/css/fonts/kpcholim.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}
p, h1, h2, h3, h4, h5, h6, a:not(.foreign), footer, div.entry-content, div.entry, div.title, div.container, #top-search input, .entry-meta li {
	font-family: KP CheonRiMa!important;
}

::-webkit-input-placeholder { /* Edge */
	font-family: KP CheonRiMa!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-family: KP CheonRiMa!important;
}

::placeholder {
	font-family: KP CheonRiMa!important;
}