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