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