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