Final code
Astra의 Custom Layout에서 Hook WP_head로 뿌려줄 것
<style>
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
.pt-cv-view h4.pt-cv-title{
font-family: 'Nanumhan', Nanum Myeongjo,sans-serif !important;
}
@font-face {
font-family: 'Nanumhan';
src: local('Courier New'), local('Roboto thin'),local('Droid Sans'), local('Noto Sans');
unicode-range: U+0370-03FF;
// font-weight: 100;
// font-style: italic;
}
</style>
다음은 참조할 codes:
/*@font-face {
font-family: 'Roboto', sans-serif;
// src: url("../fonts/openSans/OpenSans-SemiBold.woff") format("woff");
unicode-range: U+0370-03FF, U+1F00-1FFF;
font-style: normal;
}
*/
/*
.pt-cv-view h4.pt-cv-title{
font-family: 'Nanum Myeongjo',serif;
//font-style: normal;
}
*/
/* @font-face {
font-family: 'Nanum Myeongjo',serif;
font-style: normal;
}
.pt-cv-view h4.pt-cv-title{
font-family: 'Nanum Myeongjo';
}
*/
/*
@font-face {
font-family: EzraSILW;
src: url(SILEOT.woff);
unicode-range: U+0590-05FF;
}
@font-face {
font-family: GentiumPlusW;
font-style: italic;
src: url(GentiumPlus-I.woff);
unicode-range: U+0370-03FF, U+1F00-1FFF;
}
.pt-cv-view h4.pt-cv-title{
font-family: 'PT Sans';
}
*/
/*
* .pt-cv-view h4.pt-cv-title{
font-family: 'Nanum Myeongjo',serif;
//font-style: normal;
}*/