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