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