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