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