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