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