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