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