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