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