Use on the webTotal Use [ 4909 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/0b450459366b32eaf5e8d79c6a3848cd?family=HYMyeongJo-Extra" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/0b450459366b32eaf5e8d79c6a3848cd?family=HYMyeongJo-Extra);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "HYMyeongJo-Extra";
src: url("https://db.onlinewebfonts.com/t/0b450459366b32eaf5e8d79c6a3848cd.eot");
src: url("https://db.onlinewebfonts.com/t/0b450459366b32eaf5e8d79c6a3848cd.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/0b450459366b32eaf5e8d79c6a3848cd.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/0b450459366b32eaf5e8d79c6a3848cd.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/0b450459366b32eaf5e8d79c6a3848cd.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/0b450459366b32eaf5e8d79c6a3848cd.svg#HYMyeongJo-Extra")format("svg");
}
2CSS rules to specify fonts
font-family: "HYMyeongJo-Extra";