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