Use on the webTotal Use [ 6483 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/d7867989a1df2af1aa97092e75d3c066?family=UhBee+Jin-gun" 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/d7867989a1df2af1aa97092e75d3c066?family=UhBee+Jin-gun);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "UhBee Jin-gun";
src: url("https://db.onlinewebfonts.com/t/d7867989a1df2af1aa97092e75d3c066.eot");
src: url("https://db.onlinewebfonts.com/t/d7867989a1df2af1aa97092e75d3c066.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/d7867989a1df2af1aa97092e75d3c066.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/d7867989a1df2af1aa97092e75d3c066.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/d7867989a1df2af1aa97092e75d3c066.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/d7867989a1df2af1aa97092e75d3c066.svg#UhBee Jin-gun")format("svg");
}
2CSS rules to specify fonts
font-family: "UhBee Jin-gun";