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