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