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